/*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;
}
.left_box
{
    width:460px;
    height:auto;
    float:left;
    margin-right:40px;
}
.right_box
{
    width:420px;
    height:auto;
    float:left;
}
.left_box .l_title
{
    width:100%;
    height:30px;
    float:left;
    padding:10px 0;
    border-bottom:1px dashed #d7d7de;
}
.left_box .l_title img
{
    width:50px;
    height:30px;
    float:left;
}
.left_box .l_title .l_big
{
    font-size:16px;
    color:#303030;
    float:left;
    margin-top:8px;
    font-weight:bold;
    margin-left:5px;
}
.left_box .l_title .l_small
{
    font-size:13px;
    color:#909090;
    float:left;
    margin-top:14px;
    margin-left:5px;
}
.left_box .l_detail
{
    width:100%;
    padding:20px 0;
    float:left;
    color:#707070;
    border-bottom:1px dashed #d7d7de;
}
.left_box .l_detail span
{
    width:50%;
    line-height:30px;
    float:left;
}
.right_box .ewm_box
{
    width:170px;
    height:202px;
    padding:10px;
    float:left;
    margin-top:5px;
    margin-left:20px;
}
.right_box .ewm_box img
{
    width:170px;
    height:170px;
    float:left;
}
.right_box .ewm_box .ewm_title
{
    width:100%;
    line-height:40px;
    text-align:center;
    float:left;
    color:#707070;
}
.map_box
{
    width:920px;
    height:auto;
    float:left;
    margin-top:20px;
}