﻿.col-md-12{
    width:100%;
}
.col-md-6{
    width:50%;
}
.mb20{
    margin-bottom:20px;
}
.pr10{
    padding-right:10px;
}
.pl10{
    padding-left:10px;  
}
.head{
    width:100%;
    height:auto;
}
.head img{
    width:100%;
}
.nav{
    height: 60px;
    background: #a9120b;
}
.nav_l{
    width: 1200px;
    margin: 0 auto;
}
.sy2_inside{
    display: flex;
    justify-content: space-between;
}
.sy2_inside li {
    float: left;
}
.sy2_inside li a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 200px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.sy2_inside li a:hover{
    background: #fccb1e;
    color: #a9120b;
}
.sy2_inside li.homeLi a{
    background: url(/Sites/Uploaded/UserUpLoad/20191017/20191017163250.png) no-repeat 35px center;
}
.sy2_inside li.homeLi a:hover{
    background:#fccb1e url(/Sites/Uploaded/UserUpLoad/20191017/20191017163250.png) no-repeat 35px center;
}
.main{
    background: #f8f8f8;
    overflow: hidden;
}
.row{
    background: #fff;
    padding:20px;
    box-sizing: border-box;
}
.chuxin_title{
    height: 40px;
    border-bottom: 1px solid #f5f6f9;
    background: url(/Sites/Uploaded/UserUpLoad/20191018/20191018101958.png) repeat-x;
    background-position-x: center;
    background-position-y: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.chuxin_title .title-left{
    font-size: 18px;
    color: #a9120b;
    border-left: 4px solid #a9120b;
    padding-left: 10px;
    padding-right: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    box-sizing: border-box;
    background: #fff;
}
.chuxin_title .more{
    float: right;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background: #fff;
}
.fl-box{
    width: 552px;
    height: 345px;
    margin-right: 20px;
    float: left;
       overflow: hidden;
}
.article_box .fl-box img {
    float: none;
    margin-right: 0px;
    width: 100%;
}
.article_box h2{
    display: none;
}
.article_list{
    width:584px;
}
.fr-box{
    float:right;
}
.fr-box ul.article_list li, ul.article_list1 li {
    line-height: 42px;
    background: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.article_list li a{
    background: url(/Sites/Uploaded/UserUpLoad/20191018/20191018110710.png) no-repeat left center;    
    font-size: 16px;
    color: #333;
    padding-left:15px;
}
ul.article_list li a:hover {
    background: url(/Sites/Uploaded/UserUpLoad/20191018/20191018110912.png) no-repeat left center;    
    font-size: 16px;
    color: #a9120b;
}
.border-bottom {
    width:100% !important;
}
.border-bottom li{
    background: none !important;
    border-bottom: 1px dashed #f5f6f9;
    line-height: 42px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leftNavTitle{
    display: none;
}
.article_left .current {
    background: #a9120b;
    _background:#a9120b;
}
.article_left {
    border-bottom: 1px solid #a9120b;
    border-top: 1px solid #a9120b;
}
.right_header h2, .ask_area .title_header {
    background: url(/Sites/Uploaded/UserUpLoad/20191021/20191021100309.jpg) no-repeat 2px 15px;
}
span.map .linkmap_span {
    background: url(/Sites/Uploaded/UserUpLoad/20191021/20191021100348.jpg) no-repeat left;
}
.column_list li {
    background: url(/Sites/Uploaded/UserUpLoad/20191018/20191018110912.png) no-repeat 0px 12px;
}
.main .main_content .article_right .column_list li .dy_title:hover {
    color: #a9120b;
}
.pages .ae-pagination-current, .pages .ae-pagination-current:hover {
    color: #FFF!important;
    background-color: #a9120b!important;
    border: 1px solid #a9120b!important;
}
.pages a:hover {
    color: #FFF!important;
    background-color: #a9120b!important;
    border: 1px solid #a9120b!important;
}
.ae-pagination a:hover {
    color: #FFF!important;
    background: #a9120b!important;
    border: 1px solid #a9120b!important;
}
.library_list{
    width: 1040px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
    background: url(/Sites/Uploaded/UserUpLoad/20191028/20191028155748.png) no-repeat center bottom;
}
.library_list2{
    background: url(/Sites/Uploaded/UserUpLoad/20191028/20191028160506.png) no-repeat center bottom;    
}
ul.library_list li {
    float: left;
    width: 155px;
    height: 230px;
    margin-left: 50px;
}
ul.library_list li:nth-child(1){
    margin-left: 132px
}
ul.library_list li a img {
    width: 100%;
    height: 230px;
}
.library_more{
    display: block;
    width: 100px;
    height: 34px;
    border: 1px solid #000;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    border-radius: 20px;
}
@media screen and (max-width:768px){
    .col-md-12,.col-md-6{
        width:100%;
    }
    .main_content {
        width: 100%;
        margin: 0px auto 0;
    }
    .fl-box {
        width: 100%;
        height: auto;
        margin-right: 0;
        float:none;
    }
    .fr-box{
        float:none;
    }
    .article_list {
        width: 100%;
    }
    .nav_l {
        width: 100%;
    }
    .sy2_inside {
        display: flex;
        justify-content: space-around;
    }
    .sy2_inside li a {
        font-size: 14px;
        width:100%;
    }
    .sy2_inside li.homeLi a {
        background: none;
    }
    .library_list {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 20px;
        background: none;
    }
    ul.library_list li:nth-child(1) {
        margin-left: 0;
    }
    ul.library_list li:nth-child(odd) {
        float: left;
    }
    ul.library_list li:nth-child(even) {
        float: right;
    }
    ul.library_list li {
        margin-left: 0;
        margin-bottom: 20px;
    }
}