@charset "utf-8";

.overview{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}
.overview_box{
	max-width: 1184px;
	background: #FFFFFF;
	border-radius:10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 11px 16px 20px 16px;
	margin-bottom: 130px;

}
.overview_con{
	width: 100%;
	overflow: hidden;
}
.overview_left_ul{
	width:240px;
	margin-left: 22px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}
.overview_left_ul li{
	width: 100%;
	line-height: 34px;
	padding-top: 5px;
	height: 34px;
	
}
.overview_left_ul li a{
	color: #000;
	font-size: 16px;
	position: relative;
	width: 100%;
}
.overview_left_ul li em{
	max-width: 166px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.overview_left_ul .current a{
	color: #0066cc;
	display: block;
}
.overview_left_ul .current a:after{
	position: absolute;
	content: "";
	background: url(../images/icon_jiantou.png) no-repeat right center;
	height: 34px;
	width: 10px;
	right: 0;
}

.overview_right_ul{
	width: 850px;
	float: left;
	padding-left: 30px;
	overflow: hidden;
	margin-left: 16px;
	margin-top: 25px;
	  padding-bottom: 56px;
	border-left: 1px solid #dcdddd
}
.overview_right_ul li{
	width: 100%;
	height: 135px;
	overflow: hidden;
	margin-bottom: 30px;
}
.overview_right_ul .overview_right_img{
	float: left;
	width:193px;
	height: 133px;
	border:1px solid #d3d1d1;
	overflow: hidden;
}
.overview_right_ul .overview_right_img img{
	width: 100%;
	height: 100%;
}

.overview_right_p{
	width: 642px;
	float: right;
}
.overview_right_p h2{
	font-size: 18px;
	line-height: 1;
	padding-top: 10px;
}
.overview_right_p h3{
	width: 100%;
	overflow: hidden;
	line-height: 1;
	padding-top: 10px;
}
.overview_right_p .ov_fl{
	float: left;
	font-size: 14px;
}
.overview_right_p .ov_fl i{
	color: #0099ff;
}
.overview_right_p .ov_fr{
	float: right;
	color: #666666;
	font-size: 15px;
}
.overview_right_p p{
	line-height: 24px;
	padding-top: 14px;
	color: #666666;
}
