
/* CSS Document */
a{color: inherit;}

/*客户数据*/
.s_text{ padding:2%; }
.s_text .st_01{ font-size:14px; color:#676767;}
.s_text .st_02{ font-size:16px; color:#484747; padding-top:10px; line-height:25px;}
.s_text .st_02 a{ color:#0a4ea1;}
.s_text .st_02 span{ display:inline-block; margin-right:30px;}
.table_list{ margin-top:20px; width:100%; border-top:#e2e2e2 1px dotted; margin-bottom:50px;}
.table_list li{ font-size:16px; color:#000; height:49px; line-height:49px; border-bottom:#e2e2e2 1px dotted; background:url(../image/tab.jpg) no-repeat 10px center; padding-left:47px;}
.table_list li span{ display:inline; float:right; font-size:14px; color:#8c8c8c;}
.table_list li span.xz{ background:url(../image/xz.jpg) no-repeat left center; width:100px; padding-left:25px; }

@media screen and (max-width: 768px) {
	.table_list li{ height:auto; line-height:26px; padding:10px 0 10px 47px; ; }
	.table_list li a{ display:inline-block; width:70%; }
	.table_list li span.xz{ width:70px;}
}

