/* main */

.ewb-main {
    width: 1000px;
	margin:auto;
	margin-top:10px;
	padding: 20px 25px 25px 25px;
	background:#FFF;
    /* background: url(images/main_bg.png) repeat; */
}

@media(max-width: 1048px) {
    .ewb-main {
        padding: 10px 0 20px 0;
    }
}


/* 面包屑 */

.ewb-location {
    line-height: 28px;
    padding-left: 25px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    background: url("images/location_icon.png") 2px center no-repeat;
}

.ewb-location a {
    color: #666;
}

.ewb-red {
    color: #c01a1b;
}


/* 市政府组成部门 */

.ewb-public-hd {
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 8px 16px;
    background: #f0f3f6;
}

.ewb-public-hd a {
    display: block;
    color: #004177;
    padding-left: 15px;
    border-left: 5px solid #004277;
}

.ewb-public-bd {
    padding-top: 11px;
}

.ewb-public-items {
    position: relative;
    z-index: 20;
}

.ewb-public-item {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    font-size: 14px;
    width: 16.6%;
    *width: 16%;
    float: left;
}

.ewb-second-wrap {
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-public-item a {
    color: #333;
}

.ewb-public-item a:hover {
    color: #c01a1b;
}

@media(max-width: 767px) {
    .ewb-public-item {
        width: 33.2%;
    }
}


/* 三级栏目 */

.ewb-third-wrap {
    display: none;
    position: absolute;
    z-index: 999;
    width: 320px;
}

@media(max-width:767px) {
    .ewb-third-wrap {
        width: auto;
        left: 0;
        right: 0;
    }
}

.ewb-third-arr {
    position: absolute;
    left: 30px;
    top: -17px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 8px solid #5796C5;
}

.ewb-special .ewb-third-wrap {
    right: 0;
}

.ewb-special .ewb-third-arr {
    left: auto;
    right: 116px;
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-special .ewb-third-arr {
        right: 80px;
    }
}

@media(max-width: 767px) {
    .ewb-third-arr {
        display: none;
    }
}

.ewb-third-info {
    background-color: #5796C5;
}

.ewb-public-item:hover .ewb-third-wrap {
    display: block;
}

.ewb-third-items>li {
    float: left;
    margin: 0 10px;
    line-height: 28px;
}

.ewb-third-items>li>a {
    color: #fff;
}