.a1tit{
	font-size: 30px;
	color: #333333;
	text-align: center;
	padding: 0 0 40px 0;
}
.a1time{
	margin-bottom: 40px;
	display:flex ;
	align-items: center;
	justify-content: space-between;
}
.row-a1 div ul li:first-child{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	border-left: 2px solid #f7931e;
	padding-left: 10px;
}
.a1btn a{
	  border-width: 1px;
	  border-color: rgb(186, 156, 120);
	  border-style: solid;
	  border-radius: 5px;
	  background-color: rgb(186, 156, 120);
	  width: 118px;
	  height: 38px;
	  color: #FFF;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 16px;
}
.a1time div ul li:last-child{
	font-size: 14px;
	color: #666;
	
	
}
.row-a1{
	padding: 60px 0 80px 0;
}
.row-a1 div ul li:first-child{
	margin: 0 0 20px 0;
}
.a1-introduce ul li{
	line-height: 2em;
	color: #666;
}