* {
    margin: 0px;
    padding: 0px;
}


.clearbox {
    clear: both;
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

/* 头部 */

.yhheader {
    width: 100%;
}

.yhheader img {
    width: 100%;
}

/* 要闻开始 */
.newList {
    background: url(../images/newBanner.jpg) no-repeat;
    height: 470px;
    margin: 40px 0;
    position: relative;
}

/* 轮播图 */
.newLeft{
    width: 450px;
    position: absolute;
    left: 125px;
    top: 15%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-wrapper img{
    width: 450px;
}
/* 右面开始 */
.newRight {
    position: absolute;
    right: 146px;
    top: 14%;
}

.newRight .toutiao {
    margin-left: 40px;
}

.newRight .toutiao a h5 {
    margin-bottom: 20px;
}

.newRight p {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.newgjzc {
    margin-top: 24px;
    margin-right: 20px;
}

/* 百日攻坚开始 */

.yhzcwj {
    margin: 0 auto;
    width: 78%;
}

.zcwjbt {
    width: 100%;
}

.zcwnjcon {
    margin-top: 10px;
    width: 100%;
}

.gjzc {
    width: 48%;
    float: left;
    margin-right: 4%;
    padding-bottom: 30px;
}

.gjzcbt {
    height: 35px;
    margin-bottom: 35px;
}

.gjzcbt img {
    vertical-align: middle;
    width: 100%;
}

.gjzcbt span {
    font-size: 26px;
    vertical-align: middle;
    padding-left: 30px;
}

.zclist {
    font-size: 16px;
    padding-left: 15px;
}

.zclist li {
    line-height: 42px;
    list-style-image: url(../images/liststyle.png);
}

.zclist li p {
    float: left;
    padding-left: 4px;
}

.zclist li span {
    float: right;
    color: #808080;
}

/* 典型开始 */
.typical {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

.typical .gjzc {
    padding-bottom: 0;
}

/* 底部 */
.footer {
    text-align: center;
    margin-top: 30px;
}

.footer p {
    margin-bottom: 10px;
}

/* 响应手机端 */

@media screen and (max-width: 765px) {
    .wrapper {
        width: 100%;
    }

    .footer {
        padding: 0 20px;
    }

    .typical {
        background: none;
        padding: 0;
    }

    .newList {
        display: none;
    }

    .yhzcwj {
        margin-top: 20px;
    }

    .gjzc {
        width: 100%;
    }

    .gjzcbt img {
        width: 100%;
    }

    .gjzcbt {
        margin-bottom: 20px;
    }

    .gjzcbt span {
        font-size: 22px;
    }

    .zclist li {
        line-height: 35px;
    }

    .zclist li p {
        padding-left: 4px;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zclist li span {
        padding-right: 0px;
    }

    .logolinkcon1,
    .logolinkcon2 {
        width: 100%;
    }

    .logolinkcon1 {
        margin-bottom: 10px;
    }

    .logolinkcon2 {
        margin-top: 10px;
    }
}
