.banner{
	margin-bottom: 30px;
}
.banner ul li a{
	display: block;
	width: 100%;
	height: 630px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,.3);
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#7fffffff,endcolorstr=#7fffffff);
    margin: 0 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;

}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.banner .bx-wrapper .bx-pager{
    bottom: 0px;
	/*right: 15px;*/
	padding: 20px 0;
	z-index: 5;
	display: inline-block;
	/*width: auto;*/
	height: 52px;
}
/*.banner .tit{
	position: absolute;
	width: 100%;
	z-index: 2;
	line-height: 52px;
	padding: 0 100px 0 20px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	bottom: 0;
	left: 0;
	font-size: 18px;
}*/

/*main-activity*/
.main-activity{
	padding-bottom: 60px;
}
.titlestyleone{
	text-align: center;
}
.titlestyleone p{
	font-size: 16px;
	color: #c6c6c6;
	margin-bottom: 5px;
	font-family: 'regular';
}
.titlestyleone h2{
	font-size: 24px;
	color: #000;
	font-weight: bold;	
}
.titlestyleone h2 span{
	position: relative;
}
.titlestyleone h2 span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	width: 20px;
	height: 2px;
	background: #dddddd;
}
.titlestyleone h2 span:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 20px;
	height: 2px;
	background: #dddddd;
}
.activity-list{
	position: relative;
	margin-top: 40px;
}
.activity-list ul li{
	width: 30%;
	margin: 0 4.4% 0 0;
	display: inline-block;
	vertical-align: top;
}
.activity-list ul li ul{
	display: inline-block;
	margin: 0px;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
}
.activity-list ul li ul li{
	padding-bottom: 20px;
}
.activity-list ul li ul li:hover{
	border-bottom: 1px solid #0f6a7b;
}
.activity-list ul li:last-child{
	margin: 0px;
}

.activity-list ul li a{
	display: block;	
}
.activity-list .bx-wrapper{
	max-width: none!important;
}
.activity-list ul .media-left{
	padding-right: 15px;
}

.activity-list ul .media-left strong{
	font-size: 22px;
	color: #fff;
	display: block;
	width: 62px;
	text-align: center;
	padding: 3px 0 0;
	background: #0f6a7b;
}

.activity-list ul .media-left small{
	font-size: 12px;
	color: #0f6a7b;
	display: block;
	width: 62px;
	text-align: center;
	background: #eeeeee;
	height: 23px;
	line-height: 23px;
}

.activity-list ul .media-right p{
	font-size: 16px;
	color: #000;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	_height:expression(this.scrollheight > 56 ? "56px" : "auto");
}

.activity-list ul li a:hover p{
	color: #0f6a7b;
}

.activity-list .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dcdcdc;
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#7fffffff,endcolorstr=#7fffffff);
    margin: 0 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;

}
.activity-list .bx-wrapper .bx-viewport{
	border-bottom: 1px solid #eeeeee;
}
.activity-list .bx-wrapper .bx-pager.bx-default-pager a:hover,
.activity-list .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #e6a732;
}

