﻿.nav > ul > li:first-child {
	background-color: #2d6196;
}
.CustomTextList {
	margin-top: 30px;
}
.CustomTextList li {
	margin: 0;
	width:860px;
	margin-bottom: 18px;
	border-bottom: 1px #999 dashed;
	box-sizing: content-box;
	overflow: hidden;
}
.CustomTextList li .Time {
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #7c7c7c;
	text-align: center;
	background-color: #ededed;
}
.CustomTextList li .Name {
	float: left;
	width:80%;
	height: 30px;
	line-height: 30px;
	color: #3068a9;
	font-size: 16px;
	text-indent: 15px;
	white-space: nowrap;
	overflow: hidden;
	background: url('xwyd1.png') left center no-repeat;
}
.CustomTextList li a {
	color: #3068a9;
}
.CustomTextList li a:hover {
	color: #0066CC;
}