body{
  background-color: #f5f7f9
}

.container{
  width: 1200px;
  margin: 0 auto;
  padding: 0
}
a.more{
  font-size: 14px;
  font-weight: normal;
  color: #a5aab0
}


.breadcrumb,.breadcrumb a{
  font-size: 12px;
  line-height: 40px;
  color: #9fa9b3;
  background-color: #F5F7F9;
  text-align: left;
}
.breadcrumb a:hover{
  color: #ea5f3c;
}



.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{
  padding: 40px 0 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #0e2644;
  border-bottom: 2px solid #eee;
}

.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;
  text-align: left;
}
.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;
  text-align: left;
}
.newslist-box ul li .newslist-title:hover{
  color: #ea5f3c
}
.newslist-box ul li .newslist-time{
  color: #c9ccd0;
  text-align: left;
}


/* 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(kfr-time.png)/*tpa=statics/images//kfr-time.png*/ no-repeat left center
}
.kfr-area-li{
  background: url(kfr-area.png)/*tpa=statics/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(select-icon-1.png)/*tpa=statics/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:767px){
  /* 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 */
  .newslist-box .moudle-title{
    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(bds-qq.png)/*tpa=statics/images/news/bds-qq.png*/ no-repeat center !important;
}
.bdshare-button-style0-24 .bds_qzone{
  background: url(bds-qzone.png)/*tpa=statics/images/news/bds-qzone.png*/ no-repeat center !important;
}
.bdshare-button-style0-24 .bds_tsina{
  background: url(bds-sina.png)/*tpa=statics/images/news/bds-sina.png*/ no-repeat center !important;
}
.bdshare-button-style0-24 .bds_weixin{
  background: url(bds-weixin.png)/*tpa=statics/images/news/bds-weixin.png*/ no-repeat center !important;
}
.bdshare-button-style0-24 .bds_more{
  background: url(bds-more.png)/*tpa=statics/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: 30px;
}
.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:15px;
}
.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(original-icon.png)/*tpa=statics/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: 14px;
  color: #888;
  margin-bottom: 10px;
}
.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: #eee;
  text-align: center;
}
.news-main .form-box .moudle-title{
  color: #183049
}


.news-flex-box,.news-recommend{
  padding: 0 60px;
}
.news-flex-box .praise {
  margin-top:30px;
}
.news-flex-box .praise .end-title{
  text-align: center;
  margin-bottom: 20px;
  background: url(praise-bg.jpg)/*tpa=statics/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
}

.main-title{
  padding-left: 20px;
  border-left: 3px solid #39599f;
  margin-bottom: 20px;
}
.main-title span{
  font-size: 24px;
  line-height: 24px;
}
.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{
  margin-right: 2%;
  width: 24%;
  max-width: 110px;
}

.recommend-main ul li p{
  font-size: 14px;
}
.recommend-main ul li .newslist-description{
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 0 !important;
}
.recommend-main ul li .newslist-title{
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  height: 20px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  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:10px 20px;
  margin-right:10px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.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 .form-group.submit-group{
  /* float: left;
  width: 100%; */
  margin-top: 15px;
  margin-bottom: 0 !important
}
.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;
    margin-bottom: 6px;
  }
  /*  .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: 14px;
  }

  .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
  }
  .recommend-main ul li p{
    font-size: 12px
  }
  .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%; */
  }
}