/*.content .content-box:first-child {*/
/*background: #deebff;*/
/*}*/
@charset "UTF-8";
/*body{*/
/*font-family: "Helvetica Condensed","Arial Narrow "!important;*/
/*}*/
/*内容区域样式*/
.content {
    width: 100%;
    background: #F0EFEF;
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 670px;
}

.content .content-box {
    padding: 40px 60px 60px;
    background: #fff;
    width: 980px;
    color: #002f5f;
}
.content .content-box .starr-title {
    position: relative;
    margin-bottom: 13px;
}

.content .content-box .starr-title .title-line {
    background: #002f5f none repeat scroll 0 0;
    height: 20px;
    position: absolute;
    width: 4px;
    top: 1px;
    left: -20px;
}

.content .content-box .starr-title span {
    font-size: 22px;
    /*color: #002f5f;*/
}
.content .content-box p{
    /*color: #002f5f;*/
}
.information{
    width:100%;
    /*height: 200px;*/
    padding-top: 30px;
}
.field{
    min-height:55px;
}
.field-name{
    /*display: table-cell;*/
    display: inline-block;
    vertical-align: middle;
    float: left;
    /*width: 230px;*/
    width: 311px;
    padding-right: 25px;
    text-align: right;
    cursor: default;
    color: #002f5f;
    font-size: 16px;
    font-weight: 400;
    /*padding: 10px 25px 10px 0;*/
    height: 40px;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
}
.required-color{
    margin-left: 4px;
    color: #ee0000;
    font-size: 22px;
    vertical-align: middle;
}
.field-item{
    float: left;
}
.field-import{
    background-color: #c0d2e4;
    color: #00305e;
    border: #9bbbdb solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0;
}
.pn .field-item .field-import .input{
    padding: 0 10px;
    margin: 2px 0 6px 0;
    height: 24px;
    line-height: 24px;
    width: 344px;
    background: transparent;
    border: 0 none;
    font-size: 16px;
    color: #00305e;
    outline: none;
    box-sizing: content-box;
}
.h-p-name .field-item .field-import .input{
    padding: 0 10px;
    margin: 2px 0 6px 0;
    height: 24px;
    line-height: 24px;
    background: transparent;
    font-size: 16px;
    color: #00305e;
    outline: none;
}
.buttonlist{
    text-align: center;
    /*width: 908px;*/
    width: 1037px;
    margin-top: 15px;
}
.buttonlist div{
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    margin: 8px 9px;
    cursor: pointer;
    width: 151px;
}
.buttonlist .next{
    color:white;
    background: #002f5d;
    border-radius: 3px;
    border: 1px solid #002f5d;
}
.buttonlist .back{
    color:#002f5d;
    background: white;
    border-radius: 3px;
    border: 1px solid #002f5d;
}

.field-item .tips-box{
    width: 100%;
}
.field-item .tips-box .tips-error{
    font-size: 14px;
    color: red;
}





