/**!
 * 武昌区人大-通用二级页
 * author: wangkai;
 */


/* main */


/*左侧*/

.ewb-left {
    height: 867px;
    background: url(imagesmenu_img.jpg) center bottom no-repeat #e8f2fb;
    position: relative;
}

.ewb-left-ico {
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 20px;
    background: url(imagesleft_ico.png);
}

.ewb-menu-hd {
    height: 94px;
    line-height: 94px;
    text-align: center;
}

.ewb-menu-tt {
    display: inline-block;
    padding-left: 54px;
    font-size: 28px;
    font-weight: bold;
    color: #2f93dd;
    background: url(imagesmenu_tt.png) left center no-repeat;
}

.ewb-menu-list {
    padding-top: 3px;
}

.ewb-menu-node {
    margin-bottom: 1px;
    height: 52px;
    line-height: 52px;
    vertical-align: top;
}

.ewb-menu-name {
    display: block;
    padding-left: 16%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: url(imagesmenu_ico.png) 7% center no-repeat #cce4f7;
}

.ewb-menu-name:hover, .ewb-menu-name.current {
    background-color: #9eccef;
}


/*右侧*/

.ewb-right {
    margin: 20px 0 0 -20px;
    height: 860px;
}

.ewb-location {
    line-height: 56px;
    background-color: #a0cdef;
}

.ewb-location p {
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background: url(imageslocation_ico.png) 30px center no-repeat;
}

.ewb-location p a {
    color: #fff;
}

.ewb-location p span {
    color: #004f9f;
}

.ewb-info-list {
    padding: 20px 30px 42px 30px;
}

.ewb-list-node {
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    vertical-align: top;
    font-size: 16px;
    background: url(imagesdian.png) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 68%;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
    color: #ff8b17;
}


/* 分页 */

.ewb-paging {
    line-height: 26px;
    padding: 0 30px;
}

.ewb-paging-left {
    float: left;
    color: #666;
}

.ewb-total {
    margin: 0 8px;
    color: #0063b8;
}

.ewb-page-number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 16px 0 10px;
}

.ewb-page-number select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 6px;
    width: 51px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ddd;
    color: #666;
    vertical-align: top;
    *vertical-align: middle;
}

.ewb-page-cur {
    margin: 0 4px;
    color: #0063b8;
}

.ewb-page {
    float: right;
    text-align: right;
    height: 26px;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current {
    border: 0;
    height: 26px;
    line-height: 26px;
    color: #0063b8;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-go:hover>a, .ewb-page-hover:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    color: #555;
}

@media (max-width: 1200px) {
    .ewb-menu-tt {
        padding-left: 40px;
        font-size: 24px;
    }
    .ewb-menu-name {
        font-size: 12px;
        background: url(imagesmenu_ico.png) 5% center no-repeat #cce4f7;
    }
    .ewb-paging-left, .ewb-page {
        float: none;
        display: block;
        text-align: center;
    }
    .ewb-page {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .ewb-location p, .ewb-list-node {
        font-size: 14px;
    }
    .ewb-info-list {
        padding: 20px 20px 30px 20px;
    }
    .ewb-right {
        margin-left: -14px;
    }
    .ewb-paging {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .ewb-left {
        height: auto;
        background: #e8f2fb;
    }
    .ewb-left-ico {
        display: none;
    }
    .ewb-menu-hd {
        height: 60px;
        line-height: 60px;
    }
    .ewb-right {
        margin: 10px 0 0 0;
        height: auto;
        padding-bottom: 20px;
    }
    .ewb-location {
        padding: 13px 0;
        line-height: 30px;
    }
    .ewb-location p {
        font-size: 12px;
        padding-left: 30px;
         background: url(imageslocation_ico.png) 10px center no-repeat;
    }
    .ewb-info-list {
        padding: 10px 10px 20px 10px;
    }
    .ewb-list-node {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .ewb-list-name {
        width: 65%;
    }
    .ewb-paging {
        padding: 0;
    }
    .ewb-paging-left, .ewb-page {
        font-size: 12px;
    }
    .ewb-page-number {
        margin: 0 10px;
    }
}
