.newspage .page_banner_box .page_banner_txt {
    display: block;
}

.category_box {
    border-bottom: 1px solid #f4f4f4;
}

.category_tab {
    width: 368px;
    margin: 0 auto;
    text-align: center;
    height: 69px;
    line-height: 70px;
    font-size: 20px;
}

.category_tab.ipolist {
    width: 440px;
}

.category_tab a {
    margin: 0px 50px;
    position: relative;
}

.category_tab a:hover {
    color: #E31414;
}

.category_tab a:last-child:before {
    content: "";
    height: 20px;
    width: 1px;
    position: absolute;
    top: 2px;
    left: -50px;
    background: #F5F5F5;
}

.category_tab a.action {
    color: rgb(51, 51, 51);
    font-weight: bold;
}


.category_tab a.action:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -24px;
    left: 0px;
    background: #D61313;
}

.not-front .mod-con {
    width: 1000px;
    margin: 0 auto;
}

.page-content .data ul li {
    list-style: disc;
    margin-left: 15px;
}

.page-content .data span {
    line-height: 2em;
}

.not-front .news_l {
    margin-top: 50px;
}

.mod-section-ad h2 {
    font-size: 44px;
    color: #2A2E2E;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-top: 202px;
    font-weight: 400;
}

.f-content {
    width: 1000px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.crumbs-1 {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    margin-top: 72px;
}

.crumbs-1 img {
    width: 6px;
    height: 12px;
    float: left;
    padding: 0px 13px;
    padding-top: 22px;
}

.crumbs-1 a {
    color: #2a2e2e;
    float: left;
}

.crumbs-1 i {
    padding: 0 10px;
    color: #999;
}

.ul-1 .li {
    margin-bottom: 32px;
    line-height: 25px;
    color: #5F6464;
    width: 100%;
    display: block;
}

.ul-1 .li .img {
    width: 90%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 106px;
}

.ul-1 .li .left {
    width: 760px;
}

.ul-1 .li h3 {
    font-size: 20px;
    color: #2a2e2e;
    line-height: 30px;
    font-weight: 500;
    margin-top: 6px;
}

.ul-1 .li:hover h3 {
    color: #E31414;
}

div.summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 18px;
    margin-top: 10px;
}

.ul-1 .li span.date {
    font-size: 14px;
    color: #919797;
    line-height: 20px;
}

.title-3 {
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 10px 0px;
    border-bottom: 1px solid #D8D9DC;
}

.title-3 .main {
    font-size: 44px;
    line-height: 66px;
    padding-bottom: 7px;
    font-weight: 500;
}

.title-3 .date {
    line-height: 25px;
    color: #919797;
}

.color-1 {
    color: #5F6464;
    text-align: justify;
}

.text p {
    padding-bottom: 29px;
}

.loadmorebox {
    width: 128px;
    margin: 0 auto;
}

.loadmore {
    text-align: center;
    border: 1px solid #666;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 30px 0 80px 0;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
}

.loadmore.isok:hover {
    color: #E31414;
    border-color: #E31414;
}

.notmore {
    color: #999;
    border-color: #999;
}

@media screen and (max-width: 1300px) {
    .crumbs-1 {
        padding-left: 30px;
    }
}

@media screen and (max-width: 992px) {
    .ul-1 .li {
        margin-bottom: 25px;
    }

    .news_l .layui-row {
        margin: 0 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f4f4f4;
    }

    .ul-1 .li .img {
        width: 100%;
        height: unset;
    }

    .not-front .news_l {
        margin-top: 20px;
    }

    .category_tab {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }

    .category_tab a.action:after {
        bottom: -16px;
    }

    .category_tab a:last-child:before {
        top: -3px;
    }
}

@media screen and (max-width: 769px) {
    .title-3 {
        padding: 40px 10px 0 10px;
    }

    .not-front .mod-con {
        width: auto;
    }

    .text p {
        padding: 0 10px 29px 10px;
    }

    .title-3 .main {
        font-size: 26px;
        line-height: 36px;
    }

    .not-front .mod-section-ad {
    }

    .newspage .mod-section-ad h2 {
        margin-top: 110px;
        font-size: 32px;
    }

    .crumbs-1 {
        display: none;
    }

    .ul-1 .li .left {
        width: 60%;
    }

    .ul-1 .li h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .ul-1 .li h4 {
        font-size: 14px;
    }

    .ul-1 .li .left p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}


@media screen and (max-width: 469px) {
    .ul-1 .li .left p {
        display: none;
    }
}