@charset "utf-8";
@font-face {
	font-family:"pingfangb";
	src: url('../new/font/PingFangBold.eot');
  src:
    url('../new/font/PingFangBold.eot?#font-spider') format('embedded-opentype'),
    url('../new/font/PingFangBold.woff2') format('woff2'),
    url('../new/font/PingFangBold.woff') format('woff'),
    url('../new/font/PingFangBold.ttf') format('truetype'),
    url('../new/font/PingFangBold.svg') format('svg');
}
body,h1,h2,h3,h4,ol,ul,li,dl,dt,dd,span,p,div,a,input,textarea,i{margin: 0;padding: 0;font-family:"pingfangb","microsoft yahei";box-sizing: border-box;-webkit-font-smoothing: antialiased;font-style: normal;outline: none;}
ul,ol,li{list-style: none;}
a{text-decoration: none;color: inherit;outline:none;}
.clear:after,.clear:before{
	content: "";
	display: block;
	clear: both;
}
img{
	outline:none;
}
.header{
	width: 100%;
	position: absolute;
	overflow: hidden;
	top:0;
	left:0;
}
.nav{
	width: 1220px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 55px;
}
.nav h1{
	width: 200px;
	height: 70px;
	background: url(../new/images/logo.png) no-repeat left center;
	float: left;
}
.nav h1 a{
	display: block;
	width: 100%;
	height: 70px;
	text-indent: -9999px;
}
.nav ul{
	float: left;
	margin-left: 120px;
}
.nav ul li{
	display: inline-block;
	margin-right: 60px;
}
.nav ul li a{
	color: #fff;
	display: block;
	position: relative;
}
.nav ul li a:after{
	content: "";
	display: block;
	width: 0;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	border-radius: 5px;
	left: 0;
	transition: all .3s linear;
}
.nav ul li a.personal-nav-active:before{
	display: block;
}
.nav ul li a.personal-nav-active{
	display: block;
	color: #00a0e9;
}
.nav ul li a:hover:after{
	width: 100%;
}
.nav .search-box{
	float: right;
	width: 376px;
	height: 32px;
	background: #ededed;
	border-radius: 32px;
	position: relative;
	top: -5px;
}
.nav .search-box span{
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 5px;
	cursor: pointer;
}
.nav .search-box input{
	width: 300px;
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	color: #535353;
}
.slogan-box{
	position: relative;
	z-index: 1;
	height: 204px;
	width: 1200px;
	margin: 200px auto 70px auto;
}

.slogan-box div img{
	display: none;
}

