
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{
    padding: 40px 0 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 2px solid #eee;
}
.newslist-box .moudle-title span{
    color: #ce8f21
}
.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: #ce8f21 
}
.newslist-box ul li .newslist-time{
    color: #c9ccd0;
}

@media only screen and (max-width:1024px){
    .newslist-box ul li .newslist-img {
        width: 30%;
    }
    .newslist-box{
        padding-bottom: 3%;
        margin-bottom: 5%
    }
    .newslist-box ul{
        margin-bottom: 3%
    }
    .newslist-box .moudle-title{
        padding: 4% 0
    }
}
@media only screen and (max-width:767px){

    .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
    }
    .newslist-box ul li p{
        font-size: 12px
    }

    
}
@media only screen and (max-width:680px){
   
    .newslist-wrapper{
        width: 100%;
    }
    .newslist-box ul li{
        padding: 2% 0
    }
}
@media only screen and (max-width: 500px){
    .newslist-box ul li .newslist-title{
        font-size: 14px;
        line-height: 20px;
    }
    .newslist-box ul li .newslist-description{
        height: 32px;
        line-height: 16px;
        margin-bottom: 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: 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: #333;
    border-bottom: 2px solid #eee;
}
.photolist .moudle-title span{
    color: #ce8f21
}

.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;
    color: #333333;
    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: #1f4f90;
    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: #333;
}
.news-tit.double-border .news-tit-box{
    margin-bottom: 2px;
    border-bottom: 2px solid #1f4f90;
    padding-bottom: 0
}
.news-tit.double-border .info label{
    font-size:16px;
    font-weight: normal;
    color: #333;
    margin: 0 2.5% 5px
}
.news-tit.double-border .info span{
    color: #ce8f21;
}
.info {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.info span {
    margin-right: 10px;
}

.news-cnt p {
    line-height:38px;
    margin-bottom:10px;
    font-size: 16px;
}
.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;
}

.rules-flow-box{
    background-color: #f4f5f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    margin-top: 30px
}
.rules-flow-box .rules-flow-title{
    float: left;
    width: 50px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    padding: 12px 17px;
    background: url(../images/news/rules-flow-title-bg.jpg) no-repeat center center;
    background-size: cover;
}
.rules-flow-main{
    margin-left: 70px;
    font-weight: bold;
    color:#333;
    font-size: 16px;
    padding-top: 12px
}
.rules-flow-main > div{
    height: 36px;
    line-height: 36px;
}
.rules-flow-main b{
    max-width: 100px;
    text-align: right;
    padding: 0;
}

.rules-flow-main span{
    display: inline-block;
    position: relative;
    padding-right: 60px;
}
.rules-flow-main span:last-child{
    padding: 0
}
.rules-flow-main span::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    width: 42px;
    height: 36px;
    background: url(../images/news/flow-r.png) no-repeat center center;
}
.rules-flow-main span:last-child::after{
    display: none
}
.flow-icon{
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #fff;
    padding: 0 9px;
    background: url(../images/news/flow-icon.png) no-repeat center center;
}
.news-flex-box .news-cnt{
    margin-bottom: 20px;
}




.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(../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: #333;
    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%;
    font-size: 16px;
    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: #333
}
.news-recommend li:hover a,.news-recommend li:hover{
    color: #ce8f21 !important
}

.main-title{
    padding-left: 20px;
    border-left: 3px solid #334d72;
    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: #333;
    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; */
    max-width: 105px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
}

