/**!
 * 首页
 * author: fxyue
 * date:2020-08-19
 */
.ewb-mt20 {
    margin-top: 20px;
}

.ewb-model-one {
    padding: 10px 0;
    background: #fff;
}

/* 轮播 */
.ewb-scroll {
    margin: 10px 0 10px 20px;
}

.item {
    display: block;
}

.owl-carousel .owl-item img {
    height: 380px;
}

/* 文字介绍 */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 100px;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-weight: 16px;
    background: rgba(51, 51, 51, 0.7);
}

.ewb-img-intro>p {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 分页按钮 */

.owl-dots {
    position: absolute;
    right: 9px;
    bottom: 16px;
    height: 8px;
    z-index: 60;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.ewb-scroll button.owl-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.ewb-scroll .owl-dot.active {
    background: #fff;
}

/* pad */
@media (max-width:979px) {
    .ewb-scroll {
        margin: 0 10px;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }
}

/* 列表 */
.ewb-show {
    margin-right: 20px;
    height: 400px;
    overflow: hidden;
}

.ewb-show-list {
    border-top: 1px solid #e4ebf0;
    padding: 10px 0 9px;
}

.ewb-show-list:first-child {
    border-top: 0;
}

.ewb-show-list>img {
    float: left;
    width: 130px;
    height: 80px;
}

.ewb-show-box {
    margin-left: 150px;
    overflow: hidden;
}

.ewb-show-infor {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
}

.ewb-show-infor a {
    color: #333;
}

.ewb-show-date {
    line-height: 20px;
    color: #999;
    margin-top: 12px;
}

/* pad */
@media (max-width:979px) {
    .ewb-show {
        margin: 10px 10px 0;
    }
}


.ewb-model-two {
    background: #fff;
}

/* 焦点动态 */
.ewb-focus {
    height: 430px;
    padding-top: 12px;
    margin-left: 20px;
}

.ewb-focus-bd {
    height: 345px;
    overflow: hidden;
}

.ewb-focus-list {
    padding: 27px 12px;
    border-top: 1px solid #e9eef2;
}

.ewb-focus-date {
    float: left;
    width: 60px;
    height: 60px;
    background: #a6ccf4;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 6px;
    line-height: 18px;
}

.ewb-focus-date p:first-child {
    font-size: 30px;
    line-height: 30px;
    font-family: "SourceHanSansCN-Bold";
}

.ewb-focus-box {
    margin-left: 75px;
    overflow: hidden;
}

.ewb-focus-infor {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.ewb-focus-infor a {
    color: #333;
}

.ewb-focus-txt {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.ewb-focus-list:hover {
    background: #fafafa;
}

/* pad */
@media (max-width:979px) {
    .ewb-focus {
        height: auto;
        padding: 10px;
        margin: 0;
    }

    .ewb-focus-bd {
        height: auto;
    }

    .ewb-focus-list {
        padding: 15px 10px;
    }
}

/* 信息公开 */
.ewb-open {
    background: #edf6fc;
    height: 430px;
}

.ewb-open-hd {
    height: 60px;
    background: url("../images/open_hd_bg.jpg") bottom left repeat-x;

}

.ewb-open-tt {
    float: left;
    width: 246px;
    padding-left: 12px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
    background: url("../images/open_tt_bg.png") left center no-repeat;
}

.ewb-open-bd {
    padding: 28px 12px 0;
    overflow: hidden;
}

.ewb-open-bd>ul {
    margin-top: -44px;
}

.ewb-open-list {
    float: left;
    width: 50%;
    margin-top: 44px;
}

.ewb-open-item {
    display: block;
    width: 100px;
    margin: 0 auto;
    color: #333;
}

.ewb-open-item>img {
    display: block;
    width: 100px;
    height: 100px;
}

.ewb-open-item>p {
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.ewb-open-item:hover {
    color: #4370ef;
}


/* 列表模块 */
.ewb-notice {
    background: #fff;
    height: 720px;
    padding: 12px 0 18px;
}

.ewb-com-left {
    margin: 0 13px 0 20px;
}

.ewb-com-right {
    margin: 0 20px 0 13px;
}

.ewb-com {
    padding-top: 10px;
}

.ewb-com-bd {
    margin-top: 9px;
    height: 276px;
    overflow: hidden;
}



/* pad */
@media (max-width:979px) {

    .ewb-com-left,
    .ewb-com-right {
        margin: 0 10px;
    }

    .ewb-notice {
        height: auto;
        padding: 10px 0 20px;
    }

    .ewb-com {
        padding-top: 0;
    }

    .ewb-com-bd {
        height: auto;
    }
}

/* 专题专栏 */
.ewb-pic {
    background: #fff;
    padding: 9px 20px 0;
}

.ewb-pic-bd {
    padding: 24px 0 28px;
    overflow: hidden;
}

.ewb-pic-box {
    height: 102px;
    overflow: hidden;
    margin-left: -20px;
}


.ewb-pic-list {
    float: left;
    width: 290px;
    height: 102px;
}

.ewb-pic-item {
    display: block;
    padding-left: 20px;
    width: 290px;
    height: 102px;
}

.ewb-pic-item>img {
    display: block;
    width: 270px;
    height: 102px;
}

/* 县区纪委 */
.ewb-city {
    background: #fff;
    padding: 11px 20px 0;
}

.ewb-city-bd {
    padding: 13px 0 23px;
}

.ewb-city-bd>ul {
    margin-left: -14px;
}

.ewb-city-list {
    float: left;
    width: 14.28%;
    margin-top: 10px;
}

.ewb-city-item {
    margin-left: 14px;
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fceded;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
}

/* pad */
@media (max-width:979px) {
    .ewb-city-list {
        width: 25%;
    }

    .ewb-city {
        padding: 10px;
    }

    .ewb-city-bd {
        padding: 10px 0;
    }

    .ewb-city-item {
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
    }

    .ewb-city-bd>ul {
        margin-left: -10px;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-city-list {
        width: 100%;
    }

}
