
body{
    background-color: #f5f7f9
}

.newslist-box{
    padding:0 0 40px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.newslist-box .moudle-title h1,.newslist-box .moudle-title h1 a{
    display: inline;
    font-size: 28px;
    font-weight: bold;
    color: #192d76;
}
.newslist-box .moudle-title{
    padding: 40px 0 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #192d76;
}
.column-info{
    padding: 25px 20px 15px;
    margin: 0 30px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    background: #f5f7f9 url(../images/column-info-bg.png) no-repeat top 10px left 20px;
    border: 1px solid #e4e9ef;
    border-radius: 4px;
}
.newslist-box ul{
    margin-bottom: 30px;
    padding: 0 30px;
    overflow: hidden;
}
.newslist-box ul li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #eff0f1;
    z-index: 1;
}
.newslist-box ul li:hover{
    border-color: #f5f5f5
}
.newslist-box ul li:hover::before{
    position: absolute;
    display: block;
    content: '';
    width: 200%;
    height: 100%;
    padding: 0 30px;
    top: 0;
    left: -30px;
    background-color: #f5f5f5;
    z-index: -1;
}
.newslist-box ul li .newslist-img{
    margin-right: 2%;
    width: 24%;
    max-width: 210px;
}

.newslist-box ul li p{
    font-size: 14px;
}
.newslist-box ul li .newslist-description{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #999999;
    margin-bottom: 15px;
}
.newslist-box ul li .newslist-title{
    display: block;
    font-size: 18px;
    color: #444;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newslist-box ul li .newslist-title:hover{
    color: #ea5f3c
}
.newslist-box ul li .newslist-time{
    color: #c9ccd0;
}

.boxshadow{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 6px;
}
/* new-right start */
.news-left-box, .news-right-box{
    float: left;
}
.news-left-box{
    width: 68.75%;
}
.news-right-box{
    width: 30%;
    max-width: 350px;
    margin: 0 0 3% 1.25%
}
.news-right-cnt .news-right-tit{
    margin-bottom: 5px
}
.news-right-box .news-right-cnt{
    padding: 20px 14px;
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    overflow: hidden;
}
.news-right-tit{
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px
}
.main-title {
    padding: 0 2%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-title span{
    position: relative;
    padding-left: 18px;
}
.main-title span:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    height: 15px;
    width: 4px;
    margin-top: -7px;
    background: #192d76;
    border-radius: 0 2px 2px 0;
  }
