/*
	首页css
*/

.tips {
	background-color: #FEFBFF;
	padding: 0.83vw 0;
	text-align: center;
}
.tips a {
	background-color: #FEFBFF;
	padding: 0.83vw 0;
	text-align: center;
}


.module-1 {
	margin: 0 auto;
	margin-top: 1.35vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.module-1 .left {
	width: 70%;
}

.module-1 .left .news-swiper {
	width: 100%;
	height: 24.68vw;
}

.module-1 .left .news-swiper .swiper-slide {
	width: 100%;
	height: 24.68vw;
}

.module-1 .left .news-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.module-1 .xydt {
	margin-top: 1.25vw;
	height: 16.09vw;
	background-color: white;
}

.module-1 .right {
	width: 28.5%;
	height: 42.03vw;
	background-color: white;
}

.module-2 {
	margin: 0 auto;
	margin-top: 1.35vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.module-2 .left {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.module-2 .left .inews {
	width:49.2%;
	height: 16.09vw;
	background-color: white;
	margin-bottom: 0.83vw;
}

.module-2 .right {
	width: 28.5%;
}

.module-2 .right .item {
	display: flex;
	width: 100%;
	height: 5.85vw;
	background-color: #FEFBFF;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.94vw;
}

.module-2 .right .item img {
	width: 1.67vw;
	height: 1.67vw;
}

.module-2 .right .item-text {
	font-size: 1.25vw;
	font-weight: bold;
	color: #7C318C;
	margin-left: 0.47vw;
}

.module-2 .right .item-text span {
	font-weight: normal;
}