.fornow-video{
	width: 100%;
/* 	height: 758px; */
	overflow:hidden;
}
.fornow-video video{
	width: 100%;
}
.promise{
	background: #f7f7f7;
	padding: 100px 0 100px 0;
}
.promise ul{
	width: 1200px;
	margin: 0 auto;
}
.promise ul li{
	width: 282px;
	height: 168px;
	box-shadow: 5px 5px 10px rgba(210,210,210,.3),-2px -2px 5px rgba(210,210,210,.3);
	float: left;
	margin-right: 24px;
	border-radius: 10px;
	text-indent: -9999px;
	background: #fff;
}
.promise ul li:nth-of-type(1){
	background:#fff url(../new/images/promise1-default.jpg) no-repeat center;
}
.promise ul li:nth-of-type(1):hover{
	background:#fff url(../new/images/promise1-active.jpg) no-repeat center;
}
.promise ul li:nth-of-type(2){
	background:#fff url(../new/images/promise2-default.jpg) no-repeat center;
}
.promise ul li:nth-of-type(2):hover{
	background:#fff url(../new/images/promise2-active.jpg) no-repeat center;
}
.promise ul li:nth-of-type(3){
	background:#fff url(../new/images/promise3-default.jpg) no-repeat center;
}
.promise ul li:nth-of-type(3):hover{
	background:#fff url(../new/images/promise3-active.jpg) no-repeat center;
}
.promise ul li:nth-of-type(4){
	background:#fff url(../new/images/promise4-default.jpg) no-repeat center;
}
.promise ul li:nth-of-type(4):hover{
	background:#fff url(../new/images/promise4-active.jpg) no-repeat center;
}
.promise ul li:last-of-type{
	margin-right: 0;
}
.promise ul li h3{
	margin: 40px 0 5px 0;
	padding-left: 20px;
	font-size: 30px;
	color: #515151;
	font-weight: normal;
}
.promise ul li:hover h3{
	background-image: linear-gradient(to right bottom,transparent,#4ed8ea,#1c81ff);
	-webkit-background-clip: text;
	color: transparent;
}

.promise ul li p{
	padding-left: 20px;
}
.recommend-adviser{
	position: relative;
	padding-bottom: 100px;
}
.recommend-adviser h3,.adviser-audio h3,.new-audio h3{
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 40px auto;
	overflow: hidden;
	color: #1c81ff;
	font-size: 30px;
	letter-spacing: 1px;
}
/*.recommend-adviser h3{
	background: url(../new/images/recommend-adviser.png) no-repeat left center;
}
.adviser-audio h3{
	background: url(../new/images/adviser-audio.png) no-repeat left center;
}
.new-audio h3{
	background: url(../new/images/new-adviser.png) no-repeat left center;
}*/
.recommend-adviser h3 a,.adviser-audio h3 a,.new-audio h3 a{
	font-weight: normal;
	float: right;
	text-indent: 0;
	color: #7a7a7a;
	font-size: 14px;
	margin-top: 10px;
}
.recommend-adviser h3 a:hover,.adviser-audio h3 a:hover,.new-audio h3 a:hover{
	color: #1C81FF;
}
.recommend-adviser .fornow{
	width: 100%;
	margin-top: 150px;
}
.recommend-adviser ul{
	width: 1040px;
	height: 425px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -520px;
}
.recommend-adviser ul li{
	width: 300px;
	height: 425px;
	float: left;
	background: #fff;
	margin:10px 70px 10px 0;
	box-shadow: 5px 5px 10px rgba(210,210,210,.3), -2px -2px 5px rgba(210,210,210,.3);
	border-radius: 10px;
	transition: all .2s linear;
}
.recommend-adviser ul li:hover{
	transform: scale(1.1);
	box-shadow: 2px 2px 10px rgba(0,0,0,.2),-2px -2px 10px rgba(0,0,0,.2);
}
.recommend-adviser ul li:last-of-type{
	margin-right: 0;
}
.recommend-adviser ul li dl{
	width: 240px;
	height: 425px;
	margin: 0 auto;
	position: relative;
}
.recommend-adviser ul li dl dt{
	padding-top: 20px;
}
.recommend-adviser ul li dl dt img{
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 100%;
}
.recommend-adviser ul li dl dd h4{
	text-align: center;
	margin: 15px 0;
	font-weight: normal;
	font-size: 24px;
	color: #515151;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recommend-adviser ul li dl dd p{
	font-size: 14px;
	line-height: 1.5;
	color: #515151;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.recommend-adviser ul li dl dd a{
	display: block;
	width: 119px;
	height: 39px;
	border-radius: 39px;
	text-align: center;
	line-height: 39px;
	background: #2f9dff;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 60px;
	z-index: 1;
}
.recommend-adviser ul li dl dd a:after{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -2px;
	border-radius: 100%;
	box-shadow: 5px 5px 10px rgba(210,210,210,.3), -2px -2px 5px rgba(210,210,210,.3);
	left: 0;
}
.adviser-audio{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding-bottom: 65px;
}
.adviser-audio ul{
	width: 1200px;
	background: #fff;
	margin: 0 auto;
    box-shadow: 5px 5px 10px rgba(210,210,210,.3), -2px -2px 5px rgba(210,210,210,.3);
}
.adviser-audio ul li{
	padding: 25px 0;
}
.adviser-audio ul li:not(:last-of-type){
	border-bottom: 1px solid #e8e8e8;
}
.adviser-audio ul li dl{
	width: 100%;
	overflow: hidden;
}
.adviser-audio ul li dl dt{
	float: left;
	width: 192px;
	height: 119px;
	margin-left: 20px;
}
.adviser-audio ul li dl dt img{
	display: block;
	width: 192px;
	height: 119px;
}
.adviser-audio ul li dl dd{
	margin-left: 240px;
	position: relative;
	height: 119px;
}
.adviser-audio ul li dl dd h4{
	font-size: 20px;
	color: #515151;
	font-weight:normal;
	margin-bottom:5px;
}
.adviser-audio ul li dl dd .sub-title{
	font-size: 14px;
	color: #515151;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width:96%;
}
.adviser-audio ul li dl dd .audio-time{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	color: #515151;
	font-size: 14px;
}
.audio-time .update-time{
	float: right;
	margin-right: 45px;
	font-size: 12px;
	color: #b3b3b3;
}
.new-audio{
	margin-bottom: 80px;
}
.new-audio ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.new-audio ul li{
	width: 376px;
	height: 240px;
	float: left;
	margin-right: 34px;
    box-shadow: 5px 5px 10px rgba(210,210,210,.3), -2px -2px 5px rgba(210,210,210,.3);
}
.new-audio ul li:first-of-type{
 	margin-left: 2px;
}
.new-audio ul li:last-of-type{
	margin-right: 2px;
}
.new-audio ul li dl{
	width: 340px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 29px;
}
.new-audio ul li dl dt{
	width: 100px;
	float: left;
}
.new-audio ul li dl dt img{
	display: block;
	width: 102px;
	height: 102px;
	border-radius: 100%;
}
.new-audio ul li dl dd{
	width: 220px;
	height: 166px;
	float: right;
	position: relative;
	background: url(../new/images/seal.png) no-repeat 140px 100px;
}
.new-audio ul li dl dd h4{
	font-size: 24px;
	color: #515151;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new-audio ul li dl dd p{
	font-size: 13px;
	line-height: 1.5;
	color: #515151;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.new-audio ul li dl dd a{
	display: inline-block;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right bottom,#51dde9,#1c81ff);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #e0e0e0;
	padding: 20px 0 40px 0;
}
.footer p{
	text-align: center;
	font-size: 12px;
	color: #b3b3b3;
}
.side-bar{
	width: 100%;
	height: 330px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
	display: none;
}
.expend-pic{
	cursor: pointer;
	display: inline-block;
	position: relative;
	left: -150px;
	transition: all .5s linear;
	z-index: 1;
}
.expend-pic:hover{
	left: 0;
}
.understand-us{
	width: 100%;
	height: 252px;
	background: rgba(77,95,113,.8);
	position: absolute;
	top: 80px;
	left: 0;
}
.understand-us ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.about-us{
	width: 378px;
	float: left;
}
.about-us dl{
	padding-top: 33px;
}
.about-us dt{
	width: 99px;
	height: 27px;
	color: #fff;
	background: #15426d;
	font-size: 18px;
	text-align: center;
	line-height: 27px;
	border-radius: 27px;
}
.about-us dd p{
	font-size: 14px;
	color: #fff;
}
.qr-code{
	width: 390px;
	float: right;
}
.qr-code dl{
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
}
.qr-code dl dt{
	width: 134px;
	height: 134px;
	background: #fff;
	border-radius: 10px;
	float: left;
}
.qr-code dl dt img{
	display: block;
	width: 130px;
	height: 130px;
	margin: 2px auto;
	border-radius:10px;
}
.qr-code dl dd{
	float: left;
	margin-left: 10px;
}
.qr-code dl dd h4{
	font-size: 18px;
	color: #4fe0ff;
	margin: 20px 0;
}
.qr-code dl dd p{
	font-size: 18px;
	color: #fff669;
	font-weight: bold;
}
.side{
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -140px;
}
.close-side{
	position: absolute;
	top: 10px;
	right: 28px;
	cursor: pointer;
}
@-webkit-keyframes expend{
	0{
		width: 0;
		height: 0;
		opacity: 0;
	}
	33.33%{
		width: 190px;
		height: 66px;
		opacity: .3;
	}
	66.66%{
		width: 380px;
		height: 136px;
		opacity: 1;
	}
	100%{
		width: 100%;
		opacity: 1;
	}
}
@keyframes expend{
	0{
		width: 0;
		height: 0;
		opacity: 0;
	}
	33.33%{
		width: 190px;
		height: 66px;
		opacity: .3;
	}
	66.66%{
		width: 380px;
		height: 136px;
		opacity: .6;
	}
	100%{
		width: 800px;
		height: 100%;
		opacity: 1;
	}
}
/*index end*/
/**detail start**/
.detail-banner{
	width: 100%;
}
.detail-banner img{
	display: block;
	width: 100%;
}
.selected-adviser-wrap{
	width:100%;
	position:relative;
	height:210px;
}
.selected-adviser{
	width: 1200px;
	height: 410px;
	background: #fff url(../new/images/selected-bg.png) no-repeat right bottom;
	position: absolute;
	border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(210,210,210,.3), -2px -2px 5px rgba(210,210,210,.3);
	padding-top: 1px;
	z-index: 2;
	left:50%;
	margin-left:-600px;
	top:-200px;
}
.selected-adviser dl{
	width: 1100px;
	margin: 46px auto;
	overflow: hidden;
	
}
.selected-adviser dl dt{
	width: 230px;
	height: 318px;
	float: left;
}
.selected-adviser dl dt img{
	display: block;
	width: 230px;
	height: 318px;
	border-radius: 15px;
}
.selected-adviser dl dd{
	width: 660px;
	float: left;
	margin-left: 130px;
}
.selected-adviser dl dd h3{
	height: 24px;
	background: url(../new/images/selected-adviser.png) no-repeat left;
	text-indent: -9999px;
	margin-top: 40px;
}
.selected-adviser dl dd h4{
	font-size: 30px;
	color: #515151;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.selected-adviser dl dd p{
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	color: #606060;
}
.main{
	background: #f7f7f7;
	position: relative;
	padding: 1px 0 0 0 ;
}
/* .main:before{
	content: "";
	display: block;
	width: 100%;
	height: 225px;
	background: #f7f7f7;
	position: absolute;
	top: -140px;
	left: 0;
}*/
 .answer-question{
	width: 1200px;
	margin: 70px auto 20px auto;
	background: #fff;
	padding: 40px 0 170px 0;
	border-radius: 8px;
	box-shadow: 4px 4px 5px rgba(160,160,160,.3),-1px 0 1px rgba(160,160,160,.2);
	position: relative;
}
.answer-question h3{
	text-align: center;
	height: 24px;
	background: url(../new/images/answer.png) no-repeat center center;
	text-indent: -9999px;
}
.answer-question h4{
	text-align: center;
	font-size: 33px;
	color: #515151;
	margin: 50px 0;
}
.answer-question ul{
	width: 954px;
	overflow: hidden;
	margin: 0 auto;
}
.answer-question ul li{
	margin-bottom: 30px;
}
.answer-question ul li dl dt{
	position: relative;
	margin-bottom: 20px;
}
.answer-question ul li dl dt:before{
	content: "";
	width: 12px;
	height: 23px;
	display: block;
	background: #37b0ff;
	border-radius: 12px;
	position: absolute;
	left: 0;
	top: 8px;
}
.answer-question ul li dl dt strong{
	font-size: 24px;
	color: #3ab5ff;
	display: inline-block;
	padding: 3px 10px;
	background: #c5e8ff;
	border-radius: 5px;
	margin-left: 15px;
}
.answer-question ul li dl dd p{
	color: #606060;
	line-height: 1.8;
}
.open-answer{
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 70px;
}
.open-answer img{
	cursor: pointer;
	width:30px;
}
.offer-show{
	width: 1200px;
	margin: 0 auto;
	padding: 90px 0;
}
.offer-show h3{
	text-indent: -9999px;
	background: url(../new/images/offer-show.png) no-repeat center center;
	margin-bottom: 30px;
}
.offer-show ul li{
	margin:0 5px 20px 0;
}
.offer-show ul li img{
	box-shadow: 0 6px 5px rgba(0,0,0,.2);
}
.offer-show ul li img{
	width: 232px;
	height: 336px;
}
.swiper-container{
	position: relative;
	width: 1200px;
}
.swiper-button-prev{
	width: 89px;
	height: 89px;
	background: url(../new/images/prev.png);
	top: 135px;
	left: 0;
}
.swiper-button-next{
	width: 89px;
	height: 89px;
	background: url(../new/images/next.png);
	top: 135px;
}
.public-lesson{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 5px rgba(160,160,160,.3),-1px 0 1px rgba(160,160,160,.2);
	position: relative;
	padding: 40px 0 100px 0;
}
.public-lesson h3{
	text-indent: -9999px;
	background: url(../new/images/public-lesson.png) no-repeat center center;
	margin-bottom: 30px;
}
.public-lesson h4{
	text-align: center;
	font-size: 30px;
	color: #515151;
}
.audio-box{
	width: 576px;
	height: 97px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1),-5px 0 5px rgba(0,0,0,.1);
	margin: 60px auto;
}
.audio-box span{
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin: 20px 0 0 40px;
	float: left;
	cursor: pointer;
}
.play-button{
	background: #cfeaff url(../new/images/play.png) no-repeat center center;
}
.stop-button{
	background: #cfeaff url(../new/images/pause.png) no-repeat center center;;
}
.audio-box p{
	display: inline-block;
	float: left;
	height: 97px;
	line-height: 97px;
	margin-left: 80px;
/* 	font-size: 18px; */
	color: #2ba3ff;
	margin-left: 25px;
}
.lesson-info{
	width: 994px;
	margin: 0 auto;
	border-top: 1px solid #e6e6e6;
	padding-top: 60px;
	overflow: hidden;
}
.lesson-outline{
	width: 440px;
	float: left;
	margin-left: 15px;
}
.lesson-outline dl dt,.lesson-poster dl dt{
	font-size: 24px;
	color: #82cde6;
	text-align: center;
	margin-bottom: 30px;
}
.lesson-outline dl dd p{
	line-height: 2;
	color: #606060;
}
.lesson-poster{
	width: 272px;
	float: right;
	margin-right: 15px;
}
.lesson-poster dd{
	width: 272px;
	height: 487px;
	background: #000;
}
.lesson-poster dd video,.lesson-poster dd img{
 width: 272px;
 height: 100%;
}
.about-adviser{
	position: relative;
	width: 1200px;
	min-height: 1094px;
	margin: 60px auto;
	padding: 70px 0 80px 0;
	border-radius: 5px;
	background: #fff url(../new/images/teacher.png) no-repeat left top;
	box-shadow: 5px 5px 10px rgba(160,160,160,.2);
}

