
.top{
	height: .96rem;
	width: 100%;
	background: #2c2155;
	color: #ffba00;
	font-size: .38rem;
	line-height: .96rem;
	text-align: center;
}
.list{
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.list li{
	width: 2.5rem;
	height: 2rem;
	border-right: .01rem solid #f2f1f0;
	border-bottom: .01rem solid #F2F1F0;
	text-align: center;
	box-sizing: border-box;
}
.photo {
	width: .8rem;
	margin-top: .4rem;
}
.content{
	font-size: .26rem;
	color: #666;
	margin-top: -.15rem;
}
.service{
	display: flex;
	margin: .1rem;
	justify-content: space-between;
}
.left,.right{
	width: 3.6rem;
	height: 1.5rem;
	background: #fff;
	display: flex;
	align-items:center;
}
.serPhoto{
	height: 1rem;
	margin-left: .14rem;
}
.box{
	margin-left: .18rem;
}
.tag_title{
	color: #333;
	font-size: .3rem;
}
.tag_time{
	font-size: .28rem;
	color: #b5b4b4;
}
..tag_qq{
	margin-top: .15rem;
}
@media only screen and (max-width: 360px) {
	.tag_time{
		transform: scale(.8);
		width: 120%;
		margin-left: -.3rem;
	}
	.tag_qq{
		margin-left: -.13rem;
		letter-spacing: .01rem;
	}
}
