/**!
 * 重点政务信息
 * author: shenyh;
 * date:2017-09-14
 */


/* 重点政务信息 */

.ewb-key-hd {
    height: 52px;
    line-height: 50px;
    text-align: center;
    border-top: 4px solid #0063b8;
    background: #63abe5;
}

.ewb-key-hd>a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.ewb-key-bd {
    padding: 20px 0 50px 20px;
    background: url("imagessubimageskey_bg.jpg") left bottom no-repeat #fff;
}

.ewb-key-item {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: url("imagessubimageskey_list.png") 0 50% no-repeat;
}

.ewb-key-item>a {
    padding-left: 26px;
    font-size: 16px;
    color: #0063b8;
}

.ewb-key-item:hover {
    cursor: pointer;
    background-image: url("imagessubimageskey_listh.png");
}

.ewb-key-item:hover a {
    color: #ff8b17;
}




/* 重大项目 */

.ewb-import {
    background: #fff;
}

.ewb-import-tt {
    width: 232px;
    height: 55px;
    line-height: 54px;
    background: #0063b8;
    text-align: center;
    border-bottom: 1px solid #0063b8;
}

.ewb-import-tt a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-import-hd {
    height: 55px;
    border-bottom: 1px solid #c8dff1;
}

.ewb-look {
    margin-right: 30px;
    margin-top: 12px;
    position: relative;
    padding-right: 74px;
    width: 200px;
    height: 30px;
    border: 1px solid #0063b8;
    background-color: #fff;
    border-radius: 4px;
}

.ewb-look-inp {
    display: block;
    width: 100%;
    height: 100%;
    *height: 29px;
    line-height: 29px;
    border: 0;
    outline: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #999;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ewb-look-btn {
    position: absolute;
    right: -1px;
    top: 0;
    width: 64px;
    height: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #0063b8;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(imagessubimageslook_btn.png);
}



/*  实事项目及进展情况 */

.ewb-import-bd {
    min-height: 720px;
    margin: 0 30px;
}

.ewb-news {
    padding-top: 10px;
}

.ewb-news-hd {
    height: 50px;
    border-bottom: 1px solid #c8dff1;
}

.ewb-news-items {
    padding-top: 10px;
}

.ewb-news-item>a {
    display: block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}

.ewb-news-item.current>a {
    color: #0063b8;
    border-bottom: 3px solid #0063b8;
}

.ewb-more {
    color: #666;
    padding-top: 24px;
}


/* pad phone */

@media (max-width: 979px) {
    .ewb-import-tt {
        width: 132px;
    }
}

/* pad */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-key-bd {
        padding-left: 0;
    }
    .ewb-key-item a {
        font-size: 14px;
        letter-spacing: -1px;
        padding-left: 15px;
    }
}

/* phone */

@media (max-width: 767px) {
    .ewb-key-bd {
        padding-bottom: 20px;
        background: #fff;
    }
    .ewb-import-bd {
        height: auto;
        padding-bottom: 15px;
    }
}

/* phone */

@media (max-width: 480px) {

    .ewb-look {
        margin-right: 10px;
        width: 110px;
        padding-right: 50px;
    }

    .ewb-look-btn {
        width: 40px;
        background-size: 50%;
    }

    .ewb-look-inp {
        font-size: 12px;
    }
    .ewb-news-item>a{
        padding:0 10px;
    }
}


/* 大屏幕 */

@media (min-width: 980px) {
    body {
        min-width: 1200px;
    }
}