.fu_bg{
	width: 1200px;
	height: 259px;
	background: url(../images/fu_bg2.png) no-repeat;
	padding: 20px 30px;
}
.fu_bg ul{
	margin-top: 0px;
}

.xuan_title{
	width: 1200px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto;
}
.xuan_title li{
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	background: url(../images/nque.png) no-repeat;
	cursor:pointer;
}

.xuan_title li.li{
	background: url(../images/que.png) no-repeat;
	color: #FFFFFF;
}

.xuan_title li:hover{
	background: url(../images/que.png) no-repeat;
	color: #FFFFFF;
}


.list{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
}

.list p{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	align-items: center;
	border-bottom: 1px solid #754e96;
	width: 564px;
	padding: 10px 20px;
}

.list p span:nth-child(1){
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 360px;
}

.list p span:nth-child(1) img{
	margin-right: 10px;
}

.list p span:nth-child(2){
	width: 50px;
}
.list p span:nth-child(3){
	width: 114px;
}
.list p:nth-child(2n){
	margin-left: 70px;
}