.news-right-tit span{
    display: inline-block;
    height: 30px;
    padding-bottom: 8px;
    border-bottom: 2px solid #334d72
}
.news-right-cnt-box{
    border-radius: 4px;
    margin-bottom: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.news-right-cnt-box .news-right-cnt{
    padding-bottom: 0;
    margin-bottom: 0 !important;
    box-shadow: none;
    border-radius: 0;
}
.news-right-cnt{
    position: relative;
}
.news-right-tit2{
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 14px;
}
.news-right-tit2::before{
    position: absolute;
    display: block;
    content: '';
    left: -14px;
    top: 0;
    height: 15px;
    width: 4px;
    background: #192d76;
    border-radius: 0 2px 2px 0;
}
.news-right-tit2 .tit{
    float: left;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.news-right-tit2 .tit a{
    color: #333;
}
.news-right-tit2 .tit span{
    color: #b58e4b;
}
.news-right-tit2 .more{
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
.news-right-tit2 .more:hover{
    color: #b58e4b;
}
.news-right-tit3{
    height: 25px;
}
.news-right-tit3 .tit{
    position: absolute;
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    background: url(../images/news-right-tit3-bg.png) no-repeat top center;
    border-top: 2px solid #192d76;
}
.news-right-tit3 .tit span{
    padding-left: 20px;
    background: url(../images/hot-tag-bg.png) no-repeat left center;
}
.news-right-cnt .news-list{
    margin-top: -9px;
}
.news-right-cnt .news-list li{
    font-size: 14px;
    line-height: 30px;
    padding-left: 9px;
    background: url(../images/li-bg.jpg) no-repeat left center;
}
.news-right-cnt .news-list li a{
    display: block;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-right-cnt .news-list li a:hover{
    color: #c99c59;
}
.hot-tag{
    margin: -10px -1.75% 0;
}
.hot-tag li a{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #192d76;
    border: 1px solid #c5cdee;
    background: #fff;
    border-radius: 4px;
    padding: 3px 4px;
    text-align: center;
}
.hot-tag li a:hover{
    color: #fff;
    background: #192d76;
    border: 1px solid #192d76;
}
.hot-tag li{
    float: left;
    width: 46.5%;
    margin: 10px 1.75% 0;
}

.hot-school{
    margin: -8px -2% 0;
}
.hot-school dl{
    float: left;
    display: flex;
    align-items: center;
    width: 46%;
    margin: 8px 2%;
    border: 1px solid #dbdbdb;
    padding: 7px 10px;
    border-radius: 4px;
}
.hot-school dl dt {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
}
.hot-school dl dd {
    flex: 1;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-school dl dd a{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.hot-news{
    margin-top: -16px;
}
.hot-news dl{
    margin-top: 16px;
}
.hot-news dl dt{
    float: left;
    width: 90px;
    height: 60px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.hot-news dl dd{
    float: left;
    width: 66%;
    width: calc(100% - 100px);
}
.hot-news dl dd a{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 40px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-news dl dd a:hover,.hot-school dl dd a:hover{
    color: #ea5f3c;
}
.hot-news dl dd .new-time{
    font-size: 12px;
    line-height: 14px;
    color: #999;
    padding-left: 13px;
    background: url(../images/time-icon.png) no-repeat left center;
}
/* 20191223 */

.form-main .select-search{
    height: 34px;
    position: relative;
    z-index: 4;
    padding: 0;
    /* margin-bottom: 20px */
}

.form-main .select-search .school-option.hidden{
    display: none
}
.form-main .select-search button{
    display: block;
    text-align: left;
    color: #999;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    border: none !important;
    white-space: nowrap;
    overflow: hidden;
    /* border: 1px solid #ccc; */
}
.form-main .select-search .school-option input{
    box-sizing: border-box;
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
}
.form-main .select-search .school-option{
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    width: 200px;
    max-height: none;
    top: 32px;
    left: 0;
    padding: 0 15px;
    overflow-y: auto;
    z-index: 99;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    box-shadow: 0 5px 10px  rgba(0,0,0,.1);
}
.form-main .select-search .school-option ul {
    margin: 0 auto 10px;
}
.form-main .select-search .school-option li{
    font-size: 14px;
    color: #555;
    text-align: left;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.form-main .schoolName-box{
    padding-top: 5px;
    padding-bottom: 5px
}
.form-main .school-option select{
    width: 100%;
	height: 200px;
	overflow-y: auto;
	line-height: 30px;
	margin-bottom: 0 !important;
	border: none !important
}
.form-main .school-option select option{
	padding: 8px 12px;
	line-height: 30px;
	border: none !important
}
.form-main .select-search .school-option ul {
    margin: 0 auto 10px;
}
.form-main .select-search .school-option li{
    font-size: 14px;
    color: #555;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
/* 20191223 end */

/* kfr.html start */
.kfr-detail{
    padding-top: 20px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.kfr-brief{
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.kfr-brief-main{
    display: flex;
    align-items: center;
}
.kfr-brief-logo,.kfr-brief-cnt,.kfr-brief-btn{
    float: left;
}
.kfr-brief-logo{
    width: 210px;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}
.kfr-brief .kfr-brief-title{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold !important;
    color: #333;
}
.kfr-brief .kfr-brief-title a{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.kfr-brief-cnt{
    width: 53%;
    flex-basis: 650px;
    border-right: 1px dashed #e2e2e2
}
.kfr-brief-cnt li{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #334d72;
    margin-bottom: 10px;
    padding-left: 25px
}
.kfr-time-li{
    background: url(../images//kfr-time.png) no-repeat left center
}
.kfr-area-li{
    background: url(../images//kfr-area.png) no-repeat 2px center
}
.kfr-brief-btn{
    margin-top: 50px \9;
    margin-left: 30px;
   text-align: center;
}
.kfr-brief-btn a{
    width: 170px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    margin: 0 30px;
    background-color: #b79051;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.kfr-brief-btn a:hover{
    background: #a6772a;
    box-shadow: 0 5px 10px rgba(166,119,42,.5)
}
.kfr-detail .main-inside-form .form-box{
    padding: 0 40px 20px;
}
.kfr-detail .form-inline .form-group{
    margin-bottom: 15px
}
/* .kfr-detail .form-inline .submit-group,.kfr-detail .form-inline .must-box{
    float: left;
    width: 100%;
} */
.kfr-detail .main-inside-form .form-main .form-control{
    width: 70%;
}
.kfr-brief-cnt .select-ul li {
    height: 36px !important;
    line-height: 36px !important;
    margin-bottom: 0 !important; 
}
/* kfr.html end */
.kfr-brief-cnt > ul > li label{
    float: left;
    font-weight: bold;
    margin-bottom: 0;
}
.kfr-brief-cnt > ul > li .select-div{
    display: inline-block;
    width: 270px; 
    float: left;
    height: 0;
}

/* fake select start */
.select-ul{
    display: none;
    position: relative;
    padding: 0 !important;
    width: 100%;
    height: 36px;
    overflow: hidden;
    top: 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    z-index: 99;
}
.select-ul.open{
    display: block;
    height: auto;
    max-height: 182px;
    border: 1px solid #ddd;
    overflow-y: auto;
}
.select-ul > li{
    /* cursor: pointer; */
    font-weight: normal;
    padding: 0 10px;
    color: #333
}
.select-ul > li.active{
    color: #b79051;
}


.select-result-box{
    /*! height: 36px; */
    position: relative;
    cursor: pointer;
}
.select-result-box .select-result{
    position: absolute;
    color: #334d72 !important;
    font-weight: bold !important;
    background-color: #f1f1f1 !important;
    z-index: 1;
    width: 100%;
    padding-left: 15px;
    top: 0;
    left: 0;
}
.select-result-box > .selet-icon{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/select-icon.png) no-repeat center center;
    top: 0;
    right: 0;
    z-index: 9;
}
/* fake select end */

@media only screen and (max-width:1024px){
    .newslist-box ul li .newslist-img {
        width: 30%;
    }
    .newslist-box{
        padding-bottom: 5%;
        margin-bottom: 5%
    }
    .newslist-box ul{
        margin-bottom: 5%
    }
    .newslist-box .moudle-title{
        padding: 4% 0
    }

    /* kfr.html start */
    .kfr-brief{
        padding:20px 2%
    }
    .kfr-brief .kfr-brief-title,.kfr-brief{
        margin-bottom: 3%
    }
    .kfr-brief .kfr-brief-title a{
        font-size: 22px;
    }
    .kfr-brief-cnt{
        width: 58%;
    }
    .kfr-brief-btn{
        margin-left: 10px
    }
    .kfr-brief-btn a{
        width: 120px;
        margin: 0 15px;
    }
    .kfr-detail{
        padding-top: 2%
    }
    /* kfr.html end */
}
@media only screen and (max-width:768px){
   /* 20191223 */
.news-flex-box .form-main .form-group{
    width: 50%;
    display: flex !important;
    justify-content: center
}
.form-main .select-search{
    padding: 0 !important;
}
.form-main .select-search .school-option.hidden,	.form-main .select-search .school-option{
    display: block !important;
    position: static;
    padding: 0 !important;
}
.form-main .select-search .school-option{
    width: auto;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important
}
.form-main .select-search{
    margin: 0 !important;
    /* height: 32px !important; */
}
.form-main .school-option select{
    padding-left: 7px
}
.form-main .school-option select,.form-main .school-option select option{
    width: 100%;
}
.form-main .school-option select,.form-main .school-option select option,.form-main .schoolName-box{
    font-size: 14px;
    height: 32px;
    line-height: 30px
}
.form-main .schoolName-box,.form-main .school-option select option{
    padding: 0 !important;
}
.form-main .select-search button,.form-main .select-search .school-option input{
    display: none
}
/* 20191223 */
.news-left-box,.news-right-box{
    width: 100%;
}
.column-info{
    margin: 0 10px 3%;
}
.news-right-box{
    max-width: none;
}
.hot-school dl{
    display: flex;
    align-items: center;
}
.hot-school dl dd{
    flex: 1;
    height: auto;
}
    .newslist-box .moudle-title,.newslist-box .moudle-title h1,.newslist-box .moudle-title h1 a{
        font-size: 22px;
    }
    .newslist-box ul{
        padding: 0 10px;
    }
    .newslist-box ul li:hover::before{
        padding: 0 10px;
    }
    .newslist-box ul li .newslist-title,.newslist-box ul li .newslist-description{
        margin-bottom: 2%
    }
    .newslist-box ul li .newslist-title{
        font-size: 16px
    }

    /* kfr.html start */
    .kfr-brief-main{
        flex-wrap: wrap;
    }
    .kfr-brief-logo{
        width: 23%;
        flex-basis: 23%;
        margin-right: 2%
    }
    .kfr-brief-cnt{
        width: 75%;
        flex-basis: 75%;
        border: none
    }
    .kfr-brief-btn{
        margin-left: 25%
    }
    .kfr-brief-btn a{
        height: 30px;
        line-height: 30px;
        margin: 10px auto 0 !important;
    }
    
    .kfr-brief .kfr-brief-title,.kfr-brief .kfr-brief-title a{
        font-size: 18px;
        line-height: 1.4
    }
    .kfr-brief-cnt li{
        font-size: 14px
    }
    .kfr-detail .main-inside-form .form-box{
        padding: 0 4% 20px
    }
    
    /* kfr.html end */
    .news-flex-box .form-main .submit-group{
        width: 100%;
        display: block !important;
    }
    .input-group-span, .form-group > label {
        /* padding: 4px 12px 0 0; */
        white-space: nowrap;
    }
    .kfr-brief-cnt > ul > li .select-div{
        width: calc(100% - 50px);
        max-width: 270px;
    }
    
}
@media only screen and (max-width:680px){
    .news-flex-box .form-main .form-group{
        align-items: center
    }
    .newslist-wrapper,.news-flex-box .form-main .form-group{
        width: 100%;
    }
    .newslist-box ul li{
        padding: 2% 0
    }
}




/* newdetail.html start */

/* share bds start */
.share-box {
    width: 250px;
    margin: 0 auto ;
}
.bdshare-button-style0-24 a{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.bdshare-button-style0-24 .bds_title{
    font-size: 16px;
    background: none
}
.bdshare-button-style0-24 .bds_sqq{
    background: url(../images/news/bds-qq.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_qzone{
    background: url(../images/news/bds-qzone.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_tsina{
    background: url(../images/news/bds-sina.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_weixin{
    background: url(../images/news/bds-weixin.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_more{
    background: url(../images/news/bds-more.png) no-repeat center !important;
}
/* share bds end */



.news-main{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-tit{
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    top: -20px;
    transition: all .5s;
}
.photolist .moudle-title {
    padding: 40px 0 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #0e2644;
    border-bottom: 2px solid #eee;
}
.photolist .moudle-title span{
    color: #ea5f3c
}
.news-tit.on-top{
    position: fixed;
    width: 100%;
    height: 60px;
    text-align: left;
    background-color: #fff; 
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 99;
    transition: all .5s
}
.news-tit h1,.news-tit h2{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 5px;
}
.news-tit.on-top h1{
    float: left;
    width: 40%;
    margin-right: 2%;
    font-size: 18px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 2% 0 0;

}
.news-tit.on-top .info{
    float: left;
    width: 38%;
    margin: 0 auto;
    line-height: 60px;
}
.news-tit.on-top .share-box{
    float: right;
    width: 20%;
    margin: 0 auto;
}
.news-tit.on-top h1 .original-icon,.news-tit.on-top h2 .original-icon{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 20px;
}
.news-tit.on-top .share-box{
    margin-top: 10px;
}

.news-tit h1 span,.news-tit h2 span{
    position: relative;
    font-weight: 900;
}
.news-tit h1 .original-icon,.news-tit h2 .original-icon{
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    background: url(../images/news/original-icon.png) no-repeat center;
    background-size: contain;
    right: 20px;
    top: 5px;
}

.news-tit.double-border{
    border-color: #192d76;
    margin: 0 60px 20px
}
.news-tit-box{
    padding-bottom: 20px
}
.double-border h2,.double-border h1{
    padding: 20px 0 10px;
    font-size: 40px;
    text-align: center;
    color: #192d76;
}
.news-tit.double-border .news-tit-box{
    margin-bottom: 2px;
    border-bottom: 2px solid #192d76;
    padding-bottom: 0
}
.news-tit.double-border .info label{
    font-size:16px;
    font-weight: normal;
    color: #192d76;
    margin-right: 5%
}
.news-tit.double-border .info span{
    color: #ea5f3c;
}
.info {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}
.info span {
    margin-right: 10px;
}

.news-cnt p {
    line-height:38px;
    margin-bottom:10px;
}
.news-cnt table,.news-cnt td{
    border:1px #999 solid;
	table-layout: auto;
}
.news-cnt table h3{
    border:0;
    padding-left:0;
    margin-bottom:0;
}
.news-cnt table p{
    margin-bottom:0;
}
.news-cnt td{
    font-size:14px;
}

.news-flex-box .news-cnt{
    margin-bottom: 20px;
}


.news-main .main-inside-form .form-box{
    background-color: #f5f7f9;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.news-main .form-box .moudle-title{
    color: #183049;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}


.news-flex-box,.news-recommend{
    padding: 0 30px;
}
.news-flex-box .praise {
   margin-top:30px;
}
.news-flex-box .praise .end-title{
    text-align: center;
    margin-bottom: 20px;
    background: url(../images/news/praise-bg.jpg) repeat-x center center
}
.news-flex-box .end-title span{
    background-color: #fff;
    color: #333333;
    font-size: 18px;
    padding: 0 15px;
}


.news-flex-box .state{
    margin-bottom: 20px
}
.news-flex-box .state p{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    
}

.follow-wxbox{
    margin-bottom: 20px
}
.follow-title{
    border-top: 1px dashed #eaeaea;
    padding-top: 30px;
    font-size: 26px;
    color: #0e2644;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.follow-wx{
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.follow-wx dl {
    text-align: center;
    float: left;
    width: 30%;
    margin-left: 20%;
    padding: 0 2%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #eaeaea
}

.follow-wx dl:nth-child(2){
    margin-left: 5%;
    margin-right: 15%;
}
.follow-wx dl dt{
    float: left;
    margin-right: 10px;
   padding: 10px 0;
}
.follow-wx dl dd{
    float: left;
    flex: 1;
    text-align: left;
    margin-left: 40px;
    line-height: 38px;
    margin-top: 15% \9;
}
.follow-wx dl dd p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.follow-wx dl dd span{
    font-size: 16px;
    color: hsl(227, 65%, 28%);
    line-height: 1;
}


.news-recommend{
    margin-bottom:20px;
}
.news-recommend li{
    float:left;
    width: 48%;
    margin:0 1%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.news-recommend li b{
    font-weight: normal;
}
.news-recommend li:last-child{
    text-align: right
}
.news-recommend li a{
    color: #333333
}
.news-recommend li:hover a,.news-recommend li:hover{
    color: #ea5f3c
}


.recommend-main{
    padding: 10px 0;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin-bottom: 30px;
}
.recommend-main .moudle-title{
    padding: 30px 0;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #0e2644;
    border-bottom: 2px solid #eee;
}
.recommend-main ul {
    padding: 0;
    margin: 0 auto;
}
.recommend-main ul li {
    float: left;
    width: 46%;
    margin: 0 2% 1%;
    padding: 0 0 1%;
    border-bottom: 0;
}
.recommend-main ul li:hover::before{
    display: none;
}
.recommend-main ul li .newslist-img{
    max-width: 120px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}

.recommend-main ul li p{
    font-size: 12px;
}
.recommend-main ul li .newslist-description{
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    color: #999;
    margin-bottom: 0 !important;
}
.recommend-main ul li .newslist-title{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 6px;
    overflow: hidden;
}
.recommend-main ul li .newslist-title:hover,.recommend-main ul li a:hover{
    color: #ea5f3c
}
/* page start */
.page{
    width: 100%;
    text-align: center;
}
.page>ul>li{
    float: left;
}
.page .pagezong:hover{ background-color: #fff;
    color: #000000;}
.page>a, .page>b{
    width: 10%;
    background-color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding: 5px 20px;
    margin-right:10px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.page>a:hover,.page>ul>li>.active,.page>b{
    background-color: #192d76;
    border: 1px solid #192d76;
    color:#fff;
}

.fst-page a,.last-page a{
    padding-left: 5px;
    padding-right: 5px;
}


.main-inside-form .submit-group input{
    width: 130px;
}
.main-inside-form .submit-group{
    /* float: left;
    width: 100%; */
    margin-bottom: 0 !important;
    padding: 0;
}
.kfr-detail .form-inline .submit-group,.kfr-detail .form-inline .must-box{
    margin-top: 0;
    text-align: left
}

/* page end */
@media only screen and (max-width: 1200px) {
    .container{
        width: 98%;
    }
    .news-tit.double-border{
        margin: 0 5% 20px
    }

    .news-flex-box{
        padding: 0 5%;
    }
    .follow-wx dl{
        width: 48%;
        margin-left: 2%;
    }
    .follow-wx dl:nth-child(2) {
        margin-left: 5%;
        margin-right: 2%;
    }
}

@media only screen and (max-width:1024px){
   
    .recommend-main ul li {
        width: 98%;
        margin: 0 1% 1%
    }
    .recommend-main ul li .newslist-img {
        width: 30%;
    }
    .recommend-main .moudle-title{
        padding: 4% 0
    }
    .news-recommend{
        padding: 0
    }


    .page [title],.page>.pagezong{
        display: none;
    }
    .page a, .page>b {
        max-width: 120px;
        width: 22%;
        margin-right: 1%;
        padding: 0;
        display: inline-block;
    }
    .page a,.page>b{
        display: none;
    }
    .page a.fst-page,.page a.pre,.page a.next,.page a.last-page{
        display: inline-block;
    }  
}
@media only screen and (max-width:767px){
    .news-tit-box{
        padding-bottom:0%;
    }
    .info,.news-tit.double-border .info label{
        font-size: 12px;
    }

    .follow-wx dl{
        width: 70%;
        min-width: 290px;
        margin: 0 15% 15px !important;
    }
    .follow-wx{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .follow-wx dl dd{
        flex: none;
    }

    .news-cnt p {
        font-size: 16px;
        margin-bottom: 2%;
        line-height: 38px;
    }
    .news-main{
        padding-top: 5%;
    }
    .double-border h2,.double-border h1{
        margin-bottom: 2%;
        padding-top: 2%
    }
    .recommend-main,.news-main{
        margin-bottom: 3%
    }
    .recommend-main .moudle-title,.news-tit h1,.news-tit h2,.news-tit-box .moudle-title{
        font-size: 22px;
        line-height: 30px;
    }
    .recommend-main ul{
        padding: 0 10px;
    }

    .recommend-main ul li .newslist-title,.news-tit-box,.news-recommend,.news-tit{
        margin-bottom: 2%
    }
    .recommend-main ul li .newslist-title{
        font-size: 16px
    }
    .news-recommend li{
        width: 98%;
    }
    .news-recommend li:last-child{
        text-align: left
    }
    .news-main .main-inside-form .form-box{
        margin:3% 1%;
    }
    .main-inside-form .form-box .moudle-title{
        padding-top:5%;
    }
    
    .kfr-detail .form-inline .submit-group,.kfr-detail .form-inline .must-box{
        text-align: center
    }
}
@media only screen and (max-width:680px){
    .follow-wx dl dd{
        margin-left: 2%
    }
    .news-tit.double-border{
        margin: 0 0 20px
    }
    .recommend-main{
        margin-bottom: 3%
    }
    .recommend-main ul li .newslist-img{
        display: block;
        flex-basis: 30%
    }
    .recommend-main ul li .newslist-title{
        height: auto;
        max-height: 56px;
        white-space: normal;
        line-height: 28px;
    }
    .recommend-main ul li{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .recommend-main ul li .newslist-description{
        display: none
    }
    .newslist-wrapper{
        width: 100%;
    }
    .recommend-main ul li{
        padding: 2% 0
    }
    
    .form-group.submit-group > a,.news-flex-box .form-main .submit-group > a{
        display: block !important
    }
}
@media only screen and (max-width:425px){

    .kfr-brief{
        margin-bottom: 5%
    }
    .kfr-brief-logo{
        width: 100%;
        flex-basis: 100%;
        margin: 0 auto 5%;
    }
    .kfr-brief-cnt,.kfr-brief-btn{
        width: 100%;
        flex-basis: 100%;
        margin: 0 auto;
    }
    .kfr-brief-cnt li{
        /* height: 30px;
        line-height: 30px; */
        margin: 0 auto
        /* padding-left: 15px;
        background-size: 3%; */
    }
}