* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

body {
	background: #f5f5f5;
}

.counter {
	width: 1200px;
	margin: 0 auto;
}

.toad {
	height: 20px;
	line-height: 20px;
	font-size: 8px;
	margin-top: 15px;
}

.toad span a {
	color: #333;
	font-family: .PingFang SC-Regular, PingFang SC;
}

.toad span:nth-child(1) a {
	color: #999;
}

/* 盒子 */
.personBox {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.personBox_left {
	width: 710px;    background: #fff;padding: 35px;
}

.person_head {
	width: 710px;
	height: 350px;
	display: flex;
	justify-content: space-between;
}

.picBox,
.picBox img {
	width: 340px;
	height: 340px;
}

.person_sy {
	width: 350px;
	height: 334px;
}

.person_sy .name {
	width: 280px;
	height: 39px;
	line-height: 39px;
	display: block;
	border-bottom: 1px dashed #ccc;
	font-size: 20px;
	overflow: hidden;
}

.person_sy p {
	height: 40px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.person_sy p span {}

.btnBoxs {
	display: flex;
	align-items: center;
}

.btnBoxs span {
	display: block;
	width: 108px;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	border: none;
	text-align: center;
	background: #0372e4;
	margin-top: 20px;
	margin-right: 20px;
}

.person_con {
	margin-top: 20px;

}

.person_con span {
	display: block;
	width: 650px;
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	color: #0077c3;
	border-bottom: 1px dashed #ccc;
}

.introduce {
	font-size: 12px;
	text-indent: 24px;
	margin-top: 10px;
	line-height: 22px;
	text-indent: 28pt;
}

.personBox_right {
	width: 340px;    background: #fff;padding: 30px;
}

.personBox_ {
	width: 340px;
}

.personBox_ span {
	display: block;
	font-size: 16px;
	color: #082c51;
	line-height: 40px;
	border-bottom: 2px solid #dedede;
	margin-top: -2px;
	position: relative;
	left: 0;
}

.personBox_right .personBox_ span::after {
	content: '';
	width: 110px !important;
	height: 2px !important;
	background-color: #0077c3;
	position: absolute;
	left: 0;
	top: 40px;
	width: 0;
	height: 0;
}
.personBox_right .personBox_:nth-child(2) span::after {
	width: 142px !important;
}
.personBox_ li{
	height: 35px;
	border-bottom: 1px dashed #d5d5d5;
	font-size: 14px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.personBox_ li a{
	color: #6e6e6e;
}
.gongyiBox{
	margin-top: 30px;
}
    