.bg{

	background: url(../images/news.png) no-repeat;

}
.newsinfo{
	overflow: hidden;
}
.newslist{
	padding-top: 60px;
	padding-bottom: 100px;

	background: #f7f7f7;
}
.newslist .n_list{
	background: white;
	padding: 25px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.newslist .n_list .n_left{
	float: left;
	width: 380px;
	height: 238px;
	position: relative;
	overflow: hidden;
}
.newslist .n_list .n_left img{	
	transition: all 2s;
	position: absolute;
}
.newslist .n_list:hover{
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}
.newslist .n_list:hover img{
	transform: scale(1.1);
}
.newslist .n_list:hover .n_right h4{
	color: white;
	transition:1s;
	box-shadow: inset -55px 0 0 0 var(--hover), inset 55px 0 0 0 var(--hover);
background: #d7160d;
}
.newslist .n_list:hover .n_right2 h4{
	color: white;
	transition:1s;
	box-shadow: inset -55px 0 0 0 var(--hover), inset 55px 0 0 0 var(--hover);
background: #d7160d;
}
.newslist .n_list1 .n_right{
	width: 524px;
	float: left;
	margin-left: 30px;
}
.newslist .n_list1 .n_right h1{
	font-size: 16px;
	color: #333;
	margin-bottom: 11px;
	margin-top: -5px;
}
.newslist .n_list1 .n_right p{
  text-indent:2em;
	font-size: 14px;
	color: #888;
	line-height: 25px;
	margin-bottom: 11px;
height:155px;
}
.newslist .n_list1 .n_right p:nth-child(3){
	margin-bottom: 16px;
}
.newslist .n_list1 .n_right h4{
	width: 105px;
	height: 35px;
	background: #dfdfdf;
	color: #666;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border-radius: 5px;
	--hover:#d7160d
}
.newslist .n_list1 .n_right h4 span{
	font-size: 14px;
}
.newslist .n_list .data{
	position: absolute;
	right: 0;
	top: 0;
	width: 84px;
	height: 84px;
	text-align: center;
	background: #ececec;
}
.newslist .n_list .data h2{
	font-family: arial;
	font-size: 46px;
	color: #666;
	border-bottom: dotted 1px #cecece;
}
.newslist .n_list .data h3{
	font-family: arial;
	font-size: 16px;
	color: #9d9d9d;
}
.newslist .n_list2 {
	padding-right: 170px;
}
.newslist .n_list2 .n_right2 h1{
	font-size: 16px;
	color: #333;
	margin-bottom: 11px;
}
.newslist .n_list2 .n_right2 p{
	font-size: 14px;
	color: #888;
	line-height: 25px;
	margin-bottom: 11px;
}
.newslist .n_list2 .n_right2 h4{

	width: 105px;
	height: 35px;
	background: #dfdfdf;
	color: #666;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border-radius: 5px;
	--hover:#d7160d
}
.newslist .n_list2 .n_right2 h4 span{
	font-size: 14px;
}
.newslist .jiazai{
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
}
.newslist .jiazai a{
	display: inline-block;
	width: 175px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #888888;
	border: solid 1px #e5e5e5;
	border-radius: 20px;
}
