#content{
	background-color: #F0F2F5;
}
.about-box{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}
.about-box .left{
	float: left;
	width: 25%;
}
.about-box .right{
	float: right;
	width: 72%;
	background-color: #FFFFFF;
	padding: 30px 0;
	margin-bottom: 30px;
}

.left-nav{
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}
.left-nav .tl{
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
	height: 80px;
	line-height: 80px;
}
.left-nav .tx{
	height: 66px;
	line-height: 66px;
	text-align: left;
}
.left-nav .tx a{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333333;
}
.left-nav .tx img,.left-nav .tx span{
	display: inline-block;
}
.left-nav .tx span{
	width: 80%;
	margin-left: 10%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
}
.about-acitve{
	background-color: #009b40;
	color: #FFFFFF !important;
}
.about-right{
	width: 92%;
	margin: 0 auto;
}
.about-title{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 11px;
}
.about-title p{
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 4px solid #009b3e;
	display: inline;
	padding-bottom: 10px;
}
.about-right-content{
	margin-top: 30px;
	padding-bottom: 280px;
}
.about-right-content .text{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 30px;
}
.about-right-content img{
	margin: 5px 0 0 20px;
}

.news{
	width: 100%;
}
.news dl{
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 27px;
}
.news dl dt{
	float: left;
	width: 38%;
}
.news dl dd{
	float: left;
	width: 62%;
}
.news .title{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.news .time{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #999999;
}
.news .abstract{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #666666;
	margin: 10px 0;
}
.news .button a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #009b40;
	cursor: pointer;
}

.teachers{
	width: 100%;
	margin-top: 30px;
}
#slide-free .swiper-slide{
	border: solid 1px #e5e5e5;
	text-align: center;
	height: 300px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
}
#slide-free .swiper-slide .tl{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 26px 0 15px 0;
}
#slide-free .swiper-slide .tx{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #666666;
	padding-bottom: 30px;
	width: 80%;
	margin: 0 auto;
}

/*teacher*/
.teacher{
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
}
.teacher .title{
	width: 106px;
	font-size: 1.3em;
	font-weight: 400;
	color: #333333;
	border-left:4px solid  #009b3e;
	padding-left: 15px;
	margin-bottom: 30px;
}
.teacher dl{
	width: 45%;
	float: left;
	overflow: hidden;
	height: 190px;
	margin-top: 40px;
	margin-right: 5%;
}
.teacher dl dt{
	float: left;
}
.teacher dl .rt{
	float: left;
}
.teacher dl .rt .tl{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.teacher dl .rt .ts{
	font-size: 14px;
	color: #999999;
	margin-top: 14px;
}
.teacher dl .rt ul{
	margin-left: 16px;
	margin-top: 10px;
}
.teacher dl .tx{
	width: 100%;
	clear: both;
	font-size: 14px;
	color: #333333;
	padding-top: 15px;
	line-height: 22px;
}