﻿.news_list_page {
    width: 100%;
    height: auto;
}

.news_list_page .section_container_con {
    max-width: 1290px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.news_list_section1 {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.news_list_nav {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.news_list_nav ul {
    width: 100%;
    height: auto;
    display:flex;
}

.news_list_nav ul li {
    margin-right: 25px;
}

.news_list_nav ul li a {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 20px;
    color: #212529;
}

/*.news_list_nav ul li a {
    float: left;
    display: block;
    width: auto;
    min-width: 135px;
    height: 50px;*/
    /* background: #dedede; */
    /*font-size: 16px;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 50px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dedede;
    text-decoration:none;
}*/

.news_list_nav ul li a span {
    position: relative;
    z-index: 2;
}

.news_list_nav ul li a:hover {
    background: #f1f1f1;
    border-color: #dcdcdc;
}

.news_list_nav ul li a.active {
    background: #0D69B2;
    cursor: default;
    color: #fff;
    border: 1px solid transparent;
}


/* news_list_collect */


.news_list_collect .news_list_item > ul li {
    width: 100%;
    min-height: 225px;
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
    padding-right: 280px;
    background: #FFFFFF;
    /* box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.04); */
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
}

.news_list_collect .news_list_item > ul li .pic_box {
    width: 260px;
    height: 164px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.news_list_collect .news_list_item > ul li .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.news_list_collect .news_list_item > ul li .text_box {
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.news_list_collect .news_list_item > ul li .text_box h3 {
    font-size: 18px;
    color: #057CBE;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.news_list_collect .news_list_item > ul li .text_box .article {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_list_collect .news_list_item > ul li .text_box .time {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.news_list_collect .news_list_item > ul li .text_box .time p {
    margin-bottom: 0;
}

.news_list_collect .news_list_item > ul li .text_box .time p a {
    padding: 6px 8px;
    margin-right: 10px;
    background: #F5F6F9;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.news_list_collect .news_list_item > ul li .text_box .time p.days {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.news_list_collect .news_list_item > ul li:hover .text_box h3 {
    color: #333;
}

/* news_list_details 文章标题详情页 */
.news_list_details .news_li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.news_list_details .news_li li {
    float: left;
    padding-left: 20px;
    position: relative;
}

.news_list_details .news_li li::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/news_li_right.png) no-repeat center;
    background-size: 80%;
}

.news_list_details .news_li li:first-child {
    padding-left: 0;
}

.news_list_details .news_li li:first-child::after {
    display: none;
}

.news_list_details .news_list_between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_list_details .news_list_item {
    width: 100%;
}

.ccm_d_content {
    width: 100%;
    padding-right:24px;
    border-right: 1px solid #E1E1E1;
}

.news_list_details .news_list_item .details_content {
    padding: 60px 40px;
    box-shadow: 5px 0 30px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.news_list_details .news_list_item .details_content .title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 42px;
    margin-bottom: 50px;
}

.news_list_details .news_list_item .details_content .item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.news_list_details .news_list_item .details_content .item p {
    font-size: 14px;
    color: #464646;
    font-weight: 700;
    margin-right: 40px;
    margin-bottom: 0;
}

.news_list_details .news_list_item .details_content .item p span {
    font-weight: 400;
}

.news_list_details .news_list_item .details_content .content {
    margin: 30px 0;
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 30px;
    /* text-indent: 2em; */
}

.news_list_details .news_list_item .details_content .content div,
.news_list_details .news_list_item .details_content .content span,
.news_list_details .news_list_item .details_content .content p {
    line-height: 30px;
    /*font-family: "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif, "Source Han Serif" !important;*/
}

.news_list_details .news_list_item .details_content .content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.news_list_details .news_list_item .details_content .piece {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.news_list_details .news_list_item .details_content .piece a {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 22px;
    margin-top: 30px;
}

.news_list_details .news_list_item .details_content .piece span {
    font-weight: 400;
}

.news_list_details .news_list_item .details_content .piece a:hover .prev,
.news_list_details .news_list_item .details_content .piece a:hover .next {
    color: #1F78F0;
}


.news_list_details .news_list_item .recommen {
    padding: 30px 30px;
    box-shadow: 5px 0 30px rgb(0 0 0 / 10%);
    background-color: #fff;
    margin-top: 20px;
    margin-right: 24px;
}

.news_list_details .news_list_item .recommen h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.news_list_details .news_list_item .recommen ul {
    width: 100%;
    height: auto;
    display:flex;
    align-items:center;
}
.news_list_details .news_list_item .recommen ul li {
    margin-right: 15px;
}

.news_list_details .news_list_item .recommen ul li div {
    display: inline-block;
    padding: 4px 8px;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 16px;
    color: #212529;
}

.news_list_details .news_list_item .recommen ul li div span {
    position: relative;
    z-index: 2;
}

.news_list_details .news_list_item .recommen ul li div:hover {
    background: #f1f1f1;
    border-color: #dcdcdc;
}

.news_list_details .news_list_item .recommen ul li div.active {
    background: #0D69B2;
    cursor: default;
    color: #fff;
    border: 1px solid transparent;
}

.news_list_details .news_list_item .recommen .r_content {
    margin-top: 30px;
}

.news_list_details .news_list_item .recommen .r_content p {
    width:100%;
    max-width:830px;
    font-size: 16px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_details .news_list_item .recommen .r_content p::after {
    content: "";
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #057CBE;
    position: absolute;
    border-radius: 50px;
}

.news_list_details .news_list_item .recommen .r_content p a {
    color: #057CBE;
}

.news_list_details .news_list_item .recommen .r_content p:hover a {
    color: #333;
}

/*右边部分*/
/*.news_list_collect .news_list_body {
    margin-left: 24px;
    width: 340px;
}
*/
.news_list_collect .news_list_body .top {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
    background: #fff;
    margin-bottom: 24px;
}

.news_list_collect .news_list_body h2.text-center {
    background: #F5F5F5;
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    margin-bottom: 0px !important;
    padding: 22px;
}

.news_list_collect .news_list_body .top a {
    display:block;
    padding: 0px;
    border: 2px solid #f5f5f5;
}

.news_list_collect .news_list_body .top .pic {
    width: 100%;
    height: 525px;
    background: url(../images/home_section1_img1.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.news_list_collect .news_list_body .top .pic::after,
.news_list_collect .news_list_body .top .pic::before {
    content: "";
    position: absolute;
    border: 3px solid rgba(35,226,255,1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: border-animate 8s linear infinite;
}

.news_list_collect .news_list_body .top .pic::after {
    animation-delay: -4s;
}


@keyframes border-animate {
    0%,100% {
        clip: rect(0px, 398px, 525px, 396px);
    }
    25% {
        clip: rect(523px, 398px, 525px, 0);
    }
    50% {
        clip: rect(0,2px,525px,0);
    }
    75% {
        clip: rect(0,398px,2px,0);
    }
}

.news_list_collect .news_list_body .center {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
    background: #fff;
    margin-bottom: 25px;
}

.news_list_collect .news_list_body .center ul {
    padding: 30px;
}

.news_list_collect .news_list_body .center ul li {
    float: left;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news_list_collect .news_list_body .center ul li a {
    padding: 6px 12px;
    margin-right: 8px;
    background: #F5F6F9;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #057CBE;
    line-height: 28px;
    cursor: pointer;
}

.news_list_collect .news_list_body .center ul li:hover a {
    color: #333;
}

.news_list_collect .news_list_body .bottom {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
    background: #fff;
}

.news_list_collect .news_list_body .bottom ul {
    padding: 30px;
}

.news_list_collect .news_list_body .bottom ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_list_collect .news_list_body .bottom ul li:before {
    content: "";
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #057CBE;
    position: absolute;
    border-radius: 50px;
}

.news_list_collect .news_list_body .bottom ul li a {
    color: #057CBE;
}

.news_list_collect .news_list_body .bottom ul li:hover a {
    color: #333;
}

.news_list_collect .news_list_body .bottom ul li a:hover {
    color: #333;
}

/*详情页*/
/*.news_list_details .news_list_body {
    margin-left: 24px;
    width: 340px;
}*/

.news_list_details .news_list_body .top {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
    background: #fff;
    margin-bottom: 24px;
}

.news_list_details .news_list_body h2.text-center {
    background: #F5F5F5;
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    margin-bottom: 0px !important;
    padding: 22px;
}

.news_list_details .news_list_body .top a {
    display: block;
    padding: 0px;
    border: 2px solid #f5f5f5;
}

.news_list_details .news_list_body .top .pic {
    width: 100%;
    height: 318px;
    background: url(../images/home_section1_img1.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.news_list_details .news_list_body .top .pic::after,
.news_list_details .news_list_body .top .pic::before {
    content: "";
    position: absolute;
    border: 3px solid rgba(35,226,255,1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: border-animate1 6s linear infinite;
}

.news_list_details .news_list_body .top .pic::after {
    animation-delay: -3s;
}

@keyframes border-animate1 {
    0%,100% {
        clip: rect(0px, 385px, 318px, 383px);
    }

    25% {
        clip: rect(316px, 385px, 318px, 0);
    }

    50% {
        clip: rect(0,2px,318px,0);
    }

    75% {
        clip: rect(0,385px,2px,0);
    }
}

.news_list_details .news_list_body .center {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
    background: #fff;
    margin-bottom: 25px;
}

.news_list_details .news_list_body .center.active {
    margin-top: 430px;
}

.news_list_details .news_list_body .center ul {
    padding: 30px;
}

.news_list_details .news_list_body .center ul li {
    float: left;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news_list_details .news_list_body .center ul li a {
    padding: 6px 12px;
    margin-right: 8px;
    background: #F5F6F9;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #057CBE;
    line-height: 28px;
    cursor: pointer;
}

.news_list_details .news_list_body .center ul li:hover a {
    color: #333;
}

.news_list_details .news_list_body .bottom {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
    background: #fff;
}

.news_list_details .news_list_body .bottom ul {
    padding: 30px;
}

.news_list_details .news_list_body .bottom ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_list_details .news_list_body .bottom ul li:before {
    content: "";
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #057CBE;
    position: absolute;
    border-radius: 50px;
}

.news_list_details .news_list_body .bottom ul li a {
    color: #057CBE;
}

.news_list_details .news_list_body .bottom ul li:hover a {
    color: #333;
}

.news_list_details .news_list_body .bottom ul li a:hover {
    color: #333;
}



/*详情页*/
@media screen and (max-width: 1440px) {
    .news_details_section1 .section_container_con {
        max-width: 1100px;
    }

    .news_list_nav ul li a {
        display: inline-block;
        padding: 8px 12px;
        cursor: pointer;
        border: 1px solid transparent;
        font-size: 18px;
        color: #212529;
    }
    
    .news_list_collect .news_list_item > ul li {
        width: 100%;
        min-height: 225px;
        margin-bottom: 25px;
        padding-right: 115px;
    }

    .news_list_collect .news_list_item > ul li .pic_box {
        width: 220px;
        height: 164px;
    }

    .news_list_collect .news_list_item > ul li .text_box {
        width: 80%;
    }

    .news_list_collect .news_list_item > ul li .text_box h3 {
        font-size: 18px;
    }

    /*.news_list_collect .news_list_body {
        margin-left: 20px;
        width: 300px;
    }*/

    .news_list_collect .news_list_body .center ul {
        padding: 25px;
    }

    .news_list_collect .news_list_body .center ul li a {
        padding: 4px 10px;
        margin-right: 8px;
        font-size: 14px;
    }


    .news_list_collect .news_list_body .bottom ul {
        padding: 25px;
    }

    .news_list_collect .news_list_body .bottom ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    /*  */
    .news_list_details .news_list_item .details_content {
        padding: 50px 40px;
    }

    .news_list_details .news_list_item .details_content .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .news_list_details .news_list_item .details_content .item p {
        margin-bottom: 0px;
    }

    .news_list_details .news_list_item .details_content .item {
        padding-bottom: 20px;
    }

    .news_list_details .news_list_item .details_content .content {
        margin: 20px 0;
        font-size: 15px;
    }

    .news_list_details .news_list_item .recommen h2 {
        font-size: 18px;
    }

    .news_list_details .news_list_item .recommen ul li {
        margin-right: 10px;
    }

    .news_list_details .news_list_item .recommen ul li a {
        min-width: 80px;
        height: 35px;
        /* background: #dedede; */
        font-size: 12px;
        padding: 2px 12px;
    }

    .news_list_details .news_list_item .recommen .r_content p {
        font-size: 15px;
    }

    .news_list_details .news_list_body .center ul {
        padding: 25px;
    }

    .news_list_details .news_list_body .center ul li a {
        padding: 4px 10px;
        margin-right: 8px;
        font-size: 14px;
    }

    .news_list_details .news_list_body .bottom {
    }

    .news_list_details .news_list_body .bottom ul {
        padding: 25px;
    }

    .news_list_details .news_list_body .bottom ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}


@media screen and (max-width: 768px) {
    .section_container_con {
        width: 100% !important;
    }

    /* news_list_section */
    .news_list_section1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news_list_nav {
        padding-bottom: 40px;
    }

    .news_list_nav ul {
        display: flex;
        flex-wrap:wrap;
    }
    
    .news_list_nav ul li {
        margin-right: 6px;
        margin-bottom: 10px;
    }

    .news_list_nav ul li:last-child {
        margin-right: 0;
    }

    .news_list_nav ul li a {
        padding: 8px 14px;
        font-size: 15px;
    }

    .news_details_section1 .text_box {
        font-size: 15px;
        line-height: 26px;
    }

    .news_list_collect {
        flex-direction: column;
    }

    .news_list_collect .news_list_item > ul li {
        min-height: auto;
        padding-right: 0;
        padding: 20px 0;
    }

    .news_list_collect .news_list_item > ul li .pic_box {
        width: 90%;
        height: 210px;
        top: 0px;
        right: -15px;
        position: relative;
    }

    .news_list_collect .news_list_item > ul li .text_box {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .news_list_collect .news_list_item > ul li .text_box .time {
        margin-top: 12px;
        flex-direction:column;
        align-items:flex-start;
    }

    .news_list_collect .news_list_item > ul li .text_box .article {
        margin-top: 12px;
    }

    .news_list_collect .news_list_item > ul li .text_box h3 {
        font-size: 15px;
        white-space: inherit;
        text-overflow: inherit;
    }

    .news_list_collect .news_list_item .text_box {
        font-size: 15px;
        line-height: 26px;
    }

   /* .news_list_collect .news_list_body {
        margin-left: 0px;
        width: 100%;
    }*/
    .news_list_collect .news_list_body .top a {
        padding: 20px;
    }


    .news_list_collect .news_list_body .center ul {
        padding: 20px;
    }

    .news_list_collect .news_list_body .center ul li {
        margin-bottom: 8px;
    }

    .news_list_collect .news_list_body .center ul li a {
        margin-right: 8px;
        border-radius: 4px;
        font-size: 13px;
    }

    .news_list_collect .news_list_body .bottom ul {
        padding: 20px;
    }

    .news_list_collect .news_list_body .bottom ul li {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .news_list_collect .news_list_body .bottom ul li:before {
        top: 7px;
    }

    /*  */
    .news_list_details .news_li {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .news_list_details .news_li li::after {
        left: 2px;
        top: 3px;
        background-size: 70%;
    }

    .news_list_details .news_list_between {
        flex-direction: column;
    }

    .news_list_details .news_list_item .details_content {
        padding: 30px 20px;
    }

    .news_list_details .news_list_item .details_content .title {
        font-size: 20px;
        line-height: 32px;
        text-align: justify;
        margin-bottom: 30px;
    }

    .news_list_details .news_list_item .details_content .item p {
        font-size: 14px;
        margin-right: 40px;
    }

    .news_list_details .news_list_item .details_content .content {
        margin: 20px 0;
        font-size: 14px;
        line-height: 26px;
    }

    .news_list_details .news_list_item .details_content .piece a {
        font-size: 15px;
        margin-top: 20px;
    }

    .news_list_details .news_list_item .recommen {
        padding: 20px 20px;
        margin-top: 20px;
    }

    .news_list_details .news_list_item .recommen h2 {
        font-size: 15px;
    }

    .news_list_details .news_list_item .recommen ul {
        margin-top: 16px;
    }

    .news_list_details .news_list_item .recommen ul li {
        margin-right: 8px;
    }

    .news_list_details .news_list_item .recommen ul li a {
        min-width: 80px;
        height: 35px;
        font-size: 13px;
        line-height: 30px;
        padding: 2px 15px;
        margin-bottom: 8px;
    }

    .news_list_details .news_list_item .recommen .r_content {
        margin-top: 20px;
    }

    .news_list_details .news_list_item .recommen .r_content p {
        font-size: 14px;
        margin-bottom: 14px;
        max-width:100%;
    }

    .news_list_details .news_list_item .recommen .r_content p::after {
        top: 7px;
    }

    .news_list_details .news_list_body {
        margin-left: 0px;
        width: 100%;
        margin-top: 25px;
    }

    .news_list_details .news_list_body .top a {
        padding: 20px;
    }


    .news_list_details .news_list_body .center ul {
        padding: 20px;
    }

    .news_list_details .news_list_body .center ul li {
        margin-bottom: 8px;
    }

    .news_list_details .news_list_body .center ul li a {
        margin-right: 8px;
        border-radius: 4px;
        font-size: 13px;
    }

    .news_list_details .news_list_body .bottom ul {
        padding: 20px;
    }

    .news_list_details .news_list_body .bottom ul li {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .news_list_details .news_list_body .bottom ul li:before {
        top: 7px;
    }

    .ccm_d_content {
        padding-right: 0px;
        border-right: none;
    }

    .news_list_details .news_list_item .recommen {
        margin-right: 0px;
    }
    .news_list_details .news_list_item .recommen ul li div {
        padding: 4px 8px;
        font-size: 14px;
    }
}