@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0 auto;
font-family: "microsoft yahei", simsun;
font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}

a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}
.li_last {
	margin-right: 0 !important;
}
.dh{float: left;position: relative; z-index:100; width:100%; height: auto; background-color: #960218;}

.pc_dh{ width:100%; max-width: 1400px; margin: 0 auto;}
#menu-wrap{float:left; width:100%;}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	float: left;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}

#menu li {
    text-align: center;
   line-height: 59px;
	float: left;
	width:10%;
	border-right:1px solid #5f000e;
	position: relative;
}
#menu li.last{border-right: 0;}
#menu li a {
	color: #fff;
	font-family: "microsoft yahei";
	text-transform: uppercase;
	font-size: 18px;

	font-weight: 400;
	text-align: center;
	text-decoration: none;
}
#menu li:hover {
	background-color: #b2070b;
	color: #fff;
}
#menu li:hover a{color: #fff;}
#menu li:hover  ul{background: #c71414;}
/*#menu li:hover  ul li a{color: #333;}
#menu li  ul li:hover a{color: #fff;}*/
#menu ul {
width: 100%;
	height: 100%; display: block;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:60px;
	left: 0;
	z-index: 1;		
	filter: alpha(opacity=100);
	transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 0;
	margin: 0  auto;
	_margin: 0;
}
#menu ul li {
	width: 100%;background: #c71414;
	height: 100%; display: block;
	float: none;
	height: 40px;
	line-height: 40px;
	z-index: 1;	
	padding: 0;
	display: block;
	border: 0;
	_line-height: 0;
}

