.about1 {
	padding-top: 0.8rem;
	padding-bottom: 1.2rem;
	    background: url(../img/4148.png) no-repeat;
    background-size: 100% 100%;
}

.gallery {
	background: url('../img/i9.jpg');
	margin-top: 0.65rem;
}

.gallery .pub_img {
	width: 5.85rem;
	height: 3.8rem;
}

.gallery .swiper-slide {
	padding-top: 1.42rem;
}

.gallery .year {
	font-weight: 800;
	font-size: 1.8rem;
	color: #D0111A;
	position: absolute;
	left: 30%;
	top: 0;
}

.abo_src3_text {
	overflow: auto;
	height: 2.4rem;
	width: 7rem;
	padding-right: 0.6rem;
}

.abo_src3_text span {
	padding-left: 0.2rem;
	position: relative;
	font-size: 0.18rem;
	color: #666666;
	line-height: 0.34rem;
	margin-bottom: 0.2rem;
	display: block;
}

.abo_src3_text span::before {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: var(--c);
	position: absolute;
	top: 0.13rem;
	left: 0;
}

::-webkit-scrollbar {
	/* 设置滚动条宽度 */
	width: 0.04rem;
}

::-webkit-scrollbar-thumb {
	/* 设置滑块颜色 */
	background-color: var(--c);
}

::-webkit-scrollbar-track {
	/* 设置滚动条背景颜色 */
	background-color: rgba(238, 238, 238, 1);
}

::-webkit-scrollbar-button {
	/* 隐藏滚动条两侧的按钮 */
	display: none;
}

.gallery .swiper-slide .flex_box {
	justify-content: space-between;
	align-items: flex-end;
}

.thumb .swiper-slide {
	font-size: 0.18rem;
	color: #8A8A8A;
	text-align: center;
	padding-top: 0.56rem;
}

.thumb .swiper-slide-thumb-active {
	color: rgba(208, 17, 26, 1);
}
@media only screen and (max-width: 1024px) {}