@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.float{ width:768px; left:0; top:0; height:100%; position:fixed; margin-left:-384px; background-color:rgba(0,0,0,0.9); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}
.float > .f-navlist > h3{ width:100%; height:48px; line-height:48px; font-size:16px; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.8); color:#333; text-align:center; font-weight:normal; color:#FFF;} 
.float > .f-navlist > h3 > span{ float:left;}
.float > .f-navlist > h3 > span a,.float > .f-navlist > h3 > span a:hover{ color:#FFF;}
.float > .f-navlist > h3 > span:nth-of-type(2){ float:right; }
.float > .f-navlist > h3 > span > i{ font-size:14px;}
.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box;}
.float > .f-navlist > ul > li{ width:100%; height:40px; line-height:40px; font-size:12px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.6);}
.float > .f-navlist > ul > li + li{}
.float > .f-navlist > ul > li > a,.float > .f-navlist > ul > li > a:hover{ color:#FFF !important; }
.float > .f-navlist > ul > li > a > i{ color:#FFF; font-size:14px;}
.float > .f-navlist > ul > li:hover{ background-color:#000;}
.float > .f-navlist > ul > li:hover > a,.float > .f-navlist > ul > li > a:hover,.float > .f-navlist > ul > li:hover > a > i,.float > .f-navlist > ul > li:hover > a:hover > i{ color:#FFF !important;}
/**/


.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(223,0,15,1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.site{ width:100%; height: 40px; background-color: rgba(0,0,0,0.2); }
.site > .c-con > .site-hotTel{ width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #FFF; text-align: left; overflow: hidden; }

.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:475px; padding-top:10px; padding-bottom:10px; flex-shrink: 0; transition:all 0.3s linear; -webkit-transition:all 0.3s linear;  }
.logo img{ width:100%;}
.phone{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items:center;  }
.phone > .phoneIcon{ width: 90px; overflow: hidden; }
.phone > .phoneIcon > img{ width: 100%; }
.phone > .phoneAbout{margin-left:10px; font-size: 14px; color: #FFF; line-height: 24px; align-self: center; }


.menu{ width:30px; height:30px; cursor:pointer; display:none; align-self: center;}
.menu > h3{ width:30px; height:30px; font-weight:normal; text-align:center; line-height:20px; color: #FFF; }
.menu > h3 > i{ font-size:20px;}

.header-blank{ background-color:transparent; height:160px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(223,0,15,1); border-bottom:1px solid rgba(120,120,120,0.2);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
.scrolltop > h3.tx{ color:#333;}
/*主体*/
.main{   height:auto; }
/*底部*/
.server{ min-width: 320px; background-color: #424242; margin-top: 1%;}
.server > .c-con{ padding-top: 2%; padding-bottom: 2%; }
.servlist{ width: 100%; }
.servlist > ul{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: center; }
.servlist > ul > li{ }
.servlist > ul > li > a{ width: 100%; height: 36px;text-align: center; line-height: 36px; font-size: 16px; display: block;  color: #FFF !important; box-sizing: border-box; }
.servlist > ul > li:hover > a{ background-color: rgba(255,255,255,0.2); }
.servMain{ width: 100%; height: auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; margin-top: 2%; }
.servMain > .servLogo{ display: block; width: 280px; overflow: hidden; flex-shrink: 0; }
.servMain > .servLogo img{ width: 100%; }
.servMain > .servAbout{ width: 100%; color: rgba(255,255,255,0.6); box-sizing: border-box; padding-left:5%;}
.servMain > .servAbout > ul > li{ display:flex; flex-direction: row; width: 100%; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; }
.servMain > .servAbout > ul > li > .servAboutItem-header{ font-size: 18px; text-align: left; margin-bottom: 1%; }
.servMain > .servAbout > ul > li > .servAboutItem-title{ flex-shrink: 0; height: 36px;  line-height: 36px; display: flex; flex-direction: row; width:72px; flex-wrap: nowrap; justify-content: flex-start; align-items: center; }
.servMain > .servAbout > ul > li > .servAboutItem-title > p{ width: 20px; overflow: hidden; flex-shrink: 0; margin-right: 10px; }
.servMain > .servAbout > ul > li > .servAboutItem-title > p > img{ width: 100%; }
.servMain > .servAbout > ul > li > .servAboutItem-title > h3{ font-weight: normal; font-size: 14px; }
.servMain > .servAbout > ul > li > .servAboutItem-right{ width:100%; font-size: 14px; line-height: 36px; text-align: left; }

.servMain > .servQTcode{  flex-shrink: 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.servMain > .servQTcode > p{ width: 108px; box-sizing: border-box; border:8px solid #8f8f8f; overflow: hidden; }
.servMain > .servQTcode > p > img{ width: 100%; }
.servMain > .servQTcode > h3{margin-left:10px; font-weight: normal; font-size: 14px; color: #FFF; line-height: 24px; align-self: center;  }
.foot-blank{ height:auto; width:100%; }
.footer{ min-width: 320px; box-sizing:border-box; background-color: #2f2f2f; height: auto;}
.copyright{ font-size: 14px; line-height: 24px; text-align: center; line-height: 2; color: rgba(255,255,255,0.6); padding-bottom: 10px; padding-top: 10px;}
.copyright > a{ color: rgba(255,255,255,0.6); }
.copyright > a:hover{ color: #FFF !important }
/*首页*/
/*焦点图*/
.nav{ background-color: #f5f5f5; position: relative; min-width: 320px; }
.nav > .navlist{ }
.nav > .navlist > ul{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: center; }
.nav > .navlist > ul > li{ flex:1;  }
/*.nav > .navlist > ul > li::after{content: ' '; width: 100%; height: 60px; background-color: rgba(0,0,0,0.8); position: absolute; left:0; top:60px; display: none; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; z-index: 90;}*/
.nav > .navlist > ul > li > div{ width: 100%; position: relative;}
.nav > .navlist > ul > li > div > a{ width: 100%; height: 60px;text-align: center; line-height: 60px; font-size: 18px; display: block;  color: #333 !important; box-sizing: border-box; position: relative; }
.nav > .navlist > ul > li > div > a::after{ content: ' '; width: 100%; height: 4px; background-color: #f5f5f5; position: absolute; left:0; bottom: 0; }
.nav > .navlist > ul > li > div > a:hover,.nav > .navlist > ul > li > div > a.active{ background-color: #FFF; color: #000 !important; }
.nav > .navlist > ul > li > div > a:hover::after,.nav > .navlist > ul > li > div > a.active::after{background-color: #df000f; }


.flash{ width:100%; position: relative; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #df000f; }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide > a{ display: block; width: 100%;}
.swiper1 .swiper-slide > a > img{ width:100%;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display: none; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }
.swiper1 .swiper-slide > a > h3 > p:hover{background-color: rgba(73,7,94,1); color: rgba(255,255,255,1) !important; }
.swiper1 .swiper-slide > a > h3 > p:hover > i{ background-color: rgba(255,255,255,0.2);}

.signUp{ width: 100%; height: auto; background-color: #f5f5f5; min-width: 320px; }
.signUp > .c-con{ box-sizing: border-box; padding-top: 2%; padding-bottom: 2%; }
.signUpForm{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.signUpForm > p,.signUpForm > h5{ width: 34px;  overflow: hidden;  flex-shrink: 0;}
.signUpForm > h5{ width: 36px; margin-right:20px;}
.signUpForm > p > img,.signUpForm > h5 > img{ width: 100%; }
.signUpForm > h3{ font-weight: 550; font-size: 22px; color: #df000f;  flex-shrink: 0; margin:0 20px; }
.signUpForm > h4{ width: 100%; height: 0; box-sizing: border-box; border-bottom: 1px dashed #df000f; margin-right:20px;}
.signUpForm > a{ display: inline-block; font-size: 22px; color: #FFF !important; background-color: #df000f; border-radius: 3px; padding:8px 30px; flex-shrink: 0;}


.mCol{ width: 100%; height: auto; }
.mCol > .c-con{ box-sizing: border-box; padding-top: 3%; padding-bottom: 3%; }
.about{ width: 100%; display: flex; flex-direction: row-reverse;flex-wrap: nowrap; justify-content: space-between; align-items: stretch; padding-bottom: 4% ; padding-right: 0; box-sizing: border-box; border-bottom: 1px solid #c9c9c9; }
.about > .aboutImg{ display: block; width: 45%; overflow: hidden; flex-shrink: 0; margin-right: 3%;}
.about > .aboutImg > p{ width: 100%; height: 0; padding-top: 66%; position: relative; }
.about > .aboutImg > p > img{ width:100%; height: 100%; position: absolute; left:0; top:0; }
.about > .aboutRight{ width: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; }

.aboutRight > h3{ width: 100%; font-weight: normal; font-size: 28px; text-align: left; box-sizing: border-box; padding-left:20px; position: relative; margin-bottom: 3%; position: relative;}
.aboutRight > h3::after,.notic > .noticHeader::after,.peixun > .pxHeader::after,.teacher > .techHeader::after{ content: ' '; width: 6px; height: 80%; background-color: #e72120; position: absolute; left:0; top:10%; }
.aboutRight > div{ width: 100%; height: 100%; line-height: 30px; font-size: 14px; overflow: hidden;}
.aboutRight > p{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; margin-top: 2%;}
.aboutRight > p > a{ display: block; width: 40px; height: 20px; overflow: hidden; }
.aboutRight > p > a > img{ width: 40px; height: 20px; }

.other{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;  margin-top: 4%;}
.kaiBan{ width: 100%;  display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.kaiBan > .kbHeader{ width: 100%; background-color: #ff4759; line-height: 2.2; box-sizing: border-box; padding:0 10px;font-size: 28px; text-align: left; color: #FFF; position: relative; flex-shrink: 0;}
.kaiBan > .kbHeader > a{ font-size: 14px; display: inline-block; height: 24px; line-height: 24px; position: absolute; right:10px; top:50%; margin-top: -12px; color: #FFF !important; }
.kaiBan > .kbList{ width: 100%;height: 100%; box-sizing: border-box; border:1px solid #dcdcdc; background-color: #FFF; padding:20px; }
.kaiBan > .kbList > ul{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.kaiBan > .kbList > ul > li{ width: 100%;flex:1; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}
.kaiBan > .kbList > ul > li > p{ display: flex; flex-direction: row; width: 80px; flex-wrap: nowrap; justify-content: flex-start; align-items: center; overflow: hidden; font-size: 14px;}
.kaiBan > .kbList > ul > li > p:nth-of-type(1),.kaiBan > .kbList > ul > li > p:nth-of-type(2),.kaiBan > .kbList > ul > li > p:nth-of-type(5){ flex-shrink: 0; }
.kaiBan > .kbList > ul > li > p:nth-of-type(3){width: 15%;}
.kaiBan > .kbList > ul > li > p:nth-of-type(3){width: 15%;}
.kaiBan > .kbList > ul > li > p:nth-of-type(4){width: 35%;}
.kaiBan > .kbList > ul > li > p:nth-of-type(5){width: auto; padding-left:10px; text-align: right;}
.kaiBan > .kbList > ul > li > p:nth-of-type(5) > a{ color: #e72120; text-decoration: underline; }

.notic{ width: 30%; margin-left:3%; flex-shrink: 0; }
.notic > .noticHeader{ width: 100%; box-sizing: border-box; padding-left:20px; font-size: 28px; text-align: left; position: relative; line-height: 2.2; }
.notic > .noticHeader > a{ font-size: 14px; display: inline-block; height: 24px; line-height: 24px; position: absolute; right:0; top:50%; margin-top: -12px; }
.notic > .noticAd{ display: block; width: 100%; height: 0; padding-top: 50%; position: relative; overflow: hidden; margin-top: 6%; margin-bottom: 6%;}
.notic > .noticAd > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.notic > .noticList{ width: 100%; height: auto; }
.notic > .noticList > ul > li{ box-sizing: border-box; width: 100%; padding-left:20px; height: 32px; line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; text-align: left; position: relative; }
.notic > .noticList > ul > li > span{ display: inline-block; padding-left: 20px; font-size: 12px; color: #999; height: 24px; line-height: 24px; float: right; }
.notic > .noticList > ul > li::after{ content: ' '; width: 6px; height: 6px; border-radius: 50%; position: absolute; left:0; top:50%; margin-top: -3px; background-color: #e72120; }


.peixun{ width: 100%; height: auto; }
.peixun > .pxHeader{ width: 100%; box-sizing: border-box; padding-left:20px; font-size: 28px; text-align: left; position: relative; line-height: 2.2; }
.peixun > .pxHeader > a{ font-size: 14px; display: inline-block; height: 24px; line-height: 24px; position: absolute; right:0; top:50%; margin-top: -12px; }
.pxList{ width: 100%; height: auto; }
.pxList > ul > li{ width: 32%; float: left; margin-right: 2%; margin-top: 2%; }
.pxList > ul > li:nth-of-type(3n){ margin-right: 0; }
.pxList > ul > li > a{ display: block; width: 100%; height: 0; padding-top: 41.56%; position: relative; background-image: url(../images/emp-08.png); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; border-radius: 6px; overflow: hidden;color: #FFF !important;  }
.pxList > ul > li > a > div{ width: 100%; height: 100%; position: absolute; left:0; top:0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.pxList > ul > li > a > div > h3{ font-weight: normal; font-size: 20px; margin-bottom: 4%; }
.pxList > ul > li > a > div > p{ height: 30px; line-height: 28px; border-radius: 4px; border:1px solid #FFF; padding:0 20px; font-size: 14px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.pxList > ul > li > a:hover > div > p{ border:1px solid #FFF;background-color: #FFF; color: #e72120;}
.pxMain{ width: 100%; height: auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin-top: 2%;}
.pxAbout{width: 100%; height: 240px; line-height: 30px; font-size: 16px; text-align: left; overflow: hidden; box-sizing: border-box; padding-right: 3%;}

.box{ width: 52.5%; overflow: hidden; height: auto; flex-shrink: 0; position:relative; padding-left:64px; padding-right:64px;  box-sizing:border-box; /*padding-top:2%; padding-bottom: 2%;*/}
.swiper5 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none;}
.swiper5 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper5 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper5 .swiper-slide{ position:relative; box-sizing: border-box; background-color: #FFF;}
.swiper5 .swiper-slide > a{ display: block; box-sizing: border-box; width:100%; overflow: hidden; border:1px solid #e5e5e5; height: auto;}
.swiper5 .swiper-slide > a > p{ width: 100%; height: 0; padding-top: 125%; position: relative; }
.swiper5 .swiper-slide > a > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.swiper5 .swiper-slide > a > div{ width: 100%; height: auto;box-sizing: border-box; padding:10px; }
.swiper5 .swiper-slide > a > div > h3,.swiper5 .swiper-slide > a > div > h4{ width: 100%; font-weight: normal; font-size: 18px; line-height: 24px; height: 24px; text-align: center; overflow: hidden; }
.swiper5 .swiper-slide > a > div > h4{ font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.box .swiper-button-next,.box .swiper-button-prev{   height:54px; width:54px;text-align:center; background-image:url(none); cursor:pointer; margin-top:-27px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; } 
.box .swiper-button-next{ background-image: url(../images/goRight.png); right:0; }
.box .swiper-button-prev{ background-image: url(../images/goleft.png); left:0; }
.box .swiper-button-next i,.box .swiper-button-prev i{ font-size:0}

.box2{ width: 100%; overflow: hidden; height: 0; flex-shrink: 0; position:relative; padding-left:46px; padding-right:46px;  box-sizing:border-box;}
.swiper6 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none;}
.swiper6 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper6 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper6 .swiper-slide{ position:relative; box-sizing: border-box; background-color: #FFF;}
.swiper6 .swiper-slide > a{ display: block; box-sizing: border-box; width:100%; overflow: hidden; border:1px solid #e5e5e5; height: auto;}
.swiper6 .swiper-slide > a > p{ width: 100%; height: 0; padding-top: 125%; position: relative; }
.swiper6 .swiper-slide > a > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.swiper6 .swiper-slide > a > div{ width: 100%; height: auto;box-sizing: border-box; padding:10px; }
.swiper6 .swiper-slide > a > div > h3,.swiper6 .swiper-slide > a > div > h4{ width: 100%; font-weight: normal; font-size: 18px; line-height: 24px; height: 24px; text-align: center; overflow: hidden; }
.swiper6 .swiper-slide > a > div > h4{ font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.box2 .swiper-button-next,.box2 .swiper-button-prev{   height:36px; width:36px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-18px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; } 
.box2 .swiper-button-next{ background-image: url(../images/goRight.png); right:0; }
.box2 .swiper-button-prev{ background-image: url(../images/goleft.png); left:0; }
.box2 .swiper-button-next i,.box .swiper-button-prev i{ font-size:0}

.teacher{ width: 100%; height: auto; }
.teacher > .techHeader{ width: 100%; box-sizing: border-box; padding-left:20px; font-size: 28px; text-align: left; position: relative; line-height: 2.2; }
.teacher > .techHeader > .techTab{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; height: 36px; position: absolute; right:0; top:50%; margin-top: -18px; }
.teacher > .techHeader > .techTab > p{ padding:0 10px; height: 36px; line-height: 36px; font-size: 14px; background-color: #EEE; margin-right: 10px; cursor: pointer; }
.teacher > .techHeader > .techTab > p:nth-last-of-type(1){ margin-right: 0; }
/*.teacher > .techHeader > .techMenu{ width: 32px;height: 32px; position: absolute; right:-10px; top:50%; margin-top: -16px; color: #e72120; }*/
.teacher > .techHeader > .techTab > p:hover,.teacher > .techHeader > .techTab > p.active{ background-color: #e72120; color: #FFF; }
.teacher > .techHeader > .techTab > p:hover > a,.teacher > .techHeader > .techTab > p.active > a{ color: #FFF !important;}
.teacherList{ width: 100%; height: auto; display: none;}
.teacherList > ul > li{ width: 31%;float: left; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-right: 3.5%; margin-top: 2%; }
.teacherList > ul > li:nth-of-type(3n){ margin-right: 0; }
.teacherList > ul > li > a{ display: block; width: 100%; overflow: hidden; color: #666; background-color: #FFF;}
.teacherList > ul > li > a > .teachItem-img{ width: 100%; height: 0; padding-top: 56.7%; position: relative; overflow: hidden;}
.teacherList > ul > li > a > .teachItem-img > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.teacherList > ul > li > a:hover > .teachItem-img > img{ transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); }
.teacherList > ul > li > a > .teachItem-about{ width: 100%; height: 100%; box-sizing: border-box; padding:0 20px 20px 20px; }
.teacherList > ul > li > a > .teachItem-about > h3{ width: 100%; padding-top: 15px; padding-bottom: 15px; box-sizing: border-box; border-bottom: 1px solid #EEE; font-weight: normal; font-size: 18px; text-align: left; overflow: hidden; }
.teacherList > ul > li > a > .teachItem-about > div{ width: 100%; font-size: 18px; line-height:24px; height: 48px; overflow: hidden; margin-top: 10px; margin-bottom: 10px; color: #999 !important; }
.teacherList > ul > li > a > .teachItem-about > p{ width: 100%; height: 24px; line-height: 24px; text-align: left; font-size: 14px; text-decoration: underline; }

.hezuoList{ height: auto; width:100%;}
.hezuoList > ul > li{ width: 15%; float: left; margin-right: 2%; overflow: hidden; margin-top: 2%; }
.hezuoList > ul > li:nth-of-type(6n){ margin-right: 0; }
.hezuoList > ul > li > a{ display: block; width: 100%; height: 0; padding-top: 77%; position: relative; overflow: hidden; }
.hezuoList > ul > li > a > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }











