			.arshine2-news {
				padding: 75px 0;
				background: #fff;
			}

			.arshine2-news .tit {
				text-align: center;
			}

			.arshine2-news .tit h3 {
				color: #333;
				font-size: 34px;
				line-height: 1;
			}

			.arshine2-news .tit h3 span {
				color: var(--color-primary);
			}

			.arshine2-news .tit a {
				font-size: 18px;
				color: #333;
				display: inline-block;
				margin: 7px 0 0;
			}

			.arshine2-news .tit a:hover {
				color: var(--color-primary);
			}

			.arshine2-news .list {
				position: relative;
				margin: 65px 0 0;
			}

			.arshine2-news .swiper-slide {
				padding: 0 0 21px;
			}

			.arshine2-news .swiper-slide .pic {
				width: 100%;
				display: block;
			}

			.arshine2-news .swiper-slide .pic img {
				width: 100%;
				aspect-ratio: 1 / 1;
				object-fit: cover;
			}

			.arshine2-news .swiper-slide .txt {
				margin: -54px 20px 0;
				background: #fff;
				position: relative;
				z-index: 10;
				text-align: center;
				padding: 30px 20px;
				box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
			}

			.arshine2-news .swiper-slide .txt h5 {
				font-size: 18px;
				line-height: 1;
				color: #000;
			}

			.arshine2-news .swiper-slide .txt p {
				font-size: 16px;
				line-height: 24px;
				color: #666;
				margin: 15px 0 0;
			}

			.arshine2-news .swiper-slide .txt span {
				font-size: 16px;
				color: #666;
				display: inline-block;
				margin: 15px 0 0;
			}

			.arshine2-news .swiper-pagination {
				position: static;
				width: 100%;
				margin-top: 50px;
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-align-items: center;
				align-items: center;
			}

			.arshine2-news .swiper-pagination-bullet {
				height: 10px;
				width: 10px;
				margin: 0 4px;
				background: var(--color-primary);
				border-radius: 50%;
				opacity: 1;
				position: relative;
			}

			.arshine2-news .swiper-pagination-bullet-active {
				width: 14px;
				height: 14px;
				border: 4px solid var(--color-primary);
				background: var(--color-primary);
			}


			@media screen and (max-width:1367px) {

				.arshine2-news .tit a {
					font-size: 17px;
				}

				.arshine2-news {
					padding: 70px 0;
				}
			}

			@media screen and (max-width: 1400px) {
				.arshine2-news .tit h3 {
					font-size: 32px;
				}
			}

			@media screen and (max-width:1171px) {


				.arshine2-news .tit a {
					font-size: 16px;
				}

			}



			@media screen and (max-width:991px) {

				.arshine2-news .tit h3 {
					font-size: 28px;
				}

				.arshine2-news {
					padding: 30px 0;
				}

				.arshine2-news .list {
					margin: 30px 0 0;
				}

				.arshine2-news .swiper-pagination {
					margin-top: 25px;
				}
			}

			@media screen and (max-width:600px) {


				.arshine2-news .tit a {
					font-size: 15px;
				}
			}

			@media screen and (max-width: 480px) {
				.arshine2-news .tit h3 {
					font-size: 24px;
				}
			}