@charset "utf-8";

.new-service{
	width:100%;
}
.new-serv-lst{
	width:100%;
	height:74px;
	margin:0 auto;
	background-color: #fff;
	padding: 17px 0 5px;
}
.new-serv-lst ul li{
	width:70px;
	height:100px;
	float:left;
	text-align:center;
	font-size:13px;
	line-height:160px;
	color:#666;
}
.new-serv-lst ul{
	margin:0 0 0 2%;
}
.new-serv-lst1{
	margin:0;
	background-image:url(../images/new_serv_lst1.png);
	background-repeat: no-repeat;
}
.new-serv-lst2{
	background-image:url(../images/new_serv_lst2.png);
	background-repeat: no-repeat;
	margin:0 0 0 3%;
}
.new-serv-lst3{
	background-image:url(../images/new_serv_lst3.png);
	background-repeat: no-repeat;
	margin:0 0 0 3%;
}
.new-serv-lst4{
	background-image:url(../images/new_serv_lst4.png);
	background-repeat: no-repeat;
	margin:0 0 0 3%;
}
.new-serv-main{
	width:100%;
	height:auto;
}
.new-serv-main .main{
	width:100%;
	height:auto;
	border-bottom:2px solid #9b2034;
}
.new-serv-main .main .main-s1{
	text-align:center;
	background-color:#9b2034;
	color:#FFF;
	border:1px solid #9b2034;
}
.new-serv-main .main .main-s2{
	float:right;
}
.new-serv-main .main-m{
	width:auto;
	height:auto;
	margin:0 auto;
}
#body .new-serv-main .main-m, .new-main .new-serv-main .main-m{background:#fff none repeat scroll 0 0;}
.new-serv-main .main-m ul li{
	width:33%;
	height:170px;
	float:left;
	margin:1px 0 1px 1px;
	overflow:hidden;
	vertical-align:text-bottom;
	font-size:12px;
}
.new-serv-main .main-m ul li .bottom{
	width:100%;
	height:35px;
	padding:5px 0 0 0;
	text-align:center;
	color:#6E6E6E;
	word-break:break-all;
}
.new-serv-main .main-m ul li span{
	display:block;
	width:auto;
	height:12px;
	line-height:12px;
	text-align:center;
	color:#C00;
	margin:3px 0 0 0;
}
.clear{clear: both;}