.bg_top{
	background: url(../images/index_banner-bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 100%;
}
#wp_paging_w16{
	overflow: hidden;
	padding-bottom: 20px;
}
#wp_paging_w26{
	overflow: hidden;
	padding-right: 29px;
	padding-bottom: 20px;
}
#wp_paging_w36{
	padding-bottom: 20px;
}
.article-content{
    min-height:550px;
    margin-bottom: 20px;
}
/*-----banner--------*/
.banner{
	margin-top: 30px;
}
.banner .img_box{
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.banner .img_box img{
	width: 100%;
	height: 100%;
}
.banner .banner_info{
	width: 100%;
	height: 110px;
	background-color: #fff;
	position: relative;
	padding:0 20px;
}
.banner .banner_info h4{
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	color: #000;
	overflow: hidden;
}
.banner .banner_date{
	position: absolute;
	bottom: 10px;
	left: 20px;
	right:20px;
	color: #999;
}
.banner .banner_date:after{
	content: '';
	background: url(../images/news_right_arrow.png) no-repeat;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: 0;
}
.banner .banner_button{
	margin: 22px auto 16px;
	position: relative;
}
.banner .banner_button:before,.banner .banner_button:after{
	content: '';
	width: 40%;
	height: 1px;
	background: #cadeed;
	position: absolute;
	top: 16px;
}	
.banner .banner_button:before{
	left: 0;
}
.banner .banner_button:after{
	right: 0;
}
.banner .banner_more{
	margin:0 auto;
	width: 53px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: #a1cbd6;
	position: relative;
}
.banner .banner_more a{
	color: #fff;
}
.banner_more i{
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 22px;
}
.banner_more i.swiper-button-prev{
	left: -41px;
	background: url(../images/news_button_left.png);
}
.banner_more i.swiper-button-next{
	right: -41px;
	background: url(../images/news_button_right.png);
}

.banner .swiper-slide:hover .banner_info h4{
	color: #007e96;
}
.banner .swiper-slide:hover .banner_info .banner_date{
	color: #007e96;
}

@media (max-width: 992px){
	.banner{
		margin-top: 61px;
	}
	.banner .banner_button:before,.banner .banner_button:after{
		width: 35%;
	}
}
@media (max-width: 487px){
	.banner .banner_button:before,.banner .banner_button:after{
		display: none;
	}
}

/*---------主要内容---------*/

.content-title{
    margin-top: 40px;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
}
.content-title h4{
    float: left;
    font-size: 20px;
    color: #666;
    padding-bottom: 6px;
    margin-bottom: -2px;
    position: relative;
    margin-right: 25px;
}
.content-title h4.active {
    color: #007e96;
    border-bottom: 3px solid #007e96;
}

.content-title a {
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 7px;
}
.content-title a:hover{
	color: #007e96;
}

#tabmain ul{
	display: none;
}
#tabmain ul.current{
	display: block;
}

.content1-list {
	margin-bottom: 30px;
}
.content1-list li{
	width: 25%;
	float: left;
	padding-right:27px;
	padding-left:27px;
	border-right: 1px dashed #dcdcdc;
}
.content1-list li:first-child{
	padding-left: 0px;
}
.content1-list li:last-child{
	padding-right: 0px;
	border-right: none;
}
.content1-list .content1_date{
	font-size: 12px;
	line-height: 24px;
	color: #999;
	position: relative;
	padding-left: 20px;
}
.content1-list .content1_date:before{
	content: '';
    position: absolute;
    left: 0;
    top: 7px;
    border-top: 5px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #85b4d5;
    border-bottom: 5px dashed transparent;
}
.content1-list li p{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	min-height: 90px;
	max-height: 90px;
	overflow: hidden;
}
.content1-list li:hover p{
	color: #007e96;
}
@media (max-width: 992px){
	.content1-list li p{
		font-size: 14px;
	}
}
@media (max-width: 687px){
	.content1-list li {
		padding-right:10px;
		padding-left:10px;
	}
}
@media (max-width: 500px){
	.content1-list li{
		float: none;
		width: 100%;
		border-right:none;
		padding:0;
		border-top: 1px dashed #dcdcdc;
	}
	.content1-list .content1_date{
		width: 90px;
	    height: 25px;
	    line-height: 25px;
	    text-align: center;
	    color: #0f6a7b;
	    padding-left: 0;
	    background: #e5e5e5;
	}
	.content1-list .content1_date:before{
		display: none;
	}
	.content1-list li p{
		min-height: auto;
		max-height: auto;
		padding:15px 0;
	}
}