#menu ul li a {
	padding: 0 5px;
	color: #fff;
	font-size: 16px;font-weight: none;
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul li:hover { 
	background-color: #b2070b;
}
.phone_dh{display: none; float:left; position: absolute; width:100%;;}
.phone_dh .dl-menuwrapper{max-width: 100%; padding-top: 0px;}
.phone_dh .dl-menuwrapper button{right: 5px;}
.phone_dh .dl-menuwrapper:first-child{margin-right: 0;}
.phone_dh .dl-menuwrapper button{background-color: #fff;width:50px; height:40px;padding:0 5px; margin: 10px 5px; border: 1px solid #960218;}
.phone_dh .dl-menuwrapper button span{float:left;display: block; width:40px; height: 5px; margin-bottom:5px; background-color:#960218;}
.phone_dh .dl-menuwrapper .dl-menu{margin: 0; margin-top:55px;}
.phone_dh .dl-menuwrapper ul{background-color: #960218;}
.phone_dh .dl-menuwrapper li a{border: 0;}
.phone_dh .dl-menuwrapper li a:after,.phone_dh .dl-menuwrapper li.dl-back:after{content:''}
.head{width: 100%;position: relative; z-index:99; max-width: 1400px; margin: 0 auto;}
.logo{float: left;max-width:536px; height: auto; margin: 20px auto;}
.logo img{width: 100%; height: auto;}
.logor{float: right;margin: 40px auto; height: 40px;}
.logor ul{float: left;}
.logor ul li{float: left; line-height: 40px;}
.logor ul li a{color: #333; font-size: 16px;}
.logor ul span{float: left; color: #333; font-size: 16px;line-height: 40px; margin: 0 10px;}
.search{float: right;min-width: 290px;  background-color: #fff;/*-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px; border-radius: 5px;*/ margin: 0px auto; height: 38px; border: 1px solid #00204c;  position: relative; z-index: 999;}
.ssk{float: left; width:250px; height: 38px;padding: 0 10px;outline: none;  border: 0px solid #cdcdcd;background-color: transparent;}
.ss{float: left;border: 0; width:40px; height: 38px; padding: 10px; }
.banner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 !important;
	max-height: 730px;
	height: auto;
	overflow: hidden;
}

.banner .hd {
	list-style: none;
	position: absolute;
	right: 13%;
	bottom: 55px;
	height: 30px;
	z-index: 1;
	display: block;
}

.banner .hd ul li {
	float: left;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	margin: 0 5px;
	color: #fff;
}
.banner .hd ul li span{float: right; display: none; width:60px; height: 2px; background-color: #fff; margin:14px 5px ;}
.banner .hd ul li.hd_last span{float: left !important;}
.banner .hd ul li.on span {
	display: block;
}

.banner .bd li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner .bd li img {
	width: 100%;
	max-height: 730px;
	height: auto;
}
.banner .bd li .banner_bt{position: absolute;
	bottom: 55px;
	left: 13%;
	height: 70px;
	padding: 0 60px;
	line-height: 70px;
	background: url(../img/banner_bt.png) repeat center center;
	}
.banner .bd li .banner_bt a{  color: #fff; font-size: 26px;}
.banner .prev {
	position: absolute;
	left: 0px;
	top: 45%;
	width: 216px;
	height: 30px;
	z-index: 9;
	background: url(../img/banner_prev.png) no-repeat center center;
}

.banner .next {
	position: absolute;
	right: 0px;
	top: 45%;
	width: 216px;
	height: 30px;
	z-index: 9;
	background: url(../img/banner_next.png)  no-repeat center center;
}
.banner1{

	width: 100%;
	margin: 0;
	padding: 0 !important;
	max-height: 500px;
	height: auto;
	overflow: hidden;}
.banner1 img{float: left; width: 100%;}
.bg_xyxw{width:100%;padding-top: 65px; min-height:900px ; overflow: hidden; background: url(../img/bg_xyxw.png) #eae6e0 no-repeat bottom center;}
.bg_tzgg{width:100%;padding-top: 65px; min-height:623px ; overflow: hidden; background: url(../img/bg_tzgg.png) #00204C no-repeat bottom center;}
.main{width:100%; max-width: 1400px; margin: 0 auto;}
.tit{font-size: 42px;
	text-align: center;
	color: #00204c;
	line-height: 42px;
	margin-bottom: 50px;}
.more{width:200px; height: 46px; clear: both; margin: 50px auto; border: 1px solid #960218; -webkit-border-radius: 20px;-moz-border-radius: 20px;-o-border-radius: 20px; border-radius: 20px;  line-height: 46px; text-align: center;}
.more a{color: #960218; font-size: 18px;}
.more:hover{background-color: #960218;}
.more:hover a{color: #fff;}
.bg_tzgg .tit{color: #fff;}
.bg_tzgg .more{margin: 30px auto; border: 1px solid #fff;}
.bg_tzgg .more a{color: #fff;}
.bg_tzgg .more:hover{background-color: #fff;}
.bg_tzgg .more:hover a{color: #00204C;}

.pic_new{float: left; position: relative; width:49%; max-width: 673px; position: relative;
	left: 0;
	top:00px;
	z-index: 1;
	display: block;
	padding: 0; background: url(../img/bg_picnews.png) no-repeat 0 0;}
.pic_new .hd{position: absolute; right: 0; top:100px; width:110px;}
.pic_new .hd ul{float: left; width: 100%;}
.pic_new .hd ul li{float: left;width: 100%; text-align: center;line-height: 60px; font-size: 24px; color: #2b0006;}
.pic_new .hd ul li.on{color: #fff;}
.pic_new .bd{position: relative; float: left; width: 100%;}
.pic_new .bd ul{float: left; width: 100%;}
.pic_new .bd ul li{float: left; width: 100%;}
.pic_new .bd ul li .pic{float: left; padding: 40px; width:600px; height: 430px; overflow: hidden;}
.pic_new .bd ul li .pic img{float: left; width:100%;}
.pic_new .bd ul li .rq{float: left; width: 100%;color: #960218;
	font-size: 18px;
	line-height: 30px;
	font-family: Georgia; margin: 10px 0;}
.pic_new .bd ul li .nzbt{float: left; width: 100%;font-size: 24px;
	color: #333;font-weight: bold;
	line-height: 40px;
	margin: 10px 0px;}
.pic_new .bd ul li a{float: left;margin: 5px 0px; color: #960218; line-height: 30px; font-size: 16px; border-bottom: 1px solid #960218;}
.news{float: right; width:49%; max-width: 670px;}	
.news ul{float: left; width:100%;}
.news ul li{float: left; width: 100%; margin-bottom: 20px;}
.date{float: left; width:80px; height: 100px; border: 2px solid #fff; background-color: #eae6e0;font-family: Georgia;color: #960218; }
.date b{margin:0 auto; line-height: 50px;font-size: 30px;   font-weight: bold;  text-align: center;  display: block; }
.date hr{width:40px; height: 2px; background-color: #960218; display: block; margin: 0 auto;}
.date span{float: left; width: 100%; display: block; text-align: center; font-size: 18px; line-height: 40px;}
.news ul li .bt{float: right; width:85%;}
.news ul li .bt h6{float: left; width:100%; line-height: 35px; height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news ul li .bt h6 a{font-size: 18px; font-weight: bold; color: #333;}
.news ul li .bt p{float: left; width:100%; line-height:30px; overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; font-size: 14px; color: #888;}
.news ul li:hover .bt h6 a,.news ul li:hover .bt p,.pic_new .bd ul li:hover .nzbt{color: #960218;cursor: hand;}
.notice{float: left; width: 100%;}
.notice ul{float: left; width: 100%;}
.notice ul li{float: left; width:32%; max-width: 426px; margin-right: 2%;}
.notice ul li .date{background-color: #fff;}
.notice ul li .bt{float: left; margin-left: 30px; width:73%;}
.tips{float:left; width:100%;color: #dead63; font-style: italic; font-size: 24px; line-height: 24px; margin: 10px 0;}
.notice ul li .bt h6{float:left; width:100%; line-height: 35px; }
.notice ul li .bt h6 a{color: #fff; font-weight: bold; font-size: 18px;}
.notice ul li .bt P{float: left; margin-top: 20px; width:100%; line-height: 30px; color: #fff; font-size: 14px;}
.bg_w100_jj{width:100%; min-height: 780px;  overflow: hidden; background: url(../img/bg_w100_jj.png) no-repeat right center;}
.xsjl{float:left; width:47%; max-width: 650px;padding-top: 65px; }
.lm{float:left; width:100%;font-size: 42px;
	color: #00204c;
	line-height: 50px;
	margin-bottom: 25px;}
.lm a{float: right; width:50px; cursor: hand; display: inline-block; height: 50px; margin: 0; border: 0; padding: 15px 0;}
.lm a img{float: right;}
.slider_xsjl{float: left; position: relative; width:100%; height: 290px; border-bottom: 1px solid #d7d7d7;}
.slider_xsjl .hd{position: absolute; bottom: 30px; left:0; width:100%; height: 10px;}
.slider_xsjl .hd ul{margin: 0 auto; width:60px;height: 10px; display: block; z-index: 99;}
.slider_xsjl .hd ul li{float: left; width:10px; height: 10px; margin: 0 5px; border: 1px solid #d7d7d7; background-color: #fff;-webkit-border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%; border-radius: 100%;}
.slider_xsjl .hd ul li.on{background-color: #d7d7d7;}
.slider_xsjl .bd{float: left; width:100%; height: auto;}
.slider_xsjl .bd ul{float: left; width: 100%;}
.slider_xsjl .bd ul li{float: left; width: 100%;}
.slider_xsjl .bd ul li .date{background-color: #960218;}
.slider_xsjl .bd ul li .date b,.slider_xsjl .bd ul li .date span{color: #fff;}
.slider_xsjl .bd ul li .date hr{background-color: #fff;}
.slider_xsjl .bd ul li .bt{float: right; width:84%; max-width: 540px;}
.slider_xsjl .bd ul li .bt h6{float: left; width:100%; line-height: 40px; height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.slider_xsjl .bd ul li .bt h6 a{font-size: 18px; font-weight: bold; color: #333;}
.slider_xsjl .bd ul li .bt p{float: left; width:100%; margin: 5px auto; line-height:28px;  font-size: 14px; color: #888;}
.slider_xsjl .bd ul li .bt p span{display: inline-block; text-align: justify; text-align-last: justify; width:70px;}
.xsjl_bt{float: left; width: 100%; margin-top: 30px;}
.xsjl_bt ul{float: left; width:100%;}
.xsjl_bt ul li{float: left; width: 100%; line-height: 50px;font-size: 18px;}
.xsjl_bt ul li span.time{float: left;   color: #960218;font-family: Georgia;}
.xsjl_bt ul li a{float: right; width:80%; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.xsjl_bt ul li:hover a{color: #960218;}
.jj{float:right; width:45%;max-width: 630px;padding-top: 65px;}
.jj .lm{color: #fff;}
.slider_jj{float: left; position: relative; width:100%; }
.slider_jj .hd{display: none;}
.slider_jj .hd ul{margin: 0 auto; width:60px;height: 10px; display: block; z-index: 99;}
.slider_jj .hd ul li{float: left; width:10px; height: 10px; margin: 0 5px; border: 1px solid #d7d7d7; background-color: #fff;-webkit-border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%; border-radius: 100%;}
.slider_jj .hd ul li.on{background-color: #d7d7d7;}
.slider_jj .bd{float: left; width:100%; height: auto;}
.slider_jj .bd ul{float: left; width: 100%;}
.slider_jj .bd ul li{position: relative;float: left; width: 100%;height: 290px; overflow: hidden;}
.slider_jj .bd ul li img{float: left; width:100%; height: auto;}
.slider_jj .bd ul li .jj_bt{position: absolute; bottom: 0; left: 0; width: 100%;padding: 48px 20px 0 20px;  background: url(../img/banner_bt2.png) repeat bottom left;}
.slider_jj .bd ul li .jj_bt a{width:80%; color: #fff;   line-height: 60px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.slider_jj .prev {
	position: absolute;
	right: 105px;
	bottom: -25px;
	width: 50px;
	height: 50px;
	z-index: 9;
	background: url(../img/jj_prev.png) #00204c no-repeat center center;
}
.slider_jj .prev:hover{background: url(../img/jj_prev_on.png) #fff no-repeat center center;}
.slider_jj .next {
	position: absolute;
	right: 50px;
	bottom: -25px;
	width: 50px;
	height: 50px;
	z-index: 9;
	background: url(../img/jj_next.png) #00204c no-repeat center center;
}
.slider_jj .next:hover{background: url(../img/jj_next_on.png) #fff no-repeat center center;}
.jj .xsjl_bt ul li a,.jj .xsjl_bt ul li span.time{color: #fff;}
.jj .xsjl_bt ul li:hover a{color: #fff;}

.lm_zt{float:left; padding-top: 65px; width:100%;
	line-height: 50px;
	margin-bottom: 50px;}
.lm_zt span{float: left; color: #960218;font-size: 42px; padding-bottom: 8px; border-bottom: 1px solid #960218;}
.lm_zt a.more_zt{float: right; color: #333; font-size: 18px; padding-right: 30px; background: url(../img/more01.png) no-repeat right center;}
.rdzt{float: left; width: 100%;}
.rdzt ul{float: left; width: 100%;margin-bottom: 40px;}
.rdzt ul li.first{float: left; width:50%;margin-left:0;}
.rdzt ul li{float: left; width:24%;  height: auto; overflow: hidden; margin-left:1%;margin-bottom:15px;}
.rdzt ul li img{float:left; width:100%; height: auto; display: block; margin: 0 auto;}

.footer{float: left; width:100%; height: auto; background-color: #00204c;}
.share{width:100%; display:none; padding: 50px 0 10px 0; max-width: 1400px; margin: 0 auto; text-align: center;}
.share a{height: 24px; width:30px;display:inline-block; margin: 0 15px;}
.share .icon01{background: url(../img/icon01.png) no-repeat center center; }
.share .icon02{background: url(../img/icon02.png) no-repeat center center; }
.share .icon03{background: url(../img/icon03.png) no-repeat center center; }
.share .icon04{background: url(../img/icon04.png) no-repeat center center; }
.share .icon05{background: url(../img/icon05.png) no-repeat center center; }
.share .icon06{background: url(../img/icon06.png) no-repeat center center; }
.copy{width:100%; padding: 30px 20px; max-width: 1400px; margin: 0 auto; text-align: center;}
.copy p{line-height: 40px; color: #fff; font-size: 16px;}
.copy p span{margin: 0 20px;}

.bg_gray{background-color: #eae6e0;}
.m_left{float: left; width:25%; max-width: 340px; min-height: 730px; margin-top:-60px;}
.yjlm{float: left; width:100%; padding: 0 25px; line-height: 90px; text-align: center; color: #fff; font-size: 28px; background-color: #960218;}
.left_border{float:left; width:8px; height: 360px; background-color: #960218;}
.sunav{float:right; width:98%; max-width: 332px; padding: 10px 32px 0 20px; min-height: 640px;  height: auto; background: url(../img/bg_m_l.png) #fff no-repeat bottom 90px center; }
.sunav ul{float: left; width:100%;}
.sunav ul li{float: left;width:100%;border-bottom: 1px solid #e1e1e1;line-height: 24px;padding: 20px 0;padding-right: 20px;background:url(../img/suanv_li.png) no-repeat right center;}
.sunav ul li a{color: #333; font-size: 18px;}
.sunav ul li:hover,.sunav ul li.on{border-bottom: 1px solid #960218;background:url(../img/suanv_on.png) no-repeat right center;}
.sunav ul li:hover a,.sunav ul li.on a{color: #960218; font-weight: bold;}

.m_right{float: right; width:73%; max-width: 1020px; min-height:500px; padding: 0 30px; background-color: #fff;margin-top:-60px;}
.dqlm{float: left; width:100%; padding: 0; line-height: 90px; text-align: center;  border-bottom: 4px solid #960218;}
.dqlm h6{float:left; font-size: 22px;line-height: 90px; font-weight: bold; color: #960218;}	
.dqwz{float: right; font-size: 14px; color: #333;}
.dqwz a{color: #333;}
.dqwz span{margin: 0 5px;}
.lb_list{float:left;width: 100%;margin-bottom: 40px;}
.lb_list ul{float:left; width: 100%;margin: 10px 0;}
.lb_list ul li{width:49%; max-width: 460px; height: auto;  padding: 20px 25px; min-height: 220px; margin: 20px 0; border: 1px solid #fff; border-bottom: 4px solid #960218;background-color: #fff; box-shadow: -1px 1px 20px #ececec;}
.lb_list ul li .bt{float: left;width:100%;height: 60px;line-height:30px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.lb_list ul li .bt a{color: #960218; font-weight: bold; font-size: 16px;}
.lb_list ul li span.time{float:left; width:100%; line-height: 25px; font-size: 14px;color: #333;}
.lb_list ul li p{float: left; width:100%; line-height:30px; overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.lb_list ul li:hover{background-color: #960218;}
.lb_list ul li:hover .bt a,.lb_list ul li:hover span.time,.lb_list ul li:hover p{color: #fff;}


.bt_list{float:left; width: 100%;}
.bt_list ul{float:left; width: 100%;margin: 10px 0;}
.bt_list ul li{float:left; width:100%; border-bottom: 1px dashed #E1EDF7; line-height: 50px; background: url(../img/suanv_on.png) no-repeat left center; padding-left: 15px;}
.bt_list ul li a{float: left; font-size: 16px; width:80%;color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.bt_list ul li span.time{float:right; width:20%;font-size: 15px; color: #666;  text-align: right;}
.bt_list ul li:hover a,.bt_list ul li:hover span.time{color: #960218;}

.js_list{float:left; width: 100%; margin-bottom:50px;}
.js_list ul{float: left;display: block;text-align: center;width: 100%;margin: 10px 0;}
.js_list ul li{float: left;width:23.5%;display: inline-block;overflow: hidden;margin-right: 2%;margin-bottom: 20px;height: 335px;}
.js_list ul li .pic{float:left; width: 100%; height: 250px; overflow: hidden;}
.js_list ul li .pic img{margin:0 auto;width: 100%; height: auto; display: block;}
.js_list ul li span{float:left; width:100%; display: block; text-align: center; line-height: 40px;}
.js_list ul li span a{color: #333; font-size: 16px;}
.js_list ul li p{float:left;width:100%;text-align: center;line-height: 20px;font-size: 14px;}
.js_list ul li p a{/* float:left; */color: #333;font-size: 16px;line-height:40px;}
.js_list ul li p span{float: none;/* margin-left:5px; */display: contents;width:auto;text-align:left;font-size: 14px;}


.img_list{float:left; width: 100%;}
.img_list ul{float: left; width: 100%;margin: 10px 0;}
.img_list ul li{float: left; width:23.5%; overflow: hidden; margin-right: 2%; margin-bottom: 20px;}
.img_list ul li .pic{float:left; width: 100%; height: 165px; overflow: hidden;}
.img_list ul li .pic img{margin:0 auto;width: 100%; height: auto; display: block;}
.img_list ul li span{float:left; width:100%; display: block; text-align: center; line-height: 25px; padding:10px 0;}
.img_list ul li span a{color: #333; font-size: 16px;}

.fy{float:left; width:100%; margin:10px auto;}

.article{width:100%;float: left; padding-bottom: 40px; margin: 0; padding: 0;}
.article_title{float: left; text-align: center; width:100%; margin-top: 20px;}
.article_title h1{font-size: 22px; color: #333; font-weight: bold; line-height: 30px;}
.article_title h2{font-size: 20px; color: #333; line-height: 30px;}
.article_data{float: left; width:100%;  text-align: center; padding:20px 20px;margin:0px auto; border-bottom: 1px dashed #333; height:auto; line-height: 18px; font-size: 16px; color: #aaaaaa;}
.article_data b{margin:0 10px;}
.wznr{float:left; width:100%; margin-top:10px;}
.wznr p,.wznr p span{font-family: "microsoft yahei" !important;font-size: 20px !important;}
.wznr p{line-height: 160% !important; text-indent: 2em; height: auto; overflow: hidden; font-size: 16px; color: #333 !important;margin-bottom:0.5em!important;}
.wznr p img{margin:0px auto; width:auto; max-width:550px; display: block;}
.wznr p table,.wznr table{width:100% !important; max-width: 100%; height: auto; margin: 0 auto;}
.page{float:left; width:100%; margin: 10px 0;}
.page div{float:left; width: 100%; line-height: 35px; font-size: 18px; color: #333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.page div  a{color: #00204C; font-size: 18px;}

.teacher_detail{}
.teacher_h1{width:791px;line-height:65px;font-size:22px;color: #960218;text-align:center;font-family:"微软雅黑";}
.teacher_detail_dl{ padding-top:33px; height:204px;}
.teacher_detail_dl dt{float:left; width:156px; margin:0 24px 0 14px;}
.teacher_detail_dl dt img{padding:2px; border:1px solid #e2e7e2; width:137px; height:175px;}
.teacher_detail_dl dd{float:left; line-height:26px; width:595px; font-size:14px;}
.teacher_detail_dl dd p em{color: #960218;font-style: normal;}

/*师资 图片列表*/
.teacher_detail_div{}
.teacher_detail_div h2{line-height:35px;width: 100%;float: left;height:35px;border-top: 3px solid #960218;border-bottom:1px solid #e8e8e8;text-indent:28px;font-size:15px;color: #960218;font-weight:normal;}
.teacher_detail_div_cont{line-height:25px;font-size:14px;float: left;width: 100%;overflow: hidden;height: auto;color:#232424;padding:11px 2px;}
.teacher_detail_div_cont textarea{float:left;width:100%;border: 0;min-height: 200px;/* padding-bottom: 40px; */height: auto;}
/*师资 文字列表*/
.teacher_list{}
.teacher_list h2{ font-size:14px; color:#000; font-weight:normal;  padding-left:18px; padding-top:5px; line-height:34px;}
.teacher_list_div{padding:9px 2px; border:1px solid #e1e1e1;}
.teacher_list_div a{line-height:23px; color:#4b4b4b; display:inline-block; padding:0 16px;}
.teacher_list_div a:hover{text-decoration:underline; color:#F00;}