﻿/*板块1*/
.con{
	margin-bottom: 40PX;
	overflow: hidden;
}
.cons{
	box-sizing: border-box;
	border: 1px solid #cc9f61;
	width: 568px;
	height: 330px;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
.cons:hover{
	background-color: #FAEDDA;
	box-shadow: 0 0 20px rgba(254,219,166);
	
}
.cons:nth-child(2){
	margin-left: 64px;
}
.cons:nth-child(4){
	margin-left: 64px;
}
.cons .touxiang{
	position: absolute;
	border-radius: 50%;
	width: 240px;
	height: 240px;
	border: 4px solid #fcb97e;
	overflow: hidden;
	left: 10px;
	top: 40px;
}
.cons .name{
	position: absolute;
	left: 266px;
	top: 48px;
}
.cons h1{
	position: absolute;
	left: 266px;
	top: 90px;
	width: 287px;
	color: #c00000;
	font-size: 24px;
}
.cons .fenge{
	position: absolute;
	left: 266px;
	top: 169px;
}
.cons .brief{
	position: absolute;
	left: 266px;
	top: 188px;
	width: 287px;
	
}