@charset "utf-8";
/* CSS Document */

body{
	font-size:14px;
	font-family:"Microsoft YaHei";
	background-color:#454545;
	line-height:30px;
	color:#6e6f76;
}
a{
	color:#d7a842;
	}
.appre_carat{
	width:1040px;
	margin:0 auto ;
	background:url(../images/4C_line2.png) left top no-repeat;
	}
.appre_carat h2{
	color:#d7a842;
	font-size:30px;
	font-family:"方正细黑一简体";
	padding:60px 0 0 40px;
	}
.block01{
	border:1px solid #e5e5e5;
	padding:17px;
	margin:20px 0 0 40px;
	clear:both;
	overflow:hidden;
}
.block01 img{float:left; overflow:hidden; padding-right:17px; border-right:1px solid #e5e5e5;}
.item{
	margin-left:280px;
}
.item h1{color:#000000; padding:15px 0;}
.item p{text-indent:2em;}

.news_center{
	background:url(../images/news_bg.png) top no-repeat;
	margin-top:50px;
}
.news_center .cen_top{
	padding-top:8px;
	overflow:hidden;
	height:50px;
}
.news_center .cen_top ul
{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.news_center .cen_top ul li{
	display: inline-block;
	padding: 0 30px;
	cursor:pointer;
}
.news_center .cen_top ul li img{
	float:left;
	margin-top:2px;
	display:block;
	opacity: 0.1;
}
.news_center .cen_top ul li p{
	float:left;
	margin-left:10px;
	/*color:#6e6f76;*/
	/*color: #c18608;*/
}
.news_center .cen_top ul li p a{
	color:#6e6f76;
	/*color: #c18608;*/
}
.news_center .cen_content{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	display:blcok;
}

.news_center .cen_top ul li.on img,.news_center .cen_top ul li:hover img {
	opacity: 1;
	display: block;
}
.news_center .cen_top ul li.on p a,.news_center .cen_top ul li:hover p a{
	color: #c18608;
}




















