.list_lb {
	background-color: #F5F7FA;
}

.list_con {
	padding: 25px 0 30px 0;
	background-color: #F5F7FA;
	position: relative;
}


#RightHeight a {
	word-break: break-all;
}

#RightHeight table {
	max-width: 100% !important;
}


.nav_left {
	width: calc(100% - 80% - 20px);
	float: left;
	box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 0.7);
	background-color: #FFFFFF;
	border-top: 2px solid #007fc3;
	padding: 0 15px;
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.nav_title {
	border-bottom: 1px dashed #E5E5E5;
	text-align: center;
	font-size: 22px;
	color: #007fc3;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav_left>ul>li {
	font-size: 16px;
	color: #333333;
}

.nav_left>ul>li>a {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #E5E5E5;
}

.nav_active>a,
.nav_left>ul>li>a:hover {
	background-color: #007fc3;
	color: #FFFFFF;
	position: relative;
	transition: 0.3s;
	border-bottom: 1px solid #007fc3 !important;
}

.nav_active>a:after,
.nav_left>ul>li>a:hover:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 45%;
	left: 12%;
	margin: auto;
	background-color: #FFFFFF;
	transition: 0.3s;
}

.nav_bottom {
	/* position: absolute;
		bottom: 15px; */
	width: 100%;
	margin-top: 40px;
}

.nav_bottom_button {
	margin-bottom: 20px;
}

.nav_bottom_button>a {
	margin-right: 10px;
	width: calc(50% - 8px);
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 20px 0;
	height: 100px;
	overflow: hidden;
}

.nav_bottom_button>a:nth-child(2n) {
	margin-right: 0;
}

.nav_bottom_button>a.t1 {
	background: #5FA1EF;
}

.nav_bottom_button>a.t2 {
	background: #0B6DB8;
}

.nav_bottom_button>a.t3 {
	background: #588A87;
}

.nav_bottom_button>a.t4 {
	background: #CDA684;
}

.nav_bottom_button>a.t5 {
	background: #CDC67E;
}

.nav_bottom_button>a.t6 {
	background: #A181CC;
}

.nav_bottom_button>a.t7 {
	background: #7E9DCC;
}

.nav_bottom_button>a>img {
	height: 32px;
	width: 32px;
	margin-bottom: 5px;
}

.nav_bottom_button>a>p {
	color: #FFFFFF;
	font-size: 14px;
}

.nav_bottom_text {
	margin-top: 10px;
}

.nav_bottom_text_box {
	margin-bottom: 20px;
}

.nav_bottom_text_box>div {
	margin-bottom: 5px;
}

.nav_bottom_text_box>div>img {
	margin-right: 10px;
	float: left;
}

.nav_bottom_text_box>div>span {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.nav_bottom_text_box>p {
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	padding-left: 32px;
	width: 100%;
}

.nav_left ul li {
	cursor: pointer;
}

.nav_left ul li a {
	width: 100%;
	/* overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; */
}

.nav_left>ul>li>ul {
	display: none;
}

.nav_left>ul>li>ul>li>a,
.nav_left>ul>li>ul>li>ul>li>a {
	display: block;
	/* height: 45px;
		line-height: 45px; */
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav_left>ul>li>ul>li>a {
	padding-left: 20%;
	background-color: #d4f7eb;
	position: relative;
}

.nav_left>ul>li>ul>.nav_active_s>a,
.nav_left>ul>li>ul>li>a:hover {
	background-color: #A8EED6;
	transition: 0.3s;
}

.nav_left>ul>li>ul>.nav_active_s>a:after,
.nav_left>ul>li>ul>li>a:hover:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 45%;
	left: 12%;
	margin: auto;
	background-color: #FFFFFF;
	transition: 0.3s;
}

.nav_left>ul>li>ul>li>ul {
	display: none;
}

.nav_left>ul>li>ul>li>ul>li>a {
	padding-left: 30%;
	background-color: #EDFAF6;
	position: relative;
}

.nav_left>ul>li>ul>li>ul>.nav_active_last>a,
.nav_left>ul>li>ul>li>ul>li>a:hover {
	color: #007fc3;
	transition: 0.3s;
}

.nav_left>ul>li>ul>li>ul>.nav_active_last>a:after,
.nav_left>ul>li>ul>li>ul>li>a:hover:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 45%;
	left: 20%;
	margin: auto;
	background-color: #007fc3;
	transition: 0.3s;
}

@media screen and (max-width:750px) {

	/* 列表页 */
	.banner_general {
		/*padding-top: 50px;*/
		height: 0 px
	}

	.container {
		width: 100%;
	}

	.nav-position-inner {
		height: 30px;
		line-height: 30px;
	}

	.nav_left {
		width: 100%;
		float: initial;
		border-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.nav_left ul {
		display: flex;
		flex-wrap: wrap;
	}

	.nav_left ul li {
		font-size: 14px;
		margin-right: 18px;
	}

	.nav_bottom {
		display: none;
	}

	.nav_title {
		display: none;
	}

	.nav_body {
		width: 100%;
		float: initial;
		padding: 20px;
	}

	.list_title span {
		font-size: 18px;
	}

	.xwzx_body {
		margin-bottom: 30px;
	}

	.xwzx_body .yyjjtext {
		margin-top: 30px;
	}

	.xwzx_body_time h1 {
		font-size: 14px;
	}

	.xwzx_body_time p {
		font-size: 12px;
	}

	.nav_active>a:after,
	.nav_left>ul>li>a:hover:after {
		display: none;
	}

	.nav_body .xwzx_body a .xwzx_body_time {
		margin: 0;
	}

	.nav_body .xwzx_body.pic a .xwzx_body_time {
		width: 110px;
		height: 110px;
	}

	.nav_body .xwzx_body a .xwzx_body_time {
		border-right: 0;
		padding-right: 20px;
	}

	.xwzx_body.pic .xwzx_body_text {
		margin-top: 0;
	}

	.xwzx_body_text span {
		-webkit-line-clamp: 3;
		font-size: 14px;
		line-height: 20px;
	}

	.xwzx_body a {
		padding: 25px 0;
	}

	.xwzx_body .yyjjtext img {
		width: 100% !important;
		height: auto !important;
	}

	.xwzx_body_text p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.page a {
		padding: 5px 8px;
	}

	.page .thisclass {
		padding: 5px 8px;
	}

	.xqy_box {
		padding: 20px;
	}

	.xqy_title p {
		font-size: 16px;
	}

	.xqy_title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.xqy_ly {
		margin-bottom: 30px;
		line-height: 1.5;
	}

	.xqy_ly span {
		font-size: 13px;
		;
	}

	.xqy_con img {
		width: 100% !important;
		height: auto !important;
	}

	.xqy_fj .sp {
		margin-bottom: 10px;
	}

	.xqy_fj .sp,
	.xqy_fj .xp {
		width: 100%;
		font-size: 14px;
	}

	.xqy_fj a {
		font-size: 14px;
	}
}