.wq-main{
	padding: 0 4%;
	flex: 1;
}

.wq-main-info{
	max-width: 1200px;
	margin: 12px auto 60px;
	overflow: hidden;
	background:#FFF;
}

.introduction{
  padding:20px;
}

.introduction .p-title{
  width: 100%;
  display: inline-block;
  font-size: 28px;
  color: #333;
  height: 80px;
  line-height: 110px;
  margin-bottom: 20px;
  border-bottom: 3px #d4281a solid;
}

.introduction p{
	width: 100%;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 30px;
}

.authorization{
	display: flex;
	flex-direction:row;
	justify-content: space-between; 
}

.authorization-box{
	width: 32%;
	text-align: center;
	margin: 20px 0;
}

.authorization-box .auth-txt{
	text-align: center;
	text-indent:0;
	line-height: 40px;
}

.map{
	width: 100%;
    height: 500px;
    margin: 20px 0;
    border: 1px #736f6f solid;
}

