@charset "utf-8";
/*2018.4.10 wh*/
html, body, div, span, object, iframe,h1, h2, 
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, 
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, 
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, 
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption, 
figure, footer, header, hgroup, menu, nav, section, summary,time, mark, 
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;/*FF*/ 
    list-style: none;
}

body{
    line-height:1;
    background-color: #e5e7ec;
}
*{
	box-sizing: border-box;
    font-family: "微软雅黑";
}
a{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
     
}
a:hover,a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/ 
    }
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
input, select {
    vertical-align:middle;
}
.icon {
    display: inline-block;
    background: url(../img/icon_groups.png) no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
}
/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
}


/*header*/

.header{
	height: 52px;
	line-height: 52px;
	background-color: #043b72;
    position: relative;
}
.header .logo{
	float: left;
	padding-top: 7px;
	padding-left: 10px;
    width:auto;
}
.header .logo a{
	display: block;
}
.header .logo a img{
	display: block;
    width: 275px;
    height: 37px;
}
.nav{
	float: right;
    position: relative;
    width: auto!important;
}
.nav .nav_btn{
	display: block;
    width: 52px;
    height: 52px;
    background-color: #fe2015;
    text-align: center;
}
.nav_down{
    position: absolute;
    width:100%;
    background: #043b72;
    z-index: 100;
    top: 51px;
    border-top: 2px solid #fe2015;
    line-height: normal;
    display: none
}
.nav_down .login{
    padding: 15px 0;
    font-size: 15px;
    color: #175a9d;
    border-bottom:1px solid #02305d;
}
.nav_down .login>a{
    color: #fff;
    padding: 0px 15px;
}
.nav_down .login>span,
.nav_down .login>a{
    color: #fff;
    padding: 0px 15px;
}
.nav_down .nav_item{
    padding: 15px 0;
    font-size: 15px;
    color: #175a9d;
    border-bottom:1px solid #02305d;
}
.nav_down .nav_item_padding{
    padding-bottom: 0
}
.nav_down .nav_item>span,
.nav_down .nav_item>a{
    color: #fff;
    padding: 0px 15px;
    display: block;
}
.this{
    color: #ff2f25 !important;
}
.nav_down .nav_item .nav_item_level{
    margin-top: 10px;
    position: relative;
    background: #043464;
    padding: 10px 15px;
}
.nav_down .nav_item .nav_item_level a{
    font-size: 13px;
    color: #728ca7;
    margin-right: 20px;
}
.nav_down .nav_item .nav_item_level .level_icon{
    width: 6px;
    height: 9px;
    margin: 0;
    background-position: 0 bottom;
    margin-right: 5px;
}
.nav_down .nav_item .nav_item_level .t3{
    top: -7px;
    left: 32px;
}

.t3{
    width: 0px;
    height: 0px;
    border-top: 0px solid #043464;
    border-bottom: 7px solid #043464;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position:absolute;
}

.nav .nav_btn .open{
    width: 17px;
    height: 12px;
    background-position: -101px bottom;
    margin: 0;
    margin-top: -4px;
    display: inline-block;!important;
}
.nav .nav_btn .close{
    width: 17px;
    height: 17px;
    background-position: -101px top;
    margin: 0;
    margin-top: -4px;
    display: inline-block;!important;
}










#kinMaxShow .KMSPrefix_kinMaxShow_button{
    left: 50%;
    margin-left:-30px;
}
.notice {
    display: block;
    width: 100%;
    padding: 0 15px;
    background-color: #eff1f6;
}

