html{
    min-width: 1350px;
}
footer{
    background: #0a83cc;
    color: #ffffff;
}

body{
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 200px;
}
.container{
    width: 1520px !important;
}

body footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

footer .footer-address > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 15px;
    line-height: 28px;
}
footer .footer-copyright{
    background: #0574b7;
}
footer .footer-copyright > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 42px;
    margin: 0 auto;
}

footer ul.footerContact li .iconfont{
    width: 20px;
    display: inline-block;
}

.newsBox .newsList li a{
    font-size: 14px;
}

/*首页 列表版块样式 start*/
.list-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.list-container .board-item{
    border: 1px solid #dddddd;
    width: calc(50% - 15px);
    flex-shrink: 0;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 2px;
}
.list-container .board-item .board-item-title{
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #0a83cc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.list-container .board-item .board-item-title span{
    font-weight: bold;
    font-size: 18px;
    color: #0a83cc;
}
.list-container .board-item .board-item-title a{
    color: #999999;
}
.list-container .board-item .board-item-title a:hover{
    color: #0a83cc;
}
.list-container .board-item:nth-child(odd){
    margin-right: 15px;
}
.list-container .board-item:nth-child(even){
    margin-left: 15px;
}
.list-container .board-item ul li{
    height: 38px;
    line-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-container .board-item ul li a{
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 15px;
}
.list-container .board-item ul li a:hover{
    color: #0a83cc;
}
.list-container .board-item ul li span{
    flex-shrink: 0;
    font-size: 12px;
}
.keyword-row{
    display: flex;
    justify-content: space-between;
}
.keyword-row .keyweb{
    flex-grow: 1;
}
.banner .swiper{
    width: 100%;
}
.nav-bar{
    display: flex;
    justify-content: center;
}
.nav-bar .navbar-container{
    width: 1200px;
    justify-content: space-between;
    display: flex;
}
.nav-bar .navbar-container .navbar-menu ul{
    display: flex;
}
/*首页 列表版块样式 end*/
.navbar-default .navbar-nav > li > a{
    padding-left: 16px;
    padding-right: 16px;
}
.navbar .dropdown-menu{
    background: rgba(0,0,0, 0.5);
}

div.list-page-container{
   min-height: 300px;
}
.nameList li span{
    min-width: 20px;
    padding: 0 3px;
}
.otherPageBox{
    line-height: 30px;
    font-size: 14px;
}
.otherPageBox a{
    line-height: 30px;
    font-size: 14px;
}
.file-download-wrapper .download-title{
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.file-download-wrapper .download-content{
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 5px;
}
.file-download-wrapper .download-content:last-child{
    margin-bottom: 0;
}
.file-download-wrapper .download-content a{
    color: #0a83cc;
}
.file-download-wrapper .download-content a:hover{
    color: #036099;
    text-decoration: underline;
}

.search-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-input-wrapper{
    position: relative;
}
.search-box input {
    padding: 0 30px 0 15px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #dddddd;
    border-top-left-radius: 5px;
    width: 400px;
    border-bottom-left-radius: 5px;
}
.search-box span#searchBtn{
    width: 50px;
    height: 38px;
    transform: translateX(-1px);
    display: inline-flex;
    justify-content: center;
    border-top-right-radius: 5px;
    align-items: center;
    border-bottom-right-radius: 5px;
    background: #0a83cc;
    cursor: pointer;
}
.search-box span#searchBtn:hover{
    background: #045485;
}

.search-box #searchClear{
    display: none;
    text-align: center;
    line-height: 18px;
    border: 1px solid #dddddd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}
.search-input-wrapper:hover  #searchClear{
    display: inline-block;
    cursor: pointer;

}
.detailContent td{
        border: 1px solid;
    padding: 6px;
}

#searchClear:hover {
    border-color:#0a83cc ;
    color: #0a83cc;
}
@font-face {
    font-family: "iconfont"; /* Project id 4184627 */
    src: url('//at.alicdn.com/t/c/font_4184627_uyqv5u2x57n.woff2?t=1691650560644') format('woff2'),
    url('//at.alicdn.com/t/c/font_4184627_uyqv5u2x57n.woff?t=1691650560644') format('woff'),
    url('//at.alicdn.com/t/c/font_4184627_uyqv5u2x57n.ttf?t=1691650560644') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconfont:before{
    vertical-align: middle;
}
.icon-tel:before {
    content: "\e618";
}

.icon-email:before {
    content: "\e6e4";
}

.icon-address:before {
    content: "\e6db";
    font-size: 18px;
}

.icon-search:before {
    content: "\e70b";
    font-size: 20px;
    color: #fff;
}
