.NewsBox {
    padding-top: 110px;
    padding-bottom: 140px;
    overflow: hidden;
}


.NewsBox h1.h1 {
    margin-bottom: 95px;
}

@media (max-width: 750px) {
    .NewsBox {
        padding: 0.8rem 0;
    }

    .NewsBox h1.h1 {
        margin-bottom: 0.6rem;
    }
}


.NewsListbox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NewsListbox1 .img {
    width: 700px;
    overflow: hidden;
}

.NewsListbox1 .img img {
    transform: scale(1.08);
    max-width: 100%;
    transition: all .3s;
}


.NewsListbox1 .text {
    width: calc(100% - 740px);
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.NewsListbox1 .text .text {
    font-size: 18px;
    line-height: 1;
    color: #666;
}



.NewsListbox1 .text h1 {
    font-size: 24px;
    line-height: 35px;
    height: 70px;
    color: #111;
    font-weight: bold;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.NewsListbox1 .text h2 {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    color: #666;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.NewsListbox1 .text span {
    width: 130px;
    height: 45px;
    line-height: 45px;
    margin-top: 40px;
    background: #111;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.NewsListbox1:hover .text h1 {
    color: var(--color);
}

.NewsListbox1:hover .text span {
    background: var(--color);
}

@media (max-width: 1440px) {
    .NewsListbox1 .img {
        width: 600px;
    }

    .NewsListbox1 .text {
        width: calc(100% - 640px);
    }
}

@media (max-width: 1200px) {
    .NewsListbox1 .img {
        width: 450px;
    }

    .NewsListbox1 .text {
        width: calc(100% - 490px);
    }

    .NewsListbox1 .text h1 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    .NewsListbox1 .text h2 {
        font-size: 16px;
    }

}

@media (max-width: 992px) {
    .NewsListbox1 .img {
        width: 100%;
    }

    .NewsListbox1 .text {
        width: 100%;
        padding-top: 40px;
        max-width: 100%;
    }

    .NewsListbox1 .text h1 {
        height: auto;
        max-height: 60px;
    }

    .NewsListbox1 .text h2 {
        height: auto;
        max-height: 90px;
    }
}

@media (max-width:750px) {
    .NewsListbox1 .text .time {
        font-size: .26rem;
    }

    .NewsListbox1 .text h1 {
        font-size: .32rem;
        line-height: .5rem;
        max-height: 1rem;
        margin-top: 0.2rem;
    }

    .NewsListbox1 .text h2 {
        font-size: .26rem;
        line-height: .45rem;
        max-height: 1.35rem;
        margin-top: 0.2rem;
    }

    .NewsListbox1 .text span {
        width: 2rem;
        height: 0.7rem;
        line-height: .7rem;
        margin-top: 0.3rem;
        font-size: .26rem;
    }
}

/* box2 */
.box2 {
    margin-top: 60px;
    border-top: 1px solid #ddd;
    padding-top: 60px;
}

.NewsListbox2 {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
}

.NewsListbox2:hover {
    border-color: var(--color);
    transition: all .3s;
}

.NewsListbox2>.time {
    width: 130px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    transition: all .3s;
    display: flex;
    flex-direction: column;
}

.NewsListbox2>.time span {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #111;
    transition: all .3s;
}

.NewsListbox2:hover>.time {
    color: var(--color);
}

.NewsListbox2:hover>.time span {
    color: var(--color);
}

.NewsListbox2 .img {
    width: 370px;
    overflow: hidden;
}

.NewsListbox2 .img img {
    width: 100%;
}

.NewsListbox2 .img:hover img {
    transform: scale(1.08);
    transition: all .3s;
}

.NewsListbox2 .text {
    width: calc(100% - 500px);
    padding-left: 80px;
    padding-top: 25px;
}

.NewsListbox2 .text .time {
    display: none;
    font-size: 18px;
    line-height: 1;
    color: #666;
    padding-top: 75px;
}

.NewsListbox2 .text h1 {
    font-size: 24px;
    line-height: 35px;
    height: 35px;
    color: #111;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.NewsListbox2:hover h1 {
    color: var(--color);
}

.NewsListbox2 .text h2 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #666;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.NewsListbox2 .text span {
    display: inline-block;
    font-size: 16px;
    color: #111;
    line-height: 30px;
    margin-top: 45px;
    padding-right: 25px;
    background: url(../../img/ico16.html) no-repeat right center;
    transition: all .3s;
}

@media (max-width:1600px) {
    .NewsListbox2>.time {
        width: 100px;
    }

    .NewsListbox2 .text {
        width: calc(100% - 470px);
    }
}

.NewsBox {
    padding-top: 110px;
    padding-bottom: 140px;
    overflow: hidden;
}


.NewsBox h1.h1 {
    margin-bottom: 95px;
}

@media (max-width: 750px) {
    .NewsBox {
        padding: 0.8rem 0;
    }

    .NewsBox h1.h1 {
        margin-bottom: 0.6rem;
    }
}


.NewsListbox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NewsListbox1 .img {
    width: 700px;
    overflow: hidden;
}

.NewsListbox1 .img img {
    transform: scale(1.08);
    max-width: 100%;
    transition: all .3s;
}


.NewsListbox1 .text {
    width: calc(100% - 740px);
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.NewsListbox1 .text .text {
    font-size: 18px;
    line-height: 1;
    color: #666;
}



.NewsListbox1 .text h1 {
    font-size: 24px;
    line-height: 35px;
    height: 70px;
    color: #111;
    font-weight: bold;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.NewsListbox1 .text h2 {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    color: #666;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.NewsListbox1 .text span {
    width: 130px;
    height: 45px;
    line-height: 45px;
    margin-top: 40px;
    background: #111;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.NewsListbox1:hover .text h1 {
    color: var(--color);
}

.NewsListbox1:hover .text span {
    background: var(--color);
}

@media (max-width: 1440px) {
    .NewsListbox1 .img {
        width: 600px;
    }

    .NewsListbox1 .text {
        width: calc(100% - 640px);
    }
}

@media (max-width: 1200px) {
    .NewsListbox1 .img {
        width: 450px;
    }

    .NewsListbox1 .text {
        width: calc(100% - 490px);
    }

    .NewsListbox1 .text h1 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    .NewsListbox1 .text h2 {
        font-size: 16px;
    }

}

@media (max-width: 992px) {
    .NewsListbox1 .img {
        width: 100%;
    }

    .NewsListbox1 .text {
        width: 100%;
        padding-top: 40px;
        max-width: 100%;
    }

    .NewsListbox1 .text h1 {
        height: auto;
        max-height: 60px;
    }

    .NewsListbox1 .text h2 {
        height: auto;
        max-height: 90px;
    }
}

@media (max-width:750px) {
    .NewsListbox1 .text .time {
        font-size: .26rem;
    }

    .NewsListbox1 .text h1 {
        font-size: .32rem;
        line-height: .5rem;
        max-height: 1rem;
        margin-top: 0.2rem;
    }

    .NewsListbox1 .text h2 {
        font-size: .26rem;
        line-height: .45rem;
        max-height: 1.35rem;
        margin-top: 0.2rem;
    }

    .NewsListbox1 .text span {
        width: 2rem;
        height: 0.7rem;
        line-height: .7rem;
        margin-top: 0.3rem;
        font-size: .26rem;
    }
}

/* box2 */
.box2 {
    margin-top: 60px;
    border-top: 1px solid #ddd;
    padding-top: 60px;
}

.NewsListbox2 {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
}

.NewsListbox2:hover {
    border-color: var(--color);
    transition: all .3s;
}

.NewsListbox2>.time {
    width: 130px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    transition: all .3s;
    display: flex;
    flex-direction: column;
}

.NewsListbox2>.time span {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #111;
    transition: all .3s;
}

.NewsListbox2:hover>.time {
    color: var(--color);
}

.NewsListbox2:hover>.time span {
    color: var(--color);
}

.NewsListbox2 .img {
    width: 370px;
    overflow: hidden;
}

.NewsListbox2 .img img {
    width: 100%;
}

.NewsListbox2 .img:hover img {
    transform: scale(1.08);
    transition: all .3s;
}

.NewsListbox2 .text {
    width: calc(100% - 500px);
    padding-left: 80px;
    padding-top: 25px;
}

.NewsListbox2 .text .time {
    display: none;
    font-size: 18px;
    line-height: 1;
    color: #666;
    padding-top: 75px;
}

.NewsListbox2 .text h1 {
    font-size: 24px;
    line-height: 35px;
    height: 35px;
    color: #111;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.NewsListbox2:hover h1 {
    color: var(--color);
}

.NewsListbox2 .text h2 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #666;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.NewsListbox2 .text span {
    display: inline-block;
    font-size: 16px;
    color: #111;
    line-height: 30px;
    margin-top: 45px;
    padding-right: 25px;
    background: url(../../img/ico16.html) no-repeat right center;
    transition: all .3s;
}

@media (max-width:1600px) {
    .NewsListbox2>.time {
        width: 100px;
    }

    .NewsListbox2 .text {
        width: calc(100% - 470px);
    }
}

@media (max-width:1200px) {
    .NewsListbox2 .img {
        width: 320px;
    }

    .NewsListbox2 .text {
        padding-left: 40px;
        width: calc(100% - 420px);
    }

    .NewsListbox2 .text h1 {
        font-size: 20px;
    }

    .NewsListbox2 .text h2 {
        font-size: 16px;
    }

    .NewsListbox2 .text span {
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    .NewsListbox2 .img {
        width: 260px;
    }

    .NewsListbox2 .text {
        width: calc(100% - 360px);
        padding-top: 0;
    }
}

@media (max-width:750px) {
    .NewsListbox2>.time {
        display: none;
    }

    .NewsListbox2 .img {
        width: 2.8rem;
    }

    .NewsListbox2 .text {
        width: calc(100% - 2.8rem);
        padding-left: 0.3rem;
    }

    .NewsListbox2 .text .time {
        display: block;
        font-size: .26rem;
        padding-top: 0px;
    }

    .NewsListbox2 .text h1 {
        font-size: .28rem;
        line-height: .4rem;
        max-height: 0.8rem;
        margin-top: 0.15rem;
        height: auto;
        -webkit-line-clamp: 2;
    }

    .NewsListbox2 .text h2 {
        display: none;
    }

    .NewsListbox2 .text span {
        font-size: .24rem;
        line-height: .3rem;
        margin-top: 0.1rem;
        background-size: 0.25rem auto;
        padding-right: 0.35rem !important;
    }
}

/* 详情 */
.NewsContent {
    padding-top: 130px;
    padding-bottom: 150px;
    width: 92%;
    max-width: 800px;
    margin: 0 auto;
}

.NewsContent h1.h1 {
    font-size: 42px;
    color: #000;
    line-height: 55px;
    padding-left: 130px;
}

.NewsContentBox1 {
    margin-top: 60px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NewsContentBox1 .time {
    border-top: 1px solid #CA1C1D;
    padding-top: 50px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.NewsContentBox1 .time span {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #111;
    transition: all .3s;
}

.NewsContentBox1 .textBox {
    width: calc(100% - 130px);

}

.NewsContentBox1 .text {
    padding: 50px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

@media (max-width:750px) {
    .NewsContent {
        padding: 0.8rem 0;
    }

    .NewsContent h1.h1 {
        font-size: .4rem;
        padding: 0;
        line-height: .5rem;
    }

    .NewsContentBox1 {
        margin-top: 0.3rem;
    }

    .NewsContentBox1 .time {
        width: 100%;
        padding: 0;
        border: 0;
        font-size: .26rem;
        line-height: .4rem;
        color: #111;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .NewsContentBox1 .time span {
        font-size: .26rem;
        line-height: .4rem;
        color: #111;
    }

    .NewsContentBox1 .textBox {
        width: 100%;
        margin-top: 0.1rem;
    }

    .NewsContentBox1 .text {
        font-size: .26rem;
        line-height: .48rem;
        padding: 0.6rem 0;
    }
}

/* 翻页 */
.NewsPostBottom a {
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}

.NewsPostBottom a h1 {
    width: 150px;
    height: 70px;
    background: #f8f8f8;
    text-align: center;
    font-size: 14px;
    line-height: 70px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewsPostBottom a h1 img {
    margin-right: 10px;
}

.NewsPostBottom a h2 {
    width: calc(100% - 150px);
    height: 70px;
    font-size: 14px;
    line-height: 70px;
    color: #000;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: flex;
    justify-content: space-between;
}

.NewsPostBottom a h2 span {
    width: 80px;
    height: 70px;
    font-size: 13px;
    line-height: 70px;
    color: #999;
}

.NewsPostBottom a h2:hover {
    color: var(--color);
}


@media (max-width:750px) {
    .NewsPostBottom a {
        height: 0.8rem;
    }

    .NewsPostBottom a h1 {
        width: 1.4rem;
        font-size: .24rem;
        height: 0.8rem;
        line-height: .8rem;
    }

    .NewsPostBottom a h2 {
        width: calc(100% - 1.4rem);
        font-size: .24rem;
        height: 0.8rem;
        line-height: .8rem;
        padding: 0 0.2rem;
    }

    .NewsPostBottom a h2 span {
        width: 1.4rem;
        font-size: .24rem;
        height: 0.8rem;
        line-height: .8rem;
    }
}

/* 时间 */

.NewsBox .top {
    display: flex;
    justify-content: space-between;
}

.NF {
    position: relative;
}

.NF .title {
    position: relative;
    width: 210px;
    height: 50px;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NF .title img {
    width: 15px;
}

.NFBox {
    display: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    position: absolute;
    z-index: 99;
    width: 100%;

}

.NFBox a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin: 5px 0;
}

@media (max-width:750px) {
    .NF .title {
        width: 160px;
        height: 30px;
    }
}