.notice .notice_title {
    float: left;
    font-size: 12px;
    color: #043b72;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
}
.notice .notice_title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    background: url(../img/icon2.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
ul.lineW {
    width: 74%;
    height: 38px;
    overflow: hidden;
    border: 0px solid #363636;
    margin: 0px auto;
    float: right;
    padding-left: 10px;
}

ul.lineW li {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    list-style: none;
    color: #777;
    font-size: 16px;
}
ul.lineW li a {
    color: #555;
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    vertical-align: middle;
    font-weight: normal;
    float: left;
}
ul.lineW li i {
    display: inline-block;
    font-style: normal;
    font-size: 10px;
    vertical-align: middle;
    font-weight: normal;
    float: right;
    -webkit-transform:scale(0.9);
}
.notice .moreW {
    float: right;
     position: relative;
    top: 9px;
    margin-left: 10px;
}
.notice .moreW a {
    display: inline-block;
    background: #fe2015;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 3px;
    height: 12px;
    padding: 2px;
}
.notice .moreW a .icon {
    width: 7px;
    height: 7px;
    background-position: 0 0;
    margin-top: 1px;
    margin-right: 0;
    vertical-align: top;
}
.news_box{
    background:url(../img/title_bg.png) no-repeat left top;
    background-color: #eff1f6;
    margin-top: 8px;
}
.news_box .title{
    height: 45px;
    line-height: 45px;
    margin: 0 15px;
    border-bottom: 2px solid #043b72;
}
.news_box .title h2{
    font-size: 14px;
    color: #222;
    font-weight: bold;
    padding-left: 19px;
    float: left;
    height: 100%;
}
.news_box .title .more{
    float: right;
}
.news_box .title h2>span{
    color: #a4a4a4;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.icon.more_icon{
    width: 11px;
    height: 11px;
   background-position:-7px 0; 
}
.news_list .first_news a{
    display: block;
}
.news_list .first_news h2{
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}
.news_list{
    padding: 15px;
    padding-top: 0;
}
.news_bottom{
    margin-bottom: 15px;
}
.first_news{
    margin-top: 15px;
}
.first_news .media .time{
    float: left;
    background-color: #fe2015;
    padding: 0 5px
}
.first_news .media .time span{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.first_news .media .time .day{
    border-bottom: 1px solid #ff5b53;
    font-size: 22px;
}
.first_news .media .time .year{
    font-size: 14px;
}
.first_news .media .media_left{
    height: 77px;
    width: 122px;
    float:left;
    margin-left: 1px;
}
.first_news .media .media_left img{
    height: 100%;
    width: 100%
}
.first_news .media .media_body{
    float:left;
    width: 43%;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 18px;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news_list_body li{
    padding: 15px 0;
    border-bottom: 1px solid #dddfe4;
}
.media .time{
    float: left;
    background-color: #fe2015;
}
.media .time span{
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.media .time .day{
    border-bottom: 1px solid #ff5b53;
    font-size: 14px;
    margin: 0 5px;
}
.media .time .year{
    font-size: 12px;
    -webkit-transform:scale(0.8);
}
.media  .media_body{
    float: left;
    width: 80%;
    margin-left: 12px;

}
.media  .media_body h2{
    font-size: 14px;
    color: #222222;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 5px;
}
.media  .media_body p{
    font-size: 12px;
    color: #9e9e9e;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lnews_list_body li a{
    display: block;
}
.notice_list{
    padding: 15px 0;
    border-bottom:1px solid #dddfe4;
    margin:  0 15px;
}
.notice_list h3{
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
}
.notice_list .time{
   font-size: 12px;
   color: #666666 
}
.match_list{
    position: relative;
    float: left;
    margin: 15px 0;
    margin-left: 15px;
}
.match_list img{
    width: 164px;
    height: 131px;
}
.match_list h3{
    font-size: 14px;
    color: #fff;
    position: absolute;
    /* height: 40px; */
        max-height: 40px;
    min-height: 20px;
    width:100%;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    padding: 0 8px;
    font-weight: normal;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_box .img{
    position: relative;
    overflow: hidden;
}
.news_box .img img{
    width: 100%;
    display: block;
}
.news_box .img>a{
    display: block;
}
.news_box .img .more{
    width: 34px;
    height: 34px;
    background-position: -20px 0;
    position: absolute;
    right: -1px;
    bottom:0;
    margin: 0;
}
.focus-img-con{
    position: relative;
    margin: 0 auto;
    background-color: #eff1f6;
    overflow: hidden;
    height: 180px;
}

.focus-img-con ul{
    position: absolute;
    top: 0;

}
.by_practice{
    position: relative;
}
.by_practice li{
    width: 165px;
    float: left;
    margin: 15px 0;
    margin-left: 15px;
}
.by_practice li img{
    display: block;
    width: 100%;
    height: 115px;
}
.by_practice li h3{
    font-size: 14px;
    color:#222222;
    font-weight: bold;
    margin: 5px 0;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.by_practice .change-bnt{
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background-color: #303031;
    text-align: center;
}
.by_practice .change-bnt.goL2,
.by_practice .change-bnt.goL{
    left: 0;
}
.by_practice .change-bnt.goL2 .icon,
.by_practice .change-bnt.goL .icon{
    width: 12px;
    height: 20px;
    background-position: -56px 0;
    margin: 0;
    margin-top: 14px;
}
.by_practice .change-bnt.goR2 .icon,
.by_practice .change-bnt.goR .icon{
    width: 12px;
    height: 20px;
    background-position: -56px bottom;
    margin: 0;
    margin-top: 14px;
}
.by_practice .change-bnt.goR2,
.by_practice .change-bnt.goR{
    right: 0;
}
.teaching_staff li{
    width: 105px;
}
.teaching_staff li img{
    height: 127px;
}
.teaching_staff li .teacher_msg{
    height: 45px;
    text-align: center;
    background: #d3d7e0;
    padding-top: 5px;
}
.teaching_staff li .teacher_msg span{
    display:block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teaching_staff li .teacher_msg .name{
    color: #222;
    font-size: 14px;
    margin-bottom:3px;
}
.teaching_staff li .teacher_msg .job{
    color: #808080;
    font-size: 12px;
}
.teaching_staff{
    height: 200px;
}
.news_boxB{
    width: 100%;
    margin-top: 8px;
}
.news_boxB>.imgB{
    padding: 0 15px;
}
.news_boxB>.imgB img{
    width: 100%;
    display: block;
}

.footer{
    background: #2b2f33;
    padding: 27px 0;
    text-align: center;
}
.footer .link{
    font-size: 14px;
    color: #56595d;
}
.footer .item{
    color: #797d82;
    font-size: 10px;
    margin-bottom: 15px;
   
}
.footer .linkB{
    font-size: 12px;
    color: #797d82;
        display: inline-block;
    margin-bottom: 10px;
}
.footer_top{
    padding-bottom: 5px;
    border-bottom: 1px solid #363b40;
}
.footer_bottom{
    padding-top: 20px;
}
.footer_bottom .item{
    margin-bottom: 10px;
}
.footer_bottom .item img{
    width: 28px;
    height: 32px;
}
.blue{
    color: #2670ba !important;
}
.banner img{
    width: 100%;
}
.page_position{
    color: #8c8c8c;
    background: url(../img/title_bg.png) no-repeat left top;
   height: 38px;
    padding-top: 24px;
    padding-left: 15px;
    font-size: 12px;
}
.page_position a{
    font-size: 14px;
    color: #8c8c8c;
    padding: 0 5px;

}
.passage{
    padding: 0 20px;
    
}
.main_body{

    padding-bottom: 50px;
}
.passage_title{
    font-size: 24px;
    color: #043b72;
    border-bottom: 2px solid #043b72;
    height: 55px;
    line-height: 55px;
        overflow: hidden;
}
.passage_body {
    padding: 10px 0px;
    line-height: normal;
}
.passage_body img{
    max-width: 100%;
    padding:20px 0;
    display: block;
}
.passage_body table{

    width: 100% !important;
}

.teacher_list{
    margin-top: 20px
}
.teacher_list li{
    margin-bottom: 15px;
    background: #eff1f6;
}
.passage .media_left{
    float: left;
    height: 140px;
    width: 119px;
}
.passage .media_left img{
    height: 100%;
    width: 100%;
}
.passage .media_body{
    float: left;
    width: 57%;
    margin: 0 12px;
}
.passage .media_body .media_heading{
    font-size: 18px;
    color: #222222;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
}   
.passage .media_body .txt{
    font-size: 14px;
    color: #808080;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.passage .media_body .more{
   color: #fe2015;
   font-size: 12px;
   float: right;
    text-transform: uppercase;
    margin-top: 30px;
    margin-right: 10px;
}
.load_more{
    margin-bottom: 50px;
}
.load_more a{
    display: block;
    height: 50xp;
    line-height: 50px;
    background: #043b72;
    text-align: center;
    color: #fff;
    margin: 20px;
    font-size: 16px;
}
.details_title h2{
    font-size: 24px;
    color: #043b72;
    font-weight: bold;
    padding: 25px 0;
    line-height: 28px;
}
.details_msg{
    color: #8c8c8c;
    font-size: 14px;

}
.details_msg span{
    margin-right: 20px;
}
.details_title{
    border-bottom: 1.5px solid #e1e1e1;
    padding-bottom: 25px;
}
.page{
    padding: 0 20px;
    margin-top: 30px;
    background: #eff1f6;
}
.page .page_item{
    display: block;
    padding: 10px 11px;
    border: 1px solid #dbdde2;
    color: #757576;
    line-height: 18px;
    font-size: 14px;
    margin-top: 15px;
}
.page .page_item span{
    margin-bottom: 5px;
    display: block;
}
.page .page_item p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list_bodyA{
    margin-top: 20px;
} 
.main_body +.news_box{
    background-color: #eff1f6;
}
.main_bodyB{
    background: #e5e7ec;
}
.list_bodyA li{
    background: #eff1f6;
    padding: 25px;
    margin-bottom: 15px;
}
.list_bodyA li .title{
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 23px;
    margin-bottom: 15px;
}
.list_bodyA li .image{
    margin-bottom: 10px;
}
.list_bodyA li .image img{
    width: 100%;
    height: 158px;
}
.list_bodyA li .time{
    color: #808080;
    font-size: 12px;
    margin-bottom: 10px;
}
.list_bodyA li .organization{
    color: #808080;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.list_bodyA li .more{
    float: right;
    font-size: 12px;
    color: #fe2015;
    text-transform: uppercase;
}

.detailsB .details_msg span{
    margin: 0
}
.detailsB .details_msg{
    margin-bottom: 10px;
}
.detailsB .details_msg .look{
    width: 14px;
    height: 12px;
    background-position:-70px 0 ;
    margin: 0
}
.listA{
    padding: 20px;
    overflow: hidden;
    padding-bottom: 0
}
.listA_title{
    padding-bottom: 20px;
    border-bottom: 2px solid #043b72;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.listA_title>.icon{
    width: 4px;
    height: 18px;
    background-position: -75px bottom;
    margin: 0;
    margin-right: 7px;
}
.listA ul{
    padding: 10px 0
}
.listA li{
    padding: 15px 0;
    border-bottom: 1px solid #dddfe4;
}
.listA li .dot{
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: #043b72;
    vertical-align: middle;
    margin-right: 7px;
} 
.listA li .txt{
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 10px;

}
.listA li .upload{
    font-size: 12px;
    color: #fe2015;
}
.listA li .upload .icon{
    width: 8px;
    height: 11px;
    background-position: -86px 0;
    margin: 0;
    margin-left: 5px;
}
.listA li .image{
    width: 35px;
    height: 35px;
}
.listA li .image img{
    width: 100%;
    height: 100%;
}
.listA li .image{
    float: left;
}
.listA .sign_up{
    width: 105%;
}
.listA .sign_up li{
    float: left;
    border: none;
    margin-right: 35px;
}
.listA li .right{
    float: left;
    margin-left: 5px;
}
.listA li .right .name{
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 3px;
}
.listA li .right .time{
    font-size: 12px;
    color: #9e9e9e;
}
.main_body .news_box {
    background-color: #eff1f6;
}


.main_body .notice_list{
   margin: 0;
}
.listA_title .more{
    float: right
}
.main_body .load_more{
    margin: 0
}
.main_bodyC{
    background-color: #eff1f6
}
.list_bodyB ul{
    margin:20px 0;
}
.list_bodyB li{
    padding: 22px 20px;
    background-color: #eff1f6;
    margin-bottom: 10px;
}
.list_bodyB li .title{
    font-size: 16px;
    color: #222222;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
}
.list_bodyB li .txt{
    font-size: 14px;
    color: #808080;
    margin-bottom: 10px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list_bodyB li .msg{
    font-size: 14px;
}
.list_bodyB li .msg .time{
    float: left;
    color: #808080
}
.list_bodyB li .msg .time .icon{
   width: 13px;
   height: 13px;
   background-position: -84px bottom;
}
.list_bodyB li .msg .more{
    float: right;
    color: #fe2015;
    text-transform: uppercase;
}
.ipload_item{
    line-height: 20px;
}
.ipload_item a{
    font-size: 16px;
    color: #fe2015;
    margin-left: 15px;
}
.ipload_item a .icon{
    width: 9px;
    height: 11px;
    background-position: -86px -12px;
    margin: 0;
    margin-left: 5px;
}
.upload_box{
    padding-top: 20px;
}


.hide{
    display: none
}

.scroll_top{
    width: 43px;
    height: 43px;
    position: fixed;
    border-radius: 50%;
    background: #fb4a42;
    bottom: 200px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 30px #fb4a42;
    z-index: 101;
    display: none
}
.scroll_top .icon{
    width: 13px;
    height: 13px;
    background-position: -125px 0;
    display: block;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 3px;
}
.sign_up_box{
    background: #1c1e20;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.sign_up_box .sing_up_num{
    float: left;
}
.sign_up_box .sing_up_btn{
    float: right;
}
.sign_up_box .sing_up_num span{
    display: block;
}
.sign_up_box .sing_up_num .num{
    font-size: 19px;
    color: #797d82;
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 4px;
}
.sign_up_box .sing_up_num .txt{
    font-size: 14px;
    color: #797d82;
}
.sign_up_box .sing_up_btn .btn{
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 95px;
    background: #fe2015;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    outline: none;
}
.sign_up_box .sing_up_btn .btn[disabled=disabled]{
    background: #afafaf;
}
.sign_up_box .sing_up_btn .btn.no_drop{
    background: #afafaf;
}

.swiper-container{
      width: 100%;
      height:88px;
}
.swiper-container img{
    display: block;;
    height: 100%;
    width: 100%;
}

.empty{
        text-align: center;
    padding: 100px 0px;
    color: #797d82;
}
