@charset "UTF-8";
.rt{float: right;}
.lf{float:left;}
.clear:after{content:'';display: block;clear: both;}
.now{
    padding: 15px 40px 40px 15px;
    overflow: hidden;
}
.now_tit{
    font-size: 18px;
    color: #0268BA;
    padding-bottom: 25px;
  
}
.now_tit a{
    font-size: 14px;
    color: #0268BA;

}
.now_tit h1{
    line-height: 25px;
    font-weight: bold;
}
.now_lf{
    float: left;
    width: 640px;
}
.now_rt{
    margin-left: 675px;
}
.now_rt h1{
    font-size: 30px;
    font-weight: bold;
    color: #3E3D43;
    position: relative;
    margin-bottom: 30px;
}
.now_rt h1 span{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #3E3D43;
}
.now_rt h6{
    color: #8B8B8B;
    margin-bottom: 15px;
}
.txtScroll-top {
    overflow: hidden;
    position: relative;
}

.txtScroll-top .hd {
    overflow: hidden;
    height: 30px;
    text-align: center;
}
.txtScroll-top .hd .next {
    display: inline-block;
    width: 40px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/index/jian.png")  no-repeat;
}
.txtScroll-top .bd {
    padding: 15px;
}

.txtScroll-top .infoList li {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #3E3D43;
    overflow: hidden;
    margin-bottom: 10px;
}

.txtScroll-top .infoList li .date {
    color: #3E3D43;
    float: left;
    width: 80px;
}

.txtScroll-top .infoList li a {
    margin-left: 80px;
    display: block;
}

