#page_wrap .tea_list{
	width: 97%;
	height: auto;
	display: table;
	margin: 45px auto 38px;
}
#page_wrap .tea_list li{
	width: 276px;
	height: 308px;
	margin: 0 63px 58px 0;
	float: left;
	position: relative;
}
#page_wrap .tea_list li:nth-child(3n){
	margin: 0 0 58px 0;
}
#page_wrap .tea_list .photo{
	width: 266px;
	height: 248px;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
#page_wrap .tea_list .photo img{
	width: 100%;
	height: 100%;
}
#page_wrap .tea_list .tcon{
	width: 98%;
	height: 45px;
	margin: 9px auto 0;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
#page_wrap .tea_list .tcon .name{
	font-size: 16px;
}
#page_wrap .tea_list li:hover .tcon{
	color: rgba(255,255,255,.95);
}
#page_wrap .tea_list .rbg{
	width: 100%;
	height: 107px;
	background-color: #9a0000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
#page_wrap .tpage{
	width:68%;
	height:55px;
	margin:0 auto 62px;
	padding:0px 0px;
	line-height:55px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333534;
	text-align:center;
	background: linear-gradient(to right,#f3f3f3,#ffffff);
	clear:both;
}
#page_wrap .tpage a{
	color:#515153;
	padding:8px 15px;
	margin:0px 8px;
	border:1px solid #b4b4b6;
}
#page_wrap .tpage span{
	color:#eb0002;
}
#page_wrap .tpage a:hover,#page_wrap .tpage a.cur{
	color:#fff;
	background-color:#a30102;
	border:1px solid #a30102;
}
#page_wrap .leader_list{
	width: 970px;
	height: auto;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#page_wrap .leader_list dd{
	width: 470px;
	min-height: 116px;
	margin: 0 0 72px;
	display: table;
	padding: 0 0;
	position: relative;
	border: 1px solid #d7d7d7;
	cursor: pointer;
}
#page_wrap .leader_list .leader_con{
	width: 438px;
	height: auto;
	display: table;
	margin: auto;
}
#page_wrap .leader_list .name{
	padding: 18px 0 0 0px;
	font-size: 20px;
	font-weight: bold;
	color: #232323;
	line-height: 22px;
}
#page_wrap .leader_list .name span{
	font-size: 14px;
	font-weight: normal;
	color: #626262;
	line-height: 22px;
	margin: 0 0 0 14px;
	position: relative;
	top: 1px;
}
#page_wrap .leader_list .instro{
	padding: 18px 0px 5px;
	font-size: 16px;
	color: #474747;
	line-height: 24px;
	overflow: hidden;
}
#page_wrap .leader_list .leader_desc{
	width: 752px;
	height: 340px;
	padding: 16px 16px;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	position: absolute;
	top: 26px;
	left: 70px;
	opacity: 0;
}
#page_wrap .leader_list dd.hide .leader_desc{
	opacity: 0;
}
#page_wrap .leader_list dd.show .leader_desc,#page_wrap .leader_list dd:hover .leader_desc{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	z-index: 99;
}
#page_wrap .leader_list dd:nth-child(2n) .leader_desc{
	left: -430px;
}
#page_wrap .leader_list .photo{
	width: 204px;
	height: auto;
	margin-right: 37px;
	float: left;
}
#page_wrap .leader_list .photo img{
	width: 100%;
}
#page_wrap .leader_list .text{
	width: 477px;
	height: auto;
	float: left;
}
#page_wrap .leader_list .text .close{
	width: 32px;
	height: 32px;
	margin: 0 0 15px;
	font-size: 40px;
	font-weight: 100;
	color: #c6c6c6;
	line-height: 28px;
	text-align: center;
	background-color: #f0f0f0;
	float: right;
}
#page_wrap .leader_list .text .lzcon{
	width: 472px;
	height: 252px;
	overflow-y: scroll;
}
#page_wrap .leader_list .text .name{
	padding: 15px 0 0 0px;
}
#page_wrap .leader_list .text .instro{
	padding: 25px 15px 0 0;
	line-height: 30px;
}