@charset "utf-8";
/* CSS Document */
*::selection{background:#0052a0; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#ca2703;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}


/*video禁止显示下载按钮*/
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}


/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:url(bg.png) repeat;}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}

.container{min-width:1260px;_width:1260px;}

/* 头部 */
.head{width:100%; height:140px; background:#0052a0 url(headBg.jpg) no-repeat center bottom; background-size:cover;}
.head .logo{width:1260px; height:140px; background:url(logo.png) no-repeat left center; margin:0 auto;}
.search{width:200px; height:36px; background:#1e71bd; -webkit-border-radius:36px; border-radius:36px; overflow:hidden; margin-top:52px; float:right;}
.search .keyword{width:144px; height:36px; line-height:36px; padding:0 0 0 15px; font-size:14px; background:none; border:none; float:left; color:#fff;}
.search .keyword::placeholder{color:#d4eaff;}
.search .searchBtn{display:block; width:36px; height:36px; background:url(iSearch.png) no-repeat center center; border:none; padding:0; margin:0 5px 0 0; cursor:pointer; float:left;}

.language{width:72px; height:28px; margin:56px 20px 0 0; float:right;}
.language a:link, .language a:visited{display:block; height:26px; line-height:26px; text-align:center; color:#b8c4d7; font-size:14px; border:#4d88bf 1px solid; -webkit-border-radius:3px; border-radius:3px;}
.language a:hover{color:#fff; border-color:#fff;}


/* 菜单 */
.menuWrap{height:50px; background:#007fd8;position:relative;z-index:1;}
#menu{width:1260px; height:50px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:118px;}
#menu>li:first-of-type{width:80px;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#ca2703;}
#menu>li>a.current{background-color:#0052a0;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0052a0; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:8px 5px; color:#fff; line-height:24px; font-size:15px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#ca2703; color:#fff;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #fff;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.banner{width:100%; margin:0 auto; position:relative; z-index:0;}
.banner .swiper-slide{display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; background:#fff url(loading.gif) no-repeat center center;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide .pic{display:block; width:100%; height:500px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-slide p{display:block; max-width:800px; height:48px; line-height:48px; font-size:24px; color:#0080bb; background:rgba(255,255,255,0.7); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 12px; -webkit-border-radius:4px; border-radius:4px; position:absolute; right:20px; bottom:30px; z-index:10;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}
:root{--swiper-theme-color:rgba(255,255,255,0.96);}

.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}


.indH01{height:54px; line-height:54px; font-size:30px; font-weight:normal;}
.indH01 a{float:right; font-size:14px; height:42px; line-height:42px; display:block; margin-top:12px;}
.indH01 span{font-size:18px; color:#999; text-transform:uppercase;}
.indH01 span:before{content:"/"; padding:0 12px 0 15px;}

.indH02{height:54px; line-height:54px; font-size:30px; text-align:center; background-repeat:no-repeat; background-position:center center; font-weight:normal;}

/* 普通新闻列表 */
.newsList li{height:42px; line-height:42px; border-bottom:#d5d5d5 1px dashed;}
.newsList li a{display:block; height:42px; line-height:42px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:20px; background:url(a01.png) no-repeat left center;}
.newsList li a span{float:right; padding-left:20px; color:#999;}
.newsList li a:hover{background-image:url(a02.png);}


.news{padding:50px 0 60px; background:#f0f0f0;}
.newsCon{margin-top:20px;}
.picNews{width:700px; height:530px; float:left;}
.picNews .swiper-wrapper{height:530px;}
.picNews .swiper-slide{display:block; width:100%; height:500px; position:relative;}
.picNews .swiper-slide p{height:500px; overflow:hidden;}
.picNews .swiper-slide p i{display:block; height:500px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:calc(100% - 30px); height:54px; line-height:54px; font-size:16px; font-weight:normal; text-align:center; background:rgba(0,0,0,0.6); color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:absolute; left:0; bottom:0; padding:0 15px;}
.picNews .swiper-slide a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-pagination-bullets{height:10px !important; bottom:0 !important; font-size:0;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:8px; height:8px; border:#007fd8 1px solid; background:#fff; -webkit-border-radius:50%; border-radius:50%; opacity:1; margin:0 5px !important;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#007fd8;}


.txtNews{height:500px; margin-left:730px; overflow:hidden;}
.txtNews ul{height:516px;}
.txtNews li{height:156px; background:#fff; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow:0 3px 7px rgba(189,189,189,0.35); box-shadow:0 3px 7px rgba(189,189,189,0.35); margin-bottom:16px;}
.txtNews li a{display:block; padding:14px 30px; height:128px;}
.txtNews li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-bottom:10px;}
.txtNews li h4{height:48px; line-height:24px; color:#999; font-size:14px; font-weight:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-justify:inter-ideograph; text-align:justify;}
.txtNews li p{height:30px; line-height:30px; font-size:14px; color:#666; padding-top:10px;}
.txtNews li p .iconfont{padding-right:4px;}
.txtNews li p span{float:right; display:block; height:30px; line-height:30px; color:#666; padding-right:14px; background:url(m01.png) no-repeat right center; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.txtNews li a:hover p span{background-image:url(m02.png); color:#ca2703;}


.tzgg{padding:50px 0 60px; background:url(bg01.jpg) no-repeat center center; background-size:cover;}
.tzgg .indH02{color:#fff; background-image:url(hBg1.png);}
.tzgg ul{height:96px; margin-left:-84px; padding-top:30px;}
.tzgg ul li{width:338px; height:96px; margin-left:84px; border-left:#fff 1px solid; padding-left:21px; float:left;}
.tzgg ul li:nth-of-type(2){animation-delay:0.3s;}
.tzgg ul li:nth-of-type(3){animation-delay:0.6s;}
.tzgg ul li p{height:32px; line-height:32px;}
.tzgg ul li p span{display:block; width:110px; height:32px; text-align:center; background:#fff; font-size:15px; -webkit-border-radius:3px; border-radius:3px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.tzgg ul li h3{height:50px; line-height:25px; font-size:16px; font-weight:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-justify:inter-ideograph; text-align:justify; margin-top:18px; color:#fff;}
.tzgg ul li a:hover p span{background:#ca2703; color:#fff;}
.tzgg .more{height:36px; padding-top:30px; text-align:center; font-size:0;}
.tzgg .more a:link, .tzgg .more a:visited{display:inline-block; height:34px; line-height:34px; font-size:14px; color:#fff; border:#fff 1px solid; -webkit-border-radius:3px; border-radius:3px; padding:0 20px; opacity:0.6;}
.tzgg .more a:hover{opacity:1;}


.F1{background:#e4f5ff; padding:50px 0 60px;}
.xsdt{width:620px; height:364px; float:left;}
.xsdt ul{margin-top:20px; margin-left:-20px; height:250px;}
.xsdt ul li{width:352px; height:178px; margin-left:20px; background:#fff; float:left; padding:36px 24px;}
.xsdt ul li:first-of-type{animation-delay:0.3s;}
.xsdt ul li .time{width:47px; height:120px; line-height:16px; border-right:#dbdbdb 1px solid; float:left; color:#206fb6; font-size:18px; font-family:"Times New Roman", Times, serif;}
.xsdt ul li .time p{height:24px; line-height:24px; font-size:28px; padding-bottom:14px;}
.xsdt ul li .text{height:178px; margin-left:64px; overflow:hidden;}
.xsdt ul li .text h3{height:60px; line-height:30px; font-size:16px; font-weight:normal; margin-top:-6px; margin-bottom:32px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-justify:inter-ideograph; text-align:justify;}
.xsdt ul li .text p{line-height:30px; font-size:14px; color:#777;}
.xsdt ul li .text p .iconfont{padding-right:3px;}

.xsjl01{ height:140px; border-bottom:1px #999999 dashed; margin-top:12px;}
.xsjlh{ float:left; width:88px; margin-top:2px;}
.xsjlh p{ float:left; margin-top:6px;  width:82px; height:23px; font-size:14px; color:#004981; background-color:#d3eafa; text-align:center; line-height:23px; border:1px solid #a4d3f2;}
.xsjllist{ float:left; width:520px; margin-top:2px; margin-left:10px;}
.xsjllist h4{ height:35px; line-height:35px; font-size:16px; font-weight:normal;}
.xsjllist p{ height:31px; line-height:31px; font-size:14px; color:#696969;}


.jxky{height:364px; margin-left:660px;}
.jxky ul{margin-top:20px; height:250px;}
.jxky ul li{height:55px; padding-bottom:23px;}
.jxky ul li:last-of-type{padding-bottom:0;}
.jxky ul li:nth-of-type(2){animation-delay:0.3s;}
.jxky ul li:nth-of-type(3){animation-delay:0.6s;}
.jxky ul li:nth-of-type(4){animation-delay:0.6s;}
.jxky ul li a{display:block; height:55px; line-height:55px; background:#fff;}
.jxky ul li a p{width:105px; height:55px; background:#005597; color:#fff; text-align:center; float:left; font-family:"宋体";}
.jxky ul li a h3{height:55px; margin-left:105px; padding:0 12px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative; z-index:1;}
.jxky ul li a h3:before{display:block; width:0; height:55px; position:absolute; left:0; top:0; content:""; background:#0071c9; z-index:-1;}
.jxky ul li a h3, .jxky ul li a h3:before{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.jxky ul li a:hover h3{color:#fff;}
.jxky ul li a:hover h3:before{width:100%;}


.iconLink{padding:60px 0; background:url(bg02.jpg) no-repeat center center;}
@media screen and (min-width:1920px){
	.iconLink{background-size:cover;}	
}
.iconLink ul{margin-left:-42px; height:210px;}
.iconLink ul li{width:175px; height:210px; margin-left:42px; float:left;}
.iconLink ul li:nth-of-type(2){animation-delay:0.2s;}
.iconLink ul li:nth-of-type(3){animation-delay:0.4s;}
.iconLink ul li:nth-of-type(4){animation-delay:0.6s;}
.iconLink ul li:nth-of-type(5){animation-delay:0.8s;}
.iconLink ul li:nth-of-type(6){animation-delay:1s;}
.iconLink ul li a{display:block; height:174px; background:#fff; padding-top:36px;}
.iconLink ul li p{width:76px; height:76px; line-height:76px; border:#ca2703 2px solid; color:#ca2703; font-size:50px; text-align:center; -webkit-border-radius:50%; border-radius:50%; margin:0 auto;}
.iconLink ul li h3{height:36px; line-height:36px; margin-top:30px; text-align:center; font-size:16px; font-weight:normal; color:#555;}
.iconLink ul li p, .iconLink ul li h3{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.iconLink ul li a:hover{background:#ca2703;}
.iconLink ul li a:hover p{border-color:#fff; color:#fff;}
.iconLink ul li a:hover h3{color:#fff;}


.F2{padding:60px 0; height:500px; background:#f0f0f0;}
.xgdt{width:826px; height:500px; background:#fff; float:left;}
.xgdt .indH02{margin-top:32px; background-image:url(hBg2.png);}
.xgdt ul{padding:0 50px; height:312px;}
.xgdt ul li{height:72px; padding:16px 0;}
.xgdt ul li .time{width:80px; height:72px; background:#fbf8f8; -webkit-box-shadow:0 3px 3px rgba(189,189,189,0.5); box-shadow:0 3px 3px rgba(189,189,189,0.5); float:left; text-align:center; line-height:36px; font-size:18px; color:#444;}
.xgdt ul li .time p{height:36px; color:#fff; background:#068cc4; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.xgdt ul li .text{height:72px; margin-left:100px;}
.xgdt ul li .text h3{height:32px; line-height:32px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-top:5px;}
.xgdt ul li .text p{height:30px; line-height:30px; font-size:14px; color:#999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.xgdt ul li a:hover .time p{background:#ca2703;}
.xgdt .more{height:32px; padding-top:20px;}
.xgdt .more a:link, .xgdt .more a:visited{display:block; width:105px; height:32px; line-height:32px; text-align:center; background:#068cc4; color:#fff; font-size:14px; margin:0 auto;}
.xgdt .more a:hover{background:#ca2703;}


.fwsh{height:468px; margin-left:856px; background:#fff; padding-top:32px;}
.fwsh .indH02{background-image:url(hBg3.png);}
.fwsh ul{padding:0 36px; height:312px;}
.fwsh ul li{border-bottom:none;}
.fwsh .more{height:32px; padding-top:20px;}
.fwsh .more a:link, .fwsh .more a:visited{display:block; width:105px; height:32px; line-height:32px; text-align:center; background:#005597; color:#fff; font-size:14px; margin:0 auto;}
.fwsh .more a:hover{background:#ca2703;}


/* 页底 */
.foot{background:url(bg03.jpg) no-repeat center bottom; background-size:cover; color:#fff; padding:40px 0; line-height:28px; font-size:14px; text-align:center;}
.foot a:link, .foot a:visited{color:#fff;}
.foot a:hover{text-decoration:underline;}
.foot img{height:20px; margin-right:5px; vertical-align:text-bottom;}

.link{width:200px; height:30px; margin-top:27px; float:right;}
.linkBox{width:100%; height:auto;}
.link .mainlevel{width:200px; height:30px; position:relative;}
.linkBox li a{display:block; height:28px; line-height:28px; border:#fff 1px solid; -webkit-border-radius:4px; border-radius:4px; cursor:pointer; padding-left:10px; font-size:13px; color:#fff;}
.linkBox li a:hover{text-decoration:none;}
.linkBox li a i{display:block; width:28px; height:28px; float:right; background:url(a04.png) no-repeat center center; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.linkBox .mainlevel.on a i{transform:rotate(-180deg); -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg);}
.linkBox li ul{width:100%; max-height:320px; padding:0; background-color:#f0f0f0; position:absolute; left:0; bottom:29px; overflow-y:auto; display:none; z-index:999;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a:link, .linkBox li ul li a:visited{height:auto; line-height:20px; padding:8px 10px; background:none; color:#333; font-size:14px; border:0; -webkit-border-radius:0; border-radius:0;}
.linkBox li ul li a:hover{background:#f90; color:#fff;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:128px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{width:1260px; margin:30px auto 50px;}
.left{width:240px; float:left; background:#f5f5f5;}
.left h2{line-height:30px; padding:15px; text-align:center; background-color:#007fd8; font-size:20px; color:#fff; font-weight:normal; position:relative;}
.left ul{padding:5px 0 5px 5px;}
.left ul li a{display:block; line-height:24px; padding:10px 30px 10px 15px; font-size:16px; position:relative;}
.left ul li a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 4px); right:8px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #007fd8 solid; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover:after{border-left-color:#ca2703;}
.left ul li a.on{background:#fff; color:#f90;}
.left ul li a.on:after{border-left-color:#f90;}
 
 
.right{margin-left:280px;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post span{float:right; line-height:26px; padding-top:12px;}
.post p{float:left; color:#007fd8; border-bottom:2px solid #007fd8; font-size:20px; font-weight:normal;}

.list01{padding-top:10px;}
.list01 li a{background:none; padding-left:0;}
.list01 li a:before{display:block; width:5px; height:5px; background:#007fd8; -webkit-border-radius:50%; border-radius:50%; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s; float:left; margin:18.5px 6px 0 0; content:"";}
.list01 li a:hover{background:none;}
.list01 li a:hover:before{background:#ca2703;}

.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:228px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:208px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:208px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.picList01 ul li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li p, .picList01 ul li p i{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}
.picList01 ul li a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}


.article{}
.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; font-size:16px;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}
.articleCon table td{text-indent:0 !important;}

.teacherList{padding-top:24px;}
.teacherList h2{height:36px; line-height:36px; font-size:16px; font-weight:normal; border-bottom:#f5f5f5 1px solid;}
.teacherList h2 p{width:120px; height:36px; color:#fff; border-right:#f5f5f5 5px solid; background:#007fd8; text-align:center; float:left;}
.teacherList ul{width:calc(100% - 30px); padding:10px 15px 15px; background:#f5f5f5; font-size:0;}
.teacherList ul li{display:inline-block; zoom:1; vertical-align:top; width:100px; height:36px; line-height:36px; border-bottom:#d2d2d2 1px solid; margin:0 10px; text-align:center; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:12px;}
.teacherList ul li a:hover{color:#e8ac00;}