.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.case-wrapper {
  float: none;
  width: auto;
  height: auto;
}

.xzCont li .news-header {
  display: flex;
	align-items: center;
}

.xzCont li .news-right {
	padding: 0 17px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	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.case-wrapper:hover {
	border-color: transparent;
	box-shadow: 0 0 30px 3px rgb(0 0 0 / 15%);
}
.xzCont li.case-wrapper {
	margin-bottom: 40px;
}

.news-right .head h4 {
	line-height: 36px;
	font-size: 30px;
	color: #333;
	font-weight: 400;
	margin-bottom: 5px;
}

.news-right .head {
	margin-bottom: 20px;
}

.news-right .head div {
	font-size: 16px;
	color: #999;
}

.xzCont li {
	border-left-width: 1px;
}

.xzCont ul {
	overflow: initial;
}
.news-right p {
	margin-top: 20px;
}

.show-more {	
	cursor: pointer;
	width: 29px;
	height: 29px;
	background: url(/skin/img/rc1.jpg) no-repeat center center;
	transform: rotate(180deg);
}

.show-more.active {	
	transform: none;
}

.news-body {
	margin: 90px 92px 90px 29px;
	display: none;
}

.news-body-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.news-body-wrapper div {
	width: 50%;
}

.news-body-wrapper div p {
	background: url(/skin/img/tubiao_s.png) no-repeat 10px;
	font-size: 13px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 20px;
	height: 20px;
	padding-left: 25px;
}


.news-body div span {
	/* font-size: 20px; */
	font-size: 13px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 1.8;
}


.news-left {
	margin-right: 40px;
}
.news-header .description {
	padding-right: 50px;
	font-size: 16px;
}

.news-index {
	color: #888;
	width: 80px;
	height: 208px;
	line-height: 36px;
	font-size: 30px;
	margin-right: 24px;
}

.news-index .index {
	background-color: #008bd5;
	color: white;
	width: 40px;
	height: 40px;
	padding: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	font-weight: bold;
}

.news-right .head h4 {
	color: #1E4F77;
	font-size: 22px;
	font-weight: normal;
	font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体;
}

.news-right .head h4:hover {
	color: #0593DB;
}

.news-header .description {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: justify;
}