.recommend-main ul li p{
    font-size: 14px;
}
.recommend-main ul li .newslist-description{
    height: 36px;
    line-height: 18px;
    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: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.recommend-main ul li .newslist-title:hover,.recommend-main ul li a:hover{
    color: #1f4f90
}


.recommend-main{
    padding: 20px 0 0;
}
.main-title{
    /* padding-left: 20px; */
    /* border-left: 3px solid #1f4f90; */
    padding-left: 0;
    border-left: none;
    border-bottom: 2px solid #ccc;
    margin: 0 15px 20px;
    padding-bottom: 7px
}
.main-title span{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 9px;
    border-bottom: 2px solid #1f4f90
}


.recommend-cnt {
    margin: -15px -1% 0;
}
.recommend-main dl{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 48%;
    margin: 20px 1% 0;
}

.recommend-main dl dt{
    float: left;
    /* width: 14%; */
    width: 52px !important;
    color: #bbbbbb;
    font-weight: normal;
    /* padding-right: 20px; */
    padding-right: 8px;
    border-right: 1px solid #dddddd;
    margin-right: 10px;
    text-align: center;
}
.recommend-main dl dt .t-day{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
.recommend-main dl dt .t-time{
    font-size: 12px;
    margin: 0 auto;
}
.recommend-main dl dd{
    width: 80%;
    width: calc(100% - 62px);
    float: left;
}
.recommend-main dl dd a{
    display: block;
    font-size: 18px;
    line-height:26px; 
    font-weight: 900;
    color: #333333;
    margin-bottom: 8px;
    height:26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend-main dl dd a:hover{
    color: #ce8f21;
}
.recommend-main dl dd p{
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-inside-form .form-box h2 span{
    color:#ce8f21 !important
}
.photolist .news-flex-box.main-inside-form .form-box{
    background: #eee;
    margin-left: 0;
    margin-right: 0
}
/* news.html end */
/* 2022.1.19 */
/* 2021.4.12 */
.news-left-box, .news-right-box {
    float: left;
}

.news-left-box {
    width: 68.6333%;
}

.news-left-box.school-left-box {
    width: 74%;
}
.news-left-box .news-main .main-inside-form .form-box{
    padding: 0 10px;
}
.news-left-box .main-inside-form .form-main .form-control{
    width: 55%;
    font-size: 12px;
    border-color: #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}

.news-right-box {
    width: 28.1666%;
    margin: 0 0 3% 1.2%;
}

.news-right-box.school-right-box {
    width: 24%;
}

.news-right-cnt, .recommend-main {
    padding: 20px 14px 15px;
    /* padding: 20px 18px 15px; */
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.news-right-cnt > .more span{
    font-size: 14px;
    line-height: 30px;
    color: #ce8f21;
    background: #fff;
    padding: 0 10px;
}
.news-right-cnt > .more{
    display: block;
    text-align: center;
    height: 30px;
    margin-bottom: -2px;
    color: #ce8f21;
    border-radius: 4px;
    background: url(../images/news/dashed.png) repeat-x left;
}
.news-right-cnt > .more:hover{
    background: url(../images/news/dashed2.png) repeat-x left;
}
.news-right-cnt .news-right-tit, .news-right-cnt .news-right-tit2, .news-right-cnt .main-title, .recommend-main .news-right-tit, .recommend-main .main-title {
    height: 33px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 10px;
}

.news-right-cnt .news-right-tit h3, .news-right-cnt .news-right-tit h2,.news-right-cnt .news-right-tit2 h3, .news-right-cnt .news-right-tit2 h2, .news-right-cnt .main-title h3, .news-right-cnt .main-title h2, .recommend-main .news-right-tit h3, .recommend-main .news-right-tit h2, .recommend-main .main-title h3, .recommend-main .main-title h2 {
    float: left;
    font-size: 16px;
}

.news-right-cnt .news-right-tit p, .news-right-cnt .main-title p, .recommend-main .news-right-tit p, .recommend-main .main-title p {
    display: inline-block;
    height: 33px;
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: 2px solid #ce8f21;
}

.news-right-cnt .news-right-tit p span,.news-right-cnt .news-right-tit2 p span, .news-right-cnt .main-title p span, .recommend-main .news-right-tit p span, .recommend-main .main-title p span {
    color: #ce8f21;
}

.news-right-cnt .news-right-tit .more, .news-right-cnt .news-right-tit2 .more,.news-right-cnt .main-title .more, .recommend-main .news-right-tit .more, .recommend-main .main-title .more {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
}

.news-right-cnt .news-right-tit .more:hover,.news-right-cnt .news-right-tit2 .more:hover, .news-right-cnt .main-title .more:hover, .recommend-main .news-right-tit .more:hover, .recommend-main .main-title .more:hover {
    color: #ce8f21;
}
.news-right-cnt .news-right-tit2 {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 -15px 20px;
    padding: 0 15px 12px;
}
.news-right-cnt .news-right-tit2::before {
    position: absolute;
    display: block;
    content: '';
    left: -18px;
    top: 0;
    height: 15px;
    width: 4px;
    background: url(../images/news-right-tit2-img.jpg) no-repeat left center;
  }
.news-right-cnt .news-right-tit2 p{
    font-weight: bold;
}

.news-right-cnt .news-list, .recommend-main .news-list {
    margin-top: -6px;
}

.news-right-cnt .news-list li, .recommend-main .news-list li {
    font-size: 14px;
    line-height: 28px;
    padding-left: 9px;
    background: url(../images/li-bg.jpg) no-repeat left center;
}

.news-right-cnt .news-list li a, .recommend-main .news-list li a {
    display: block;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-right-cnt .news-list li a:hover, .recommend-main .news-list li a:hover {
    color: #ce8f21;
}

.news-right-cnt .zhinan-box, .recommend-main .zhinan-box {
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px dashed #e8e8e8;
}

.news-right-cnt dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dbdbdb;
}

.news-right-cnt dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.news-right-cnt dl dt {
    font-size: 16px;
    font-weight: bold;
    padding-left: 24px;
    margin-bottom: 10px;
    background: url(../images/q-bg.png) no-repeat left top 4px;
}

.news-right-cnt dl dt a {
    color: #333;
}

.news-right-cnt dl dt:hover a {
    color: #ce8f21;
}

.news-right-cnt dl dd {
    padding-left: 24px;
    background: url(../images/a-bg.png) no-repeat left top 4px;
}

.news-right-cnt dl dd p {
    position: relative;
    padding: 10px;
    background: #fffbf4;
    border-radius: 4px;
    border: 1px solid #f9f3e8;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.news-right-cnt dl dd p::before{
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    background: url(http://www.yuloo.com/test/images/cjwt-dd-bg.jpg) no-repeat top right;
    top: -1px;
    left: -8px;
}

.news-right-cnt dl dd p a {
    color: #ce8f21;
}

.news-right-cnt dl dd p a:hover {
    color: #9a7027;
}

.main01-cnt {
    margin: -5px -4px 0;
    /* margin: 0 -6px; */
}

.main01-cnt li {
    float: left;
    width: 97px;
    margin: 5px 4px;
    /* width: 92px;
    margin: 6px; */
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.main01-cnt li a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 0;
    color: #333;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.main01-cnt li a:hover {
    color: #fff;
    background: #ce8f21;
    border-color: #ce8f21;
}

.main01-cnt li:hover .main01-icon.icon1 {
    background-position: -50px -4px;
}

.main01-cnt li:hover .main01-icon.icon2 {
    background-position: -50px -54px;
}

.main01-cnt li:hover .main01-icon.icon3 {
    background-position: -50px -104px;
}

.main01-cnt li:hover .main01-icon.icon4 {
    background-position: -50px -154px;
}

.main01-cnt li:hover .main01-icon.icon5 {
    background-position: -50px -204px;
}

.main01-cnt li:hover .main01-icon.icon6 {
    background-position: -50px -254px;
}

.main01-cnt li:hover .main01-icon.icon7 {
    background-position: -50px -304px;
}

.main01-cnt li:hover .main01-icon.icon8 {
    background-position: -51px -355px;
}

.main01-cnt li:hover .main01-icon.icon9 {
    background-position: -50px -404px;
}


.main01-icon {
    float: left;
    width: 26px;
    height: 26px;
    background: url(../images/main01-icon.png) no-repeat;
}
.news-right-cnt .main01-icon{
    background: url(../images/main01-icon2.png) no-repeat;
}
.main01-icon.icon1 {
    background-position: 0 -4px;
}

.main01-icon.icon2 {
    background-position: 0 -54px;
}

.main01-icon.icon3 {
    background-position: 0 -104px;
}

.main01-icon.icon4 {
    background-position: 0 -154px;
}

.main01-icon.icon5 {
    background-position: 0 -204px;
}

.main01-icon.icon6 {
    background-position: 0 -254px;
}

.main01-icon.icon7 {
    background-position: 0 -304px;
}

.main01-icon.icon8 {
    background-position: -1px -355px;
}

.main01-icon.icon9 {
    background-position: 0 -404px;
}
.news-right-cnt .zhinan-box > .more,.news-right-cnt .faq-box > .more{
    display: block;
    text-align: center;
    height: 30px;
    margin-bottom: -2px;
    color: #b58e4b;
    border-radius: 4px;
    background: url(../images/news/dashed.png) repeat-x left;
}
.news-right-cnt .zhinan-box > .more span,.news-right-cnt .faq-box > .more span {
    font-size: 14px;
    line-height: 30px;
    color: #b58e4b;
    background: #fff;
    padding: 0 10px;
}
.news-right-cnt .zhinan-box > .more:hover,.news-right-cnt .faq-box > .more:hover{
    background: url(../images/news/dashed2.png) repeat-x left;
}

.news-main {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-flex-box {
    margin-bottom: 15px;
}
.news-flex-box, .news-recommend {
    padding: 0 40px;
}


.news-cnt {
    margin-bottom: 20px;
}

.news-cnt p {
    line-height: 38px;
    margin-bottom: 10px;
    font-size: 16px;
}

.news-cnt p table, .news-cnt p td {
    border: 1px #999 solid;
    table-layout: auto;
}

.news-cnt p table h3 {
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.news-cnt p table p {
    margin-bottom: 0;
}

.news-cnt p td {
    font-size: 14px;
}
/* 2022.1.19 */





/* 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;
    color: #333;
    line-height: 32px;
    text-align: center;
    padding: 5px 20px;
    margin-right:10px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.page b{
    font-weight: normal
}
.page>a:hover,.page>ul>li>.active,.page>b{
    background-color: #1f4f90;
    border: 1px solid #1f4f90;
    color:#fff;
}

.fst-page a,.last-page a{
    padding-left: 5px;
    padding-right: 5px;
}
/* page end */
.main-inside-form .form-box{
    background-color: #f2f2f2 !important;
}
.news-main .form-box .moudle-title span{
    color: #ce8f21 
}
.news-main .main-inside-form .form-box{
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.main-inside-form .form-main .submit-group input,.main-inside-form .form-main .submit-group button{
    font-size: 16px;
    line-height: 30px !important;
    background-color: #ce8f21 !important;
    border-color: #ce8f21 !important;
}
/* 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: #1f4f90;
    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: #ce8f21;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.kfr-detail .main-inside-form .form-box{
    padding: 0 40px 20px;
    margin-left: 0;
    margin-right: 0;
}
.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;
}
.disabled{
    color: #bbb !important;
    /* background: #d4d4d4 !important; */
    /* border-color:  #d4d4d4 !important; */
    cursor: default !important
}
/* 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: #ce8f21;
}


.select-result-box{
    /*! height: 36px; */
    position: relative;
    cursor: pointer;
}
.select-result-box .select-result{
    position: absolute;
    color: #1f4f90 !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 */


/* 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;
    background: #fff url(../images/select-icon.png) no-repeat center right 5px;
    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;
    line-height: 18px \9;
    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 */


.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
}

@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%;
    }

    .recommend-main dl {
        width: 48%;
        margin: 0 1% 20px;
            margin-bottom: 20px;
        padding: 0;
    }

    .rules-flow-box .rules-flow-title{
        float: none;
        width: auto;
    }
    .rules-flow-main{
        margin: 0 5%;
        padding: 17px 0
    }
}

@media only screen and (max-width:1024px){
    .recommend-main dl {
        width: 98%;
    }
    .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
    }

    /* 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 */


    .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;
    }  


    .news-left-box, .news-right-box{
        width: 100%;
    }
    .news-right-box {
        margin-left: 0;
    }
    .recommend-cnt{
        margin: 0 -1%;
    }
    .main01-cnt li{
        width: 14.666%;
        margin: 1%;
    }
}
@media only screen and (max-width:767px){
    .photolist .moudle-title {
        padding: 5% 0 5%;
        font-size: 22px;
        line-height: 1.3;
    }
    .main-title{
        margin: 0 2% 20px;
    }
    .news-tit-box{
        padding-bottom: 1%;
    }
/* 20191223 */
.news-flex-box .form-main .form-group{
    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: 34px !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 */
    .info,.news-tit.double-border .info label,.rules-flow-main{
        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 {
        margin-bottom: 2%;
        line-height: 34px;
    }
    .news-main{
        padding-top: 2%;
    }
    .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{
        margin-bottom: 2%
    }
    .recommend-main ul li .newslist-title,.recommend-main dl dd a{
        font-size: 16px
    }
    .recommend-main ul li p{
        font-size: 12px
    }

    .recommend-main dl {
        margin: 0 0 3%;
        padding: 0;
    }
    .recommend-main dl dt{
        padding-right: 0;
        margin-right: 10px;
    }
    .recommend-main dl dd{
        width: 90%;
        width: calc(100% - 82px);
    }
    .recommend-main dl dt .t-day {
        font-size: 30px;
        line-height: 30px;
    }

    .news-recommend li{
        width: 98%;
    }
    .news-recommend li:last-child{
        text-align: left
    }
    .rules-flow-main{
        line-height: 30px;
    }

    /* 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;
    }

    .kfr-detail .form-inline .submit-group,.kfr-detail .form-inline .must-box{
        text-align: center
    }
  

    .main01-cnt li{
        width: 18%;
    }
}
@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%;
        padding: 3% 2% 1%;
    }
    .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
    }

    .main01-cnt li{
        width: 31.333%;
    }
}
@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%; */
    }

}