.main-nav {
	font-size: 14px;
	color: #999999;
}
.content-right-gyyq img{
	width: 100%;
}
.content-right-lxfs img{
	width: 100%;
}

.main-nav a {
	padding: 0 8px;
	cursor: pointer;
	text-decoration: none;
	color: #999999;
}

#nav {
	color: #333333;
}

.content-navs {
	width: 210px;
	height: 350px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px 3px rgba(23, 27, 36, 0.09);
}

.main-content {
	display: flex;
	flex-direction: row;
	margin-top: 31px;
}

.content-right {
	width: 907px;
	margin-left: 62px;
}

.content-nav-left {
	width: 18px;
	height: 6px;
	background: linear-gradient(270deg, rgba(0, 236, 203, 0) 0%, #00D59C 100%);
	margin: 32px 25px 32px 0;
}

.navActive {
	color: #00D59C;
	background: rgba(0, 213, 156, 0.05);
}

.content-nav {
	width: 210px;
	height: 70px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	caret-color: transparent;
}

.content-nav-text {
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
}

.content-right-title {
	padding: 20px 0;
	font-size: 24px;
	font-family: MicrosoftYaHei;
	color: #333333;
}

.content-right-line {
	width: 100%;
	height: 1px;
	background-color: #EDEDED;
	margin-bottom: 34px;
}

.content-right-gyyq {
	width: 911px;
	height: auto;
}

.content-right-zzjg {
	width: 920px;
	height: 602px;
	background-color: #999999;
}

.content-right-yqgh {
	width: 792px;
	height: 1120px;
	margin-left: 48px;
}

.content-right-lxfs {
	width: 827px;
	/* height: 555px; */
	background: #F6F6F6;
	padding: 30px 48px;
}

.content-right-lxfs-texts {
	display: flex;
	flex-wrap: wrap;
}

.content-right-lxfs-text {
	margin-right: 80px;
	margin-bottom: 20px;
}

.content-right-lxfs-map {
	width: 826px;
	height: 386px;
}

.img img {
	display: block;
	height: 100%;
	width: 100%;
}

.img {
	overflow: hidden;
	width: 121px;
	height: 160px;
	background: #C6C6C6;
	margin: auto 0;
	margin-left: 30px;
	margin-right: 20px;
}

.paging_list {
	display: flex;
	flex-wrap: wrap;
}

ul {
	padding-inline-start: 0px;
}

.paging_list li {
	width: 49%;
	margin: 0 2% 20px 0;
	height: 220px;
	background: #F6F6F6;
	overflow: hidden;
	cursor: pointer;
}

.paging_list li:nth-child(2n) {
	width: 49%;
	margin: 0 0 20px 0;
	height: 220px;
	background: #F6F6F6;
	overflow: hidden;
	cursor: pointer;
}

.paging_container {
	width: 100%;
}

.paging_container h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 35px;
}

.paging_container .time {
	font-size: 14px;
	color: #00D59C;
}

.paging_container .box {
	padding: 3px;
	width: 80%;
}

.paging_container .text {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333333;
}

.time {
	margin: 8px auto;
	color: #7f7f7f;
}

.paging_btn {
	display: flex;
	justify-content: space-around;
}

.paging_btn span:hover {
	background: #00D59C;
	color: #FFFFFF;
}

.paging_active {
	background: #00D59C;
	color: #FFFFFF;
}

span {
	width: 28px;
	height: 28px;
	/* background: #F4F4F5; */
	color: #859295;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	border-right: 0;
	border-radius: 3px;
	margin-right: 5px;
}

span:nth-last-child {
	border: 1px solid #ccc;
}

.paging_content {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.paging_first,
.paging_last,
.paging_up,
.paging_down {
	width: 56px;
	height: 28px;
	background: #F4F4F5;
	border-radius: 3px;
	line-height: 28px;
	color: #B2B2B2;
	cursor: pointer;
	text-align: center;
	border-right: 0;
	font-size: 13px;
	margin-right: 5px;
}

.paging_last {
	/* border: 1px solid #ccc; */
	margin-right: 10px;
}

.paging_first:hover,
.paging_last:hover,
.paging_up:hover,
.paging_down:hover {
	background-color: #00D59C;
	color: #fff;
}

.paging_Btn p {
	color: red;
}

.paging_textBox {
	margin-right: 10px;
	font-size: 13px;
	color: #6E6F7B;
}

.paging_textBox input {
	margin: 0 2px;
	width: 28px;
	height: 28px;
	background: #F4F4F5;
	border-radius: 3px;
	outline: none;
	border: none !important;
}

.paging_textBox button {
	width: 56px;
	height: 28px;
	background: #00D59C;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 28px;
	transition: .5s;
	margin-left: 10px;
	outline: none;
	border: none !important;
}

/* .paging_textBox button:hover {
	background: #b6b6b6;
} */

.paging_max {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #8b8b8b;
}

/* 注意!! 这个两个样式是一些效果必备的! */
.paging_none {
	display: none !important;
}

.paging_btn_none_block {
	display: block !important;
}
