/*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:20px;
}
.con_right_content ul li
{
    width:898px !important;
    height:auto;
    float:left;
    border:1px dotted #d7d7d7;
    padding:10px;
    margin-bottom:10px;
}
.con_right_content ul li .img
{
    width:180px;
    height:230px;
    float:left;
    margin-right:15px;
    cursor:pointer;
}
.con_right_content ul li .img img
{
    width:180px;
    height:230px;
    float:left;
}
.con_right_content ul li .main
{
    width:700px;
    height:130px;
    float:left;
}
.con_right_content ul li .main .title
{
    width:100%;
    height:auto;
    float:left;
    font-size:18px;
    font-weight:bold;
    color:#303030;
    margin-bottom:10px;
}
.con_right_content ul li .main .detail
{
    width:100%;
    height:50px;
    line-height:25px;
    float:left;
    color:#707070;
}
.con_right_content ul li .main .button
{
    width:100%;
    height:auto;
    float:left;
    margin-top:80px;
}
.con_right_content ul li .main .button a.read_more
{
    width:auto;
    height:28px;
    line-height:28px;
    float:left;
    background:#f60;
    color:#fff;
    padding:0 20px;
    border-radius:2px;
}