.bottom-main-content{
	margin-bottom: 40px;
}
.bottom-left{
	width: 64%;
	float:left;
}
.bottom-right{
	width: 30.9%;
	float: right;
}
@media (max-width: 992px){
	.bottom-left,.bottom-right{
		width: 100%;
		float: none;
	}
}

.bottom_left_content{}
.bottom_left_img{
	width: 302px;
	height: 145px;
	float: left;
}
.bottom_left_img img{
	width: 100%;
	height: 100%;
}
.bottom_left_list{
	width: 432px;
	float: right;
}
.bottom_left_list li{
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-bottom:20px;
	padding-left: 15px;
}
.bottom_left_list li:last-child{
	padding-bottom:0px;
}
.bottom_left_list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    border-top: 5px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #bfbfbf;
    border-bottom: 5px dashed transparent;
}
.bottom_left_list li a{
	color: #000;
	font-size: 16px;
}
.bottom_left_list li:hover a{
	color: #007e96;
}
.bottom_right_content li{
	height: 43px;
	width: 100%;
	line-height: 43px;
	margin-bottom: 9px;
	padding-left: 46px;
	background-color: #ecf3f8;
	border-radius: 4px;
	position: relative;
}
.bottom_right_content li:before{
	content: '';
	position: absolute;
	top: 13px;
	left: 13px;
	width: 18px;
	height: 18px;
}
.bottom_right_content li:nth-child(1):before{
	background: url(../images/index_icon_taech.png) no-repeat;
	background-size: 100% 100%;
}
.bottom_right_content li:nth-child(2):before{
	background: url(../images/index_icon_phd.png) no-repeat;
	background-size: 100% 100%;
}
.bottom_right_content li:nth-child(3):before{
	background: url(../images/index_icon_other.png) no-repeat;
	background-size: 100% 100%;
}

.bottom_right_content li a{
	display: block;
	color: #000;
	font-size: 16px;
}
.bottom_right_content li:hover a{
	color: #007e96;
}
.bottom_right_content li:after{
	content: '';
	position: absolute;
	right: 13px;
	top: 19px;
	background: url(../images/news_right_arrow.png) no-repeat;
	width: 6px;
	height: 10px;
}

@media (max-width: 1200px){
	.bottom_left_img {
	    width: 258px;
	}
	.bottom_left_list{
		width: 332px;
	}
}
@media (max-width: 992px){
	.bottom_left_img {
	    width: 40%;
	}
	.bottom_left_list{
		width: 57%;
	}
}
@media (max-width: 487px){
	.bottom_left_img {
	    width: 100%;
	    float: none;
	    margin-bottom: 15px;
	}
	.bottom_left_list{
		width: 100%;
		float: none;
	}
}


.bg_banner{
	height: 130px;
	background: url(../images/content_banner.jpg) no-repeat;
	background-size: 100% 100%;
}


.inside-page{
	margin-top: 22px;
}
.common-left {
    width: 19%;
}
.common-right {
    width: 76%;
}

.common-left h2{
	width: 100%;
	height: 60px;
	color: #fff;
	background: #007e96;
	line-height: 60px;
	padding-left: 30px;
	font-size: 23px;
}
.navlist2{
	padding: 13px 10px;
	background: #eee;
}

.navlist2>li{
	padding: 0 20px 0 20px;
	position: relative;
	margin-bottom: 3px;
}

.navlist2>li>a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 13px 0;
}

.navlist2>li.active{

}

.navlist2>li.active>a{
	color: #007e96;
	font-weight: bold;
	/*border-bottom: 1px solid #88cbd8;*/
}

.navlist2>li a:hover{
	color: #007e96;
}
.navlist3{
	padding: 10px 0;
}
.navlist3>li{
	padding:15px 0;
	padding-left: 18px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.navlist3>li>a{
	font-size: 14px;
	color: #333;
}
.navlist3>li.active:before{
	content:'';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 5px solid #227685;
	position: absolute;
	left: 0px;
	top: 20px; 
}
.navlist3>li.active>a{
	color: #007e96;
}

.thr-sub{
	display: none;
}

.sub-open {
	display: block;
}

.no-ac:before{
	display: none;
}

.thr-sub{
	padding: 10px 0;
}

.thr-sub>li>a{
	display: block;
	color: #333;
	font-size: 14px;
	padding: 8px 19px;
	position: relative;
}

.thr-sub>li>a.active{
	color: #1e85b9;
	font-weight: bold;
}

.thr-sub>li>a.active:before{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 5px solid #1e85b9;
	position: absolute;
	left: 1px;
	top: 50%;
	margin-top: -4.5px;
}


.common-title {
	float: left;
    width: 100%;
    position:relative;
    font-size: 12px;

    margin-bottom: 22px;
    border-bottom:2px solid #8ecad5;
}
.common-title h4{
	float: left;
    font-size: 18px;
    line-height: 30px;
    color: #007e96;
    margin-bottom: -2px;
    border-bottom:4px solid #1e96ac;
}
.local-a {
	position: absolute;
	right:0;
	top:9px;
    margin-top: 4px;
    color: #666;
    padding-left: 15px;

}
.local-a:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 13px;
	top: 0px;
	left: 0px;
	background: url(../images/content_local.png) no-repeat;
	background-size: 100% 100%;
}
.local-a a{
	color: #666;
}
@media (max-width: 992px){
	.bg-banner {
	    margin-top: 60px;
	}
	.common-left{
		display: none;
	}
	.common-right{
		width: 100%;

	}
	.inside-page{
		margin-top: 0;
	}
}
@media (max-width: 380px){
	.bg-banner {
	    margin-top: 50px;
	}

}