.activity-list .bx-wrapper .bx-pager{
	position: relative;
    bottom: 0px;
	padding: 10px 0px 0px;
	z-index: 5;
	display: inline-block;
}
.activity-more{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 6;
}
.activity-more a{
	position: relative;
	padding-right: 15px;
	font-size: 12px;
	color: #0f6a7b;
}
.activity-more a:after {
    content: '';
    height: 0;
    line-height: 0;
    border-top: 3px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #0f6a7b;
    border-bottom: 3px dashed transparent;
    position: absolute;
    right: 0px;
    top: 6px;
}
/*main-news*/
.main-news{
	padding: 20px 0px 60px;
	background: url(/uploads/image/_t0e2timages/news_bg.jpg)top center no-repeat;
	background-size: cover;
}
.newslist{
	position: relative;
	margin-top: 30px;
}
.newslist ul{
	display: inline-block;
	width: 100%;
}
.newslist ul li{
	float: left;
	width: 22%;
	margin-right: 4%;
	background: #fff;
}
.newslist ul li:last-child{
	margin-right: 0px;
}
.newslist ul li .news-img{
	height: 187px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-info{
	position: relative;
	height: 108px;
	padding: 30px 20px 20px;
}
.news-info .news-time{
	position: absolute;
	top: -22px;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	text-align: center;
	background: rgba(37, 137, 156, 0.9);
}
.news-info .news-time .p1{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
 .news-time .p2{
.news-info	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.news-info h2{
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	font-weight: normal;	
}
.news-info h2:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #3ca8bc;
	position: absolute;
	bottom: -15px;
	left: 0px;
}
.newslist ul li a:hover .news-info .news-time{
	background: rgba(230, 167, 50, 0.9);
}
.newslist ul li a:hover .news-info{
	background: #0f6a7b;
}
.newslist ul li a:hover .news-info h2{
	color: #fff;
}
.news-more{
	position: absolute;
	bottom: -45px;
	right: 0px;
	z-index: 6;
}
.news-more a{
	position: relative;
	padding-right: 15px;
	font-size: 12px;
	color: #0f6a7b;
}
.news-more a:after {
    content: '';
    height: 0;
    line-height: 0;
    border-top: 3px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #0f6a7b;
    border-bottom: 3px dashed transparent;
    position: absolute;
    right: 0px;
    top: 6px;
}
/*main-thirdblock*/
.main-thirdblock{
	margin-top: 35px;
	padding-bottom: 40px;
}
.main-thirdblock .main-left{
	width: 35%;
	float: left;
	margin-right: 4%;
}
.main-thirdblock .main-title{
	position: relative;
}
.main-thirdblock .main-title:after{
	content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #3ca8bc;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.main-thirdblock .main-title .txt{
	font-size: 20px;
	color: #000;
	font-family: 'regular';
	font-weight: normal;
	line-height: 45px;
}
.main-thirdblock .main-title .txt span{
	font-size: 12px;
    color: #c6c6c6;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 0px;
    font-family: 'regular';
    font-weight: normal;
}
.title-more{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 6;
	line-height: 45px;
}
.title-more a{
	position: relative;
	padding-right: 15px;
	font-size: 12px;
	color: #0f6a7b;
}
.title-more a:after {
    content: '';
    height: 0;
    line-height: 0;
    border-top: 3px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #0f6a7b;
    border-bottom: 3px dashed transparent;
    position: absolute;
    right: 0px;
    top: 6px;
}
.main-thirdblock .main-left .listcontent ul li{
	position: relative;
	padding-left: 45px;
	margin-top: 10px;
	line-height: 40px;
	background: #f8f8f8;
}
.main-thirdblock .main-left .listcontent ul li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}
.main-thirdblock .main-left .listcontent ul li a:hover{
	color: #0f6a7b;
}
.main-thirdblock .main-left .listcontent ul li span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #8ac8d4;
}
.main-thirdblock .main-left .listcontent ul li:nth-child(4) span,.main-thirdblock .main-left .listcontent ul li:nth-child(5) span,.main-thirdblock .main-left .listcontent ul li:nth-child(6) span{
	color: #999999;
	background: #f8f8f8;
}
.main-thirdblock .main-center{
	width: 32%;
	float: left;
	margin-right: 4%;
}
.main-thirdblock .main-center .listcontent ul li{
	position: relative;
	padding-left: 45px;
	margin-top: 10px;
	line-height: 40px;
	background: #f8f8f8;
}
.main-thirdblock .main-center .listcontent ul li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}
.main-thirdblock .main-center .listcontent ul li a:hover{
	color: #0f6a7b;
}
.main-thirdblock .main-center .listcontent ul li span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 40px;
	width: 40px;
	background: #8ac8d4 url(/uploads/image/_t0e2timages/icon_download_1.png) center no-repeat;
}
.main-thirdblock .main-center .listcontent ul li:nth-child(4) span,.main-thirdblock .main-center .listcontent ul li:nth-child(5) span,.main-thirdblock .main-center .listcontent ul li:nth-child(6) span{
	background: url(/uploads/image/_t0e2timages/icon_download_2.png) center no-repeat;
}
.main-thirdblock .main-right{
	width: 25%;
	float: left;
}
.main-thirdblock .main-right .admissions{
	position: relative;
	margin-bottom: 18px;
}
.main-thirdblock .main-right .admissions a:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.2) url(/uploads/image/_t0e2timages/admissions_icon_more.png) center no-repeat;
}
/*list-banner*/
.inner-banner{
	height: 330px;
	background-repeat: no-repeat;
	background-position: center right;
}
.inner-banner .banner-title{
	height: 100%;
	background: url(/uploads/image/_t0e2timages/content_banner_bg.png) left top no-repeat;
	background-size: contain;
}
.inner-banner .banner-title h4{
	padding-top: 140px;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
}
.inner-banner .banner-title h4 span{
	position: relative;
}
.inner-banner .banner-title h4 span:after{
	display: inline-block;
	position: absolute;
	content: '';
	width: 50%;
	height: 6px;
	background: #e6a732;
	bottom: -25px;
	left: 0px;
}
/*contentblock*/
.contentblock{
	background: #f6f6f6;
}
/*local*/

