.banner {
    height: 610px;
}

.banner-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news {
    padding: 0 calc((100% - 1200px)/2);
}

.news-header {
    box-sizing: border-box;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.news-hint {
    max-width: 460px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
}

.news-nav {
    overflow: hidden;
}

.news-nav-item {
    float: left;
    margin-right: 20px;
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #262626;
    cursor: pointer;
}

.news-nav-item:last-child {
    margin-right: 0;
}

.news-nav-item_active {
    background-color: #0092E5 !important;
    border-color: #0092E5 !important;
    color: #fff !important;
}
.news-list {
	overflow: hidden;
	margin-top: 30px;
}

.news-list-item {
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: 29px;
	position: relative;
	width: 373px;
	height: 215px;
	border: 1px solid #DADAE6;
	font-size: 0;
	cursor: pointer;
}

.news-list-item:nth-child(3n) {
	margin-right: 0;
}

.news-list-itemImg {
	visibility: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list-itemInfo {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 25px 20px;
	width: 100%;
	height: 100%;
}

.news-list-itemTitle {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
	color: #262626;
}

.news-list-itemText {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid#E6E6E6;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 30px;
	color: #666;
}

.news-list-itemCell {
	margin-top: 20px;
	font-size: 0;
}

.news-list-itemDate {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #999;
}

.news-list-itemArrows {
	width: 32px;
	height: 14px;
}

.news-list-item:hover .news-list-itemImg {
	visibility: visible;
}

.news-list-item:hover .news-list-itemInfo{
	background-color: rgba(0, 0, 0, 0.7);
}

.news-list-item:hover * {
	color: #fff;
}

.news-list-item:hover .news-list-itemArrows {
	content: url(../static/imgs/active_right_arrows.png);
}