/*-- content-info --*/
.content-info{
	margin:3em 0;
	
}
.welcome-pic{padding-bottom: 25px}
.welcome-pic h3,.popular h3{
	color:#434343;
  font-size: 1.85em;
 font-family: "Microsoft YaHei","simhei",Arial;
  margin:0 0 12px 0;
}
.coach h3{
	color:#fff;
  font-size: 1.85em;
 font-family: "Microsoft YaHei","simhei",Arial;
  margin:0 0 12px 0;
}
.popular{padding-bottom: 25px}
.popular ul li{
  padding: 5px 0;
  LIST-STYLE-TYPE: none;
  margin: 0 0px 5px 0px;
  
}
.popular ul li a{
	display:block;
	color:#999;
}
.popular ul li a:hover{
  color: #27A9E7;
} 
.welcome-pic h4{
	color:#2c3134;
	font-size:1.1em;
	font-weight:500;
	margin-bottom:0.7em;
}
.welcome-pic h4 a{color: #333;font-size:16px;}
.welcome-pic h4 a:hover{color:#2c3134;}
p.last-info{
	margin-top:1.4em
}
.welcome-pic  img{
	width:100%;
	margin-bottom:0.5em;
}
.welcome-pic p {
  line-height: 1.6em;
  color: #666;
}
.coach{
	background:#79CFFE;
	padding:25px 25px 30px 25px;
}
.chr{
	margin:2em 0;
	padding-bottom:1em;
}
.chr{
	border-bottom:1px dashed #C2C2C2;
}
.coach-pic{
	float:left;
	width:30%;
	margin-right:3%;
}
.coach-pic img{
	width:100%;
}
.coach-pic-info{
	float:left;
	width:67%;
}
.coach-pic-info h4 a{
	color:#333;
	font-size:15px;
	display:inline-block;
	margin-bottom:0.2em;
}
.coach-pic-info h4 a:hover{
	color:#167358;
}
.coach-pic-info h5{
	color:#ed645c;
	margin-bottom:1px;
}
.coach-pic-info p{
	color:#777;
font-size: 0.95em;
  line-height: 1.4em;
}

.progress-bar {
  width: 45% !important;
  background-color: #1E9170 !important;
}
.progress {
  height: 1px !important;
  background-color: #CCCCCC !important;
}

.more{
	margin:1em 0 0 0em;
}
.more a{
	padding: 8px 20px;
	background: #E77726;
	color: #fff;
	font-size: 14px;
	border-bottom: 0px solid #0FAFD1;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	font-family: "Microsoft YaHei","simhei",Arial;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.more a:hover {
  text-decoration: none;
  color: #fff;
  background: #686868;
  border-bottom: 3px solid #434343;
}