@charset "UTF-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner {
	overflow: hidden;
	position: relative;
	background: url(../images/banner-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	z-index: 1;
}

.banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/banner-mb.png) no-repeat center;
	background-size: 100% 100%;
	height: 0.8rem;
	z-index: 10;
}

.banner .slick {
	position: relative;
	z-index: 9;
	padding: 0 2.6% 0 5%;
}

.banner .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	bottom: inherit;
	top: 40%;
	transform: translateY(-50%);
	width: auto;
	left: 2.08%;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	font-size: 0;
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	margin: 0.1rem auto;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: all 0.3s;
	position: static;
}

.banner .slick-dots li.slick-active {
	background: url(../images/dot1.png) no-repeat center;
	background-size: cover;
	width: 0.15rem;
	height: 0.3rem;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active .dot-page {
	display: block;
}

.banner .slick-dots li .dot-page {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #9ae0fe;
	bottom: -1rem;
	display: none;
	font-size: 14px;
}

.banner .slick-dots li .dot-page::after {
	content: '';
	position: absolute;
	top: -0.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 0.38rem;
	background-color: #9be1ff;
}

.banner .slick-dots li .dot-page span {
	font-size: 18px;
	font-weight: bold;
	color: #68bfe4;
	padding-right: 0.03rem;
}


/*首页样式*/

.title {
	text-align: center;
	position: relative;
	height: 0.63rem;
	background: url(../images/title.png) no-repeat center;
	background-size: 100% 100%;

}

.title h3 {
	display: inline-block;
	font-family: 'sySong';
	font-size: 0.34rem;
	color: #2f2f2f;
	font-weight: bold;
	line-height: 0.63rem;
}

.title.white h3 {
	color: #fff;

}

.more {
	position: absolute;
	right: 0.24rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.more a {
	width: 1.1rem;
	display: block;
	background: url(../images/more2.png) no-repeat center right;
	background-size: 0.81rem 0.11rem;
	transition: all 0.3s;
	text-align: left;
}

.more a span {
	display: block;
	position: absolute;
	right: 0;
	top: -0.1rem;
	font-size: 0.14rem;
	color: #838383;
	width: 0.8rem;
	padding-left: 0.08rem;
}

.more a img {
	display: inline-block;
	width: 0.28rem;
	height: 0.28rem;
	vertical-align: middle;
	transition: all 0.3s;
}

.more:hover a span {
	color: #0b56b5;
}

.more:hover a img {
	transform: rotate(90deg);
}

.title.white .more a {
	color: #fff;
}

/*主体*/
.section12 {
	position: relative;
	z-index: 2;
	background: #fff url(../images/di12.png) no-repeat left bottom;
}

.section12::before {
	content: '';
	position: absolute;
	top: -1rem;
	left: 0;
	width: 19.16%;
	height: 8.3rem;
	background-image: url(../images/section1-zs.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	z-index: -1;
}

.section12::after {
	content: '';
	position: absolute;
	top: 20%;
	right: 0;
	background: url(../images/zs12.png) no-repeat;
	background-size: 100% 100%;
	width: 1.72rem;
	height: 6.25rem;
	z-index: -1;
}

.section1 {
	padding-top: 0.2rem;
	position: relative;

	padding-bottom: 0.8rem;
}

.section1 .title {
	background: url(../images/title01.png) no-repeat right center;
	background-size: 90.47% 100%;
}

.s1-c {
	margin-top: 0.68rem;
}

.s1-lt {
	width: 7.8rem;
	position: relative;
}

.s1-lt li a {
	display: block;
	position: relative;
}

.s1-lt li a .pic {
	padding-top: 61.53%;
}

.s1-lt::before {
	content: '';
	position: absolute;
	top: 0.17rem;
	left: 0.1rem;
	right: -0.1rem;
	bottom: -0.1rem;
	background-color: #f6bf3d;
}

.s1-lt li a h3 {
	position: absolute;
	left: 0.2rem;
	right: 1.3rem;
	bottom: 0.1rem;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.48rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-lt .slick-dots {
	width: 100%;
	text-align: center;
	bottom: 0.1rem;
}

.s1-lt .slick-dots li {
	width: 0.15rem;
	height: 0.15rem;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	margin: 0 0.1rem;
}

.s1-lt .slick-dots li.slick-active {
	background-color: #000;
}

.s1-lt .slick-dots li button {
	display: none;
}

.s1-lt .slick-prev,
.s1-lt .slick-next {
	width: 0.47rem;
	height: 0.47rem;
	bottom: -0.32rem;
	top: inherit;
	transform: none;
	transition: all 0.3s;
}

.s1-lt .slick-prev {
	left: inherit;
	right: 0.62rem;
	background: #f16625 url(../images/prev1.png) no-repeat center;
	background-size: 0.14rem auto;
}

.s1-lt .slick-next {
	right: 0;
	background: #0b56b5 url(../images/next1.png) no-repeat center;
	background-size: 0.14rem auto;
}

.s1-lt .slick-prev:hover,
.s1-lt .slick-next:hover {
	bottom: -0.27rem;
}

.s1-r {
	width: calc(100% - 8.33rem);
}


.s1-r ul li a {
	display: block;
}

.s1-r ul li .hide {
	display: none;
	position: relative;
	z-index: 1;
	padding: 0.25rem;
}

.s1-r ul li .hide .date {
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}

.s1-r ul li .hide .date::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.28rem;
	width: 1px;
	height: 0.32rem;
	background-color: #6991c3;
}

.s1-r ul li .hide .date::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.25rem;
	width: 0.8rem;
	height: 0.63rem;
	background: url(../images/s1-rzs.png) no-repeat center;
}

.s1-r ul li .hide .date p {
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 1;
}

.s1-r ul li .hide .date span {
	display: block;
	font-size: 0.14rem;
	margin-top: 0.07rem;
}

.s1-r ul li .hide h3 {
	overflow: hidden;
	padding-left: 0.45rem;
	line-height: 0.52rem;
	height: 0.52rem;
	color: #fff;
	font-size: 0;
}

.s1-r ul li .hide h3 p {
	display: inline-block;
	vertical-align: middle;
	line-height: 0.26rem;
	font-size: 0.16rem;
}

.s1-r ul li .hide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0b56b5;
	box-shadow: 0px 10px 39px 0px rgba(26, 98, 198, 0.45);
	z-index: -1;
}


.s1-r ul li .show {
	line-height: 0.76rem;
	border-bottom: 1px solid #e6e6e6;
	background: url(../images/s1-rd.png) no-repeat left center;
	background-size: 0.08rem auto;
	padding-left: 0.18rem;
}

.s1-r ul li .show span {
	display: block;
	float: right;
	margin-left: 0.15rem;
	color: #b6b6b6;
}

.s1-r ul li .show h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 0.16rem;
	color: #2f2f2f;
}

