/*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:#707070;
}
.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:213px;
	height:188px;
	float:left;
	margin-right: 20px;
	border:1px solid #d7d7de;
	margin-bottom: 20px;
	position:relative;
}
.con_right_content li img.pic{
	width: 193px;
	height: 138px;
	margin: 10px;
	float: left;
}
.con_right_content li img.cover
{
    width:193px;
    height:138px;
    position:absolute;
    left:10px;
    top:10px;
}
.con_right_content li span{
	width: 193px;
	line-height: 20px;
	margin: 0 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}