.tltie{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.15em;
	/*padding-bottom: 5px;*/
}
.tltie span{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 3px solid #009b3e;
}
.mobile-box{
	padding-top: 30px;
	background-color: #FFFFFF;
}
.introduce_content{
	width: 90%;
	margin: 0 auto;
}
.introduce_content dd{
	width: 100%;
	letter-spacing: 1.1px;
	color: #333333;
	margin-top: 20px;
}
.introduce_content dt{
	margin-top: 20px;
}

.news_content{
	width: 90%;
	margin: 0 auto;
}
.news_content .tltie{
	margin-bottom: 30px;
}
.news_content dl{
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.news_content .tl{
	font-size: 1.3em;
	color: #333333;
}
.news_content .t{
	font-size: .9em;
	color: #999999;
	margin: 10px 0;
}
.news_content .tx{
	color: #666666;
	font-size: .98em;
	line-height: 25px;
	margin: 10px 0;
}

.course {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 0 0 0;
	margin-bottom: 20px
}

.course dt {
	width: 100%;
	text-align: center;
	margin-top: 20px
}

.course dd {
	width: 93%;
	margin: 0 auto
}

.course .tl {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	text-indent: -0.5em;
	margin: 8px auto 0 auto
}

.course .stl {
	font-size: 1em;
	color: #999;
	margin: 8px auto 8px auto
}

.course .tl {
	font-size: 1.2em;
	color: #333;
	font-weight: bold
}
.teacherSwiper {
	width: 93%;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}

.teacherSwiper .swiper-slide {
	background-color: #fff;
	box-shadow: 0 1px 9.6px .4px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	text-align: center;
	padding-bottom: 10px
}

.teacherSwiper dt {
	margin: 0
}

.teacherSwiper .title {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
	width: 100%
}

.teacherSwiper .text {
	width: 80%;
	margin: 0 auto
}

.teacherSwiper-button {
	display: inline-block;
	border-radius: 37px;
	border: solid 2px #009b3e;
	color: #009b3e;
	padding: 5px 15px
}
#ddsSwiper {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: visible;
	padding-bottom: 15px
}

#ddsSwiper .swiper-slide {
	position: relative;
	text-align: center
}

#ddsSwiper .swiper-slide dt {
	position: absolute;
	top: -40px
}

#ddsSwiper .swiper-slide .tl {
	margin-top: 75px
}

#ddsSwiper .swiper-slide .ts {
	color: #999;
	margin: 10px auto
}

#ddsSwiper .swiper-slide .tx {
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: -0.3px;
	color: #666;
	text-align: left
}
.mobile-title {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0;
	color: #009b3e;
	border-left: 3px solid #009b3e;
	padding-left: 4.5%;
	margin-top: 5px
}

.about-navs{
	/*width: 100%;*/
	clear: both;
	overflow-x: scroll;
	white-space:nowrap; 
}
.about-navs::-webkit-scrollbar {
    display: none;
}
.about-navs li{
	/*float: left;*/
	padding: 5px 20px;
	display: inline-block;
}