.about-adviser h3{
	text-indent: -9999px;
	background: url(../new/images/about-teacher.png) no-repeat center center;
	margin-bottom: 60px;
}
.about-adviser p{
	width: 840px;
	margin: 0 auto;
	color: #606060;
	line-height: 2;
	text-indent: 32px;
}
.teacher-info{
	height: 704px;
	overflow: hidden;
}
.toogle{
	height: auto;
}
#open{
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	left: 580px;
}
#open img{
	width:30px;
}
/*detail end*/
/* list start*/
.page{
	margin-top: 40px;
	height: 100px;
	background: #fff;
}
.page ul{
	width: 1220px;
	margin: 0 auto;
	text-align: right;
	margin-top: -70px;
	height: 100px;
	line-height: 13.5;
}
.page ul li{
	display: inline-block;
	margin-right: 20px;
}
.page ul li a,.page ul li span{
	color: #515151;
}
.page ul li a.active,.page ul li a:hover{
	color: #50abff;
}
.page ul li span{
	cursor:pointer;
}
.page ul li span:hover{
	color: #50abff;
}
.list-wrap{
	background: #f7f7f7;
	padding-top: 50px;
}
.list-wrap ul{
	width: 1226px;
	margin: 0 auto;
	padding-left: 3px;
	overflow: hidden;
}
.list-wrap ul li{
	position: relative;
	width: 287px;
	height: 623px;
	float: left;
	margin:0 24px 35px 0;
	background: #fff;
	border-radius: 15px;
	box-shadow: 2px 5px 5px rgba(0,0,0,.1),-2px -2px 2px rgba(0,0,0,.1);
}
.list-wrap ul li:nth-of-type(4n+4){
	margin-right: 3px;
}
.list-wrap ul li dl dt img{
	width: 287px;
	height: 150px;
	border-radius: 15px 15px 0 0;
	display:block;
}
.list-wrap ul li dl dd{
	width: 260px;
	margin: 0 auto;
}
.list-wrap ul li dl dd h4{
	font-size: 25px;
	color: #515151;
	margin: 20px 0 10px 0;
}
/* .teacher-label{ */
/* 	text-align: justify; */
/* } */
.teacher-label span{
	display: inline-block;
	padding: 5px 7px;
	background: #8abbee;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 11px;
}
.teacher-instr{
	margin-top: 13px;
	font-size: 14px;
	color: #606060;
	line-height: 1.90;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
}
.good-at{
	width: 247px;
	height: 72px;
	border-radius: 10px;
	background: #6aa8fe;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 20px;
}
.good-at p{
	width: 210px;
	margin: 15px auto;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 2;
}
.foot-page{
	margin-top: 0;
}
.page.foot-page{
	height:60px;
}
.foot-page ul{
	line-height: 3.5;
	margin-top:0;
	height:auto;
}
.list-wrap ul li dl dd h4{
 width: 100%;
 overflow: hidden;
}
.list-wrap ul li dl dd h4 span{
 float: right;
 font-size: 12px;
 color: #b2b2b2;
 margin-top: 15px;
 font-weight: normal;
}
.list-wrap ul li dl dd h4 span img{
 vertical-align: sub;
 margin-right: 5px;
}
