/* 首页 */
.index-content {
	background: #fff url(../images/bg_index.png) no-repeat center top;
	background-size: 1920px auto;
}

.news-section {
	padding: 36px 0 32px;
}

.news-section .news-list .cell {
	width: 285px;
	position: relative;
	padding-bottom: 9px;
}

.news-section .news-list .cell::before,
.news-section .news-list .cell::after {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
}

.news-section .news-list .cell::before {
	width: 100px;
	background-color: #B61918;
	left: 0;
}

.news-section .news-list .cell::after {
	width: 185px;
	background-color: #d2D2CF;
	right: 0;
}

.news-section .news-list .cell+.cell {
	margin-left: 20px;
}
.news-list-index-top.news-list a {
	color: #1063B1;
}

/* 长条banner */
.sliver-section {
	margin-bottom: 50px;
}

.sliver-banner {
	width: 100%;
}

/* 首页banner */
.index-banner {
	width: 520px;
	height: 318px;
}

.index-banner .swiper-pagination {
	text-align: right;
	padding-right: 24px;
	bottom: 18px;
}

.index-banner.banner .swiper-pagination-bullet {
	background: #D8D8D8;
	opacity: 1;
}

.index-banner.banner .swiper-pagination-bullet-active {
	background: #BE0303;
}


/* 首页板块 */
.index-content .flex-short-small .modular {
	padding-right: 20px;
}

.index-service-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px 12px;
}

.index-service-list li {
	height: 60px;
}

.index-service-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.index-service-list li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.index-service-list li a:hover::after {
	opacity: 1;
}

.index-service-list li:nth-child(1) a {
	background: #58B0F7;
}

.index-service-list li:nth-child(2) a {
	background: #688AD1;
}

.index-service-list li:nth-child(3) a {
	background: #6ECEFF;
}

.index-service-list li:nth-child(4) a {
	background: #59A5C4;
}

.index-service-list li a i {
	font-size: 20px;
	margin-right: 10px;
}

/* 长条banner-纯图片 */
.sliver-division-section {
	margin: 50px 0;
}

.sliver-division-section .cover {
	width: 100%;
	height: 100px;
}

/* 首页tab */
.index-content .tab {
	margin-bottom: 14px;
}

.index-content .flex-content+.flex-content {
	margin-top: 50px;
}

.mt20{
	margin-top: 20px;
}
.news-list-single p.describe{
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}