@charset "UTF-8";
/*zwp 2017-10-39*/
/*公共部分开始*/
.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
.pic img{
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	}
.pic img:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	}

/*2*/
.list2Dl{margin: 0 -15px;}
.list2Dl dt{
	display: inline;
	float: left;
	overflow: hidden;
	width: 50%;
	margin-bottom: 30px;
}
.list2Dl.type2 dt{
	float: right;	
}
.list2Dl dt a{
	display: block;
	overflow: hidden;
	margin: 0 15px;
	position: relative;
}
.list2Dl dt a:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}
.list2Dl dt a .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.list2Dl dt a .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.list2Dl dt a .txt{
	width: 100%;
	height: 57px;
	background-image: url(../images/icon8.png);
	background-position:center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	padding-top: 49px;
}
.list2Dl dt a .txt .divT{
	display: inline;
	float: left;
	height: 57px;
	padding-left: 23px;
	line-height: 57px;
	color: #ffffff;
	font-size: 18px;
}
.list2Dl dt a .txt .divT2{
	display: inline;
	float: right;
}
.list2Dl dt a .txt .divT2 span{
	display: inline;
	float: left;
	height: 57px;
	line-height: 57px;
	padding: 0 26px 0 29px;
	font-size: 14px;
	color: #fff;
	background-position:left center;
	background-repeat: no-repeat;
}

.list2Dl dd{
	display: inline;
	float: left;
	overflow: hidden;
	width: 25%;
	margin-bottom: 30px;
}
.list2Dl.type2 dd{
	float: right;	
}
.list2Dl.type1 dd{width:50%;}
.list2Dl.type1 dd:nth-child(3){margin-bottom:10px}
.list2Dl.type1 dd:nth-child(4){margin-bottom:10px}
.list2Dl dd a{
	display: block;
	overflow: hidden;
	margin: 0 15px;
	position: relative;
}
.list2Dl dd a:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}
.list2Dl.type1 dd a:after{padding-top: 49.91%}
.list2Dl.mv dd a:after{padding-top: 49.91%}
.list2Dl dd a .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.list2Dl dd a .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.list2Dl dd a .txt{
	width: 100%;
	height: 57px;
	background-image: url(../images/icon8.png);
	background-position:top center;
	background-repeat: no-repeat;
	background-size:100% 100%;;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	padding-top: 20px;
}
.list2Dl dd a .txt .divT{
	height: 28px;
	overflow: hidden;
	padding-left: 23px;
	line-height: 28px;
	color: #ffffff;
	font-size: 14px;
}
.list2Dl.type1 dd a .txt .divT{
	display: inline;
	float: left;
}
.list2Dl dd a .txt .divT2{
	padding-left: 23px;
}
.list2Dl.type1 dd a .txt{height:46px;padding-top: 45px;}
.list2Dl.type1 dd a .txt .divT2{
	display: inline;
	float: right;
}
.list2Dl dd a .txt .divT2 span{
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 26px 0 29px;
	font-size: 14px;
	color: #fff;
	background-position:left center;
	background-repeat: no-repeat;
}

/*
///////////////////二级页面
*/
/*当前位置*/
.pageBox{padding-top:20px;box-sizing: border-box;}

