.nchange {
	background: none;
}

.nchange ul {
	display: flex;
	justify-content: center;
}

.nchange ul li {
	display: inline-block;
	padding: 0 33px;
	height: 36px;
	line-height: 36px;
	margin: 0 7px;
	border: 1px solid #B9B8B8;
	border-radius: 20px;
	font-size: 14px;
	color: #6f6f6f;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nchange ul li.cur a {
	color: white;
}

.nchange ul li:hover {
	background: #305dc3;
	color: #fff;
	border-color: #305dc3;
}

.nchange ul li a {
	color: #666;
}

.nchange ul li:hover a {
	color: white;
}

.xzCont li {
  float: none;
  width: auto;
  height: auto;
  display: flex;
}

.xzCont li .news-right {
	padding: 0 17px;
	width: 100%;
	position: relative;
}

.btn {
	border: 2px solid #008bd5;
	margin-top: 60px;
	text-align: center;
	width: 140px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: 10px;
}

.btn a:hover {
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	background: #008bd5;
	cursor: pointer;
} 

.btn:hover a {
	color: #fff;
}
.newsCont {
	background-color: white;
}

.xzCont li:hover {
	border-color: transparent;
	box-shadow: 0 0 30px 3px rgb(0 0 0 / 15%);
}
.xzCont li {
	margin-bottom: 40px;
}

.news-right h4 {
	line-height: 36px;
	font-size: 18px;
}

.xzCont li {
	border-left-width: 1px;
}

.xzCont ul {
	overflow: initial;
}
.news-right p {
	margin-top: 20px;
}

.news_item_time {
	margin-right: 25px;
	display: flex;
	align-items: center;
	padding-top: 20px;
}

.news_item_icon {
	background: url(/skin/img/wjh/icon_time.png) left center no-repeat;
	width: 27px;
	height: 27px;
}

.news_item_date {
	/* float: left; */
	/* padding-left: 33px; */
	padding-right: 4px;
	line-height: 36px;
	font-size: 30px;
	color: #888;
	/* background: url(/skin/img/wjh/icon_time.png) left center no-repeat; */
	background-size: 27px;
}

.xzCont li .news_item_time_right p {
	height: auto;
	line-height: 16px;
	font-size: 10px;
	color: #888;
	/* float: left; */
}


.news-right h4 {
	color: #1E4F77;
	font-size: 22px;
	font-weight: normal;
	font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体;
}

.news-right h4 a:hover {
	color: #0593DB;
}

.news-right h4 a {
	text-decoration: none;
}

.xzCont li .news-right p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: justify;
}