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: #4E9ED6;
}

/* 展示说明 */
.display {}

.display-left {
	float: left;
	width: 220px;
}

.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: 55px;
	line-height: 55px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
}




.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: 26px;
	border: none;
}

.display-left ul li span a {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	text-align: left;
	box-sizing: border-box;
	/* padding-left: 40px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.display-left ul li:last-child span {
	border: none;
}


.display-right {
	float: right;
	width: 960px;
	/* height: 840px; */
	background-color: #FFFFFF;
	padding-bottom: 80px;
}

.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: 0 25px;
	box-sizing: border-box;
}

.content p {
	width: 100%;
	margin: 40px 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}

.content p span {
	/* color: #3FAB15; */
	display: flex;
	align-items: center;
	/* margin-bottom: 15px; */
}

.content p span::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 18px;
	background: #007CC9;
	margin-right: 8px;
}


.display-left ul li:last-child span a {
	border: none;
}

.display-left ul li span,
.display-left ul li span a {
	display: block !important;
	/* align-items: center; */
}

.display-left ul li:first-of-type span a,
.display-left ul li:nth-of-type(3) span a,
.display-left ul li:nth-of-type(5) span a {
	line-height: 50px;
}


footer{
	margin-top: 50px;
}