@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei" ! important;
}
ul li{
	list-style: none;
}
img {
	border: none;
	display: block;	
}
body {
	font-size: 14px;
	color: #333;
	line-height: 180%;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
h2{
	padding-left: 30px;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #8c1515;
}
.white{
	color: #FFF;
}
.blue{
	color: #0066cc;
}
.summary{
	padding: 8px 0;
	font-size: 14px;
	color: #CCCCCC;
}
.date{
	color: #999999;
}
.more{
	float:right;
	font-size: 14px;
	margin-right: 10px;
}
.menu li{
	float: left;
	padding: 10px;
	font-size: 16px;
}
.white_link li{
	float: left;
	padding: 10px;
}
.white_link_h a, .white_link a{
	color: #FFF;
}
.white_link_h a:hover, .white_link a:hover{
	text-decoration: underline;
}
.block_news ul{
	padding: 5px 30px;
}
.block_3col ul{
	margin: 0 -15px;
}
.block_3col > ul > li{
	float: left;
	width: 33.33333333%;	
}
.block_3col > ul > li > ul{
	margin: 15px;
	padding: 30px;
	background-color: #FFFFFF;
}
.block_pic_news ul{
	padding: 30px;
}
.block_pic_news ul h3, .block_pic_news ul h4{
	padding-top: 5px;
}
.list ul,.list hr{
	margin-left: 30px;
}
.block_3col hr, .list hr, .post hr{
	border: 2px #CCCCCC solid;
	margin-top: 10px;
}
.list ul li{
	padding: 20px 0;
	border-bottom: thin dashed #CCCCCC;
}
.col_nav h1{
	padding-left: 40px;
line-height: 50px;
}
.col_nav ul{
	background-color: #0066cc;
}
.col_nav a{
	display: block;
	margin-bottom: 10px;
	padding: 15px 0 15px 40px;
	font-size: 18px;
	color: #FFFFFF;
}
.col_nav a:hover{
	background-color: #FFFFFF;
	color: #777e5d;
}
.post h3{
	text-align: center;
	line-height: 28px;
	font-size: 24px;
	padding: 10px 0;
}
.post h4{
	text-align: center;
	color: #999999;
}
.post p{
	padding: 10px 0;
}
.f_p_b_h > ul > li > ul{
	min-height: 333px;
}
.l_p_b_h > ul > li > ul{
	min-height: 340px;
}