.sub-nav {
	min-width: 1200px;
	height: 50px;
	margin-top: -5px;
	background-color: #c8e8fe;
}
.sub-nav > div {
	width: 1200px;
	margin: 0px auto;
}
.sub-nav > div > ul {
	width: 480px;
	height: 50px;
	margin: 0px auto;
}
.sub-nav li {
	float: left;
}
.sub-nav li a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #c8e8fe;
	text-align: center;
}
.sub-nav li.active a {
	background-color: #def1fe;
	border-color: #71bef3;
	color: #0d7fd8;
}

/* train */
.train-tab {
	padding: 4px 0px;
	height: 38px;
}
.train-tab a {
	width: 60px;
	line-height: 30px;
	text-align: center;
	background-color: #f4f6f8;
	color: #b0b0b1;
	cursor: pointer;
}
.train-tab .active {
	background-color: #1a94e9;
	color: #fff;
}
.train-tab span {
	margin: 6px 10px 0px;
	width: 2px;
	height: 19px;
	border-left: 2px solid #b0b0b1;
}
.train-search {
	width: 328px;
}
.train-search input {
	background-color: #f4f6f8;
}
.train-content {
	padding-top: 18px;
}
/* train expert */
.train-expert-content {

}
.train-expert-content > li {
	margin-bottom: 13px;
	padding-top: 40px;
	float: left;
	width: 228px;
	height: 303px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-left-width: 2px;
	border-right-width: 2px;
}
.train-expert-content > li:hover {
	border-width: 2px;
	border-color: #62baf7;
}
.train-expert-content > li:not(:nth-of-type(5n)) {
	margin-right: 15px;
}
.train-expert-content div.logo,
.train-expert-content div.logo img {
	width: 110px;
	height: 110px;
}
.train-expert-content div.logo {
	margin: 0px auto 20px;
	border-radius: 110px;
	overflow: hidden;
}
.train-expert-content p.name {
	margin-bottom: 2px;
	font-size: 20px;
	text-align: center;
}
.train-expert-content p.desc {
	text-align: center;
}
.train-expert-content ul.info {
	margin-top: 20px;
	padding: 0px 13px;
}
.train-expert-content ul.info > li {
	float: left;
}
.train-expert-content ul.info > li:nth-of-type(odd) {
	width: 42px;
}
.train-expert-content ul.info > li:nth-of-type(even) {
	width: 1px;
	height: 17px;
	margin: 12px 5px 0px 4px;
	border-left: 1px solid #c4c4c4;
}
.train-expert-content ul.info > li a,
.train-expert-content ul.info > li span {
	display: block;
	text-align: center;
	line-height: 1.5;
	color: #666;
}
.train-expert-content ul.info > li a {
	color: #1a94e9;
	font-weight: bold;
}
/* train region */
.train-region-content {
	background-color: #fff;
	border: 1px solid #eee;
}
.train-region-content > div {
	float: left;
}
.region-menu {
	padding: 20px;
	padding-right: 17px;
	width: 261px;
}
.region-menu-type {
	color: #1a94e9;
	margin-right: 10px;
}
.region-menu-list {
	width: 202px;
}
.region-menu-list li {
	margin-bottom: 5px;
	float: left;
	width: 66px;
}
.region-menu-list li:not(:nth-of-type(3n)) {
	margin-right: 2px;
}
.region-menu-list a {
	display: inline-block;
	line-height: 20px;
	padding: 0px 5px;
}
.region-menu-list .active {
	background-color: #1a94e9;
	color: #fff;
}
.region-article {
	width: 937px;
	border-left: 1px solid #eee;
	padding: 35px 26px 35px 27px;
}
.region-article li {
	width: 883px;
	height: 136px;
	border: none;
}
.region-article li > div.article-content {
	width: 100%;
	height: 136px;
}
.region-article .article-img img {
	width: 205px;
	height: 129px;
}
.region-article li h2 {
	margin-bottom: 9px;
	font-size: 18px;
	line-height: 1;
}
.region-article .article-operation {
	/*position: absolute;
	bottom: 0px;
	left: 24px;
	width: 630px;*/
}

/* expert discuss */
.expert-list {
	padding-top: 10px;
}
.expert-list li {
	position: relative;
	float: left;
	width: 276px;
	height: 383px;
	margin-bottom: 32px;
}
.expert-list li:not(:nth-of-type(4n)) {
	margin-right: 32px;
}
.expert-list li img {
	width: 276px;
	height: 383px;
}
.expert-list li a.answer-num{
	position: absolute;
	top: 14px;
	right: 0px;
	width: 83px;
	height: 31px;
	background-color: #5ca5e9;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.expert-list li div.expert-info {
	position: absolute;
	bottom: 0px;
	width: 276px;
	height: 166px;
	padding: 96px 18px 0px;
	background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.7)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.7)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.7)); /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.7)); /* 标准的语法 */
}
.expert-list li p.expert-info-title {
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 10px;
}
.expert-list li p.expert-info-desc {
	font-size: 14px;
	line-height: 1.4;
	color: #59afff;
}
/*.show_class > ul > li{float:left; list-style:none; width: 58px;}
.show_class > ul > li:nth-child(odd) {
	height: 28px;
	width: 58px;
	cursor: pointer;  
    display:block;  
    position: relative;
	overflow: hidden;
	font-size: 14px;
	text-align:center;
	line-height:28px;
}

.show_class > ul > li:nth-child(even) {
	margin: 5px 10px;
	width: 1px;
	height: 18px;
	border-right: 1px solid #ededed;
}

.show_class > ul > li.active {
	background-color: #359ff1;
}

.prefecture_container {
	width: 100%;
	background: #FFF;
}*/