@charset "utf-8";
/* CSS Document */
/*分类*/
.news-lb{
	width:240px;
}
.news-lb h2{
	text-align: center;
	background: #cfa54f;
	padding: 20px 0; 
	color: #fff;
	font-weight:500;
	margin-bottom:3px;
}

.news-lb a{
	width: 210px;
	padding: 15px 0 15px 30px;
	margin-bottom:3px;
	text-align:left;
	font-size: 18px;
	color: #666;
	float: left;
	background: #ececeb;
	overflow: hidden;
}
.news-lb i{
	padding-left:80px;
	
}
.news-lb a:hover{
	color: #fff;
	background: #cfa54f;
}
/*新闻*/
.news-ph{
	width: 930px;
}
.news-fist{
	position: relative;
	width: 100%;
	height: 170px;
	border-bottom: 1px dashed #888;
}
.news-fist i{
	line-height:80px;
	margin-left: 30px;
	font-weight:100;
	padding:5px 15px;
	background:#cfa54f;
}
.news-fist a{
	position: absolute;
	top:28px;
	margin-left:110px;
	font-size:18px;
	font-weight:500;
	color: #333;
}
.news-fist a:hover{
	color: #cfa54f;
}
.news-fist p{
	position: absolute;
	top:60px;
	left: 110px;
	width: 750px;
	font-size: 14px;
	color: #888;
	line-height:25px;
}
.info{
	position:relative;
	top:60px;
	left:110px;
	font-size: 14px;
	color:#888;
}
.info span{
	float:left;
	margin-right:20px;
	
}
.news-fist-1 dl{
	height: 300px;
	margin-top:20px;
	border: 1px solid #999;
}
.news-fist-1 dl:hover{
	border: 1px solid #cfa54f;
}
.news-fist-1 dt{
	width: 252px;
	height: 252px;
	overflow: hidden;
	margin-left: 25px;
	margin-top:25px;
}
.news-fist-1 dt img{
	width: 100%;
}
.news-fist-1 dd{
	margin-top: -250px;
	padding-left: 330px;
}
.news-fist-1 dd i{
	font-size:20px;
	line-height:55px;
}
.news-fist-1 dd a{
	color: #444;
	
}
.news-fist-1 dd a:hover{
	color: #cfa54f;
}
.news-fist-1 dd p{
	width: 552px;
	color: #888;
	font-size: 14px;
	line-height:25px;
	margin-bottom: 20px;
}
#news-a{
	float: right;
	margin-right:55px;
	padding:5px 15px;;
	color: #fff;
	background-color: #666;
}
.news-fist-1 dd #news-a:hover{
	color: #fff;
	background-color: #cfa54f;
}
.info-1{
	position:relative;
	top:60px;
	left:335px;
	font-size: 14px;
	color:#888;
}
.info-1 span{
	float:left;
	margin-right:20px;
	
}