.s1-r ul li.on .show {
	display: none;
}

.s1-r ul li.on .hide {
	display: block;
}

.section2 {
	padding: 0.8rem 0 0.5rem 0;
	position: relative;
	z-index: 1;
}

.section2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/s2-bg.png) no-repeat center;
	background-size: 100% 100%;
	height: 1.2rem;
	z-index: -1;
}

.s2-c {
	margin-top: 0.3rem;
}

.s2-c ul li a {
	display: block;
}

.s2-c ul li .pic-k {
	transition: all 0.3s;
	overflow: hidden;
}

.s2-c ul li {
	position: relative;
}

.s2-c ul li .pic {
	padding-top: 70.21%;
}

.s2-c .slick-list {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.68rem;
}

.s2-c ul li.slick-active {
	position: relative;
	z-index: 9;
}

.s2-c ul li.slick-current+li {
	z-index: 8;
}

.s2-c ul li.slick-current+li+li {
	z-index: 7;
}

.s2-c ul li.slick-current+li+li+li {
	z-index: 6;
}

.s2-c ul li.slick-current .pic-k {
	transform: scale(1.39);
}

.s2-c ul li.slick-current+li .pic-k {
	transform: scale(1.26);
}

.s2-c ul li.slick-current+li+li .pic-k {
	transform: scale(1.13);
}

.s2-c ul li.slick-current+li+li+li .pic-k {
	transform: scale(1);
}

.s2-c ul li .s2-cintro {
	display: none;
}

.s2-c ul li.slick-active .s2-cintro {
	margin-top: 0.9rem;
	margin-left: 0;
	position: relative;
	left: -0.65rem;
	width: 130%;
	display: block;
}

