.body-top{
    /*min-height: 210px;*/
    background: #2e8cda;
    padding: 10px;
}
.body-100{
    width: 100%!important;
    /*min-height:calc(100vh - 230px) !important;*/
}
.body-75{
    max-width:1425px;
    margin: 0 auto;
    padding: 10px;
}
.search-box{
    box-sizing: border-box;
    max-width:1425px;
    margin: 0px auto;
    padding: 15px 0;
}
.search-box label{
    color: #fff;
}
.search-box span{
    color: #fff;
    /*margin-right: 15px;*/
    font-size: 14px;
    padding: 3px 8px;
    margin-bottom: 5px;
    display: inline-block;
}
.search-box span:hover{
    background: #53a1dd;
    border-radius: 5px;
    cursor: pointer;
}
.search-box .active{
    background: #53a1dd;
    border-radius: 5px;
}
.search-box input{
    width: 220px;
    height: 35px;
    border-radius: 20px;
    border: none;
    padding-left: 15px;
    color: #666;
    float: right;
}
/*.search-box img{
    position: absolute;
    top: 144px;
    right: 248px;
    cursor: pointer;
}
.search-box-requirement img{
    position: absolute;
    top: 3px;
    right: 13px;
    cursor: pointer;
}*/

.portalsSubjectSearch {
    position: relative;
    height: 35px;
    float: right;
}

#searchBtnFDJ {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    float: right;
}

#searchInputIDFDJ {
    float: right;
}

.table-head{
    height: 40px;
    line-height: 40px;
    border-bottom: 5px solid #e8f3fb;
}
.table-head h3,.table-head h3 a{
    color: #2e8cda;
}
.table-head h3 span{
    font-weight: 500;
}
.table-head h3 img{
    position: relative;
    top: 5px;
}
.table{
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing: 0;
}
.table th,.table td{
    text-align: center;
    color: #666;
    font-size: 14px;
    min-height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.table tbody tr:hover{
    background: #eee;
}
.table thead{
    background: #eee;
}
.input-group{
    margin-bottom: 15px;
    margin-right: 15px;
}

.select{
    height: 28px;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #666;
    padding: 0 2%;
    margin: 0;
}
.select option{
    text-align: center;
}
.input-group label{
    display: inline-block;
    width: 80px;
    text-align: right;
}
.input-group .input-ctrl{
    height: 28px;
    border-radius: 3px;
}


.text-indent{
    text-indent: 1.5em;
    line-height:2em;
    color: #666;
    font-size: 14px;
}
.new-det-title{
    text-align: center;
    /*padding: 20px 0;*/
    line-height: 1.5;
    /*background: #e1e8f4;*/
}
.new-det-title:after{
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-image: url('../images/view/bg2.jpg');
}
.new-det-title h1{
    /*font-size: 24px;*/
    /*color: #18a1fb;*/
    font-size: 28px;
    color: #404040;
    font-weight: 600;
}
.new-det-title span{
    padding:0 15px;
    font-size: 14px;
    color: #666;
}
.new-content{
    padding: 10px 0;
}
.tabs{
    height: 40px;
}
.tabs li{
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #41a8da;
    border-radius: 3px;
    margin: 5px 5px 10px 0;
}
.tabs li:hover,.tabs .active{
    background: #2e8cda;
}
.tabs li a{
    display: block;
    color: #fff;
}
.tab-cont{
    display: none;
}
.download-file a{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: #2196F3;
}
/*重置layui-ui label样式*/
.layui-form-item .layui-form-label{
    padding: 8px 0!important;
}