.news_list{
	display: block;
}
.news_list:hover{
	background-color: #F7EDED;
}
.news_list .layui-container{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.news_list .time{
	width: 95px;
	height: 70px;
	background-color: #F7F8FA;
	overflow: hidden;
}
.news_list .time:last-child{
	margin-top: 10px;
}
.news_list .ftle{
	width: 100%;
}
.news_list .con{
	width: calc(100% - 95px - 20px);
	height: 70px;
}

.news_list .con div{
	width: 100%;
}
.news_list .con div i{
	height: 25px;
	line-height: 25px;
}

.after-tle{
	padding: 5px 0 10px 35px;
}
.after-tle::after{
	content: '';
	position: absolute;
	background: url(/web/img/about/icon.png) no-repeat;
	width: 32px;
	height: 28px;
	background-size: 100%;
	left: 0;
}

.about-con p{
	line-height: 30px;
	margin-bottom: 15px;
	text-indent: 2em;
}

.about-ewm>div{
	background-color: #F5F6FA;
	width: 31.5%;
	min-width: 100px;
	padding: 40px 0;
}
.about-ewm>div img{
	width: 70%;
	height: auto;
	margin-bottom: 20px;
}