.mainContent {
	font-size: 15px;
	line-height: 2em;
	color: #333;
	padding: 30px 0;
}
.mainTitle {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mainTitle > span {
	position: relative;
}
.mainTitle > span:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	right: 100%;
	background: #ddd;
	top: 50%;
	margin-top: -1px;
	margin-right: 30px;
}
.mainTitle > span:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 100%;
	background: #ddd;
	top: 50%;
	margin-top: -1px;
	margin-left: 30px;
}
.content1 {
	padding-left: 500px;
	position: relative;
}
.content1 .cover {
	position: absolute;
	width: 470px;
	height: 100%;
	background-image: url("https://cdn.7peng.com/file/CpFzdKZutEQJKFevgPBrvmDvQqB1cI9r.jpeg/w800");
	background-size: cover;
	left: 0;
	top: 0;
}
.historyList > li {
	font-size: 0;
}
.historyList > li > div {
	display: inline-block;
	font-size: 15px;
}
.historyList > li > div.pic {
	width: 50%;
	/*background: red;*/
	float: right;
	position: relative;
	padding: 40px 0;
	padding-left: 50px;
}
.historyList > li > div.info {
	float: right;
	text-align: right;
	line-height: 1.8em;
	position: relative;
	padding: 40px 0;
	padding-right: 50px;
}
.historyList > li > div.info:after {
	height: 100%;
	width: 2px;
	background: var(--primary);
	position: absolute;
	top: 0;
	right: -1px;
	content: "";
}
.historyList > li > div.pic:before {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid var(--primary);
	content: "";
	position: absolute;
	top: 48px;
	left: -6px;
	z-index: 2;
}
.historyList > li > div.info:before {
	height: 2px;
	width: 40px;
	background: var(--primary);
	content: "";
	position: absolute;
	top: 53px;
	right: 0;
}
.historyList > li > div.info > h4 {
	color: var(--primary);
}
.historyList > li.right .pic {
	float: left;
	padding-left: 0;
	padding-right: 50px;
}
.historyList > li.right .info {
	float: left;
	text-align: left;
	padding-right: 0;
	padding-left: 50px;
}

.historyList > li.right > div.info:after {
	right: auto;
	left: -1px;
}
.historyList > li.right > div.pic:before {
	left: auto;
	right: -6px;
}
.historyList > li.right > div.info:before {
	right: auto;
	left: 0;
}
.picItem {
	width: 100%;
	height: 99px;
	overflow: hidden;
}
.historyNow {
	text-align: center;
}
.historyNow > span {
	background: var(--primary);
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	line-height: 70px;
	font-size: 20px;
}
.partnerItem {
	text-align: center;
}
.partnerItem > .pic {
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.partnerList {
	margin: 0;
	font-size: 13px;
	color: #555;
}
.partnerList .col-4 {
	padding: 0;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #f1f2f3;
	padding: 20px;
}
.mapImg {
	width: 100%;
}
.sourceList > li {
	position: relative;
	padding-left: 120px;
	height: 100px;
	color: #999;
}
.sourceList > li > h2 {
	color: #444;
}
.sourceList > li > i {
	position: absolute;
	left: 30px;
	top: 20px;
	font-size: 50px;
	color: #777;
}
.wenhua > div > div {
	color: #777;
}
.liuchengContainer {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.lItem {
	width: 20%;
	height: 516px;
	padding-top: 250px;
	font-size: 20px;
	border: 8px solid #eff3f5;
	float: left;
	box-sizing: border-box;
}
.lItem:nth-child(even) {
	padding-top: 0;
	padding-bottom: 250px;
}
.lItem > .content {
	height: 100%;
	padding-top: 40px;
	position: relative;
}
.lItem > .content > .title {
	color: #333;
	padding-bottom: 10px;
	margin-top: 20px;
}
.lItem > .content > .text {
	font-size: 15px;
	color: #777;
	line-height: 36px;
	text-align: center;
}
.lItem > .content:after {
	height: 20px;
	width: 100%;
	background: var(--yellow);
	position: absolute;
	left: 0;
	top: -10px;
	content: "";
}
.lItem:nth-child(even) > .content:after {
	top: auto;
	bottom: -10px;
	background: var(--primary);
}
.lItem:first-child > .content:after {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.lItem:last-child > .content:after {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.lItem > .content:before {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid var(--yellow);
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
}
.lItem:nth-child(even) > .content:before {
	border-top: none;
	border-bottom: 30px solid var(--primary);
	top: auto;
	bottom: 0;
}
.lItem > .content > .tubiao {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -25px;
}
.lItem > .content > .tubiao:before {
	content: "";
	width: 50px;
	height: 50px;
	background: var(--yellow);
	display: block;
	border-radius: 10px;
	transform: rotate(45deg);
}
.lItem > .content > .tubiao > i {
	position: absolute;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 24px;
}
.lItem:nth-child(even) > .content > .text {
	padding-bottom: 40px;
}
.lItem:nth-child(even) > .content > .tubiao {
	top: auto;
	bottom: -100px;
}
.lItem:nth-child(even) > .content > .tubiao:before {
	background: var(--primary);
}
.breadcrumb {
	margin: 0;
}
.youshiItem {
	position: relative;
	padding-left: 80px;
	margin-bottom: 40px;
}
.youshiItem > .icon {
	position: absolute;
	font-size: 50px;
	color: #999;
	left: 0;
	top: -10px;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	color: var(--primary);
}
.youshiItem > .title {
	color: #444;
}
.youshiItem > .content {
	color: #999;
	font-size: 15px;
	font-weight: normal;
	height: 90px;
	line-height: 30px;
}
