body {
	background-color: #F3F3F3;
}


/* 大图 */
.big-img {
	width: 100%;
	/* height: 578px; */
}

.big-img img {
	width: 100%;
	/* height: 100%; */
}

.location {
	text-align: left;
	margin: 14px auto;

}

.location span a {
	padding: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:first-child {
	margin-right: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:last-child i {
	display: none;
}

.location span:last-child a {
	color: #007CC9;
}

/* 展示说明 */
.display {
	margin-bottom: 50px;
}

.display-left {
	float: left;
	width: 280px;
}

.overall-one {
	width: 100%;
	height: 70px;
	/* line-height: 70px; */
	text-align: center;
	background: linear-gradient(90deg,#00A3D9, #0959DC );
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	/* line-height: 48px; */
}

.display-left ul {
	width: 100%;
}

.display-left ul li {
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}

.display-left ul li.on {
	background: linear-gradient(90deg,#00A3D9, #0959DC );
	opacity: 0.7;
}

.display-left ul li.on span a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 56px;
	border: none;
}

.display-left ul li span {
	width: 100%;
	display: inline-block;
	/* border-bottom: 1px solid #ccc; */
	text-align: center;
	box-sizing: border-box;
	/* padding-left: 40px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.display-left ul li:last-child span {
	border: none;
}

/* 左侧二级 */
.display-left ul .list-menu {
	width: 100%;
	background-color: #FFFFFF;
}

.display-left ul .list-menu {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px;
	/* display: none; */
}

.display-left ul .list-menu p {
	width: 100%;
	box-sizing: border-box;
	padding-left: 70px;
	text-align: left;
		line-height: 45px;
	height: 45px;
	cursor: pointer;
}

.display-left ul .list-menu p a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 45px;
}

.display-left ul .list-menu p:last-child {
	border-bottom: 1px solid #CCCCCC;
}

.display-left ul .list-menu p.on a{
	color: #007CC9;
}



.display-right {
	float: right;
	width: 890px;
	background-color: #FFFFFF;
	padding-bottom: 65px;
}

.title {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #ccc;
}

.title h1 {
	text-align: left;
	/* width: 100%; */
	box-sizing: border-box;
	padding-left: 25px;
	height: 100%;
}

.title h1 span {
	/* width: 110px; */
	height: 100%;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #007CC9 ;
	position: relative;
}

.title h1 span::after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: linear-gradient(90deg,#00A3D9, #0959DC );
	opacity: 0.7;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.content {
	width: 100%;
	padding-left: 25px;
	/* padding-right: 55px; */
	box-sizing: border-box;
}

.content ul {
	width: 100%;
}

.content ul li {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}

/* 带图版 */
.content ul li.li1 img {
	width: 220px;
	height: 124px;
	float: left;
}

.content ul li.li1 div {
	float: right;
	width: 630px;
}

.content ul li.li1 div h2 a {
	display: inline-block;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content ul li.li1 div p:nth-child(2) {
	margin-bottom: 15px;
}

.content ul li.li1 div p a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content ul li.li1 div p span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-right: 95px;
}

.content ul li.li1 div p span:last-child {
	margin-right: 0px;
}

/* 纯文字版 */
.content ul li.li2 {
	width: 100%;
}

.content ul li.li2 h2 a {
	display: inline-block;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content ul li.li2 p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.content ul li.li2 p:nth-child(2) {
	margin-bottom: 15px;
}

.content ul li.li2 p span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-right: 95px;
}

.content ul li.li2 p span:last-child {
	margin-right: 0px;
}

.content ul li.li2 p a{
	position: relative;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: block;
}

.content ul li.li2 p a::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.content ul li.li2 .more {
	width: 80px;
	height: 26px;
	background: rgba(27, 43, 118, 0);
	border: 1px solid #CCCCCC;
	border-radius: 13px;
	float: right;
	/* margin-top: 40px; */
}

.content ul li.li2 .more a {
	width: 100%;
	height: 100%;
	line-height: 100%;
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	float: none;
	text-align: center;
}

/* 分页标签 */
/* 翻页 */
.pages {
	text-align: center;
	font-size: 14px;
	clear: both;
	margin-top: 30px;
}

.pages li::before {
	display: none !important;
}

.pages li {
	margin-right: 10px !important;

}

.pages .page-active {
	border: 1px solid #349E6D;
	background-color: #349E6D;
}

.pages .page {
	width: 30px !important;
	height: 30px !important;
	text-align: center;
	font-size: 13px;
	padding: 0 !important;
}

.page-previous,
.page-next {
	width: 50px !important;

	text-align: center;
	font-size: 13px;
	padding: 0 !important;
}

.pages .page-active a,
.page-previous a,
.page-next a {
	text-align: center;
	color: #fff;
	float: none !important;
}

.pages .page a {
	display: block;
	width: 100%;
	height: 100%;
}

.pages>li a {
	color: #333;
}

.pages>li {
	border: 1px solid #ccc;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px 5px;
}
