﻿* {
    margin: 0px;
    padding: 0px;
}


.clearbox::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearbox {
    *zoom: 1;
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

body {
    background-color: #fdfdfd;
}

a {
    text-decoration: none;
    color: #000;
}

/* 头部 */

.yhheader {
    width: 100%;
    background: url(../img/banner.png) no-repeat center;
    height: 740px;
}

.logoImg {
    float: left;
    margin-top: 30px;
}

.back {
    float: right;
    margin-top: 30px;
}

.back a {
    color: #b70002;
    font-size: 20px;
    display: inline-block;
    background: #ffd148;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none;
}

.jdpl {
    margin-top: 30px;
}

/* 头条 */
.toutiao {
    text-align: center;
}

.toutiao a {
    color: #dc161a;
    font-size: 32px;
    font-weight: 600;
}

/* 要闻开始 */
.newList {

    margin: 36px 0
}

.contentStyle {
    background: url(../img/content.png) no-repeat center;
    height: 400px;
}

/* 轮播图 */
.newLeft {
    width: 50%;
    float: left;

}

.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-slide h4 {
    position: absolute;
    bottom: 0px;
    background: #c62825;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    color: #fff;
    z-index: 2;

}

.swiper-slide h4 span {
    width: 85%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.swiper-slide h4 span a {
    color: #fff;
}

.swiper-wrapper img {
    width: 100%;
    height: 400px;
}

.swiper-button-prev {
    right: 0;
}

.swiper-button-next {
    left: 20px;
}

.contentStyle .swiper-button-next,
.contentStyle .swiper-button-prev {
    bottom: -15px;
    color: #fff;
}

/* 右面开始 */
.newRight {
    float: right;
    width: 50%;
}


.zcwjbt {
    width: 100%;

}

.zcwnjcon {
    margin-top: 10px;
    width: 100%;

}

.more {
    text-align: end;
    color: #c62825;
    float: right;
    cursor: pointer;
    font-size: 18px;
}

.study li {
    border-bottom: 1px solid #f1f1f1;
}

.zclist li {
    line-height: 78px;
    background: url(../img/star.jpg) no-repeat 2px 30px;
    padding-left: 26px;
    list-style: none;
    height: 78px;
    font-size: 18px;
}

.newgjzc {
    margin-left: 30px;
}

.newgjzc .zclist li {
    line-height: 50px;
    height: 50px;
    background: url(../img/star.jpg) no-repeat 2px 17px;
}

.newgjzc .zclist li p {
    width: 70%;
}

.study li:last-child {
    border-bottom: none;
}

.zclist li p {
    float: left;
    padding-left: 4px;
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zclist li p a:hover {
    color: #dc301a;
    cursor: pointer;
}

.zclist li span {
    float: right;
    color: #bebebe;
}


/* 底部 */
.footer {
    text-align: center;
    margin-top: 50px;
}

.footer p {
    margin-bottom: 10px;
    color: #bebebe;
}

/* 响应手机端 */

@media screen and (max-width: 765px) {
    .contentStyle {
        background: none;
        height: 750px;
    }

    .wrapper {
        width: 90%;
    }

    .footer {
        padding: 0 20px;
    }

    .contentStyle .swiper-button-next,
    .contentStyle .swiper-button-prev {
        display: none;
    }

    .yhheader {
        background-size: 98%;
        height: 138px;

    }

    .logoImg {
        display: none;
    }

    .logoImg img {
        width: 100%;
    }

    .back {
        margin-top: 10px;
    }

    .toutiao a {
        font-size: 20px;
    }

    .newLeft {
        width: 100%;
    }

    .newRight {
        width: 100%;
        margin-top: 30px;
    }

    .newgjzc {
        margin-left: 0;
    }

    .newgjzc .zclist li p {
        width: 50%;
    }

    .typical {
        background: none;
        padding: 0;
    }

    .gjzc {
        width: 100%;
    }

    .gjzcbt img {
        width: 100%;
    }

    .gjzcbt {
        margin-bottom: 20px;
    }

    .gjzcbt span {
        font-size: 22px;
    }

    .zclist li p {
        padding-left: 4px;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zclist li span {
        padding-right: 0px;
    }

    .swiper-wrapper img {
        width: 100%;
        height: auto;
    }
}