/*wolcott*/
/*2016.12.26*/

/*正文*/
.content {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 100;
}
.content_box{
	width: 920px;
	height: auto;
	min-height: 600px;
	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 .con_title{
	width:100%;
	height:auto;
	line-height:35px;
	float:left;
	font-size:25px;
	color:#505050;
	text-align:center;
	padding:15px 0;
}
.con_right_content .con_message{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	border-bottom:1px dotted #d7d7d7;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:15px;
}
.con_right_content .con_message span{
	color:#707070;
	margin:0 15px;
}
.con_right_content .con_detail{
	font-size:15px;
	line-height:30px;
	text-align:justify;
}
.con_right_content .con_detail img{
	max-width:100%;
}