/*分页*/	
.page {
	padding:5px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
	font-family:"宋体";
}
.page a {
	border: 1px solid #dddddd;
	padding:6px 9px;
	color:#383737;
	border-radius:3px;
	background: #fafafa;
}
.page a:hover {
	border: 1px solid #3280fc;
	background: #3280fc;
	color: #fff;
}
.page a.hover {
	border: 1px solid #3280fc;
	background: #3280fc;
	color: #fff;
}
.page input {
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e4e4e4;
}
.page input.pageDetail {
	width: 30px;
	height:22px;
	text-align: center;
	border-radius:3px;
	background: #fafafa;
}
.page label{color:#393939;}
.page input.page_bnt {
	border: none;
	width:30px;
	height: 25px;
	cursor:pointer;
	background:none;
}
/*列表页*/
.newsList{margin: 0 -11px;}
.newsList dd{
	display: inline;
	float: left;
	width: 25%;
	overflow: hidden;
}
.newsList dd .divC{
	overflow: hidden;
	margin: 0 11px;
	padding:10px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 10px #f2f2f2;
	margin-bottom: 22px;
}
.newsList dd .divC .div1{
	clear: both;
	overflow: hidden;
}
.newsList dd .divC .div1 img{
	display: block;
	width: 83px;
	height: 83px;
	margin: 0 auto;
	border-radius: 100%;
	border: 3px solid #f5f5f5;
	margin-top: 4px;
}
.newsList dd .divC .div1 .div1_t{
	clear: both;
	height:43px;
	line-height: 43px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.newsList dd .divC .div1 .icon{
	width: 11px;
	height: 2px;
	margin: 0 auto;
	background: #d0d0d0;
}
.newsList dd .divC .txt{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	padding: 0 13px;
	margin-top: 12px;
	text-align: center;
	display: -webkit-box;   
	-webkit-box-orient: vertical;   
	-webkit-line-clamp: 2;   
	overflow: hidden;
	
}
.newsList dd .divC .more{
	display: block;
	width: 148px;
	height: 36px;
	margin: 0 auto;
	border-radius: 20px;
	background: #d1bfa9;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	margin-top: 40px;
	margin-bottom: 40px;
}
.newsList dd .divC .more:hover{background: #3280fc}
.newsList dd .divC .div2{
	margin: 16px 15px 20px 15px;
	overflow: hidden;
	padding-top: 16px;
	border-top:1px solid #f5f5f5; 
}
.newsList dd .divC .div2 span{
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #b3b3b3;
}
.newsList dd .divC .div2 span.span1{
	display: inline;
	float: left;
	padding-right: 24px;
	border-right: 1px solid #f5f5f5;
}
.newsList dd .divC .div2 span.span2{
	display: inline;
	float: right;
}
.newsList dd .divC .div2 span i{color:#999999;font-style: normal}
.listVBox1{
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.listVBox1L{
	display: inline;
	float: left;
	width: 278px;
	height: 400px;
	overflow: hidden;
	background: #fafafa;
}
.listVBox1L .div1{
	height: 260px;
	overflow: hidden;
}
.listVBox1L .div1 img{
	display: block;
	width: 83px;
	height: 83px;
	margin: 0 auto;
	border-radius: 100%;
	border: 3px solid #f5f5f5;
	margin-top: 37px;
}
.listVBox1L .div1 .div1_t{
	clear: both;
	height:43px;
	line-height: 43px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.listVBox1L .div1 .div1_div{
	width:235px;
	height: 52px;
	overflow: hidden;
	margin: 0 auto;
}
.listVBox1L .div1 .div1_div div{
	display: inline;
	float: left;
	width: 50%;
	position: relative;
}
.listVBox1L .div1 .div1_div div:nth-child(1):after{
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background: #f1f1f1;
	position: absolute;
	top:13px;
	right: 0;
}
.listVBox1L .div1 .div1_div div span{
	display: block;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.listVBox1L .div1 .div1_div div em{
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #b3b3b3;
	font-style: normal;
}
.listVBox1L .div2{
	height:116px;
	overflow: hidden;
	background: #ffffff;
	padding:24px 0 0 30px;
}
.listVBox1L .div2 span{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 15px;
}

.listVBox1R{
	display: inline;
	float: right;
	width: 892px;
	height: 400px;
}
.listVBox1R .picBox{
	width:100%;
	padding-top:44.84%;
	overflow: hidden;
	position: relative;
}
.listVBox1R .picBox img{
	display: block;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/**/
.list2Dl .txt2{
	height:25px;
	overflow: hidden;
	line-height: 35px;
	margin: 0 15px;
}
.list2Dl .txt2 span{
	display: block;
	float: left;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	width: 80%;
	text-align: left;
}
.list2Dl .txt2 em{
	display: block;
	float: right;
	height: 25px;
	color: #fe8e02;
	padding-left:20px;
	font-style: normal;
	background-image: url(../images/icon9h2.png);
	background-position: left 12px;
	background-repeat: no-repeat;
	background-size: auto 12px;
}
.retrieveBox{
	margin: 0 15px;
	overflow: hidden;
	position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.retrieveBox:before{
	content: "";
	display: block;
	width: 100%;
	background: #fff;
	padding-top:calc(100% + 25px);
}
.retrieveBox:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2)}
.retrieveBoxC{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* overflow-y: auto; */
    padding: 20px 30px;
    box-sizing: border-box;
}
.retrieveBoxCBox{
	overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
.retrieveBoxC .divT{
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 16px;
}
.retrieveBoxC a{
	display: block;
	float: left;
	width: 50%;
	overflow: visible;
	line-height:15px;
	padding:7px 0;
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	margin: 0 !important;
	padding-right: 10px;
}
.retrieveBoxC a:after{display: none !important;}
.retrieveBoxC a.hover{color:#3280fc}
.retrieveBoxC a:hover{ text-decoration: underline}
.pic img{
	background:#fff;
	background-image: url(../images/loading2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 10%;
}
/*
//////////////////////////响应处理
*/
/*---1200---*/
@media only screen and (max-width: 1200px){
	.h_320Slide .owl-item{transition-duration: 1000000000s}
	.h10{height:5px}
	.h50{height:20px}
	.h20{height:5px}
	.h30{height:20px}
	.wrap{
		width:100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	/*top*/
	.logo a{
		background-image: url(../images/logo2.png);
		background-size: auto 39px;
	}
	.menuBt{display: block}
	.menu_icon{display: none}
	.menuBox{visibility: hidden;}
	.menuBox{
		float: none;
		width: 100%;
		position:fixed;
		top: 60px;
		left: 0;
		bottom: 0;
		overflow: hidden;
		overflow-y: auto;
		z-index: 9;
		transform: rotateX(90deg);
		transform-origin: center top;
		visibility: hidden;
	}
	.sj{
		transition-duration: 0.3s;
		transition-timing-function: linear;
		transition-property: all;	
	}
	.menuBox.show{
		visibility: visible;
		transform: rotateX(0deg);	
	}
	.menuDl{float: none;padding:15px 0;background: #282828;}
	.menuDl dd{
		display: block;
		float: none;
		width: 100%;
	}
	.menuDl dd a{
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		text-align: center;
	}
	.menuDl dd.hover a{background: #3280fc;}
	.headBoxR{float: none;padding:0 10px}
	.searchBox{
		display: flex;
		float: none;
		width:100%;
		height: 40px;
		overflow: hidden;
		border-radius: 20px;
		background: #3d3d3d;
		margin-top: 13px;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.searchBox input{
		flex:1;
		float: none;
		width:auto;
		height: 40px;
		overflow: hidden;
		line-height: 34px;
		padding-left:20px;
		background: none;
		border: none;
		color: #fff;
		font-size: 14px;
		font-family: "microsoft yahei"
	}
	.searchBox a{
		display:block;
		width:50px;
		height: 40px;
		background-image: url(../images/icon1h.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 16px;
	}
	.headBt {
		display: block;
		float: none;
		width:100%;
		height: 40px;
		margin: 10px auto;
		margin-top: 13px;
		font-size: 15px;
		text-align: center;
		line-height: 40px;
	}
	.head_a{
		float:none;
		line-height: 40px;
		font-size: 15px;
		text-align: center;
	}
	.banner{margin-top:60px}
	.banner .owl-controls .owl-prev{display: none !important}
	.banner .owl-controls .owl-next{display: none !important}
	/**/
	.ixBoxT{height:50px;margin-bottom:0}
	.ixBoxT span{line-height:50px;font-size: 18px}
	.ixBoxT em{line-height:55px;}
	.ixBoxT .more{margin-top: 12px}
	/**/
	.list1Dl dd a span{font-size: 17px}
	.list2Dl{margin: 0 -5px;}
	.list2Dl dt{margin-bottom:10px}
	.list2Dl dd{margin-bottom:10px;margin-top:10px;}
	.list2Dl dt a{margin: 0 5px;}
	.list2Dl dd a{margin: 0 5px;}	
	.list2Dl dd .retrieveBox{margin: 0 5px;}	
	.list2Dl dd .txt2{margin: 0 5px;}	
	.list2Dl dt a .txt{display: flex}
	.list2Dl dt a .txt .divT{
		flex:1;
		font-size: 17px;
		padding-left: 10px;
		padding-right: 10px;
		display: -webkit-box;   
		-webkit-box-orient: vertical;   
		-webkit-line-clamp: 1;   
		overflow: hidden;
	}
	.list2Dl.type1 dd a .txt{height:55px}
	.list2Dl.type1 dd a .txt .divT{display: block;float: none;padding-left:10px}
	.list2Dl.type1 dd a .txt .divT2{display: block;float: none;padding-left:10px}
	.list2Dl dd a .txt .divT{
		padding-left:10px;
		float: none;
		clear: both;
		flex:1;
		display: -webkit-box;   
		-webkit-box-orient: vertical;   
		-webkit-line-clamp: 1;   
		overflow: hidden;
	}
	.list2Dl dd a .txt .divT2{padding-left:10px;}
	.list2Dl dd a .txt .divT2 span{padding:0 13px 0 22px}
	
}
/*----768-----*/
@media only screen and (max-width: 768px){
	.headBox{height:50px}
	.menuBt{
		top:3px;
		transform: scale(1);
		-webkit-transform: scale(1);
		}
	.banner{ margin-top: 50px}
	.menuBox{top:50px}
	.menuDl dd a{font-size: 14px}
	.headBt{font-size: 14px}
	.head_a{font-size: 14px}
	.list1Dl{text-align: center; font-size: 0}
	.list1Dl dd{
		display: inline-block;
		float: none;
		width:33.33%;
	}
	.list1Dl dd:nth-child(10){width:100%;}
	.list1Dl dd:nth-child(10) a span{
		height: 300px;
		line-height: 300px;
		margin-top:-150px;
	}
	.list2Dl dt{width: 100%}
	.list2Dl dd{width:50%;margin-top:10px;}
	.list2Dl dt a .txt{background-size:100% 100%}
	.newsList dd{width:50%}
	.newsList dd .divC .div2{display: flex}
	.newsList dd .divC .div2 span{flex:1}
	.newsList dd .divC .div2 span.span2{padding-left:20px;text-align: right}
	.newsList dd .divC .div2 span.span1{padding-right:10px;}
	.listVBox1{display: block}
	.listVBox1L{
		display: block;
		float: none;
		margin-right: 0;
		width: 100%;
		height:185px;
	}
	.listVBox1L .div1{
		float: left;
		width: 50%;
		box-sizing: border-box;
		height:185px;
	}
	.listVBox1L .div2{
		float: right;
		width: 50%;
		box-sizing: border-box;
		height:185px;
		padding-top: 40px;
	}
	.listVBox1L .div1 .div1_t{
		height:20px;
		line-height: 20px;
	}
	.listVBox1R{
		width: 100%;
		height: auto;
		display: block;
		float: none;
		flex:none;
	}
}
/*----414-----*/
@media only screen and (max-width: 414px){
	.h30{height:10px}
	.bannerC{padding-top:35%}
	.list1Dl dd{width:50%}
	.list1Dl dd:nth-child(10){width:50%;}
	.list1Dl dd a span{font-size: 14px;}
	.ixBoxT{height: 35px;}
	.ixBoxT span{line-height:35px;font-size: 16px;}
	.ixBoxT em{line-height:39px;font-size: 12px;}
	.ixBoxT .more{
		margin: 2px;
		font-size: 12px;
		background-size: auto 10px;
	}
	.ixPicBox a{padding-top:15%}
	.list2Dl.type1 dd{width:100%}
	.list2Dl dt a .txt{height:30px;padding-top:30px}
	.list2Dl dd a .txt{height:45px;padding-top:30px}
	.list2Dl.type1 dd a .txt{height:45px;padding-top:30px}
	.list2Dl dt a .txt .divT{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl dd a .txt .divT{font-size: 12px;height:18px;line-height: 18px;}
	.list2Dl.type1 dd a .txt .divT{font-size: 12px;height:18px;line-height: 18px;}
	.list2Dl dt a .txt .divT2 span{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl dd a .txt .divT2 span{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl.type1 dd a .txt .divT2 span{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl .txt2 span{font-size: 13px;font-weight: normal;width:70%;text-align: left;} 
	.list2Dl .txt2 em{font-size: 12px;} 
	
	.h_320Slide .item a span{
		font-size: 12px;
		height:22px;
		line-height: 22px;
	}
	.footBox1{padding:10px 0}
	.footBox1 .wrap{display:block}
	.footBox1 .divT{ text-align: center}
	.footBox1 .icon{ margin:0 auto}
	.footBox1 .txt{font-size: 12px;text-align: center;line-height:18px;}
	.footBox1 .QQ{
		margin: 0 auto;
		margin-top: 2px;
	}
	.footLogo{
		display: block;
		height:40px;
		float: none;
		margin: 0 auto;
		clear: both;
		background-size: auto 30px
	}
	.footBox2{height:auto;}
	.footBox2 .wrap{display: flex}
	.footShare{
		transform-origin: left center;
		transform: scale(0.8)}
	.footShare a{width:20px !important;}
	.footBox2R{flex:1;line-height: 16px; font-size: 12px;}
	.locationBox{height:40px}
	.locationBox .divT{
		height:40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 25px;
		background-size: auto 18px;
	}
	.locationBox .fr{
		height:40px;
		line-height: 42px;
		font-size: 12px;
	}
	.lcNav{margin-top: 1px;}
	.retrieveBoxC a{width:100%;padding-left:10px}
	.newsList dd .divC .div1 .div1_t{
		font-size: 14px;
		height:40px;
		line-height: 40px;
	}
	.newsList dd .divC .txt {
		height:38px;
		font-size: 12px;
		line-height: 18px;
		padding: 0 5px;
		margin-top:8px;
	}
	.newsList dd .divC .more {
		width: 110px;
		margin-top:5px;
		margin-bottom:10px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.newsList dd .divC .div2 {
		margin:5px 10px 10px 10px;
		padding-top: 6px;
	}
	.newsList dd .divC{padding:5px;}
	.newsList dd .divC .div2{ display: block}
	.newsList dd .divC .div2 span{font-size: 12px}
	.newsList dd .divC .div2 span.span1{
		display: block;
		padding-right: 0;
		float: none;
		border-right:none 
	}
	.newsList dd .divC .div2 span.span2{
		display: block;
		padding-left: 0;
		float: none;
		text-align: left;
	}
	.page label{display: none}
	.page input.pageDetail{display: none}
	.page input.page_bnt{display: none}
	.page a{display: none;font-size:12px}
	.page span{display: none}
	.page a.pa{display:inline-block}
	.listVBox1{padding-top:10px}
	.listVBox1L{height:110px}
	.listVBox1L .div1{position: relative;height:110px}
	.listVBox1L .div1 img{
		float: left;
		width: 65px;
		height: 65px;
		margin-left: 5px;
	}
	.listVBox1L .div1 .div1_t{
		width: 65px;
		font-size: 13px;
		margin-left: 5px;
	}
	.listVBox1L .div1 .div1_div{
		width:50%;
		position: absolute;
		top:12px;
		right:5px;
		height:auto;
	}
	.listVBox1L .div1 .div1_div div{
		padding:0 5px;
		box-sizing: border-box;
		float: none;
		display: block;
		width:auto
	}
	.listVBox1L .div1 .div1_div div span{
		font-size: 12px;
		height:18px;
		line-height: 18px;
		text-align: left;
	}
	.listVBox1L .div1 .div1_div div em{
		font-size: 12px;
		height:18px;
		line-height: 18px;
		text-align: left;
	}
	.listVBox1L .div1 .div1_div div.fl em{margin-bottom: 5px}
	.listVBox1L .div2{height:110px;padding-top: 8px;padding-left:5px}
	.listVBox1L .div1 .div1_div div:nth-child(1):after{display: none}
	.footBox1 .QQ{
		height:18px;
		line-height:18px;
		background-size: auto 15px;
	}
	.listVBox1L .div2 span{font-size: 12px;padding-left:16px}
	.listVBox1L .div2 span.span1{background-size: auto 14px;}
	.listVBox1L .div2 span.span2{background-size: auto 12px;}
	.listVBox1L .div2 span.span3{background-size: auto 12px;}
}
