/* 新闻动态 */
.main-box{
	width: 100%;
	padding-top: 0.5rem;
	margin-bottom: 0.6rem;
}
.main-box .title-box{
	background-color: #ffffff;
	margin-bottom: 0.5rem;
}
.main-box .service-item{
	width: 100%;
	min-height: 1rem;
	box-sizing: border-box;
	height: auto;
	padding: 0 0.3rem;
}
.service-list{
	width: 100%;
	height: 1.8rem/* 180px */;
	display: block;
	margin-bottom: 0.35rem;
	box-shadow: 0 0.03rem/* 3px */ 0.08rem/* 8px */ rgba(0,0,0,0.3);
}
.service-list img{
	height: 100%;
	width: 2.36rem/* 236px */;
}
.service-list .times{
	font-size: 0.18rem/* 18px */;
	width: 100%;
	text-align: right;
	margin-top: 0.15rem;
	margin-bottom: 0.05rem;
	padding-right: 0.2rem;
}
.text-item{
	height: 100%;
	width: 4rem;
	float: right;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.text-item .title{
	margin-top: 0.2rem/* 30px */;
	font-size: 0.2rem/* 18px */;
	margin-bottom: 0.11rem/* 11px */;
	color: #f27537;
	font-weight: bold;
	width: 100%;
}
.text-item .tetx{
	font-size: 0.18rem/* 18px */;
	color: #5f5f5f;
	padding-right: 0.2rem;
}