body{
	font-size: 16px;
	font-family: "Microsoft YaHei";
}
*{
	outline: none;
}

.title{
	width: 100%;
	height: 180px;
	background: url("bg.png") no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}
.title h1{
	font-size: 30px;
	color: #FFFFFF;
}

/* 当前位置 */
.dqwz p{
	margin-top: 30px;
	height: 30px;
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	line-height: 14px;
	border-bottom: 1px dashed #E5E5E5;
}
.dqwz p a{
	font-size: 14px;
	line-height: 14px;
	color: rgba(0,0,0,0.60);
}

.main_con{
	min-height: 550px;
	padding: 30px 0;
}
.main_con a{
	width: 380px;
	height: 70px;
	background: #F1F2F3;
	/*box-shadow: 0 2px 10px 0 rgb(153 153 153 / 30%);*/
	margin-right: 30px;
	justify-content: flex-start;
	align-items: center;
	padding:0 25px;
	font-size: 16px;
	color: #2B2F32;
	font-weight: 400;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	line-height: 70px;
	margin-bottom: 30px;
}
.main_con a:nth-child(3n+3){
	margin-right: 0px;
}
.main_con a:hover {
	color: #ffffff;
	background-color: #1677ff;
}