/*
* @Author: Administrator
* @Date:   2017-08-04 17:44:53
* @Last Modified by:   Administrator
* @Last Modified time: 2017-08-07 11:42:02
*/
.main_nav {
	background-color: #fff;
	line-height: 66px;
	border-bottom: 1px solid #e9e9e9;
}
.main_nav > ul {
	width: auto;
	margin: 0 auto;
	display: flex;
    	justify-content: center;
}
.main_nav > ul > li {
	float: left;
	font-size: 18px;
	padding: 13px 0;
}
.main_nav > ul > li > a {
	display: block;
	height: 63px;
	padding: 0 13px;
}
.main_nav > ul > li:nth-of-type(1){
	
	margin-right: 28px;
}
.main_nav > ul > li:nth-of-type(2){
	margin-right: 48px;
}
.main_list {
	width: 1200px;
	margin: 0 auto;
	position: relative;
    min-height:1600px;
}
.fei_z {
	height: 25px;
}
.list_left {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
}
.list_left_box {
	padding: 0 25px ;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}
.pagelist_box{
	width: 881px;
}
.list_img {
	
	overflow: hidden;
	line-height: 207px;
}
.list_img > img{
	display: block;
	width: 303px;
	height: 207px;
	object-fit: contain;
}
.list_introduce {
	position: absolute;
	top: 25px;
	left: 395px;
}
.list_introduce > h4 {
	font-size: 17px;
	margin-bottom: 20px;
}
.list_introduce > span {
	color: #999;
	position: relative;
	font-size: 12px;

}
.list_introduce > span:nth-of-type(1){
	margin-right: 25px;
	margin-left: 14px;
}
.list_introduce > span:nth-of-type(2){
	font-size: 12px;
}
.list_introduce > span>i{
 position: absolute;
 left:-14px;
 top: 3px;
 width: 10px;
 height: 10px;
}
.list_introduce > span:nth-of-type(1)>i{
	background: url('../images/dt.png') no-repeat center center;
	background-size: 100% 100%;
}
.list_introduce > span:nth-of-type(2)>i{
	background: url('../images/yj.png') no-repeat center center;
	background-size: 100% 100%;
}
.list_introduce > p {
	margin-top: 20px;
	font-size: 14px;
	padding-right: 25px;
	color: #999;
	line-height: 170%;
}
.list_left>ul>li:nth-of-type(6)>div:nth-of-type(1){
	width: 301px;
	height: 207px;
	margin-right: 2px;
	overflow: hidden;
}
.feiC{
	height: 35px;
}