.banenr {
	width: 100%;
}

.banner img {
	width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	vertical-align: middle;
}

.aboutAtime {
	margin-top: 60px;
	margin-bottom: 80px;
}

.caseCont {
	margin-top: 43px;
	transition:0.3s all;
}

.caseCont li {
	width: 378px;
	float: left;
	margin-right: 20px;
	position: relative;
	border: 1px solid #eeeeee;
	transition:0.3s all;
}

.caseCont li:last-child {
	margin: 0;
}


.caseText {
	height: 62px;
	overflow: hidden;
	left: 0;
	background: #FFFFFF;
	z-index: -1;
	transition: 0.3s all;
	padding: 26px 20px 16px;
}
.caseCont li:hover{
	box-shadow: 0 14px 50px -8px rgba(0,0,0,.12);
}
.caseText .caseTitle {
	display: block;
	height: 78px;
}

.caseText h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	transition: 0.3s all;
}

.news-l-content-atmie em {
	font-size: 13px;
	color: #999999;
	transition: 0.3s all;
}

.caseText p {
	font-size: 13px;
	color: #999;
}
.caseCont li:hover .news-l-content-atmie h5{
	color: #FF9008;
}

.news-l-content-date {
	width: 50px;
	text-align: center;
}

.news-l-content-date i {
	display: block;
	width: 46px;
	height: 1px;
	background-color: #CCCCCC;
	margin: auto;
	transition: 0.3s all;
}

.news-l-content-date span {
	display: block;
	font-size: 18px;
	font-weight: 100;
	transition: 0.3s all;
	color: #999;
}

.news-l-content-date>em {
	display: block;
	font-size: 14px;
	font-weight: 100;
	transition: 0.3s all;
	color: #999;
}

.news-l-content-atmie {
	width: 270px;
}

.news-l-content-atmie h5 {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	transition: 0.3s all;

}
.newsbottom{
	margin-bottom: 28px;
}