.friendlink-page .sec1 ul{
	padding-top: 63px;
}
.friendlink-page .sec1 ul li{
	width: 25%;
	float: left;
}
.friendlink-page .sec1 ul li a{
	font-size: 24px;
	color: #666;
	display: block;
	padding-left: 43px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/friendlink_sec1_icon1.png);
	height: 30px;
	line-height: 30px;
}
.friendlink-page .sec1 ul li a:hover,.friendlink-page .sec1 ul li a.active{
	color: #ea5404;
	background-image: url(../images/friendlink_sec1_icon2.png);
}
@media only screen and (max-width:1024px){
	
}
@media only screen and (max-width:414px){
	.friendlink-page .sec1 .inner{
		max-width: 90%;
		min-width: 90%;
	}
	.friendlink-page .sec1 ul li{
		width: 50%;
		margin-bottom: 20px;
		padding-left: 10%;
	}
	.friendlink-page .sec1 ul li a{
		font-size: 1.2rem;
		padding-left: 23px;
		height: 20px;
		line-height: 20px;
		background-size: auto 20px;
	}
}