/*通用*/
*{margin:0;padding:0;}
ul li{list-style:none;}
a{text-decoration:none;}
@charset "utf-8";
	html,body {
	background: #fafafa;
	color:#333;
	font:14px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#23B7E5;
	text-decoration:none;
}

p.title{font-size:26px;padding-bottom:10px;text-align:center;}

.lf {
	float:left;
}
.rf {
	float:right;
}
.met_clear{clear:both;}


.tem_head nav {
	position:absolute;
	top:20px;
	right:0;
	margin-top:-17px;
	height:34px;
	line-height:34px;
	margin-right:10px;}

.tem_head nav ul li {
	float:left;
	height:77px;
	padding:0 1px;
	margin-left:20px;
}
.tem_head nav a {
	display:block;
	height:70px;
	text-align:center;
	line-height:77px;
	font-size:14px;
	color:#666;
	padding:0px 15px;
	font-size:15px;}
.tem_head nav ul li a:hover {
	background:#23B7E5 url("../images/ico.png")no-repeat bottom center;
	color:#fff;
	border-radius:2px;
}

.met_section {
	position:relative;
	padding:40px 0 50px;
	width:70%;
	margin:0 auto;
}
.met_section aside{
	position:relative;
	float:left;
	width:160px;
	text-align:center;
	padding:10px 0px;
	
}
.met_section .margin{margin-left:40px;}
.met_section article{
	float:left;
	margin-left:-230px;
	width:100%;
}
.met_section article .met_article {
	margin-left:250px;
}
.met_section_asidenone article {
	float:none;
	margin-left:0;
}
.met_section_asidenone article .met_article {
	margin-left:0;
}
.met_section aside section {background:rgba(229,229,229,0.5);border-radius:10px;
	
}
.met_section aside section h2 {
	height:60px;
	font-size:18px;
	line-height:60px;
	border-bottom:1px dashed #e1dede;
}
.met_section aside .met_aside dl dt {
	height:45px;
	line-height:45px;
	background:url("../images/list_bg1.png") no-repeat 40px center;
}
.met_section aside .met_aside dl dt a {
	display:block;
	color:#333;
}
.met_section aside .met_aside dl dt a:hover {
	background:#918e8e;color:#fff;
}
.met_section aside .met_aside dl dt.on {
	background:#efefef;
	border-left:4px solid #23B7E5;
}
.met_section aside .met_aside dl dd {
	padding:6px 0 6px 0;
}
.met_section aside .met_aside dl dd a {
	display:block;
	padding-left:40px;
	height:35px;
	color:#333;
	font-weight:normal;
	line-height:35px;
}
.met_section aside .met_aside dl dd .on a,.met_aside dl dd a:hover {
	background:#efefef;
}
.met_section aside .met_related {
	margin-top:20px;
}
.met_section aside .met_related ul {
	padding:20px;
}
.met_section aside .met_related li {
	margin-bottom:8px;
	list-style:none;
}
.met_article_head {
	position:relative;
	padding:0 10px;
	height:60px;
	border-bottom:1px solid #ddd;
	line-height:60px;
}
.met_article_head .met_position {
	position:absolute;
	top:0;
	right:10px;
	color:#aaa;
	font-family:'微软雅黑';
}
.met_article_head .met_position a {
	color:#999;
	font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun';
}
.met_article_head h1 {
	color:#555;
	font-weight:normal;
	font-size:18px;
}
.met_section_sehed {
	padding-top:0;
}
.met_section_head {
	height:50px;
	color:#aaa;
	font-size:12px;
	font-family:'微软雅黑';
	line-height:50px;
}
.met_section_head a {
	color:#999;
	font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun';
}
.met_section_head a:hover {
	color:#23B7E5;
}
