body {
    overflow-x: hidden;
}
.page-hover .dp_nav-list > li#menu-item-82 > a {
    border-bottom: 2px solid #000;
    color: #000;
}
.jn_news-view {
    padding-top: 51px;
    background: rgb(248, 248, 248);
}
.jn_news-bg {
    width: 100%;
    height: 325px;
    background: url(../imgs/news-bg.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    line-height: 325px;
    color: #fff;
    font-size: 64px;
}
@media screen and (max-width: 1920px) {
    .jn_news-bg {
        background: url(../imgs/news-bg.png) no-repeat center center;
        background-size: auto 100%;
        text-align: center;
        line-height: 325px;
        color: #fff;
        font-size: 64px;
    }
}
.jn_news-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 36px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.category-area-sort {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.category-list {
    background: #fff;
    padding: 43px 0 65px 0;
    border-radius: 7px;
}
.category-area-sort.fixed {
    position: fixed;
    top: 84px;
    display: none;
}
.category-area-sort.nomal {
    display: block;
}
.category-area-sort.hidden {
    visibility: hidden;
}
/* .category-type-select {
} */

.category-type {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 65px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.category-type a {
    display: block;
    color: rgba(0, 0, 0, 0.4);
}
.category-type-select a {
    color: rgba(0, 0, 0, 1);
    border-left: 4px solid #000;
}
.category-type:last-child {
    margin-bottom: 0;
}

.news-area {
    max-width: 860px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news-block {
    position: relative;
    width: 100%;
    /* height: 234px; */
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-prefix-images {
    width: 242px;
    height: 179px;
    border-radius: 6px;
}
.news-content-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}
.news-block-title {
    font-size: 22px;
    line-height: 30px;
    color: #1d1d1d;
    text-decoration: none;
}
.news-block-time {
    font-size: 14px;
    line-height: 19px;
    color: #1d1d1d;
    margin-top: 7px;
}
.news-block-excerpt {
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1d1d1d;
    opacity: 0.5;
    margin-top: 26px;
}

@media screen and (max-width: 750px) {
    #menu-item-72 a {
        border-bottom: 0;
        color: rgba(0, 0, 0, 0.5);
        /* color: #000; */
    }
    .page-hover .dp_nav-list > li#menu-item-82 > a {
        border-bottom: none;
        color: #000;
    }

    .jn_news-view {
        padding-top: 4.23rem;
    }
    .jn_news-bg {
        height: 11rem;
        line-height: 11rem;
        font-size: 2rem;
        background: url(../imgs/news-bg.png) no-repeat 35% center;
        background-size: auto 100%;
    }

    .jn_news-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .category-area-sort {
        width: 100%;
    }
    .category-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3rem;
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
        border-bottom: 1px solid #dfdfdf;
    }

    .category-type {
        font-size: 0.8rem;
        margin-bottom: 0;
        line-height: 3rem;
    }

    .category-type-select {
        border: none;
        font-weight: 700;
        color: black;
    }
    .category-type-select a {
        border-left: none;
    }
    .news-area {
        margin-left: 3%;
    }
    .news-block {
        width: 97%;
        border-radius: 0.26rem;
        margin-bottom: 0.7rem;
        padding: 0.9rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .news-prefix-images {
        width: 8.9rem;
        height: 6.6rem;
        border-radius: 0.2rem;
    }
    .news-content-text {
        margin-left: 1.1rem;
    }
    .news-block-title {
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .news-block-time {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-top: 0.2rem;
    }
    .news-block-excerpt {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-top: 0.9rem;
    }
}
