.banner {
	width: 100%;
	height: 240px;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
}

.banner_dw {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner_title {
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 26px;
}

.banner_text {
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
}

.list {
	width: 100%;
	height: 100%;
	padding: 54px 0px;
}

.list_item {
	width: 100%;
	height: 206px;
	padding: 22px 23px;
	display: flex;
	align-items: self-start;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 6px 40px 0px rgba(47, 113, 222, 0.11);
	border-radius: 5px;
	margin-bottom: 16px;
	cursor: pointer;
	overflow: hidden;
}

.list_item :last-child {
	margin-bottom: 0;
}

.list_item_lf {
	width: 255px;
	height: 165px;
	background: #F3A612;
	border-radius: 8px;
	margin-right: 38px;
	overflow: hidden;
}

.list_item_lf img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.list_item_rt {
	width: calc(100% - 293px);
}

.list_item_rt .title {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	margin-bottom: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_item_rt .intro {
	font-family: "Source Han Sans CN", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 26px;
	max-height: 52px;
}


.list_item_rt .time {
	font-family: Source Han Serif SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
}

.list_item:hover img {
	transform: scale(1.1);
}

.news_hd_box {
	width: 100%;
	padding: 18px;
	box-sizing: border-box;
	background: rgba(41, 117, 247, 0.1);
}

.news_hd_title {
	text-align: center;
	font-family: Source Han Serif SC;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}

.news_hd_row {
	text-align: center;
	margin-top: 10px;
}

.news_hd_row span {
	display: inline-block;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin: 4px 10px;
}

.news_content {
	margin-top: 50px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.news_content p {
	text-indent: 2em;
	margin-bottom: 20px;
}