/**!
 * 安徽省建设厅-网站地图
 * author: wangkai;
 */
 
/* main */

.ewb-main {
    padding-top: 20px;

}

.site-map-hd {
	height: 36px;
	line-height: 36px;
	padding-left: 26px;

}

.site-map-hd a {
	font-size: 18px;
	font-weight: bold;
	color: #1e50ae;
}

.site-map-bd {
	border: 1px solid #e0e0e0;
	margin-top: 30px;
	border-radius: 5px 5px 0px 0px;
}

.site-map-bd.mt21 {
	margin-top: 21px;
}

.site-map-name {
	padding-left: 29px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #e0e0e0;

}

.site-map-name a {
	font-size: 16px;
	font-weight: bold;
	color: #2168a2;
}

.site-map-list {
	padding: 14px 0px 14px 20px;
}

.site-map-list li {
	float: left;
	width: 164px;
	height: 36px;
	line-height: 36px;
	font-family: "SimSun";
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}

.site-map-list .last-site-map {
	width: 136px;
}


.site-map-list a {
	display: block;
	color: #666;
	width: 90%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-map-list a:hover {
	color: #ff0000;
}

.ewb-com-hd {
    text-align: center;
    overflow: hidden;
	padding-top: 50px;
}

.ewb-com-tt {
    display: inline-block;
    padding: 0 10px;
    min-width: 182px;
    font-size: 30px;
    text-align: center;
    position: relative;
    line-height: 32px;
}

.ewb-com-tt a {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.ewb-com-tt p {
    line-height: 24px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.ewb-com-l {
    position: absolute;
    height: 26px;
    width: 509px;
    left: -509px;
    top: 50%;
    margin-top: -13px;
    background: url("../images/l_img.png") left center no-repeat;
}

.ewb-com-r {
    position: absolute;
    height: 26px;
    width: 509px;
    right: -509px;
    top: 50%;
    margin-top: -13px;
    background: url("../images/r_img.png") right center no-repeat;
}


