.art_bg{
	width:100%;
	height:auto;
	float:left;
	background:white;
	min-height:500px;
	padding:100px 0;
}
.art_con{
	width:1100px;
	margin:0 auto;
}
.ac_left{
	width:700px;
	margin-right:100px;
	float:left;
}
.ac_right{
	width:300px;
	float:left;
}
.ac_left h2{
	margin-bottom:20px;
}
.ac_left p{
	line-height:25px;
}
.ac_left h5,.ac_right h5{
	color:gray;
	font-weight:lighter;
	margin-bottom:10px;
}
.ac_right h3{
	border-bottom:4px solid rgb(100,200,255);
	padding-bottom:10px;
	margin-bottom:20px;
}
.ac_right p{
	color:rgb(100,100,100);
	line-height:25px;
}
.ac_left img,.ac_right img{
	width:100%;
	margin-bottom:10px;
}