/*common-right*/
.common-right .common-list{
	padding: 0px 15px;
	border-top: 2px solid #0f6a7b;
	background: #fff;
}
.common-right .common-list li{
	position: relative;
	padding-left: 15px;
	padding-right: 80px;
	line-height: 55px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.common-right .common-list li:after{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #76c4d3;
	position: absolute;
	left: 0px;
	top: 26px;
}
.common-right .common-list li a{
	font-size: 16px;
	color: #000;
}
.common-right .common-list li a:hover{
	color: #0f6a7b;
}
.common-right .common-list li a span{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #999999;
	line-height: 55px;
}
/*figure-ls1*/
.figure-ls1 li{
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
}
.figure-ls1 li:nth-child(2n){
	margin-right: 0;
}
.figure-ls1 li a{
	display: block;
	background-color: #fff;
}
.figure-ls1 .pic{
	float: left;
	width: 130px;
	height: 170px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.figure-ls1 .txt{
	height: 170px;
	padding: 10px 30px 10px 165px;
}
.figure-ls1 .tit{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #000;	
	background: url(/uploads/image/_t0e2timages/teacher_list_arrow.png) right center no-repeat;
}
.figure-ls1 .tit:hover{
	color: #0f6a7b;
}
.figure-ls1 .intro{
	position: relative;
}
.figure-ls1 .intro .p1,.figure-ls1 .intro .p2{
	padding-left: 20px;
	position: relative;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
}
.figure-ls1 li a:hover .p1,.figure-ls1 li a:hover .p2{
	color:#0f6a7b ;
}
.figure-ls1 .intro .p1:after{
	position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    width: 3px;
    height: 12px;
    background: #76c4d3;
}
.figure-ls1 .intro .p2:after{
	position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    width: 3px;
    height: 12px;
    background: #0f6a7b;
}
/*content-info*/
.content-info{
	padding: 20px 15px 30px;
	border-top: 2px solid #0f6a7b;
	background: #fff;
}
.content-info .info-title{
	text-align: center;
}
.content-info .info-title h3{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 60px;
}
.content-info .info-title p{
	font-size: 12px;
	color: #666;
	line-height: 30px;	
}
.content-info .info-title p .p1{
	margin-right: 40px;
	padding-left: 20px;
	background: url(/uploads/image/_t0e2timages/p1.png) left center no-repeat;
	background-size: 12px;
}
.content-info .info-title p .p2{
	padding-left: 20px;
	background: url(/uploads/image/_t0e2timages/p2.png) left center no-repeat;
	background-size: 12px;
}
.article-content{
	margin-top: 25px;
}
/*teacherinfo*/
.teacherinfo .info-top{	
	background: #fff url(/uploads/image/_t0e2timages/teacher_bg_1.png) right bottom no-repeat;
	background-position: 100% 97%;
}
.teacherinfo .info-top .pic{
	float: left;
	width: 130px;
	height: 170px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.teacherinfo .info-top .txt{
	height: 170px;
	padding: 10px 30px 10px 165px;
	background: url(/uploads/image/_t0e2timages/teacher_bg_2.png) right bottom no-repeat;
}
.teacherinfo .info-top .tit{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #000;	
}
.teacherinfo .info-top .intro{
	position: relative;
}
.teacherinfo .info-top .intro .p1,.teacherinfo .info-top .intro .p2,.teacherinfo .info-top .intro .p3{
	padding-left: 20px;
	position: relative;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
}
.teacherinfo .info-top .intro .p1,.teacherinfo .info-top .intro .p3{
	width: 50%;
	float: left;
}
.teacherinfo .info-top .p1:after{
	position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    width: 3px;
    height: 12px;
    background: #76c4d3;
}
.teacherinfo .info-top .p3:after{
	position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    width: 3px;
    height: 12px;
    background: #76c4d3;
}
.teacherinfo .info-top .p2:after{
	position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    width: 3px;
    height: 12px;
    background: #0f6a7b;
}
.info-tab{
	margin-top: 30px;
	padding: 15px 30px;
	background: #fff;
}
.info-tab .teacher-title{
	padding-top: 20px;
	font-size: 18px;
	line-height: 30px;
	color: #0f6a7b;
	margin: 30px 0 30px;
	position: relative;
}

.info-tab .teacher-title span{
	position: relative;
}
.info-tab .teacher-title span:before{
	content: '';
	width: 50%;
	height: 4px;
	background: #e6a732;
	position: absolute;
	left: 0px;
	top: -17px;
}
.teacher-box{
	margin-bottom: 40px;
}
/*picturelist*/
.picturelist li{
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	background: #fff;
}
.picturelist li:hover{
	background: #0f6a7b;
}
.picturelist li:hover .pic-title,.picturelist li:hover .pic-sum,.picturelist li:hover .pic-time{
	color: #fff;
}
.picturelist li:hover .pic-time{
	background: url(/uploads/image/_t0e2timages/teacher_list_arrow.png) right center no-repeat;
}
.picturelist .pic{
	float: left;
	width: 34%;
	height: 230px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.picturelist li:nth-child(2n) .pic{
	float: right;
}
.picturelist .pic-info{
	position: relative;
	float: left;
	width: 66%;
	padding: 20px 45px 30px;
}
.picturelist .pic-info a{
	display: block;	
}
.picturelist .pic-info .pic-title{
	position: relative;
	font-size: 18px;
	color: #0f6a7b;
	font-weight: bold;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.picturelist .pic-info .pic-title:after{
	content: '';
	width: 35px;
	height: 4px;
	background: #e6a732;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.picturelist .pic-info .pic-sum{
	margin-top: 25px;
	font-size: 12px;
	color: #666;
	line-height: 1.75;
	text-indent: 2em;
	max-height: 46px;
	overflow: hidden;
}
.pic-time{
	position: absolute;
	bottom: 0px;
	left: 45px;
	width: calc( 100% - 90px );
	font-size: 12px;
	color: #999;
	line-height: 30px;
	background: url(/uploads/image/_t0e2timages/pic.png) right center no-repeat;
}







@media (max-width: 1025px) {
	.banner ul li a{		
		height: 335px;	
	}
	.main-thirdblock .main-left,.main-thirdblock .main-center{
		margin-right: 5%;
	}
	.main-thirdblock .main-left,.main-thirdblock .main-center,.main-thirdblock .main-right{
		width: 30%;
	}
	.inner-banner{
		height: 260px;
	}
	.inner-banner .banner-title h4{
   		padding: 80px 0px 0px 80px;
	}
	.picturelist .pic{
		height: 190px;
	}
}
@media (max-width: 768px) {
	.banner ul li a{		
		height: 250px;	
	}
	.main-activity{
		padding-bottom: 30px;
	}
	.main-news{
		padding: 20px 0px 20px;
	}
	.newslist ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.newslist ul li:nth-child(2n){
		margin-right: 0px;
	}
	.news-more{
		right: 15px;
		bottom: -10px;
	}
	.main-thirdblock .main-left{
		padding: 0px 15px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.main-thirdblock .main-center{
		padding: 0px 15px;
		width: 52%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.main-thirdblock .main-right{
		padding: 0px 15px;
		width: 44%;		
	}
	.inner-banner{
		height: 195px;
	}
	.inner-banner .banner-title h4 {
	    padding: 65px 0px 0px 30px;
	}
	.figure-ls1 li{
		width: 100%;
		margin-right: 0px;
	}
	.teacherinfo .info-top .tit{
		margin-bottom: 10px;
	}
	.teacherinfo .info-top .intro .p1, .teacherinfo .info-top .intro .p3{
		width: 100%;
	}
	.teacherinfo .info-top{
		background-size: 270px;
	}
	.teacherinfo .info-top .txt{
		padding: 10px 10px 10px 150px;
		background-size: 440px;
	}
	.picturelist .pic{
		height: 120px;
	}
	.picturelist .pic-info .pic-title{
		line-height: 45px;
	}
	.picturelist .pic-info .pic-sum{
		margin-top: 5px;
		max-height: 46px;
		overflow: hidden;
	}
	.picturelist .pic-info{
		padding: 5px 15px 15px;
	}
	.pic-time{
		left: 15px;
		line-height: 20px;
		width: calc( 100% - 30px );
	}
}
@media (max-width: 550px) {
	.banner ul li a{		
		height: 165px;	
	}
	.main-activity{
		padding-bottom: 30px;
	}
	.activity-list{
		margin-top: 20px;
		padding: 0px 10px;
	}
	.activity-list ul li{
		width: 100%;
		margin: 0px 0px 10px;
	}
	.activity-more{
		right: 10px;
	}
	.main-news{
		padding: 20px 0px 20px;
	}
	.newslist{
		padding: 0px 15px;
	}
	.newslist ul li{
		width: 100%;
		margin-right:0px;
		margin-bottom: 20px;
	}
	.newslist ul li:nth-child(2n){
		margin-right: 0px;
	}
	.news-more{
		right: 15px;
		bottom: -10px;
	}
	.main-thirdblock .main-left{
		padding: 0px 15px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.main-thirdblock .main-center{
		padding: 0px 15px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.main-thirdblock .main-right{
		padding: 0px 15px;
		width: 100%;
		margin-right: 0px;
	}
	.main-thirdblock .main-right .admissions img{
		width: 100%;
	}
	.inner-banner {
	    height: 95px;
	}
	.inner-banner .banner-title h4 {
	    padding: 20px 0px 0px 15px;
	    font-size: 24px;
	}
	.figure-ls1 .txt{
		padding: 10px 15px 10px 165px;
	}
	.teacherinfo .info-top{
		background-size: 200px;
	}
	.teacherinfo .info-top .tit{
		margin-bottom: 5px;
	}
	.teacherinfo .info-top .txt{
		padding: 10px 10px 10px 150px;
		background-size: 240px;
	}
	.teacherinfo .info-top .intro .p1, .teacherinfo .info-top .intro .p3{
		width: 100%;
	}
	.picturelist .pic{
		background-size: contain;
	}
}