/* CSS Document */

.newslist .news {
	padding-top: 25px;
	height: 145px;
	border-bottom: 1px dashed #e1e1e1;
}
.newslist .news img {
	display: block;
	float: right;
	margin-left: 30px;
	width: 164px;
	height: 124px;
}
.newslist .news .newtit {
	margin-bottom: 20px;
	display: block;
	color: #460f0f;
	font-size: 18px;
	text-decoration: none;
}
.newslist .news .newtit:hover {
	color: #f60;
}
.newslist .news span {
	color: #b1b1b1;
	font-size: 14px;
	margin-right: 30px;
}
.newslist .news span em {
	color: #ff9600;
	font-style: normal;
}
.newslist .news .intro {
	margin-top: 15px;
	color:#898989;
	font-size: 14px;
	line-height: 24px;
}
.newslist .news .intro a {
	color: #4797ca;
	text-decoration: none;
}
.newslist .news .intro a:hover {
	color: #f60;
}
.sitem {
	margin-top: -1px;
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	text-align: center;
	color: #8f8f8f;
	font-size: 14px;
}
.sitem span {
	margin: 0 40px;
}
.rightcon .content {
	border-bottom: 1px solid #e8e8e8;
}
.rightcon .back {
	display: block;
	margin: 20px 40px;
	padding-right: 7px;
	float: right;
	width: 85px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #ccc;
	color: #8a8a8a;
	font-size: 12px;
	text-decoration: none;
	font-family: simsun
}
.rightcon .back:hover {
	background-color: #1c6c1c;
	color: #fff;
}