@charset "utf-8";

.title {
	position:relative;
	width:710px;
	height:35px;
	color:#fff;
	font-size:13px;
	line-height:35px;
	padding-left:7px;
	margin-bottom:10px;
}
.news
{
	background:url(../images/home_news_head.png) no-repeat;
}
.interview
{
	background:url(../images/home_interview_head.png) no-repeat;
}
.title span.more {
	position:absolute;
	top:13px;
	right:0px;
	width:46px;
	height:10px;
	background:url(../images/btn_more.png);
}
.title span.more a {
	width:46px;
	height:10px;
	display:block;
	text-indent:-999em;
}
.detail {
	width:710px;
	list-style-image:url(../images/list_style_circle.png);
	margin-left:20px;
	margin-bottom:10px;
}
.detail li {
	position:relative;
	height:26px;
	line-height:26px;
	border-bottom:1px dotted #C1C1C1;
}
.detail li a {
	color:#1F1F1F;
}
.detail li span {
	float:right;
}
hr.dblue {
	border-top:3px solid #0F4CA0;
}
hr.white {
	border-top:3px solid #fff;
}
hr.lblue {
	border-top:3px solid #0083D7;
}