/* 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: 6px 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: #1447a0;
    border: 1px solid #1447a0;
    color:#fff;
}

.fst-page a,.last-page a{
    padding-left: 5px;
    padding-right: 5px;
}
/* page end */


/* newslist.html start */
.ad{
    background: #fff;
}
.ad-row2{
    margin: 0 -1%;
}
.ad-row2 a{
    float: left;
    width: 48%;
    margin: 0 1%;
    border-radius: 8px;
    overflow: hidden;
}
.ad-row2 a img{
    width: 100%;
}
.news-left-box, .news-right-box{
    float: left;
}
.news-left-box{
    width: 70%;
}
.news-right-box{
    /* width: 24.5%; */
    width: 28%;
    margin-left: 2%
}
.newslist-box{
    padding:0 0 40px;
    margin-bottom: 40px;
    background-color: #fff;
    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,.11);
}
.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 .tit{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.class-intro{
    font-size: 12px;
    font-weight: normal;
    color: #92a5c7;
    text-align: center;
    margin-top: 12px;
}
.newslist-box .moudle-title span{
    color: #c69245
}

.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: #c69245
}
.newslist-box ul li .newslist-time{
    color: #c9ccd0;
}
/* newslist.html end */

/* news-right-box start */

.news-right-box .news-right-cnt{
    padding: 20px 14px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.11);
}
.news-right-tit,.main-title {
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px
}
.news-right-tit.hot-school{
    border: none !important;
}
.news-right-tit{
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px  
}
.news-right-tit .tit{
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.news-right-tit span{
    color: #c69245;
}
.news-right-tit .more{
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.news-right-tit span,.main-title span{
    display: inline-block;
    height: 30px;
}
.news-right-tit::before {
    position: absolute;
    display: block;
    content: '';
    left: -14px;
    top: 0;
    height: 15px;
    width: 4px;
    background: url(../images/news-right-tit2-img.png) no-repeat left center;
}

.zt-box{
    margin: -2% -2% 0;
}
.zt-list{
    float: left;
    width: 46%;
    margin: 2% 2% 0;
}
.zt-list .zt-img{
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.zt-list p{
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.zt-list:hover p{
    color: #b58e4b;
}



.main-title span{
    padding-bottom: 8px;
    border-bottom: 2px solid #1447a0
}
.order-list-box dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e3e3e8;
}
.order-list-box dl:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}
.order-list-box dl dt,.order-list-box dl dd,.order-list-box dl .order-cnt{
    float: left;
}
.order-list-box dl dt{
    width: 40px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}
.order-list-box dl dd{
    width: 80%;
    margin-left: 10px;
    width: calc(100% - 50px)
}
.order-list-box dl dt .time-m{
    font-size: 12px;
    color: #fff;
    background-color: #7292c0
}
.order-list-box dl dt .time-day{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    background-color: #ebeef0
}
.order-list-box dl .order-cnt{
    width: 72%;
}
.order-list-box dl .order-btn{
    float: right;
    padding: 0;
}
.order-list-box dl .order-btn{
    width: 28%;
    line-height: 20px;
    padding-top: 8px;
}
.order-list-box dl .order-btn a{
    display: inline-block;
    width: 100%;
    color: #c69245;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #c69245;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.order-list-box dl .order-btn a:hover{
    color: #fff;
    background-color: #c69245
}
.order-list-box dl .order-cnt a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.order-list-box dl .order-cnt a:hover{
    color: #c69245;
}
.order-list-box dl .order-cnt p{
    font-size: 12px;
    line-height: 26px;
    color: #838c94;
}
.order-list-box dl .order-cnt i{
    margin-right: 0;
    background-position:  -7px -330px
}
.news-right-cnt  .hot-attention-cnt  li {
    line-height: 28px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
    padding-left: 9px;
    background: url(../images/li_img.jpg) no-repeat left center;
}
.news-right-cnt  .hot-attention-cnt  li:hover {
    color: #c69245;
    background: url(../images/li_img2.png) no-repeat left center;
}
.carousel-indicators{
    width:25%;
    bottom:3%;
    right:0%;
    left:auto;
    margin-left:0;
}
.carousel-indicators li,.carousel-indicators .active{
    width:10px;
    height:4px;
    background-color: #fff;
}
.carousel-indicators .active{
    background-color: #b59039;
    border:#b59039;
    margin:1px;
}
.tj-school-cnt li{
    width: 46%;
    padding:1%;
    margin:0 2% 4%;
    float: left;
    border:1px #dedede solid;
}


/* çƒ­é—¨å­¦æ ¡ */

.project-tabs > .nav-tabs {
    margin: 0 -6px 10px;
    border: none;
}

.project-tabs > .nav-tabs > li {
    position: relative;
    float: left;
    width: 33.333%;
    text-align: center;
    margin: 0 auto;
}

.project-tabs > .nav-tabs > li > a {
    font-size: 14px;
    line-height: 26px;
    color: #c69245;
    padding: 0;
    margin: 5px 6px;
    background: #fff;
    border: 1px solid #c69245;
    border-radius: 4px !important;
    z-index: 1;
    cursor: pointer !important;
}

.project-tabs > .nav-tabs > li.active > a, .project-tabs > .nav-tabs > li.active > a:focus, .project-tabs > .nav-tabs > li.active > a:hover {
    background: #c69245;
    color: #fff !important;
    border: 1px solid #c69245;
    overflow: hidden;
}


.hotschool-ul{
    padding: 20px 14px 0;
    margin: 0 -14px;
    box-shadow: inset 0 10px 20px -10px rgba(0,0,0,.18);
    border-radius: 8px 8px 0 0 ;
    overflow: hidden;
}
.hotschool-ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.hotschool-ul li:last-child{
    margin-bottom: 0;
}
.hotschool-ul li .hotschool-li {
    display: flex;
    align-items: center;
    width: 100%;
}

.hotschool-ul li a {
    color: #222;
}

.hotschool-ul li a:hover {
    color: #c69245;
}

.hotschool-ul li dl {
    width: 60px;
    text-align: center;
}

.hotschool-ul li dl dt {
    display: none;
    position: relative;
    z-index: 2;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.hotschool-ul li dl dd {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.hotschool-ul li dl dd em {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #b3b3b3;
    text-align: center;
    font-style: normal;
    background: #ededed;
    border-radius: 30px;
}

.hotschool-ul li .hotschool-li2 dt {
    padding: 20px 0;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url(../images/porject-dt-bg.png) no-repeat center;
}

.hotschool-ul li .hotschool-main {
    flex: 1;
    margin-left: 10px;
    width: calc(100% - 70px);
}

.hotschool-ul li .hotschool-main .school-name {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.hotschool-ul li .hotschool-main .school-type-list {
    line-height: 17px;
    margin-bottom: 5px;
}

.hotschool-ul li .hotschool-main .school-type-list:last-child {
    margin-bottom: 0 !important;
}

.hotschool-ul li .hotschool-main .school-type {
    display: none;
}

.hotschool-ul li .hotschool-main .price {
    font-size: 14px;
    color: #c69245;
    font-weight: bold;
}

.hotschool-ul li .hotschool-main .zs-icon {
    float: left;
    height: 17px;
    padding: 0 19.5px;
    background: url(../images/zs-img.png) no-repeat center center;
    margin-right: 6px;
}

.hotschool-ul li.active .hotschool-main .school-type {
    display: block;
}

.hotschool-ul li.active .hotschool-main .school-name {
    font-weight: bold;
    margin-bottom: 7px !important;
}

.hotschool-ul li.active dl dt {
    display: block;
}

.hotschool-ul li.active dl dd em {
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 22px;
    background: url(../images/school-img-bg.png) no-repeat top center;
    left: 2.5px;
    top: -4px;
    font-style: 14px;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.school-type-list {
    font-size: 12px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.school-type-list b {
    font-weight: 400;
    color: #31404c;
}

.school-type-list span {
    color: #999;
}

.hotschool-ul .tag {
   
    margin: 0 1px;
    
}

.tag:last-child {
    margin-right: 0;
}

.tag-color1 {
    background-color: #a9d795;
}

.tag-color2 {
    background-color: #76c0d7;
}

.tag-color3 {
    background-color: #ffaf6d;
}

.tag-color4 {
    background-color: #f89383;
}

.tag-color5 {
    background-color: #cfa589;
}

.tag-color6 {
    background-color: #9197d6;
}
/* çƒ­é—¨å­¦æ ¡ end */
/* news-right-box end */

/* newsdetail.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 a, .bdshare-button-style0-24 .bds_more{
    margin-bottom: 0 !important;
}
.bdshare-button-style0-24 .bds_sqq{
    background: url(../images/bds-qq.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_qzone{
    background: url(../images/bds-qzone.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_tsina{
    background: url(../images/bds-sina.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_weixin{
    background: url(../images/bds-weixin.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_more{
    background: url(../images/bds-more.png) no-repeat center !important;
}
/* share bds end */

.news-main .main-inside-form .form-box{
    padding: 0 20px 20px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f5f7f9;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.news-main .main-inside-form .form-box .moudle-title{
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.news-main .main-inside-form .form-main .submit-group input{
    max-width: 130px;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
    background: #1447a0;
}
.over-box{
    text-align: center;
    /* padding-bottom: 30px */
}
.over-box p{
    font-size: 14px;
    color: #999
}
.over-title{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    background: url(../images/over-bg.jpg) repeat-x center
}
.over-title span{
    padding: 0 30px;
    background-color: #fff;
}



.news-main{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.11);
}
.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;
}

.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: #333;
    font-weight: 900;
}
.news-tit h1 .original-icon,.news-tit h2 .original-icon{
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    background: url(../images/original-icon.png) no-repeat center;
    background-size: contain;
    right: 20px;
    top: 5px;
}

.news-tit.double-border{
    border-color: #0b254a;
    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: #0b254a;
}
.news-tit.double-border .news-tit-box{
    margin-bottom: 2px;
    border-bottom: 2px solid #0b254a;
    padding-bottom: 0
}
.news-tit.double-border .info label{
    font-size:16px;
    font-weight: normal;
    color: #0b254a;
    margin-right: 5%
}
.news-tit.double-border .info span{
    color: #c69245;
}
.info {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.info span {
    margin-right: 10px;
}

.news-cnt p {
    font-size: 16px;
    line-height:36px;
    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;
}

.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/rules-flow-title-bg.jpg) no-repeat center center;
    background-size: cover;
}
.rules-flow-main{
    margin-left: 70px;
    font-weight: bold;
    color:#0b254a;
    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/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/flow-icon.png) no-repeat center center;
}
.news-flex-box .news-cnt{
    margin-bottom: 20px;
}




.news-flex-box,.news-recommend{
    padding: 0 40px;
}
.news-flex-box .praise {
   margin-top:30px;
}
.news-flex-box .praise .end-title{
    text-align: center;
    margin-bottom: 20px;
    background: url(../images/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: 10px;
}
.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: #333333
}
.news-recommend li:hover a,.news-recommend li:hover{
    color: #d5b98a
}

.wx-main{
    background: url(../images/wx-bg.jpg) no-repeat center top;
    height: 200px;
    margin-bottom:30px;
    padding: 23px 50px 0;
    position: relative;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    border-radius: 4px;
    overflow: hidden;
}
.wx-main .wx-01{
   font-size:22px;
   font-weight: bold;
   margin-bottom:3%;
   line-height: 30px;
}
.wx-main img{
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.18);
    overflow: hidden;
}
.wx-main .pull-right{
    width: 20%;    
    padding: 0;
}
.wx-main .pull-left{
    padding-top: 16px;
}
.wx-main .wx-02{
    color: #1447a0;
    font-size:20px;
    margin-bottom:3%;
    line-height:28px;
}
.wx-main .wx-03{
    width: 290px;
    height: 36px;
    line-height: 36px;
    background-color: #c69245;
    color:#fff;
    border-radius: 20px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
}
/* .wx-main:before{
    content: url(http://sh.yuloo.com/guojixuexiao/images/wx-icon02.png);
    display: block;
    width: 34px;
    height: 30px;
    position: absolute;
    top:5%;
    left:3%;
 }
 
.wx-main:after{
   content: url(http://sh.yuloo.com/guojixuexiao/images/wx-icon01.png) !important;
   display: block;
   width: 135px;
   height: 125px;
   position: absolute;
   top:-10px;
   right:-10px;
   visibility: inherit !important;
} */

.recommend-main{
    padding: 20px 20px 0;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.11);
}
.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 .recommend-cnt ul {
    padding: 0;
    margin: 0 auto;
}
.recommend-main .recommend-cnt ul li {
    float: left;
    width: 46%;
    margin: 0 2% 1%;
    padding: 0 0 1%;
    border-bottom: 0;
}
.recommend-main .recommend-cnt ul li:hover::before{
    display: none;
}
.recommend-main .recommend-cnt ul li .newslist-img{
    margin-right: 2%;
    width: 24%;
    max-width: 110px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
}

.recommend-main .recommend-cnt ul li p{
    font-size: 14px;
}
.recommend-main .recommend-cnt ul li .newslist-description{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #999999;
    margin-bottom: 0 !important;
}
.recommend-main .recommend-cnt 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 .recommend-cnt ul li .newslist-title:hover,.recommend-main .recommend-cnt ul li a:hover{
    color: #d5b98a
}
.recommend-main .recommend-cnt dl{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 97%;
    margin: 0 3% 20px 0;
    padding: 0;
}

.recommend-main .recommend-cnt dl dt{
    float: left;
    /* width: 14%; */
    width: 56px !important;
    color: #bbbbbb;
    font-weight: normal;
    padding-right: 10px;
    border-right: 1px solid #dddddd;
    margin-right: 10px;
    text-align: center;
}
.recommend-main .recommend-cnt dl dt .t-day{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}
.recommend-main .recommend-cnt dl dt .t-time{
    font-size: 12px;
    margin: 0 auto;
}
.recommend-main .recommend-cnt dl dd{
    width: 84%;
    float: left;
}
.recommend-main .recommend-cnt 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 .recommend-cnt dl dd a:hover{
    color: #d5b98a;
}
.recommend-main .recommend-cnt dl dd p{
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.rec-school .rec-school-list{
    float: left;
    width: 31.333%;
    margin: 0 1% 20px;
    border: 1px solid #eff0f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    padding: 10px
}
.rec-school dl {
    margin-bottom: 10px
}
.rec-school dl dt,.rec-school dl dd{
    float: left;
}
.rec-school dl dt{
    width: 40px;
    height: 40px;
    text-align: center;
}
.rec-school dl dd{
    width: 80%;
    margin-left: 10px;
    width: calc(100% - 50px);
}
.rec-school dl dd a{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #0b244b;
    overflow: hidden;
}
.rec-school dl dd a:hover{
    color: #c69245
}
    
.rec-school .tag-list {
    border-top: 1px dashed #e3e3e8;
    padding-top: 11px;
    height: 40px;
    line-height: 24px;
    overflow: hidden;
}
.rec-school .tag-list span{
    font-size: 12px
}
.tag{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1px 5px;
    margin: 0 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
} 
.tag:last-child{
    margin-right: 0
}
.tag-color1{
    background-color: #98b984;
}
.tag-color6{
    background-color: #9197d6;
}
.tag-color2{
    background-color: #6f90c6;
}
.tag-color3{
    background-color: #f4ab6f;
}
.tag-color4{
    background-color: #c58686;
}
.tag-color5{
    background-color: #cfa589;
}


.copyright {  display: none;  padding: 1em 0em 1em;  text-align: center;  border-top: 2px solid #4e8099;  margin: 1.5em 0 2em;  }
.copyright p {  margin-bottom: 0.3em;  margin: 0 0.3em 0.3em;  }
.copyright p a {  margin-right: 5px;  }

/* newsdetail.html end */
@media only screen and (max-width:1200px){
    .recommend-main .recommend-cnt dl {
        width: 48%;
        margin: 0 1% 20px;
            margin-bottom: 20px;
        padding: 0;
    }
    .recommend-main .recommend-cnt dl .detail-btn{
        padding: 0 4%
    }
}

@media only screen and (max-width:1024px){
    .newslist-box ul li .newslist-img {
        width: 30%;
    }
    .newslist-box{
        padding-bottom: 3%;
        margin-bottom: 3%
    }
    .newslist-box ul,.news-right-box .news-right-cnt{
        margin-bottom: 3%
    }
    .newslist-box .moudle-title{
        padding: 4% 0
    }
    
    .news-right-box,.news-left-box{
        width: 100%;
    }
    .news-right-box{
        margin-left: 0;
    }
    .order-list-box dl,.news-right-box .open-day ul li{
        float: left;
        width: 48%;
        margin: 1%
    }
    /* .wx-main .pull-right{
        width: auto;
    } */

    .zt-box{
        margin-top: 0;
    }
    .zt-list{
        width: 21%;
    }
    .news-flex-box, .news-recommend{
        padding: 0 4%
    }
    .recommend-main{
        padding-left: 2%;
        padding-right: 2%
    }

    .recommend-main .recommend-cnt dl,.recommend-main .recommend-cnt dl.rules-list-cnt {
        width: 98%;
    }
    .recommend-main .recommend-cnt dl dd{
        width: calc(100% - 66px);
    }
    .recommend-main .recommend-cnt dl.rules-list-cnt{
        margin: 0 1% 3%
    }
    .recommend-main .recommend-cnt dl dd.rules-cnt{
        width: calc(100% - 239px);
    }
    .recommend-main .recommend-cnt ul li {
        width: 98%;
        margin: 0 1% 1%
    }
    .recommend-main .recommend-cnt ul li .newslist-img {
        width: 30%;
    }
    .recommend-main .recommend-cnt .moudle-title{
        padding: 4% 0
    }
    .news-recommend{
        padding: 0
    }
    .rec-school .rec-school-list{
        width: 48%;
    }
    .rec-school dl dt{
        width: 60px;
        height: 60px
    }
    .rec-school dl dd{
        width: 77%;
        width: calc(100% - 70px);
    }
    .rec-school dl{
        display: -webkit-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .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){
    .main-inside-form .form-box{
        margin-top: 3%;
        margin-bottom: 3%
    }
    .over-box{
        padding-bottom: 0
    }
    .news-main{
        padding-top: 5%;
        margin-bottom: 3%;
    }
     .news-tit h2{
        font-size: 24px;
    }
    .news-tit h1{
        width: 95%;
        margin:0 2.5% 2%;
        line-height: 30px;
        font-size: 20px
    }
    .newslist-box{
        padding-bottom: 5%;
        margin-bottom: 5%
    }
    .newslist-box ul,.news-right-box .news-right-cnt{
        margin-bottom: 5%
    }
    .newslist-box .moudle-title{
        font-size: 22px;
    }
    .newslist-box ul,.newslist-box ul li:hover::before{
        padding: 0 10px;
    }
    .newslist-box ul li .newslist-title,.newslist-box ul li .newslist-description,.over-title{
        margin-bottom: 2%
    }
    .newslist-box ul li .newslist-title{
        font-size: 16px
    }
    .newslist-box ul li p{
        font-size: 12px
    }
    .wx-main{
        height: auto;
        background: none #fff;
        padding:3% 3% 5%;
        margin-bottom: 3%;
    }
    .wx-main .pull-left,.wx-main .pull-right{
        float: none !important;
        padding: 0;
    }
    .wx-main .pull-left{
        margin-bottom: 20px;
    }
    .wx-main .pull-right{
        width: 100%;
        text-align: center;
    }
    .news-recommend li{
        width: 98%;
    }
    .news-recommend li:last-child {
        text-align: left;
    }
    .wx-main p{ 
        text-align: center;
    }
    .wx-main .wx-01{
        font-size:16px;
    }
    .wx-main .wx-02,.wx-main .wx-03{
        font-size:14px;
    }
    .wx-main .wx-03{
        margin:0 auto;
    }
    .wx-main::before,.wx-main::after{
        display: none;
    }

    .zt-list{
        width: 29%;
    }
}
@media only screen and (max-width:680px){
   
    .newslist-wrapper{
        width: 100%;
    }
    .newslist-box ul li{
        padding: 2% 0
    }

    .order-list-box dl,.news-right-box .open-day ul li{
        width: 98%;
    }
}
@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;
    }
    .rec-school .rec-school-list{
        width: 98%;
    }
    .wx-main .wx-03{
        width:84%;
    }
}
/* newslist.html end */


.form-group .bg-value{
    position: absolute;
    height: 32px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 32px;
    padding: 0 12px;
    cursor: text;
}
/* Reset layer style */
body .layui-laydate .layui-this{
    background-color: #334D72 !important;
}
body .layui-laydate-footer span:hover,body .layui-laydate-header i:hover,body .layui-laydate-header span:hover{
    color: #334D72 
}
.form-main .layui-input{
    width: 100%;
    position: absolute;
    background: none !important;
}
.form-main .layui-input + .input-group-addon{
    padding: 9px 12px;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.main-inside-form .form-main .input-group{
    width: 100% !important;
    border: none;
    vertical-align: baseline
}
.main-inside-form .form-main .input-group > .form-control{
    width: 100% !important;
    border: none;
    box-shadow: none !important
}
.main-inside-form .form-main .layui-input{
    width: 100% !important;
    position: absolute;
    left: 0;
}
.main-inside-form .form-main .layui-input + .input-group-addon{
    display: table-cell !important;
    padding: 7px 12px 8px;
    right: 0;
    width: 30px;
}
/* Reset layer end */
.datetimepicker{
    width: 240px !important;
}
.datetimepicker table{
    width: 100%;
}
.form-control{
    color: #999;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
}
.select-search{
    height: 34px;
    position: relative;
}

.select-search .school-option.hidden{
    display: none
}
.select-search button{
    text-align: left;
    background: url(../images/select-icon.png) no-repeat center right 5px;
}
.select-search .school-option input{
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
}
.select-search .school-option{
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 200px;
    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);
}
.select-search .school-option li{
    font-size: 14px;
    color: #555;
    line-height: 30px;
    cursor: pointer;
}
.form-inline .form-group{
    margin: 0 0 15px;
    padding: 0;
}
.form-control-inline{
    display: inline-block;
    width: 31.333%;
}
.form-control-inline:first-child+.form-control-inline{
    margin: 0 2%
}
.btn-default:hover,.btn-default:focus{
    background-color: #334D72;
    border-color: #334D72;
    color: #fff;
}
.input-group-span{
    color: #30364c;
    font-weight: normal;
    white-space: nowrap;
}
.input-group-span em{
    color: #ae2a2a;
    padding-right: 5px;
}
.submit-group{
    text-align: center;
    margin-bottom: 10px !important;
}
.submit-group input,.submit-group button{
    width: 80%;
    max-width: 178px;
    padding: 0 12px;
    line-height: 46px;
    border: 1px solid #334D72;
    color: #fff;
    background-color: #334D72;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.must-box{
    text-align: center;
}
.must-box span{
    font-size: 12px;
    color: #939393;
}
.checkbox-item .check-icon,.must-box .icon-check{
    background: url(../images/check.png) no-repeat center center; 
}
.checkbox-item.checked .check-icon,.must-box .icon-check.checked{
    background: url(../images/checked.png) no-repeat center center;
}

/* Ã©ÂÅ¾Ã¤Â¸Â»Ã¤Â½â€œÃ¨Â¡Â¨Ã¥Ââ€¢Ã?Â·Ã¯Â¿Â½? */
.padding-l0{
    padding-left: 0 !important;
}
/* Ã¦â€”Â¶Ã©â€”Â´Ã¦Ââ€™Ã¤Â»Â¶Ã?Â·Ã¥Â¼Â start */
.form_date[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.main-inside-form .form-main .form_date {
    width: 100%;
    line-height: 28px;
    margin-top: -5px;
}
.main-inside-form .form-main .form_date input{
    width: 100%;
    padding-left: 10px;
    border: none;
    height: 28px;
    line-height: 28px;
}

.main-inside-form .form-main .input-group-addon{
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
/* Ã¦â€”Â¶Ã©â€”Â´Ã¦Ââ€™Ã¤Â»Â¶Ã?Â·Ã¥Â¼Â end */
.main-inside-form .form-main{
    max-width: none;
}
.main-inside-form .form-box{
    padding: 0 30px 20px;
    margin: 30px 1% 24px;
    background-color: #f6f7f9;
}
.main-inside-form .form-box .moudle-title{
    font-size: 24px;
    font-weight: bold;
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 30px;
}
.main-inside-form .form-box h2 span{
    color: #c69245
}
.main-inside-form .form-main .form-control,.main-inside-form .form-main .selects-box select,.checkbox-group label,.form-inline .inline-group{
    width: 62%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.main-inside-form .form-main .submit-group input{
    height: 32px;
    line-height: 32px;
}
.main-inside-form .submit-group{
    display: block;
}
.main-inside-form .input-group-span{
    font-size: 14px;
}
.form-inline .form-control,.label-box,.form-inline .inline-group{
    display: inline-block !important;
}
.form-inline .inline-group{
    text-align: left

}
.form-inline .inline-group label{
    margin-right:15px;
}
@media only screen and (max-width:1200px){
    .main-inside-form .form-main .form-control, .main-inside-form .form-main .selects-box select, .checkbox-group label,.form-inline .inline-group{
        width: 65%;
    }
    .container{
        width: 98%;
    }
    .main-inside-form .form-box{
        text-align: center
    }
    .main-inside-form .form-main .input-group-addon{
        max-width: 30px;
    }

}
@media only screen and (max-width:767px){
    .main-inside-form .form-main .form_date{
        display: flex;
        margin: 0 auto;
    }
    
    .main-inside-form .form-main .input-group-addon{
        display: table;
        padding: 7px 12px 8px;
    }

    .main-inside-form .form-box .moudle-title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 2%
    }
    .main-inside-form .form-box{
        padding: 0 5% 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .form-inline .form-group{
        margin: 0 auto 3%
    }
    .form-inline .col-xs-3{
        padding: 0;
    }
}
@media only screen and (max-width:680px){

    .main-inside-form .form-box .moudle-title{
        margin-bottom: 4%
    }
    .main-inside-form .form-main .form-group{
        width: 98%;
        margin-bottom: 3%
    }
    .input-group-span, .form-group > label{
        width: 80px;
    }
    .main-inside-form .form-main .form-control, .main-inside-form .form-main .selects-box select, .checkbox-group label,.form-inline .inline-group{
        width: calc(100% - 90px) !important;
    }
} 
@media only screen and (max-width:425px){
    .main-inside-form .form-main .input-group-addon{
        padding: 7px 7px 8px;
    }
    .zt-list{
        width: 46%;
    }
}
