.list-main {
	background: #FFFFFF;
}

.list-main>div.content,
.list-main>div.address {
	width: 1060px;
	margin: 0 auto;
	display: block;
}

.list-main>div.content {
	margin-top: 30px;
}

.list-main>div.top {
	margin-bottom: 30px;
}

.content>h3 {
	width: 100%;
	height: 50px;
	background: #900A09;
	line-height: 50px;
	font-size: 26px;
	color: #FFFFFF;
	padding-left: 30px;
	text-shadow: 5px 0 5px #5e0403;
	text-transform: uppercase;
	font-weight: normal;
}

.list-main>div.content .newsItem-sty2 {
	margin-bottom: 30px;
}

.address {
	border-bottom: 2px solid #900A09;
	padding-bottom: 5px;
	overflow: hidden;
	clear: both;
        color: #666666;
}

.address a,.address span {
	/*height: 30px;*/
	line-height: 21px;
	color: #666666;
}
.address img {
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}
.address ul li{
	display: inline-block;
}
.address ul li:last-child span{
	display: none;
}