.main{
	background-color:#f2f2f2;
	padding-top: 27px;
}
.cent{
	max-width: 1228px;
	background-color:white ;
	min-height: 300px;
	margin: 0 auto;
}
.new_main{
	width: 980px;
	min-height: 300px;
	margin: 0 auto;
	padding-top: 30px;
}
.new_tltle_wrap{
	width: 600px;
	height: 37px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	
}
.news_wrap{
	height: 490px;
	overflow: hidden;
	transition: 1s;
}
.new_title{
	font-size: 22px;
	color: #939290;
	background: white;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 0;

}
.lin{
	width: 100%;
	height: 1px;
	background: black;
	margin-top: 20px;
}
.list{
	/* height: 120px; */
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.list_left{
	width: 121px;
	float: left;
}
.list_left img{
	width: 100%;
}
.list_midd{
	float: left;
	margin-left: 20px;
	width: 700px;
}
.ico1{
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-image: url(imagesfx.png);
	float: right;
	cursor: pointer;
}
.list_tilte{
	 font-size: 16px;
    color: #040000;
    font-weight: bold;
}
.list_tilte span{
	font-size: 13px;
	font-weight: 400;
	margin-left: 20px;
}
.list_text{
	font-size: 13px;
	color: #706d6c;
	margin-top: 10px;
}
.more_wrap{
	width: 100%;
	height: 100px;
	position: relative;
}
.more_bg{
	width: 100%;
	height: 66px;
	background-image: url(imagesbg_hui.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	
}
.more_click{
	width: 30px;
	height: 30px;
	background: white;
	transform: rotateZ(45deg);
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.more_click p{
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-image: url(imagesjt.png);
	transform: rotateZ(-45deg);
	transition: 0.5s;
}