.txtScroll-top .infoList li:hover a,
.txtScroll-top .infoList li:hover .date {
    color: #0268BA;
}
.frequency{
    margin-top: 40px;
    padding: 15px 0;
}
.frequency .now_tit{
    padding:0 15px;
}
.frequency_line{
    padding-top: 20px;
    border-bottom: 2px solid #0268BA;
}
.frequency_tit{
     display: flex;
    flex-direction:column;
    flex-wrap:nowrap;
    flex-flow:nowrap; 
     justify-content:space-between; 
    align-items:center;
    /* align-content  */
}
.frequency_ic{
    text-align: center;
    padding: 0 15px;
}
.frequency_ic span{
    position: relative;
    top: 15px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #8B8B8B;
    line-height: 30px;
}
.frequency_ic i{
    position: relative;
    top: 19px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/index/dian.png") no-repeat;
}
.frequency_ic.active span{
    color: #3E3D43;
}
.frequency_ic.active i{
    transform: scale(1.2);
}
.frequency_list{
    padding: 30px 25px 0 25px;

}
.frequency_list ul li{
    height: 40px;
    overflow: hidden;
    position: relative;
}
.frequency_list ul li a{
    display: block;
    line-height: 40px;
    padding-right: 30px;
    font-size: 14px;
}
.frequency_list ul li i{
    position: absolute;
    right: 0;
    top:6px;
    font-size: 20px;
    color: #114498;
}
.frequency_list ul li a:hover{
    color: #114498;
}
.frequency_item{
    display: none;
}
.new{
    padding-top: 25px;
}
.new_list ul{
    display: flex;
    flex-direction:column;
    flex-wrap:nowrap;
    flex-flow:nowrap; 
     justify-content:space-between; 
    align-items:center; 
}
.new_list ul li{
    width: 280px;
}
.new_text{
    padding:20px 15px;
}
.new_text h4{
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #3E3D43;
    padding-left: 10px;
    border-left: 5px solid #0268BA;
}
.new_text h6{
    color: #3E3D43;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 10px 0;
}
.new_text p{
    color: #8B8B8B;
    font-family: "宋体";
}
.new_list ul li:hover h6{
    color: #114498;
}
.ban img{
    width: 100%;
    padding: 40px 0;
}
.main{
    padding-top: 10px;
    padding-bottom: 50px;
}
.main_lf{
    float: left;
    width: 870px;
    padding: 15px;
}
.main_rt{
    margin-left: 890px;
}
.main_lf ul{
    display: flex;
    flex-direction:column;
    flex-wrap:wrap;
    flex-flow:wrap; 
     justify-content:space-between; 
    align-items:center; 
}
.main_lf ul li{
    width: 270px;
    margin-bottom: 40px;
}
.falls_img a img{
    width: 100%;
}
.falls_text{
    padding: 15px;
    background-color: #F8FCFF;
    border: 1px solid #EEEEEE;
    border-top: none;
}
.falls_text h4{
    font-size: 14px;
    font-weight: bold;
    color: #3E3D43;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.falls_text h5{
    margin-top: 20px;
    margin-bottom: 15px;
    color: #8B8B8B;
    font-family: "宋体"; 
}
.falls_text span{
    display: inline-block;
    padding: 0 5px;
    background-color: #F4AC33;
    color: #fff;
    font-size: 14px;
    margin-right: 3px;
}
.main_lf ul li:hover h4{
    color: #003567;
}
.falls_img{
    position: relative;
}
.falls_cen{
    display: none;
    z-index: 9;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url("../images/index/ic-12.png") no-repeat;
}
.main_lf ul li:hover .falls_cen{
    display:block;
}
.falls_ic{
    position: absolute;
    bottom: 15px;
    right: 5px;
    z-index: 9;
    height: 40px;
}
.hide_ic{
    display: none;

}
.fenx{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/index/ic-10.png") no-repeat;  
}
.hide_ic .bshare-custom .bshare-sinaminiblog{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/index/ic-11.png") no-repeat;  
}
.hide_ic .bshare-custom .bshare-weixin{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/index/ic-9.png") no-repeat;  
}
.hide_ic .bshare-custom {
    position: relative;
    top: -7px;
}
.main_lf_more{
    text-align: center;
}
.main_lf_more a{
    font-size: 18px;
    color: #E2E2E2;
}
.hot_tit h1{
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #0268BA;
    padding-left: 10px;
    border-left: 3px solid #0268BA;
}
.hot{
    padding: 0 15px;
}
.hot_tit{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;

}
.hot ul li p{
    font-size: 14px;
    color: #3E3D43;
    font-weight: bold;
    margin: 10px 0;
}
.hot ul li h6 {
    line-height: 20px;
}
.hot ul li h6 i{
    font-size: 20px;
    color: #0268BA;
}
.hot ul li{
    padding-bottom: 20px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.hot ul li:hover p{
    color: #0268BA;
}
.jiang{
    margin-top: 20px;
    margin-bottom: 30px;
}
.ren ul li{
    margin-bottom: 30px;
}
.jiang img{
    width: 100%;
}
.ren_img img{
    width: 100%;
}
.ren_text{
    padding: 15px;
}
.ren_text h4{
    font-size: 18px;
    color: #3E3D43;
    font-weight: bold;
    margin-bottom: 10px;
}
.ren_text h6{
    font-size: 14px;
    font-family: "宋体";
    color: #8B8B8B;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.ren_text p{
    font-family: "宋体";
    color: #3E3D43;
    line-height: 20px;
}
@media screen and (max-width:768px) {
    .now_lf {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .now_lf img{
        width: 100%;
    }
    .now_rt {
        margin-left: 0;
    }
    .now_rt h1 {
        font-size: 15px;
    }
    .frequency_line{
        display: none;
    }
    .new_list ul {
        flex-wrap: wrap;
        flex-flow: wrap;
    }
    .new_list ul li{
        width: 48%;
        margin: 20px 1%;
    }
    .new_img img{
        width: 100%;
    }
    .main_lf ul li{
        width: 48%;
        margin:20px 1%;
    }
    .main_lf {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .main_rt{
        display: none;
    }
    .falls_text span{
        margin-bottom: 5px;
    }
    .now {
        padding: 15px;
        overflow: hidden;
    }
}