@charset "UTF-8";

.headere1 {
    /* z-index: 99;
    width: 100%;
    top: 0;
    position: fixed; */
    padding: 0 59px;
    background-color: #fff;
}

.headere1 .inner {
    padding: 44px 0 57px;
    border-bottom: 1px solid #828282;
    border-bottom-width: 1px;
}

.headere1 .inner .logo {
    display: block;
    width: 457px;
    margin-left: 45px;
}

.headere1 .inner .logo img {
    display: block;
    width: 100%;
}

.row-e1 {
    padding: 160px 0 217px;
}

.row-e1 .wp {
    width: 1400px;
}

.ul-liste1 {
    overflow: hidden;
    margin: 0 -60px;
}

.ul-liste1 li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.ul-liste1 .con {
    display: block;
    margin: 0 60px;
}

.ul-liste1 .pic {
    position: relative;
    height: 0;
    padding-top: 62.5%;
    overflow: hidden;
    margin-bottom: 50px;
}

.ul-liste1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.ul-liste1 .con:hover .pic img {
    transform: scale(1.08);
}

.ul-liste1 .txt {
    overflow: hidden;
}

.ul-liste1 .txt .h3 {
    float: left;
    width: 70%;
}

.ul-liste1 .txt .tit {
    font-weight: 700;
    color: #000000;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.ul-liste1 .more1 {
    float: right;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 32px;
}

.ul-liste1 .more1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footere1 .wp {
    width: 1600px;
}

.footere1 {
    padding: 0px 0 62px;
    background: transparent;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0);
    text-align: left;
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
}

.footere1 .inner {
    padding-top: 49px;
    border-top: 1px solid #000000;
    border-top-width: 1px;
}

.footere1 a {
    color: #000;
}

.footere1 a:hover {
    color: rgba(0, 0, 0, .5);
}

.pagese1 ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #D9D9D9;
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    border: none;
}

.pagese1 ul li:hover a, .pagese1 ul li.active a {
    background: #980A0A;
}

.pagese1 ul li {
    display: inline-block;
    margin: 0 9px;
}

.pagese1 {
    padding: 0px 0 133px;
}

.row-newse1 {
    padding: 59px 0 14px;
}

.row-newse1 .rowbg {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.row-newse1 .ul-zhnews2 {
    padding: 51px 0 30px;
}

.row-newse1 .ul-zhnews2 li {
    margin: 20px 0 22px;
}

@media screen and (max-width: 1442px) {

    .footere1 .wp,
    .row-e1 .wp {
        width: 100%;
    }

    .headere1 {
        padding: 0 15px;
    }

    .headere1 .inner {
        padding: 22px 0 30px;
    }

    .headere1 .inner .logo {
        display: block;
        width: 320px;
        margin-left: 22px;
    }

    .row-e1 {
        padding: 100px 0 150px;
    }

    .ul-liste1 {
        margin: 0 -40px;
    }

    .ul-liste1 .con {
        margin: 0 20px;
    }

    .ul-liste1 .pic {
        margin-bottom: 30px;
    }

    .ul-liste1 .more1 {
        width: 80px;
        height: 80px;
        margin-top: 20px;
    }

    .footere1 .inner {
        padding-top: 20px;
    }

    .footere1 {
        padding: 0px 0 30px;
    }
}

@media screen and (max-width: 950px) {
    .ul-liste1 {
        margin: 0 -10px;
    }

    .ul-liste1 .more1 {
        width: 60px;
        height: 60px;
        margin-top: 10px;
    }

    .ul-liste1 .con {
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .ul-liste1 {
        margin: 0 0px;
    }

    .ul-liste1 li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .ul-liste1 .con {
        margin: 0 0px;
    }

    .headere1 .inner .logo {
        width: 230px;
        margin-left: 10px;
    }

    .headere1 .inner {
        padding: 15px 0 20px;
    }

    .row-e1 {
        padding: 40px 0 40px;
    }

    .ul-liste1 .pic {
        margin-bottom: 15px;
    }

    .ul-liste1 .more1 {
        width: 50px;
        height: 50px;
        margin-top: 10px;
    }

    .ul-liste1 .txt .tit {
        height: auto;
    }

    .footere1 {
        padding: 0px 0 20px;
    }

    .footere1 .inner {
        padding-top: 15px;
    }

    .g-titzh1 {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    .row-newse1 {
    padding: 30px 0 0px;
}
.row-newse1 .ul-zhnews2 {
    padding: 20px 0 10px;
}
.row-newse1 .ul-zhnews2 li {
    margin: 10px 0 12px;
}
.pagese1 {
    padding: 0px 0 33px;
}
.pagese1 ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.pagese1 ul li {
    margin: 0 5px;
}
}