/*wolcott*/
/*2016.12.26*/

/*正文*/
.content {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 100;
}
.content_box{
	width: 920px;
	height: auto;
	min-height: 400px;
	padding: 20px 40px;
	float: left;
	background: #fff;
}
.con_right_title{
	width:100%;
	float:left;
	text-align: right;
}
.con_right_title a,.con_right_title span{
	color:#555;
}
.con_right_title a
{
    color:#555;
}
.con_right_title span.ico
{
    margin:0 5px;
    color:#999;
}
.con_right_title a:hover{
	text-decoration:none;
	color:#e79d3d;
}
.con_right_content{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:25px;
	overflow:hidden;
}
.con_right_content ul{
	margin-top:15px;
	_margin-top:0;
}
.con_right_content li{
	width:97%;
	height:45px;
	padding-left:3%;
	line-height:45px;
	border-bottom:1px dashed #e6e6e6;
	background: url(../images/dot_2.jpg) left center no-repeat;
	float:left;
}
.con_right_content li a{
	width:70%;
	float:left;
	color:#303030;
	font-size:15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.con_right_content li .time{
	color:#999999;
	float:right;
	font-size:13px;
}