.commonNav .list {
	margin: .6rem 0 .4rem;
	display: flex;
	justify-content: center;
}
.commonNav .list li {
	margin: .1rem .1rem;
	width: auto;
	padding: 0 .16rem;
	line-height: .4rem;
	text-align: center;
	font-size: .16rem;
	font-weight: bold;
	border: 2px solid;
	cursor: pointer;
	color: #5a5a5a;
	text-transform: uppercase;
}
.commonNav .list li:hover,
.commonNav .list li.cur {
	background: var(--mainColor);
	color: var(--mainColor);
}
.commonNav .list li:hover a,
.commonNav .list li.cur a {
	color: #fff;
	background-color: var(--mainColor);
}

.newsList {
	margin: 0 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.newsList li {
	padding: .3rem 0;
	width: 10.32rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.newsList li::after {
	content: '';
	width: 2.08rem; height: 1px;
	position: absolute;
	bottom: -1px; left: 0;
	background-color: #165888;
}
.newsList li a {
	display: flex;
	justify-content: center;
}
.newsList .img {
	width: 20%; height: 100%;
	overflow: hidden;
	position: relative;
}
.newsList .img img {
	width: 100%;
	position: relative;
	object-fit: contain;
	opacity: .9;
}
.newsList .date {
	margin-right: .25rem;
	font-size: .14rem;
	color: var(--mainColor);
	display: inline-block;
	line-height: .3rem;
	vertical-align: top;
}
.newsList .justNews {
	margin-right: .25rem;
	font-size: .14rem;
	padding: 4px .25rem;
	display: inline-block;
	margin-bottom: .05rem;
	background: #fff; 
	color: var(--mainColor);
	transition: all 0.3s ease-in-out;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: top;
}
.newsList .news-name {
	margin: 0 0 .05rem 0;
	font-size: .2rem;
	font-weight: bold;
	color: #333;
	display: block;
	width: 100%; height: .3rem;
	line-height: .3rem;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}
.newsList .transition {
	padding: .2rem .25rem .2rem;
	box-sizing: border-box;
	width: 8.2rem;

}
.newsList dd {
	color: #333;
}
.newsList .news-description {
	font-size: .14rem;
}
.newsList .more {
	font-size: .14rem;
	font-weight: bold;
	position: absolute;
	right: 35px; bottom: .15rem;
}
.newsList .transition:hover .news-name dt {
	text-decoration: underline;
}
.newsList .transition::after { 
	content: "";
	width: 100%;
	height: .6rem;
	background: rgba(0,0,0,.7);
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

.page_zt {
	width: 100%;
	text-align: center;
	font-size: .16rem;
	margin: .5rem 0;
}
.ym2, .ym {
	margin: 0 8px;
	width: .3rem; height: .3rem;
	background-color: #fff;
	color: #5a5a5a;
	display: inline-block;
	line-height: .28rem;
	text-align: center;
	border: 1px solid;
	box-sizing: border-box;
	font-size: .16rem;
}
.ym2 {
	background-color: var(--mainColor);
	color: #fff;
}
.ym:hover {
	background-color: var(--mainColor);
	color: #fff;
}
table .ym2 {
	color: #333;
}
.newsview {
	margin: 0 50px;
	padding-bottom: 100px;
}
.newsview .main {
	width: 1100px;
}
.newsview .newsview-title {
	font-size: .3rem;
	text-align: center;
	margin-top: .2rem;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.newsview .xinxi {
	font-size: .14rem;
	text-align: center;
	margin: 20px 0;
}
.newsview .ms {
	font-size: .16rem;
	line-height: 1.5;
}
.newsview .ms p {
	margin-bottom: .1rem;
	display: block;
	line-height: 1.5;
}
.newsview .back {
	margin-top: .3rem;
	font-size: .14rem;
	width: 1.26rem;
	height: .42rem;
	line-height: .42rem;
	text-align: center;
	display: block;
	border: 2px solid var(--mainColor);
	color: #fff;
	background-color: var(--mainColor);
	transition: all .3s ease-in-out;
}
.newsview .back:hover {
	border-color: #fff;
}

@media screen and (max-width: 768px) {
.commonNav .list {
	margin: .3rem 0;
}
.newsList {
	margin: 0;
}
.newsList li {
	width: 100%;
}
.newsList li::after {
	width: 100%;
}
.newsList li a {
	flex-wrap: wrap;
}
.newsList .img {
	width: 100%;
}
.newsList .justNews {
	margin-bottom: .15rem;
	border-width: 1px;
}
.newsList .transition {
	padding: .2rem 0;
	width: 100%;
}
.newsview {
	margin: 0;
	padding-bottom: .4rem;
}
.newsview .newsview-title {
	margin-top: 0;
	font-size: .26rem;
}





}