.s2-c ul li.slick-active+li .s2-cintro {
	margin-top: 0.7rem;
	margin-left: 0.8rem;
	position: relative;
	left: 0;
	width: 80%;
}

.s2-c ul li.slick-active+li+li .s2-cintro {
	margin-top: 0.7rem;
	margin-left: 0.6rem;
	position: relative;
	left: 0;
	width: 80%;
}

.s2-c ul li.slick-active+li+li+li .s2-cintro {
	margin-top: 0.7rem;
	margin-left: 0.4rem;
	position: relative;
	left: 0;
	width: 80%;
}

.s2-c ul li.slick-active .s2-cintro h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.36rem;
	height: 0.72rem;
	color: #2f2f2f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

.s2-c ul li.slick-active .s2-cintro::before {
	content: '';
	position: absolute;
	top: -0.1rem;
	left: 0;
	width: 0.7rem;
	height: 0.02rem;
	background-color: #0b56b5;
	transition: all 0.3s;
}

.s2-c ul li.slick-active+li .s2-cintro h3,
.s2-c ul li.slick-active+li+li .s2-cintro h3,
.s2-c ul li.slick-active+li+li .s2-cintro h3 {
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #2f2f2f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

.s2-c ul li.slick-active+li .s2-cintro::before,
.s2-c ul li.slick-active+li+li .s2-cintro::before,
.s2-c ul li.slick-active+li+li .s2-cintro::before {
	content: '';
	position: absolute;
	top: -0.1rem;
	left: 0;
	width: 0.7rem;
	height: 0.02rem;
	background-color: #0b56b5;
}

.s2-c ul li.slick-active:hover .s2-cintro::before {
	width: 1.4rem;
}

.s2-c ul li.slick-active:hover .s2-cintro h3 {
	color: #0b56b5;
}

.s2-c .slick-prev,
.s2-c .slick-next {
	width: 0.89rem;
	height: 0.34rem;
	top: 35%;
	transition: all 0.3s;
	background-size: 100% 100% !important;
}

.s2-c .slick-prev {
	left: -1.34rem;
	background: url(../images/prev2.png) no-repeat;
}

.s2-c .slick-prev:hover {
	background: url(../images/prev2-1.png) no-repeat;
}

.s2-c .slick-next {
	right: -1.34rem;
	background: url(../images/next2.png) no-repeat;
}

.s2-c .slick-next:hover {
	background: url(../images/next2-1.png) no-repeat;
}

.section3 {
	padding: 1.5rem 0 2rem 0;
	background: url(../images/section3-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/s3-t.png) no-repeat center;
	background-size: 100% 100%;
	height: 1.44rem;
	z-index: -1;
}

.section3::after {
	content: '';
	position: absolute;
	bottom: -0.45rem;
	left: 0;
	right: 0;
	background: url(../images/s3-d.png) no-repeat center;
	background-size: 100% 100%;
	height: 1.92rem;
	z-index: -1;
}

.section3 .title {
	background: url(../images/title-w.png) no-repeat center;
	background-size: 100% 100%;
}

.section3 .title h3 {
	color: #fff;
}

.section3 .more a {
	background: url(../images/more2-w.png) no-repeat center right;
	background-size: 0.81rem 0.11rem;
}

.section3 .more a span {
	color: #fff;
	transition: all 0.3s;
}

.section3 .more a:hover span {
	color: rgba(255, 255, 255, 0.8);
}

.s3-c ul li {
	width: 29.33%;
	margin: 0.9rem 2%;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.s3-c ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.s3-c ul li .date {
	font-family: 'sySong';
	font-size: 0.2rem;
	color: rgba(255, 255, 255, 0.6);
}

.s3-c ul li .date span {
	vertical-align: middle;
	display: inline-block;
	width: 0.64rem;
	height: 0.64rem;
	line-height: 0.6rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #baf0f1;
	border-radius: 50%;
	font-size: 0.3rem;
	font-weight: bold;
	color: #0b56b5;
}

.s3-c ul li a p {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.2rem;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgba(255, 255, 255, 0.8);
}

.s3-c ul li a h3 {
	width: calc(100% - 1.5rem);
	padding-left: 0.2rem;
	height: 0.52rem;
	line-height: 0.52rem;
	font-size: 0;
	position: relative;
}

.s3-c ul li a h3::before {
	content: '';
	position: absolute;
	bottom: -0.75rem;
	left: 0.2rem;
	width: calc(100% - 0.2rem);
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}

.s3-c ul li a:hover h3::before {
	background-color: #fff;
}

.s3-c ul li a h3::after {
	content: '';
	position: absolute;
	bottom: -0.75rem;
	right: 0;
	width: 0.51rem;
	height: 0.1rem;
	background: url(../images/s3-sj.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.s3-c ul li a:hover .date {
	color: #fff;
}

.s3-c ul li a:hover .date span {
	background-color: #fff;
}

.s3-c ul li a:hover h3 p {
	color: #fff;
}

.s3-c ul li:hover {
	top: -0.05rem;
}


.section4 {
	overflow: hidden;
	background: url(../images/section4-bg.png) no-repeat center 30%;
	background-size: 100% 100%;
	padding: 0.3rem 0 1.4rem 0;
}

.s4-c {
	margin-top: 1.35rem;
	position: relative;
	z-index: 1;
}

.s4-c::before {
	content: '';
	position: absolute;
	top: -1.2rem;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/s4-czs.png) no-repeat;
	background-size: cover;
	width: 4.45rem;
	height: 1.4rem;
	z-index: -1;
}

.s4-k {
	transition: all 0.3s;
}

.s4-l {
	width: 50.47%;
}

.s4-lt {
	align-items: flex-end;
}

.s4-r {
	width: 48.9%;
	align-content: flex-start;
}

.s4-rd {
	align-items: flex-start;
}

.s4-k a {
	display: block;
	position: relative;
	overflow: hidden;
}

.s4-l1 {
	width: 54.4%;
}

.s4-lr {
	width: 44.09%;
}

.s4-l2 {
	width: 100%;
}

.s4-l3 {
	width: 100%;
	margin-top: 0.1rem;
}

.s4-l4 {
	width: 66.07%;
	float: right;
	margin-top: 0.1rem;
}

.s4-l5 {
	width: 100%;
	margin-bottom: 0.1rem;
}

.s4-l6 {
	width: 59.1%;
	position: relative;
}

.s4-l6::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 100%;
	background: url(../images/s4-aa.png) no-repeat;
	background-size: 100% 100%;
	width: 0.86rem;
	height: 0.86rem;
}

.s4-l7 {
	width: 39.77%;
}

.s4-l1 .pic {
	padding-top: 119.7%;
}

.s4-l2 .pic {
	padding-top: 101.84%;
}

.s4-l3 .pic {
	padding-top: 96.61%;
}

.s4-l4 .pic {
	padding-top: 56.46%;
}

.s4-l5 .pic {
	padding-top: 53.78%;
}

.s4-rd {
	width: 100%;
}

.s4-l6 .pic {
	padding-top: 84.59%;
}

.s4-l7 .pic {
	padding-top: 73.94%;
}

.s4-text {
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0.3rem;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 100%);
}

.s4-text p {
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
}

.s4-text h3 {
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.15rem;
}

.s4-textd {
	position: absolute;
	left: 0.3rem;
	bottom: 0.3rem;
}

.s4-textd p {
	font-weight: normal;
}

.s4-textd p img {
	padding-left: 0.1rem;
	width: 0.45rem;
	height: 0.08rem;
}

.s4-x {
	position: absolute;
	left: 0.3rem;
	top: 1.5rem;
	width: 0.13rem;
	height: 2.01rem;
	background: url(../images/s4-x.png) no-repeat center bottom;
	background-size: 100%;
}

.s4-l2 .s4-x {
	top: 1.15rem;
	height: 1.5rem;
}

.s4-l3 .s4-x {
	top: 1.15rem;
	height: 1.25rem;
}

.s4-l4 .s4-x {
	top: 1.1rem;
	height: 1rem;
}

.s4-l5 .s4-x {
	top: 1.15rem;
}

.s4-l6 .s4-x {
	top: 1.3rem;
	height: 1.5rem;
}

.s4-l7 .s4-text p {
	font-size: 0.16rem;
}

.s4-l7 .s4-text h3 {
	font-size: 0.16rem;
}

.s4-l7 .s4-x {
	top: 0.95rem;
	height: 0.55rem;
}

.s4-k:hover {
	box-shadow: 0px 12px 13px 0px rgba(22, 42, 93, 0.55);
}
















@media screen and (max-width:1740px) {
	.s2-c .slick-prev {
		left: -1rem;
	}

	.s2-c .slick-next {
		right: -1rem;
	}
}

@media screen and (max-width: 1500px) {
	.s2-c .slick-prev {
		left: 0;
	}

	.s2-c .slick-next {
		right: 0;
	}

	.s2-c .slick-prev,
	.s2-c .slick-next {
		width: 0.6rem;
		height: 0.23rem;
	}

	.s2-c .slick-list {
		margin-left: 0.8rem;
		margin-right: 0.8rem;
		padding-left: 0.6rem;
	}
}

@media screen and (max-width: 1400px) {
	.s2-c .slick-list {
		padding-left: 0.5rem;
	}

	.s2-c ul li.slick-active .s2-cintro {
		left: -0.9rem;
	}
}

@media screen and (max-width: 1300px) {
	.s2-c .slick-list {
		padding-left: 0.16rem;
	}

	.s2-c ul li.slick-active .s2-cintro::before {
		left: 0.25rem;
	}

	.s2-c ul li.slick-active .s2-cintro {
		left: -0.4rem;
	}
}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		top: inherit;
		transform: none;
		left: 0;
		width: 100%;
		bottom: 1rem;
		text-align: center;
	}

	.banner .slick-dots li {
		display: inline-block;
		margin: 0 0.1rem;
	}

	.banner .slick-dots li .dot-page,
	.banner .slick-dots li.slick-active .dot-page {
		display: none;
	}

	.more a {
		width: 1.09rem;
	}

	.section1 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.s1-lt {
		width: 100%;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.35rem;
	}

	.s1-r ul li .show h3,
	.s1-r ul li .hide h3 p {
		font-size: 0.18rem;
	}

	.s1-c {
		margin-top: 0.3rem;
	}

	.section2 {
		padding: 0.5rem 0;
	}

	.section2::after {
		height: 0.6rem;
	}

	.s2-c .slick-list {
		padding-left: 0;
		padding-top: 0.3rem;
		padding-bottom: 0;
	}

	.s2-c ul li .pic-k {
		transform: none !important;
	}

	.s2-c ul {
		margin-left: -0.1rem;
		margin-right: -0.1rem;
	}

	.s2-c ul li a {
		margin: 0 0.1rem;
	}

	.s2-c ul li .s2-cintro {
		width: 100% !important;
		margin-top: 0.3rem !important;
		margin-left: 0 !important;
		left: 0 !important;
	}

	.s2-c ul li .s2-cintro h3 {
		font-size: 0.16rem !important;
		line-height: 0.3rem !important;
		height: 0.6rem !important;
	}

	.s2-c ul li .s2-cintro::before {
		left: 0 !important;
	}

	.section3 {
		padding: 0.8rem 0 1rem 0;
	}

	.section3::before {
		height: 0.72rem;
	}

	.section3::after {
		height: 0.96rem;
	}

	.s3-c ul li {
		margin: 0.4rem 2%;
	}

	.s3-c ul li a h3::before,
	.s3-c ul li a h3::after {
		bottom: -0.35rem;
	}

	.section4 {
		padding: 0.2rem 0 0.5rem 0;
	}

	.s4-c {
		margin-top: 0.7rem;
	}

	.s4-c::before {
		width: 2rem;
		height: 0.63rem;
		top: -0.6rem;
	}

	.s4-l6::after {
		width: 0.43rem;
		height: 0.43rem;
	}

	.s4-text {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.banner .slick-dots {
		bottom: 0.8rem;
	}

	.section12::before {
		display: none;
	}

	.s3-c ul li {
		width: 45%;
	}

	.s3-c ul li a p,
	.s3-c ul li .date {
		font-size: 0.18rem;
	}

	.s3-c ul li .date span {
		width: 0.54rem;
		height: 0.54rem;
		line-height: 0.54rem;
		font-size: 0.26rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.more {
		right: 0;
	}

	.s3-c ul li {
		width: 100%;
		margin: 0.2rem 0;
	}

	.s3-c ul li .date {
		font-size: 0.18rem;
	}

	.s3-c ul li .date span {
		width: 0.5rem;
		height: 0.5rem;
		line-height: 0.45rem;
		font-size: 0.26rem;
	}

	.s3-c ul li a h3::before,
	.s3-c ul li a h3::after {
		bottom: -0.2rem;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {
	.more a span {
		width: 0.9rem;
	}
}