﻿#flash {
	margin-bottom: 20px;
}

.site {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	position: absolute;
	right: 0;
	bottom: -3px;
}

.site a {
	color: #999;
}

.site a:hover {
	color: #276dab;
}

.news_r ul {
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 10px;
	line-height: 25px;
}

.news_r ul li {
	border-bottom: 1px dashed #eeeccc;
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news_r ul li dl dt {
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: rgba(0, 0, 0, 0) url("../images/dian.jpg") no-repeat scroll 0px center;
}

.news_r ul li dl dd {
	font-size: 14px;
	color: #666;
}

.news_r ul li dl dt a {
	color: #e97f0f;
}

.news_r ul li dl dt span {
	float: right;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}