/* CSS Document */
/*CSS*/
#news h2 {
	width:100%;
	text-align:center;
}
.newsDisp {
	border-top:1px solid #cdc0b5;
	margin:20px auto;
}
.newsDisp li {
	padding:24px 100px;
	border-bottom:1px solid #cdc0b5;
}
#news .news_img {
	width:250px;
	height:auto;
	float: left;
}
.news_data {
	width:500px;
	float:right;
}
.news_data h3 a {
	color:#795634;
	text-decoration:none;
	margin:7px 0 0;
}
.news_data h3 a:hover {
	color:#795634;
	text-decoration: underline;
}
.date {
	width:100px;
	text-align:center;
	height:22px;
	line-height:22px;
	background-color:#00b7b9;
	color:#fff;
	border-radius:7px;
	margin:10px 0;
}
.detail_Link {
	width:100%;
	text-align:right !important;
	margin:10px 0 0;
}
.detail_Link a {
	display:block;
	height:17px;
	width:80px;
	line-height:17px;
	padding:0 17px 0 0;
	margin:0 0 0 400px;
	background-image:url(../images/index/link.png);
	background-repeat:no-repeat;
	background-position: center right;
	text-decoration:none;
}
.detail_Link a:hover {
	text-decoration:underline;
	color:#000;
}
