.content{
	position: relative;
}
.bg_gray{
	width: 940px;
	display: inline-block;
	padding-top: 217px;
	background: #201f1f;
}
.bg_transparent{
	width: 940px;
	display: inline-block;
	/* padding-top: 177px; */
	background: transparent
}
.browse_list_con{
	margin-left: -4px;
	margin-top: 40px;
	width: 944px;
}
.browse_item{
	float: left;
	position: relative;
	width: 232px;
	height: 270px;
	margin-left: 4px;
	margin-bottom: 12px;
}
.browse_item a img{
	display: block;
}
.browse_item .browse_type{
	width: 217px;
	height: 50px;
	background: #fff;
	padding-left: 15px;
/* 	font-size: 24px; */
	font-size: 18px;
	color: #2c2c2c;
	line-height: 50px;
/* 	font-weight: bold; */
	overflow: hidden;
}
.browse_bottom_con{
	clear: both;
	display: inline-block;
	width: 610px;
	height: 120px;
	padding: 25px 10px 10px 320px;
	margin: 24px 0px;
}
.browse_bottom_con .title{
	color: #4c5aa5;
	font-size: 24px;
}
.browse_bottom_con .txt_info{
	color: #cecece;
	font-size: 13px;
	margin-top: 15px;
	line-height: 16px;
}
.type_area{
	display: inline-block;
	width: 940px;
}
.type_area .type{
	width: 193px;
	height: 105px;
	float: left;
	padding-right: 10px;
	position: relative;
	border-right: solid 1px #4c5aa5;
	font-size: 36px;
	color: #4c5aa5;
	text-align: right;
}
.type_area .type_info{
	width: 600px;
	padding-left: 20px;
	float: left;
	position: relative;
}
.type_area .type_info .title{
	color: #4c5aa5;
	font-size: 24px;
	margin-bottom: 10px;
}
.type_area .type_info .type_txt{
	color: #cecece;
	font-size: 13px;
}
.img_view_area{
	width: 664px;
	margin: 20px 0px 20px 204px; 
}
.img_view_area img{
	border: solid 1px #465393;
}
.img_view_area .prev img, .img_view_area .next img{
	border: none;
}
.img_list_area{
	position: relative;
	margin-top: 20px;
}
.img_list_area .prev{
	position: absolute;
	left: 0px;
	top: 40px;
}
.img_list_area .next{
	position: absolute;
	right: 0px;
	top: 40px;
}
.img_list_con{
	width: 595px;
	height: 100px;
	margin: 0px auto;
}
.img_list_con a{
	margin: 0px 11px;
	display: block;
	float: left;
	position: relative;
}
.mask{
	width: 212px;
	height: 190px;
	position: absolute;
	padding: 10px 10px 70px 10px;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	z-index: 100;
	cursor: pointer;
}
.mask p{
	width: 212px;
	position: absolute;
	left: 10px;
	bottom: 70px;
	z-index: 101;
}
