.news-left{
	float: left;
    width: 213px;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.news-left img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-right {
    float: left;
    position: relative;
    height: 120px;
    width: 676px;
    padding-top:8px;
    padding-left:22px;
}
.news-right h4{
	color: #333;
	font-size: 16px;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-right p{
	color: #4b4b4b;
	font-size: 12px;
	text-indent: 2em;
	line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.news-date{
	position: absolute;
	bottom: 0;
	left: 22px;
}
.news-date span{
	color: #999;
}
.news-right i{
	display: block;
	background: url(../images/content_list_arrow.png) no-repeat;
	width: 32px;
	height: 7px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.news-list>.news-item {
    padding-right: 75px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list>.news-item>a {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #000;
}

.news-list>.news-item>a:before {
    content: '';
    width:6px;
    height: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #b5b5b5;
    position: absolute;
    left: 0px;
    top: 7px;
}
.news-list>.news-item span {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 3px;
    right: 0;
}
.news-list li:hover h4{
	color: #007e96;
}
.news-list li:hover a{
	color: #007e96;
}
.news-list li:hover .news-right i{
	transform:translateX(5px);
}
.news-list .news-item:hover a:before{
	border-left: 7px solid #007e96;
}
.news-list .news-item:hover span{
	color: #007e96;
}

.article-title{
	font-size: 24px;
	color: #007e96;
	text-align: center;
	margin: 25px 0 20px;
	line-height: 32px;
}

.article-small{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}

.article-small span{
	display: inline-block;
	margin-left: 25px;
}

.leader-list{
	
}
.leader-list >li{
	padding:9px;
	background: #eee;
	margin-bottom: 15px;
}
.leader-list .leader_avatar{
	width: 205px;
	height: 155px;
	float: left;
	overflow: hidden;
}
.leader-list .leader_avatar img{
	width: 100%;
	height: 100%;
	transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.leader-list .leader_info{
	float: left;
	width: 650px;
	padding-left: 27px;
}

.leader-list .leader_info h2{
	color: #007e96;
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid #bed8dc;
}
.leader-list .leader_info .leader_msg{
	padding:10px 0;
}
.leader-list >li:hover{
	background: #2f94ad;
}
.leader-list >li:hover .leader_info h2{
	color: #fff;
}
.leader-list >li:hover .leader_avatar img{
	transform: scale(1.1, 1.1);
}
.leader-list >li:hover .leader_title{
	color: #fff;
}
.leader-list >li:hover .leader_respon{
	color: #fff;
}
.leader-list >li:hover .leader_respon:before{
    border-left: 8px solid #ffffff;
}
.leader-list >li:hover .leader_phone,.leader-list >li:hover .leader_email{
	color: #fff;
}
.leader-list >li:hover .leader_phone:before{
    background: url(../images/icon_phone_sel.png) no-repeat;
}
.leader-list >li:hover .leader_email:before{
    background: url(../images/icon_email_sel.png) no-repeat;
}


.leader_title{
	font-size: 14px;
	line-height: 30px;
	color: #007e96;
	font-weight: 900;
}
.l_contact{

	float: right;
}
.leader_phone,.leader_email{
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	line-height: 30px;
	color: #666666;

}
.leader_phone:before,.leader_email:before{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../images/icon_phone_nor.png) no-repeat;
	background-size: 100% 100%;
	width: 13px;
	height: 13px;
}
.leader_email{
	margin-left: 48px;
}
.leader_email:before{
	background: url(../images/icon_email_nor.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 11px;
	top: 3px;
}
.leader_respon{
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	position: relative;
	padding-left: 15px;
}
.leader_respon:before{
	content: '';
    position: absolute;
    left: 0;
    top: 9px;
    border-top: 5px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #b0b0b0;
    border-bottom: 5px dashed transparent;
}

@media (max-width: 1200px){
	.leader-list .leader_avatar{
		width: 30%;
	}
	.leader-list .leader_info{
		width: 70%;
	}
}
@media (max-width: 560px){
	.leader-list .leader_avatar{
		width: 100%;
	}
	.leader-list .leader_info{
		width: 100%;
	}
	.l_contact{
		float: none;
	}
	.leader_phone{
		display: block;
	}
	.leader_email{
		margin-left: 0;
		display: block;
	}
	.leader_phone:before,.leader_email:before{
		top:12px;
	}
}
.teacher-list{
	overflow: hidden;
}

.teacher-list >li{
	padding:9px;
	width: 200px;
	float: left;
	margin:0 20px 15px 0;
	background: #eee;
}
.teacher-list >li .teacher_avatar{
	width: 182px;
	height: 136px;
	overflow: hidden;
}
.teacher_avatar img{
	width: 100%;
	height: 100%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.teacher-list >li p{
	font-size: 16px;
	color: #007e96;
	padding-top: 10px;
	font-weight: 900;
}
.teacher-list >li p span{
	font-weight:300;
	font-size: 12px;
	float: right;
	margin-top: 4px;
	color: #333333;
}

.teacher-list >li:hover{
	background: #2f94ad;
}
.teacher-list >li:hover .teacher_avatar img{
	transform: scale(1.1, 1.1);
}
.teacher-list >li:hover p{
	color: #fff;
}
.teacher-list >li:hover p span{
	color: #fff;
}


@media (max-width: 1200px){
	.teacher-list >li{
		margin:0 30px 15px 0;
	}
}
@media (max-width: 782px){
	.teacher-list >li{
		margin:0 10px 15px 0;
	}
}
@media (max-width: 634px){
	.wp_paging{
		text-align: center;
	}
}
@media (max-width: 487px){
	.teacher-list >li{
		float: none;
		margin:0 auto 15px;
	}
}
.teacher-display{
	padding:9px;
	margin-bottom: 30px;
	background-color: #eee;
}
.teacher-left{
    width: 205px;
    height: 155px;
    float: left;
    overflow: hidden;
}
.teacher-left img{
	width: 100%;
    height: 100%;
}
.teacher-right{
    float: left;
    width: 650px;
    padding-left: 27px;
}
.teacher_top{
	border-bottom: 1px solid #bed8dc;
	position: relative;
	padding:10px 0;
}
.teacher_top h2{
	color: #007e96;
	font-size: 18px;
}
.teacher_top span{
	position: absolute;
	right: 0;
	bottom:10px;
	color: #007e96;
	font-size: 14px;
	font-weight: 900;
}
.teacher_msg{
	margin:15px 0;
}
.teacher_phone,.teacher_email{
	position: relative;
	padding-left: 20px;
}
.teacher_phone:before,.teacher_email:before{
	content: '';
	position: absolute;
	left: 0;

}
.teacher_phone:before{
	background: url(../images/icon_phone_nor.png) no-repeat;
	background-size: 100% 100%;
	top:3px;
	width: 16px;
	height: 11px;
}
.teacher_email:before{
	background: url(../images/icon_email_nor.png) no-repeat;
	background-size: 100% 100%;
	top:3px;
	left: 4px;
	width: 13px;
	height: 13px;
}
.teacher_respon h4{
	position: relative;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	padding-bottom: 3px;
}
.teacher_respon h4:before{
	content: '';
    position: absolute;
    left: 0;
    top: 2px;
    border-top: 5px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #b0b0b0;
    border-bottom: 5px dashed transparent;
}
.teacher_respon p{
	padding-left: 20px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}

@media (max-width: 1200px){
	.teacher-right{
		width: 500px;
	}
	.teacher_msg{
		margin:8px 0;
	}
}
@media (max-width: 992px){
	.teacher-left {
		width: 35%;
	}
	.teacher-right{
		width: 65%;
	}
}
@media (max-width: 520px){
	.teacher-left {
		width: 100%;
		float: none;
	}
	.teacher-right{
		width: 100%;
		float: none;
		padding-left: 0;
	}
}







.teacher-info {
	margin-bottom: 30px;
}
.teacher-info .teacher-head{
	border-bottom: 2px solid #c0dfe6;
	margin-bottom: 5px;
}
.teacher-info .teacher-head h2{
	width: 92px;
	height: 32px;
	background: #2f94ad;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.info-details p{
	text-indent: 2em;
	font-size: 16px;
	color: #000;
}




