/* 爱尔公益 */
.work .inner-title h1{
	background: url(/images/54_index/ae-Public-welfar-projects-bg.png) center center no-repeat;
}
/* 新闻中心 */
/* .New .inner-title{
	width:1160px;
	margin:0 auto;
} */
.New .inner-title h1{
	background:url(/images/54_index/ae-New-bg.png) center center no-repeat;
}
.New-content{
	width:100%;
	height: auto;
	background-color: #f2f2f2;
	padding: 70px 0;
	box-sizing: border-box;
}
.New-content-range{
	width:1160px;
	margin:0 auto;
	display: flex;
}
.New-image{
	width:50%;
	height: 300px;
}
.New-image img{
	width:100%;
	height:100%;
	vertical-align: middle;
	object-fit: cover;
}
.New-list{
	width:calc( 100% - 50%);
	height: auto;
	padding-left: 40px;
	box-sizing: border-box;
}
.New-list ul{
	width:100%;
	height: auto;
}
.New-list .New-item{
	width: 100%;
	margin-bottom: 10px;
}
.New-list .New-item:last-child{
	margin-bottom: 0;
}
.New-active{
	color: #f28e00;
}
.New-list .New-item a{
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: flex;
	justify-content: space-between;
}

.New-title{
	color: #666;
	font-size: 18px;
	text-align: left;
	line-height: 1.6;
	width: 100%;
	display: inline-block;
	font-weight: normal;
	word-break: keep-all;
	word-wrap: normal;
	text-wrap: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.New-date{
	color: #666;
	font-size: 18px;
	text-align: right;
	line-height: 1.6;
	width:calc( 100% - 75% );
	display: none;
}
.New-active .New-title ,.New-active .New-date{
	color: #f28e00;
}
.New-More{
	width: 100%;
	text-align: right;
}
.New-list .New-More a {
	display: inline-block;
}
.New-list .New-More a span{
	font-size:18px;
	color:#666;
	line-height: 1.6;
}
@media (min-width: 320px) and (max-width: 1200px){
	/* 爱尔公益 */
	.work .inner-title h1{
		background: url(/images/54_index/m-ae-Public-welfar-projects-bg.png) center center no-repeat;
	}
	/* 新闻中心 */
	.New .inner-title{
		width:100%;
	}
	.New .inner-title h1{
		background:url(/images/54_index/m-ae-New-bg.png) center center no-repeat;
	}
	.New-content{
		padding: 0 0 4rem;
	}
	.New-content-range{
		width:100%;
		flex-wrap: wrap;
	}
	.New-image{
		width:100%;
		height: auto;
	}
	.New-image img{
		width:100%;
		height:auto;
	}
	.New-list{
		width:100%;
		height: auto;
		padding-left: 0;
		padding-top: 2rem;
	}
	.New-list .New-item {
		padding: 0 1rem;
		box-sizing: border-box;
	}
	.New-title{
		font-size: 1rem;
	}
	.New-date{
		font-size: 1rem;
		display: none;
	}
	.New-list .New-More a span{
		font-size: 1rem;
	}
}