
@media screen and (max-width: 834px) {
header.header.h-top {
	background-color: unset;
	box-shadow: unset;
}
#newsList {
	width: 96vw; height: 70vh;
	transform: translate(-48vw, -38vh);
}
.clipBox .cur {
	clip-path: polygon(5% 15%, 95% 15%, 95% 90%, 5% 90%);
}
.clipBox .prve {
	clip-path: polygon(100% 15%, 100% 15%, 100% 90%, 100% 90%);
}
.newsListText .more {
	top: unset; bottom: .15rem;
	left: .2rem;
	transform: translate(0,0);
}
.newsListText .all {
	left: 70%;
	top: unset; bottom: 10vh;
	transform: translate(0, .2rem);
}
.newsListText .all:before {
	width: .2rem;
	left: -.3rem;
}
.newsWrapper > .swiper-pagination {
	flex-direction: row;
	transform: translate(0, -50%);
	top: 90%; left: 5%;
	width: 50vw;
}
#newsList .swiper-wrapper .swiper-slide {
	height: auto;
	text-align: center;
}
#newsList .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%; height: 100%;
}
#newsList .swiper-wrapper .swiper-slide  img {
	max-height: 100%;
	left: 50%;
	margin-left: -30%;
}

.newsAll {
	width: 100%;
	margin-top: .7rem;
}
.newsAll .top span {
	opacity: 0;
	pointer-events: none;
}
.newsAll .top select {
	height: .3rem;
	margin-top: .25rem;
	margin-right: 5%;
	background-color: #fff;
	padding-left: .1rem;
	box-sizing: border-box;
}
.newsAll .top span {
	margin-left: .1rem;
}
.newsAll .lists {
	margin: .2rem 0 .3rem 0;
}
.newsAll .lists .time {
	display: none;
}
.newsAll .lists ul li {
	margin-bottom: .0rem;
}
.newsAll .lists ul li .img {
	width: 90%;
	margin: 0 5%;
	text-align: center;
}
.newsAll .lists .newsTitle {
	width: 100%;
	text-align: center;
	font-size: .16rem;
	padding-left: 0;
	margin: 0;
	line-height: 3;
}
.newsAll .sort {
	display: none;
}
.newsAll .page {
	margin: 0;
}
.newsWrapper .swiper-button-prev {
	left: 0; top: 50%;
	transform: translateY(-50%);
	height: 1rem;
	opacity: 1;
	font-size: .3rem;
}
.newsWrapper .swiper-button-next {
	left: unset;
	right: 0; top: 50%;
	transform: translateY(-50%);
	height: 1rem;
	opacity: 1;
	font-size: .3rem;
}










}
