﻿.content{
	padding-top: 50px;
	padding-bottom: 10px;

}
.content_title{
	font-weight: bold;
	color: #333;
	display: inline-block;
	margin-left: 20px;
	width: 90px;
	vertical-align: top;
	margin-top: 45px;
}
.content_detail{
	height: 615px;
	background: #F5F5F5;
	
}
.div_img{
	width: 230px;
	height: 120px;
	display: inline-block;
	background: #FFF;
	padding-top: 20px;
	text-align:center;
	margin-top: 45px;
	margin-right: 30px;
	cursor: pointer;
	border: 1px solid #FFF;
}
.div_img img{
	vertical-align: middle;
}
.first_img{
	margin-left: 110px;
}
.sub_p_titie{
	margin-top: 5px;
}
.div_img:hover .sub_p_titie{
	color: #3285FF;
}
.div_img:hover{
	border: 1px solid #3285FF;
}