.left {
	padding-top: 44px;
	padding-left: 44px;
	width: 250px;
}

.left a {
	display: block;
	width: 137px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #797979;
	color: #000;
}

.left a+a {
	border-top: 0
}

.right {
	margin-top: -100px;
	margin-left: 250px;
	min-width: 500px;
	width: calc(100% - 250px);
	font-size: 16px
}

.content {
	text-align: left;
	position: relative;
}

.title::after {
	content: "";
	display: block;
	background: url("../images/contactWay/line.png") no-repeat;
	margin-top: 5px;
	height: 2px;
	width: 100%;
}

.title {
	font-size: 16px;
	font-weight: 600
}

.content ul {
	padding-top: 10px;
}

.content li {
	height: 40px;
	line-height: 40px;
}

.mail {
	color: #ff6a17
}