/**!
 * 首页
 * author: fxyue;
 * date:2019-12-24
 */

/* 轮播 */
.ewb-scroll {
    margin: 0 9px 0 20px;
    height: 360px;
}

.ewb-scroll .item {
    display: block;
}

.ewb-scroll img {
    display: block;
    width: 100%;
    height: 360px;
}

/* 文字介绍 */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-indent: 10px;
    padding-right: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/mask_bg.png") repeat;
}

/* 分页按钮 */
.owl-dots {
    position: absolute;
    right: 14px;
    bottom: 17px;
    height: 10px;
}

.owl-dots .owl-dot {
    float: left;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    display: block;
    background: #fff;
    border-radius: 10px;
}

.owl-dots .owl-dot.active span {
    width: 38px;
}

/* pad */
@media (max-width:979px) {
    .ewb-scroll {
        height: auto;
        margin: 0 20px;
    }

    .ewb-scroll img {
        height: auto;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-scroll {
        height: auto;
        margin: 0 10px;
    }

    .owl-dots {
        right: 0;
    }

    .ewb-img-intro {
        padding-right: 130px;
    }
}

/* 动态新闻 */
.ewb-news {
    margin-left: -9px;
}

.ewb-news-content {
    height: 309px;
    padding: 10px 20px 20px 8px;
    overflow: hidden;
}

@media (max-width:979px) {
    .ewb-news {
        margin: 0 20px;
    }

    .ewb-news-content {
        height: auto;
        padding: 10px;
    }
}

@media (max-width:767px) {
    .ewb-news {
        margin: 0 10px;
    }
}

/* 信息公开 */
.ewb-info {
    margin-right: 20px;
}

.ewb-info-list {
    height: 309px;
    padding: 0 18px 18px;
    overflow: hidden;
}

.ewb-info-list>ul {
    margin-left: -18px;
}

.ewb-info-item {
    float: left;
    width: 50%;
}

.ewb-info-node {
    margin: 18px 0 0 18px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.info1 {
    background: url("../images/info_bg_01.jpg");
}

.info2 {
    background: url("../images/info_bg_02.jpg");
}

.info3 {
    background: url("../images/info_bg_03.jpg");
}

.info4 {
    background: url("../images/info_bg_04.jpg");
}

.ewb-info-sub {
    height: 127px;
    display: block;
    padding-top: 72px;
    background-repeat: no-repeat;
    background-position: 50% 18px;
    font-size: 0;
    text-align: center;
    color: #fff;
}

.info1 .ewb-info-sub {
    background-image: url("../images/info_icon_01.png");
}

.info2 .ewb-info-sub {
    background-image: url("../images/info_icon_02.png");
}

.info3 .ewb-info-sub {
    background-image: url("../images/info_icon_03.png");
}

.info4 .ewb-info-sub {
    background-image: url("../images/info_icon_04.png");
}

.ewb-info-sub span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
}

.ewb-info-sub i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ewb-info-sub:hover {
    opacity: 0.85;
}

/* 小屏 */
@media (max-width:1259px) {
    .ewb-info-list {
        padding: 0 10px 10px;
    }

    .ewb-info-list>ul {
        margin-left: -10px;
    }

    .ewb-info-node {
        margin-left: 10px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-info {
        margin: 0 20px;
    }

    .ewb-info-list {
        height: auto;
    }

    .ewb-info-node {
        margin-top: 10px;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-info {
        margin: 0 10px;
    }
}

/* 重点领导信息公开 */
.ewb-open {
    margin: 30px 20px 0;
}

.ewb-open-bd {
    padding: 22px 0 29px;
}

.ewb-open-list {
    float: left;
    width: 12.5%;
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}

.ewb-open-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    height: 122px;
    max-width: 100%;
}

.ewb-open-node {
    color: #333;
}

.ewb-open-node>i {
    width: 96px;
    height: 96px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ewb-open-node>span {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.ewb-open-item:hover .ewb-open-node {
    margin-top: -10px;
    color: #3379e1;
    font-weight: bold;
}

.open1 {
    background-image: url("../images/open_icon_01.png");
}

.open2 {
    background-image: url("../images/open_icon_02.png");
}

.open3 {
    background-image: url("../images/open_icon_03.png");
}

.open4 {
    background-image: url("../images/open_icon_04.png");
}

.open5 {
    background-image: url("../images/open_icon_05.png");
}

.open6 {
    background-image: url("../images/open_icon_06.png");
}

.open7 {
    background-image: url("../images/open_icon_07.png");
}

.open8 {
    background-image: url("../images/open_icon_08.png");
}

.ewb-open-item:hover .open1 {
    background-image: url("../images/open_icon_01h.png");
}

.ewb-open-item:hover .open2 {
    background-image: url("../images/open_icon_02h.png");
}

.ewb-open-item:hover .open3 {
    background-image: url("../images/open_icon_03h.png");
}

.ewb-open-item:hover .open4 {
    background-image: url("../images/open_icon_04h.png");
}

.ewb-open-item:hover .open5 {
    background-image: url("../images/open_icon_05h.png");
}

.ewb-open-item:hover .open6 {
    background-image: url("../images/open_icon_06h.png");
}

.ewb-open-item:hover .open7 {
    background-image: url("../images/open_icon_07h.png");
}

.ewb-open-item:hover .open8 {
    background-image: url("../images/open_icon_08h.png");
}

/* pad */
@media (max-width:979px) {
    .ewb-open-list {
        width: 25%;
    }

    .ewb-open {
        margin-top: 20px;
    }

    .ewb-open-bd {
        padding: 10px 0 20px;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-open {
        margin: 10px 10px 0;
    }
}

/* 手机端 */
@media (max-width:480px) {
    .ewb-open-list {
        width: 50%;
    }
}

/* 图片 */
.ewb-pic {
    display: block;
    height: 130px;
    margin-left: 20px;
}

.ewb-pic img {
    display: block;
    height: 100%;
    width: 100%;
}

/* pad */
@media (max-width:979px) {
    .ewb-pic {
        height: auto;
        margin: 0 20px;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-pic {
        margin: 0 10px;
    }
}

/* 新区风采 */
.ewb-show {
    margin: 30px 0 0 20px;
}

.ewb-show-bd {
    padding: 5px 20px 0;
}

.ewb-show-box {
    overflow: hidden;
    height: 280px;
}

.ewb-show-list {
    float: left;
    margin-left: 20px;
    padding: 15px 0;
}

.ewb-show-item {
    display: block;
    background: #e7f0fd;
    color: #333;
    width: 280px;
    height: 250px;
    border: 1px solid transparent;
}

.ewb-show-item img {
    display: block;
    height: 200px;
    width: 100%;
}

.ewb-show-list span {
    display: block;
    margin: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 48px;
    font-size: 16px;
}

.ewb-show-item:hover {
    background: #fff;
    border: 1px solid #3379e1;
    color: #3379e1;
    box-shadow: 0px 0px 6px 3px rgba(0, 72, 179, 0.05);
}

/* pad */
@media (max-width:979px) {
    .ewb-show {
        margin: 20px 20px 0;
    }

    .ewb-show-bd {
        padding: 0 10px;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-show {
        margin: 10px 10px 0;
    }
}

/* 专题专栏 */
.ewb-subject {
    margin-right: 20px;
}

.ewb-subject-bd {
    padding: 0 20px 21px;
    margin-top: 20px;
}
.ewb-subject-box{
    height: 404px;
    overflow: hidden;
}
.ewb-subject-list {
    margin-top: 20px;
    height: 86px;
}

.ewb-subject-list>a:hover {
    opacity: 0.85;
}

.ewb-subject-list a,
.ewb-subject-list img {
    display: block;
    height: 100%;
    width: 100%;
}

/* 小屏 */
@media (max-width:1259px) {
    .ewb-subject-bd {
        padding: 0 10px 21px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-subject-bd {
        padding: 10px 10px 20px;
    }
    .ewb-subject-list{
        height: auto;
    }
    .ewb-subject {
        margin: 0 20px;
    }
   
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-subject {
        margin: 0 10px;
    }
}