
.marginB{
	margin-bottom: 30px;
}
.shiyeTit{
	padding-top:20px;
	height:50px;
	border-bottom: 2px solid #004a94;
}
.shiyeTit img{
	float: left;
	margin-right: 10px;
}
.shiyeTit p{
	float: left;
	font-size: 20px;
	color:#004a94;
}
.newsTit{
	border-color: #cc5f29;
}
.newsTit p{
	color:#cc5f29;
}
.newsTit a{
	float: right;
	color:#cc5f29;
	line-height: 26px;
	font-size: 12px;
}


.shiyeList a{
	display: block;
}
.shiyeList a dl{
	padding-top:20px;
}

.shiyeList a dl dt{
	height:86px;
}
.shiyeList a dl dd{
	text-align: center;
	padding-top: 10px;
	color:#004a94;
	font-size: 16px;
}

.shiyeList .shiye01 dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/b/1.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye01:hover dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/a/1.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye02 dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/b/2.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye02:hover dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/a/2.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye03 dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/b/3.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye03:hover dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/a/3.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye04 dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/b/4.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye04:hover dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/a/4.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye05 dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/b/5.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye05:hover dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/a/5.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye06 dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/b/6.png) no-repeat center 0;
	background-size: contain;
}
.shiyeList .shiye06:hover dl dt{
	background: url(https://cdn.51zasafe.com/zun/site/m/a/6.png) no-repeat center 0;
	background-size: contain;
}
.newsList li{
	background: url(../img/newsListBg.png) no-repeat 0 23px;
}
.newsList li .liCon{
	height:44px;
	padding-top:20px;
	border-bottom: 1px dashed #ddd;
	margin-left:18px;
}
.newsList li a{
	font-size: 14px;
	color:#333;
	float: left;
	width:80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsList li span{
	float: right;
	color:#999;
	font-size: 14px;
}

.newsList .liBgB{
	background: url(../img/newsListBg02.png) no-repeat 0 23px;
}
.newsList .liBgB a{
	color:#004b93;
	text-decoration: #004b93;
}





@media only screen and (min-width: 100px) and (max-width: 768px) {
	.shiyeList a dl{
		padding-top:10px;
	}
	.shiyeList a dl dt{
		height:50px;
	}
	.shiyeList a dl dd{
		text-align: center;
		padding-top: 5px;
		color:#004a94;
		font-size: 14px;
	}
}