.s1-r {
	width: 23.5%;
}

.s1-r ul li a {
	/*display: flex;
	  flex-wrap: wrap;
          align-items: center; 
	  justify-content: center; 
	  align-content: center;
	  width: 83%;
	  height: 1rem; 
	  margin-top: 0.08rem; */
}

.s1-r ul li.s1-r1 a {
	background-color: #b7b472;
}

.s1-r ul li.s1-r2 a {
	background-color: #bf8c61;
}

.s1-r ul li.s1-r3 a {
	background-color: #97856b;
}

.s1-r ul li.s1-r4 a {
	background-color: #8d9f55;
}

.s1-r ul li a h3 {
	width: 100%;
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 0.26rem;
	margin-top: 0.1rem;
	position: relative;
}

.s1-r ul li a h3::before {
	content: "";
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0.65rem;
	width: 0.2rem;
	height: 1px;
	background-color: #fff;
}

.s1-r ul li a h3::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0.65rem;
	width: 0.2rem;
	height: 1px;
	background-color: #fff;
}

.s1-r .slick-slider {
	padding-top: 0.4rem;
}

.s1-r .slick-dots {
	top: 0.15rem;
	bottom: inherit;
}

.s1-r .slick-dots li {
	width: 0.13rem;
	height: 0.13rem;
	background: url(../images/s1-rdd.png) no-repeat;
	background-size: cover;
	opacity: 0.5;
}

.s1-r .slick-dots li.slick-active {
	opacity: 1;
}

.s1-r .slick-dots li button {
	display: none;
}

.s1-r .slick-prev,
.s1-r .slick-next {
	width: 0.14rem;
	height: 0.16rem;
	top: 0.15rem;
	transform: none;
	opacity: 0.7;
}

.s1-r .slick-prev:hover,
.s1-r .slick-next:hover {
	opacity: 1;
}

.s1-r .slick-prev {
	left: 0.1rem;
	background: url(../images/prev1.png) no-repeat;
	background-size: cover;
}

.s1-r .slick-next {
	right: 0.1rem;
	background: url(../images/next1.png) no-repeat;
	background-size: cover;
}

.gsl-list {
	width: 98%;
}

.gsl-list li {
	line-height: 0.46rem;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	left: 0;
}

.gsl-list li span {
	float: right;
	display: block;
	margin-left: 0.1rem;
	font-size: 0.12rem;
	color: #888;
}

.gsl-list li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 0.16rem;
	position: relative;
	padding-left: 0.15rem;
}

.gsl-list li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #0a854c;
}

.gsl-list li:hover {
	left: 0.05rem;
}

.gsl-list li:hover a,
.gsl-list li:hover span {
	color: #0a854c;
}

.s3-r .gsl-list {
	margin-top: 0.15rem;
}

.s3-r .gsl-list li {
	margin-top: 0.1rem;
	display: flex;
	flex-wrap: wrap;
}

.s3-r .gsl-list li a {
	width: 100%;
	line-height: 0.24rem;
	height: 0.48rem;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	order: 1;
}

.s3-r .gsl-list li span {
	width: 100%;
	text-align: right;
	order: 2;
	line-height: 1;
	margin-left: 0;
}


@media screen and (max-width: 1024px) {
	.s1-r {
		width: 100%;
	}
    .s3-r .gsl-list li a{
		height: auto;
		max-height: 0.48rem;
    }
}