/* CSS Document */

/*
**zt level
*/
.special {
	height: auto;
	margin-top: 10px;
}
.special .path {
	position: relative;
}
.special .path .con {
	border-bottom: 0;
}
.specialBox {
	height: auto;
	position: relative;
	background-color: #D2D2D2;
	margin-top: 10px;
}
.specialBox .sbicon {
	background-image: url(v20151117-1.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
}
.specialBox .sbicon.sb-tl {
	background-position: 0 0;
	top: 0;
	left: 0;
}
.specialBox .sbicon.sb-tr {
	background-position: 100% 0;
	top: 0;
	right: 0;
}
.specialBox .sbicon.sb-bl {
	background-position: 0 100%;
	bottom: 0;
	left: 0;
}
.specialBox .sbicon.sb-br {
	background-position: 100% 100%;
	bottom: 0;
	right: 0;
}
.specialBox .hf {
	height: 30px;
	line-height: 30px;
}
.specialbg {
	width: 95%;
	background-color: #FFF;
	margin: auto;
	height: auto;
	position: relative;
}
.specialbg .sbicon {
	background-image: url(v20151117-2.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
}
.specialbg .sbicon.sb-tl {
	background-position: 0 0;
	top: 0;
	left: 0;
}
.specialbg .sbicon.sb-tr {
	background-position: 100% 0;
	top: 0;
	right: 0;
}
.specialbg .sbicon.sb-bl {
	background-position: 0 100%;
	bottom: 0;
	left: 0;
}
.specialbg .sbicon.sb-br {
	background-position: 100% 100%;
	bottom: 0;
	right: 0;
}
.specialbg .item {
	padding: 30px 30px 0 30px;
	padding: 20px 30px 0 30px\9;
	height: auto;
	clear: both;
}
.specialbg .item .lw {
	width: 49%;
	height: 333px;
}
.item-title {
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #D30003;
	position: relative;
}
.item-title h2 {
	position: absolute;
	left: 30px;
	font-size: 16px;
	background-color: #D30003;
	width: 100px;
	text-align: center;
	color: #FFFFFF;
}
.item-title a.more {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #EDEDED;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 51px;
}
.item-title a.more:hover {
	color: #FFFFFF;
	background-color: #D30003;
}
.item-content {
	background: url(v20151117-4.gif) repeat-x bottom;
	height: 140px;
	margin: 10px 10px;
}
.item-content address, .item-content-nobl address {
	font-style: normal;
}
.item-content address p, .item-content-nobl address p {
	line-height: 22px;
	padding-top: 5px;
}
.item-content-nobl {
	height: 140px;
	margin: 10px 10px;
}