.module-mb{
    margin-bottom: 30px;
    /* overflow: hidden; */
}
.module-bg{
    padding: 40px 0;
    background-color: #fff; 
}

/* public style start */

.module-title{
    position: relative;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #373c77;
    margin-bottom: 40px;
}
.module-title span{
    position: relative;
    background: #fff;
    background-image:-webkit-linear-gradient(left,#17489d,#b56060); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.module-title span::after,.module-title span::before{
    content: '';
    display: block;
    position: absolute;
    width: 116px;
    height: 24px;
    top: 10px;
    background: url(../images/tit-left.png) no-repeat top right
}
.module-title span::after{
    left: -136px;
}
.module-title span::before{
    right: -136px;
    background: url(../images/tit-right.png) no-repeat top left
}
.pool-entry{
    text-align: center;
    padding-top: 15px
}
.pool-entry a{
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #d51716;
    border: 1px solid #d51716;
    border-radius: 5px;
    padding: 0 10px
}
/*  public style end */




/* banner start */
.banner img{
    margin: 0 auto;
    max-width:none \9;
    width: auto \9;
}

.banner .carousel-control{
    display: none !important;
}

.banner .carousel-indicators{
    left: auto;
    right: 20px;
    top: 30%;
    margin-left: 0;
    width: auto;
}
.banner .carousel-inner{
    text-align: center;
}
.banner .carousel-indicators li{
    display: block;
    width: 110px;
    height: 62px;
    margin: 0 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-indent: 0;
    overflow: hidden;
}

.banner .carousel-indicators .active{
    display: block;
    margin: 0 0 10px;
    width: 110px;
    height: 62px;
    border:1px solid #d51716;
}
.img-circle{
    width: 36px;
    height: 36px;
    background-color: #d51716
}
/* banner end */


/* news start */
.news .headlines{
    width:420px;
    width: 405px \9;
    background-color: #fff;
}
.news .order-school{
    width: 436px;
}
.news .review{
    width: 344px;
    background-color: #fff;
}
.news .headlines,.news .review{
    padding: 0;
}
.news .headlines-box,.news .order-school-box,.news .review-box{
    padding: 20px 20px;
    background-color: #fff;
}
.news-item-title,.activty-title{
    margin-bottom: 20px;
}
.order-school-box .order-main,.review-box .news-item-title{
    margin-bottom: 10px;
}
.news-item-title h2,.news-item-title span{
    display: inline-block;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #333333;
}
.news-item-title h2 i,.news-item-title span i{
    padding: 2px 15px;
    background: url(../images/icon.png) no-repeat center
}
.news-item-title h2 .headlines-icon,.news-item-title span .headlines-icon{
    background-position: 0px -3px;
}
.news-item-title h2 .faq-icon,.news-item-title span .faq-icon{
    background-position: -4px -93px;
}
.news-item-title h2 .chat-icon,.news-item-title span .chat-icon{
    background-position: -4px -191px;
}
.news-item-title h2 .review-icon,.news-item-title span .review-icon{
    background-position: 0 -49px;
}
.activty-title a.more,.news-item-title a.more{
    font-size: 12px;
    margin-top: 12px;
    color: #a5aab0
}
.activty-title span{
    font-size: 16px;
    padding:0 15px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    left: -15px;
    background: #d51716;
    color: #fff;
}
.activty-title span::after{
    content: '';
    display: block;
    width: 24px;
    height: 30px;
    background: url(../images/activity-bg.jpg) no-repeat center;
    position: absolute;
    right: -24px;
    top: 0
}
.activty-title span i{
    padding: 2px 15px;
    background: url(../images/icon.png) no-repeat -4px -97px;
}
.headlines dt, .tab-pane dt {
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    max-height: 56px;
	white-space: normal;
	overflow: hidden;
}
.headlines dt a{
    color: #555;
}
.headlines dd, .tab-pane dl dd {
    height: 45px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.headlines dd a,.headlines dt a:hover,.news .review-main ul li a:first-child:hover,.news .headlines ul li a:first-child:hover,
.review-box .review-main a.more span:hover, .headlines-box a.more span:hover{
    color: #d51716;
}
.headlines dd a:hover,.order-brief-text a:hover{
    color: #0958ad
}
.news .headlines ul li{
    height: 32px;
    line-height: 32px;
}
.news ul li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 3px;
}
.news ul li:last-child{
    margin-bottom: 0;
}
/* .news .headlines ul li a:first-child{
    width: 7%;
    min-width: 74px;
} */
.news ul li a{   
    color: #31404c;
    float: left;
    width: 83%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.headlines ul li a:hover{
    color: #d51716;
}
.news ul li span{
    float: right;
    color: #666;
}

/* .headlines-main{
    margin-bottom: 20px;
} */
.headlines-main dl, .tab-pane dl {
   padding-bottom: 15px;
   margin-bottom: 10px;
   border-bottom: 1px dashed #eee;
}
.headlines-main dl dt, .tab-pane dt {
    margin-bottom: 8px;
}

.order-list dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e3e3e8;
}

.order-list dl dt,.order-list dl dd,.order-list .order-cnt,.order-list .order-btn {
    float: left;
}
.order-list dl dt{
    width: 15%;
}
.order-list dl dd{
    width: 82%;
    margin-left: 3%;
    font-size: 12px;
    color: #838c94
}
.order-list .order-cnt{
    width: 80%;
}
.order-list .order-cnt .time{
    padding-left: 13px;
    background:url(../images/time.png) no-repeat center left
}
.order-list .order-btn{
    width: 20%;
    line-height: 20px;
}
.order-list .order-cnt a{
    font-size: 14px;
    font-weight: bold;
    color: #0b244b;
}
.order-list .order-cnt a:hover{
    color: #d51716;
}
.order-list .time{
    color: #d51716
}
.order-list .order-btn a{
    display: inline-block;
    width: 100%;
    color: #d51716;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #d51716;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.order-list .order-btn a:hover{
    color: #fff;
    background-color: #d51716
}

.order-form{
    padding-top: 20px;
    background-color: #f3f5f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.order-form .form-control{
    height: 32px;
    line-height: 30px;
    padding-left: 19px \9;
    padding-right: 0 \9;
    padding-top: 0 \9;
    padding-bottom: 0 \9
}
.order-form .form-control, .order-form .school-option select{
    padding-left: 16px
}
.order-form .select-require::after {
    left: 12px;
}

.form-group .layui-bg-value{
    position: absolute;
    left: 0;
    height: 32px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 30px;
    padding: 2px 12px;
    cursor: text;
    z-index: 0;
}


.order-form .form-group-big{
    width: 100% !important;
    max-width: none !important;
}
.order-form .order-form-title{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;  
}
.order-form .order-form-title::after{
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #d51716
}
.order-form form{
    display: -webkit-box;
    display: flex;
    padding: 15px 20px 20px;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.order-form form > .form-group{
    position: relative;
    display: inline-block;
    width: 48%;
    max-width: 148px;
    margin: 0 1% 10px;
    padding: 0;
    float:left;
    z-index: 2;
    height: 33px;
}
.order-form form > .form-group > .input-group{
    background: #fff;
}
.order-form form > .form-group-max{
    max-width: none;
    width: 100% !important;
}
.order-form form .form-group .layui-bg-value{
    margin-bottom: 0 !important
}

.form-tools{
    width: 100%;
}

.order-form .submit-group,.order-form .must-box{
   float: left;  
   width: 60%;
   margin-bottom: 0;
}
.order-form .must-box{
    width: 40%;
    line-height: 34px;
}
.order-form .submit-group input {
    width: 100%;
    max-width: 119px;
    margin-left: 50%;
    background: #5085be;
    border: 1px solid #5085be;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.order-form .icon{
    padding: 0 7px;
    margin-right: 0;
    background-size: contain
}
.order-form .checkbox-item .check-icon,.order-form .must-box .icon-check{
    background: url(../images/public/check.png) no-repeat center center; 
}
.order-form .checkbox-item.checked .check-icon,.order-form .must-box .icon-check.checked{
    background: url(../images/public/checked.png) no-repeat center center;
}
/* layui-input start */
.form-group .bg-value{
    position: absolute;
    left: 0;
    height: 32px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 30px;
    padding: 2px 12px;
    cursor: text;
}
.order-form  .layui-input {
    width: 100%;
    position: absolute;
    background: none !important;
    cursor: pointer;
}
.order-form .layui-input + .input-group-addon{
    padding: 8px 12px;
    border-bottom: 0;
}
/* layui-input end */
/* order-tabs start */
.order-tabs{
    border-radius: 5px 5px 0 0 ;
    overflow: hidden;   
    margin-bottom: 15px;
}
.order-tabs ul{
    border: none !important
    /* border-bottom: 1px solid #b56060 !important; */
}
.order-tabs ul li{
    width: 50%;
    height: 32px;
    text-align: center;
    cursor: pointer;
	margin-bottom: 0 !important;
    background-color: #fff;
    border-bottom: 1px solid #18489d
}
.order-tabs ul li a{
    border: none !important;
    padding-top: 0 !important;
	padding-bottom: 0;
	margin: 0 auto;
    border-radius: 5px 5px 0 0 ;
    font-size: 16px;
    line-height: 32px;
    color: #555;
    width: 100%;
    font-weight: bold;
    /* background: url(../images/order-tabs-bg.jpg) no-repeat right center */

}
.order-tabs ul li a:focus{
    background: none
}
/* .order-tabs ul li + li {
    border-bottom: 1px solid #b46060
} */
.order-tabs ul li + li + li a{
    background: none
}
.order-tabs li.active a,.order-tabs li.active a:focus,.order-tabs li.active a:hover,.order-tabs li a:hover{
    color: #fff;
    background: url(../images/jb.png) no-repeat center center;
    background-size: cover
}
.order-tabs ul li.more,.order-tabs li.more a,.order-tabs li.more a:hover,.order-tabs li.more:hover a{
    font-size: 12px;
    height: 23px;
    text-align: right;
    color: #d51716;
}

/* order-tabs end */
/* order-brief-text start */
.order-brief-text{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
}
.order-brief-text a{
    color: #d51716;
}
.order-brief-text p {
    height: 40;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
/* order-brief-text end */

/* order-tag start */
.order-tag{
    margin-bottom: 20px;
}
.order-tag li {
    display: block !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.order-tag span{
    float: left !important; 
    border: 1px solid #d51716;
    color: #d51716 !important;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px 0 0;
    margin: 4px 10px 4px 0 ;
}
.order-tag span .order-icon1{
    background-position: -40px -8px
}
.order-tag span .order-icon2{
    background-position: -40px -43px
}
.order-tag span .order-icon3{
    background-position: -40px -77px
}
.order-tag span .order-icon4{
    background-position: -40px -112px
}
.order-tag span .order-icon5{
    background-position: -41px -147px
}
.order-tag span .order-icon6{
    background-position: -40px -181px
}
.order-tag span .order-icon7{
    background-position: -40px -217px
}
/* order-tag end */



.faq-cnt{
    margin-bottom: 15px;
}
.faq-cnt dl{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.faq-cnt dl dt{
    padding-left: 30px;
    font-weight: normal;
    color: #333333;
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    background: url(../images/q.png) no-repeat left 5px center
}
.faq-cnt dl dt a{
    float: left;
    width: 74%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.faq-cnt dl dt span{
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #c9ccd0;
    background: url(../images/icon-01.png) no-repeat left center;
    padding-left: 18px;
    cursor: pointer;
}
.faq-cnt dl dd{
    padding:5px 0 5px 30px;
    height: 50px;
    line-height: 21px;
    font-size: 14px;
    color: #666666;
    background: #f3f5f7 url(../images/a.png) no-repeat left 5px top 7px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.chat-cnt {
    display: -webkit-box;
    display: flex;
}
.chat-cnt ul {
    flex: 1;
    padding-right: 15px;
    margin-right: 15px;
    border-right:1px solid #eee;
}
.chat-cnt ul li {
    font-size: 14px;
    color: #333333;
    padding-left: 16px;
    background: url(../images/qq.png) no-repeat left center;
}
.chat-cnt  ul li a{
    width: 100%;
}
.chat-cnt dl{
    width: 50%;
    padding: 0 10px;
    text-align: center
}
.chat-cnt dl:first-child + dl dt {
    padding: 5px;
}
.chat-cnt dl dt{
    max-width: 110px;
    margin: 0 auto 10px;
}
.chat-cnt dl dd{
    font-size: 14px;
    color: #333333;
}



.review .news-item-title{
    height: 22px;
}
.review .news-item-title h2,.chat .news-item-title h2,.review .news-item-title h3{
    float: left;
}
.news  .review-main ul li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/li-bg.png) no-repeat center left;
    padding-left: 15px;
    height: 29px;
    line-height: 29px;
}
.news .review-main ul li a{
    width: 100%;
    float: none !important;
    width: auto !important;
    color: #31404c
}
/* .news .review-main ul li a:first-child,.news .headlines ul li a:first-child{
    color: #d51716
} */
.news .review-main ul li a > em{
    display: inline-block;
    width: 56px !important;
    text-align: center;
}
.news #review-bb .review-main ul li a > em{
    width: 44px !important;
}
.review-box  .review-main a.more,.headlines-box a.more {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px;
    display: block;
    height: 41px;
    line-height: 40px;
    text-align: center;
    background: #fff url(../images/dashed-bg.png) repeat-x center left;
    z-index: 1;
}
.order-school-box a.more{
    width: 100%;
    left: 0;
    bottom: -40px;
    display: block;
    height: 41px;
    line-height: 40px;
    text-align: center;
    background: #fff url(../images/dashed-bg.png) repeat-x center left;
    z-index: 1;
}
.review-box .review-main a.more span, .headlines-box a.more span, .order-school-box a.more span {
    padding: 0 10px;
    background-color: #fff;
    color: #a5aab0;
    font-size: 14px;
}

.headlines .headlines-main ,.review .review-main {
    position: relative;
}
/*modify nav-tabs default style start*/
.nav-tabs h3{width: 100%;}

.review-tabs{
    height: 50px !important;
    border-radius: 5px 5px 0 0 ;
    margin-bottom: 10px;
    overflow: hidden;   
}
.review-tabs ul{
    border-bottom: 0px !important;
}
.review-tabs ul li{
    width: 50%;
    height: 50px;
    text-align: center;
    cursor: pointer;
	margin-bottom: 0 !important;
	background-color: #f6f6f6
}
.review-tabs ul li a{
    border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
    border-right:1px solid #f6f6f6;
	border-left:1px solid #f6f6f6;
	padding-top: 2px;
	padding-bottom: 0;
	margin: 0 auto;
	border-radius: 0;
	width: 100% !important;
}
.review-tabs ul li a:focus{
    background: #f5f5f5
}
.review-tabs ul li:first-child{
	border-left: 1px solid #ebebeb!important;
}
.review-tabs ul li:last-child a{
	border-right: 1px solid #ebebeb !important;
}
.review-tabs ul li.active{
    border-bottom: 1px solid #fff;
}

.review-tabs li a,.review-tabs li.active a,.review-tabs li.active a:hover,.review-tabs li.active a:focus{
    color: #333333;
    font-size: 16px;
    line-height: 46px;
    padding-top: 0;
    font-weight: bold;
}
.review-tabs li.active a{
	border-right:1px solid #ebebeb!important;
	border-left:1px solid #ebebeb!important;
}
.review-tabs li a{
    color: #333 !important
}
.review-tabs li.active a,.review-tabs li.active a:focus,.review-tabs li.active a:hover,.review-tabs li a:hover{
    background: #fff;
    color: #d51716 !important;
	border-color: #fff;
    border-top: 3px solid #d51716;
	border-bottom: 0px !important;
	padding-top: 0
}
.review-tabs ul li.more,.review-tabs li.more a,.review-tabs li.more a:hover,.review-tabs li.more:hover a{
    font-size: 12px;
    height: 23px;
    text-align: right;
    color: #d51716;
    border-bottom: 0px !important;
}
/*modify nav-tabs default style end*/
.review-main .carousel{
    margin-bottom: 15px;
}
.review-main img{
    width: 100%;
}
.review-main .carousel-caption{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 0 0 2%;
    left: 0;
    bottom: 0;
    /* background: rgba(12,37,77,.88); */
    background:url(../images/jb.png) no-repeat center center;
    background-size: cover
}
/* news end */


/* main01 start */
.main01 {
    padding-bottom: 20px;
}
.major-recd{
    margin-bottom: 40px;
}
.major-recd-box{
    margin-right: -5px
}
ul.major-tag-cnt{
    float: left;
    width: 32.5%;
}
ul.major-tag-cnt h3{
    font-size:inherit;
    font-weight:inherit;
}
.major-tab-big{
   margin: 0 1%;
}
.li-nowrap{
    white-space: nowrap;
}
ul.major-tag-cnt .li-nobottom{
    margin-bottom: 0 !important
}
ul.major-tag-cnt li ul {
    margin-left: -2%
}
ul.major-tag-cnt li{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0 auto 15px;
}
ul.major-tag-cnt li.li-rowspan2{
    font-size: 20px;
}
ul.major-tag-cnt li.li-more{
    font-size: 18px
}
ul.major-tag-cnt li a{
    display: -webkit-box;
    display: flex;
    display: block \9;
    justify-content: center;
    align-items: center;
    line-height: 32px;
    color: #fff;
    padding: 15px 5px;
    padding: 15px 0 \9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.lookmore-icon{
    padding: 9px;
    margin-left: 5px;
    background: url(../images/li-more.png) no-repeat center center;

}

ul.major-tag-cnt .li-rowspan2 a{
    height: 140px;
    padding: 40px 5px;
}
ul.major-tag-cnt .xg a{
    height: auto;
    padding: 15px 5px;

}

ul.major-tag-cnt li:hover a{
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,.3);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,.3);
}
.tab-bg1{
    background-color: #d09879
}
.tab-bg2{
    background-color: #73babc
}
.tab-bg3{
    background-color: #7c8cbf
}
.tab-bg4{
    background-color: #73b0dc
}
.tab-bg5{
    background-color: #98b984
}
.tab-bg6{
    background-color: #c58686
}
.tab-bg7{
    background-color: #9c7cc0
}
.tab-bg8{
    background-color: #6f90c6
}
.tab-bg9{
    background-color: #d6a76f
}
.tab-bg10{
    background-color: #68af9a
}



.school-list-main{
    padding: 10px 0
}
.school-list-main dl:hover{
    box-shadow: 0 0 6px rgba(0,0,0,.2)
}
.school-list-main dd a span{
    display: flex;
    height: 42px;
    margin: 4px 0;
    float: left;
    width: 66%;
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    font-weight: bold;
    color: #31404c;
    align-items: center
}


.module-sub-title{
    width: 98%;
    margin: 0 auto;
    padding: 30px 0 20px;
    border-bottom: 1px solid #d0d5da;
}

.module-sub-title .more{
    float: right;
    margin-right: 10px;
    color: #838c94
}
.module-sub-title .more:hover{
    color: #d51716
}
.module-sub-title h2,.module-sub-title h3{
    float: left;
    height: 23px;
    font-size: 24px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 13px;
    margin-right: 20px;
    border-left: 3px solid #334d72;
}
.module-sub-title .more{
    font-size: 16px;
}



.school-box .module-title{
    margin-bottom: 1% 
}
.school-list dl{
    float: left;
    width: 18%;
    margin: 10px 1%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}
.school-list dl:hover dt,.school-list dl:hover dd{
    border-color: #fff;
}
.school-list dt{
    height: 107px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    overflow: hidden;
}
.school-list dd {
    padding: 0 10px 10px;
    border: 1px solid #ebebeb;
}
.school-list dd .school-logo{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.school-list .address-icon{
    margin-right: 4px;
    background-position: 0 -238px
}
.school-list dd .school-logo a{
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
    -moz-box-shadow:  0 0 6px 3px rgba(0,0,0,.1);
    box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
}
.school-list dd p{
    font-size: 12px;
    
}
.school-list dd .school-logo p{
   text-align: right;
   color: #8d959d;
   white-space: nowrap;
}
.school-list dd .school-cnt{
    height: 32px;
    color: #888;
    line-height: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}
.school-list dd .school-name{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school-list dd .school-name:hover,.school-list dd .school-cnt a{
    color: #d51716;
}
.school-list-main .tag-list {
    position: relative;
    border-top: 1px dashed #e3e3e8;
    padding-top: 16px;
    height: 42px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 60px
}
.school-list-main .tag-list span{
    position: absolute;
    left: 0;
    width: 60px;
    font-size: 12px
}
.tag{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1px 5px;
    margin: 0 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;

} 
.tag-list .tag{
    white-space: nowrap
}
.tag:last-child{
    margin-right: 0
}
.tag-color1{
    background-color: #98b984;
}
.tag-color6{
    background-color: #977cbb;
}
.tag-color2{
    background-color: #6f90c6;
}
.tag-color3{
    background-color: #f4ab6f;
}
.tag-color4{
    background-color: #e59e77;
}
.tag-color5{
    background-color: #cfa589;
}
.school-logo .tag{
    margin-left: 5px;
    padding: 1px 3px;
}
.school-logo .tag-color1{
    background-color: #f4ab6f;;
}
.school-logo .tag-color2{
    background-color: #e79393;
}
/* main01 end */


/* link start */
.link-box{
    background: #fff;
}
.link {
    padding-top: 2%;
}

.link .link-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    height: 26px;
    line-height: 24px;
    font-weight: bold;
    color: #222;
    margin: 0 auto 25px;
    position: relative;
    padding-left: 20px;
}

.link .link-title::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    background: #373c77;
    width: 6px;
    height: 26px;
    border-radius: 0 3px 3px 0;
}

.link .module-title {
    margin-bottom: 20px;
}

.link a {
    padding: 0 10px 10px;
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
}

.link a:hover {
    color: #b49277;
}
  
/* link end */

@media (min-width: 1440px){
    .banner .carousel-indicators{
        right: 120px;
    }
}


@media only screen and (max-width: 1200px) {
    .banner .carousel-indicators{
        right: 20px;
    }
    .news .headlines {
        width: 100%;
    }
    .news .order-school,.news .review{
        width: 50%;
    }
    .news .headlines{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .news .order-school{
        padding-left: 0;
        padding-right: 20px
    }

    .order-form form > .form-group{
        max-width: none;
    }
    .order-form .must-box{
        text-align: left
    }

    ul.major-tag-cnt li ul{
        margin: 0 auto;
    }
    ul.major-tag-cnt,ul.major-tag-cnt li{
        width: 100%;
        padding: 0;
    }
    ul.major-tag-cnt > li{
        width: 48%;
        margin: 0 1%
    }
    ul.major-tag-cnt li{
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .major-tab-big{
        margin: 0 auto;
    }
    ul.major-tag-cnt li a,ul.major-tag-cnt .li-rowspan2 a{
        padding: 3px;
        height: auto;
    }


    ul.major-tag-cnt li a{
        line-height: 32px !important;
    }
    ul.major-tag-cnt li.li-rowspan2{
        float: right;
    }

    .major-recd-box{
        margin: 0 auto;
    }
    .school-list dl{
        width: 23%;
        margin: 1%;
    }
    .school-list .school-list-main {
        padding: 1%;
    }
    .school-box .school-list{
        margin-bottom: 2%
    }
    .review-box .review-main a.more, .headlines-box a.more{
        position: initial !important
    }
}

@media only screen and (max-width: 1024px) {
    .banner .carousel-indicators li,.banner .carousel-indicators li.active{
        width: 87px;
        height: 48px;
    }
    .banner .carousel-indicators {
        position: absolute;
        left: 50%;
        top: auto;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
    .banner .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 10px;
    }
    .banner .carousel-indicators li.active {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0;
        border: 1px solid #fff;
        background-color: #fff;
    }


    .news .review,.news .order-school{
        margin-bottom: 0;
    }
    .order-school-box .faq{
        padding: 3% 0;
        margin-bottom: 4%
    }

    .school-list dl{
        width: 31.333%;
    }
    .order-form .submit-group, .order-form .must-box{
        width: 100%;
        text-align: center;
    }
    .order-form .submit-group input{
        margin: 0 auto;
    }
    .order-form .must-box{
        font-size: 12px
    }


    .school-box .module-sub-title{
        position: relative;
        border-bottom: none;
        padding-bottom: 0 !important;
    }
    .school-box .module-sub-title .more{
        position: absolute;
        right: 0;
        font-size: 14px
    }
    .school-box .module-sub-title h2,.school-box .module-sub-title h3{
        width: 100%;
        margin-bottom: 0;
        font-size:20px;
    }
}


@media only screen and (max-width: 767px){
    .banner .carousel-indicators{
        bottom: 0;
    }
    .module-bg{
        padding: 5% 0 0
    }
    .module-title{
        margin-bottom: 5%;
        overflow: hidden;
    }
    
    .news .review, .news .order-school{
        width: 100%;
    }
    .news .order-school{
        padding-right: 0
    }
    .news .review-box{
        padding-top: 5%;
    }
    .news ul li{
        display: -webkit-flex;
        display: flex;
    }
    .news ul li a{
        width: 93%;
        width: calc(100% - 40px);
    }
    .news .headlines-main ul li span{
        width: 40px;
    }
    .news ul li a:first-child + a{
        flex: 1;
    }
    .headlines dd{
        height: auto;
    }
    .faq-cnt,.chat,.news .headlines,.news .order-school,.link .link-title,.school-box .school-list{
        margin-bottom: 3%
    }
    .news .headlines{
        padding: 0;
    }
    .news .headlines,.news .order-school{
        background-color: #fff;
    }
    .review-main .carousel img{
        width: 100%;
    }
  
    .news .headlines-box, .news .order-school-box, .news .review-box{
        padding:3% 2%;
    }
    .school-box .module-sub-title{
        padding: 0 2% 
    }
    
    .school-box .school-list{
        margin-bottom: 3%
    }

    .school-list .school-list-main{
        padding: 2% 1%
    }
    .school-list dd .school-cnt,.module-mb,.major-recd,.school-box .module-title{
        margin-bottom: 5%
    }
    .school-list-main .tag-list{
        padding-top: 9px;
        height: 58px;
    }

    .link .link-title{
        font-size: 20px
    }
    .link a{
        font-size: 14px;
    }

    .order-form .form-control, .order-form .school-option select{
        padding-left: 22px !important
    }
}
@media only screen and (max-width: 680px){

    .order-school-box .faq{
        margin-bottom: 4%
    }

    .school-list dl{
        width: 48%;
        margin: 1%;
        min-width:140px;
    }
    ul.major-tag-cnt > li{
        width: 100%;
        margin: 0 auto 10px;
    }
       
}

@media only screen and (max-width: 425px){

    .order-form form > .form-group{
        width: 98%;
        min-height: 32px
    }
   
    .school-list dd .school-logo a{
        width: 50px;
        height: 50px;
    }
 
}

/* 兼容ie11 */
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .order-form .form-control{
        padding-left: 19px
    }
    .order-form .select-search .school-option input{
        padding-top: 0;
        padding-bottom: 0
    }
}