﻿#news .banner {
    position: relative;
}

#news .banner p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 36px;
}

#news .new {
    padding: 100px 0 70px;
}

#news .new .max-width2 {
    display: flex;
    justify-content: space-between;
}

#news .new .max-width2 .left {
    width: 49.23%;
    overflow: hidden;
}

#news .new .max-width2 .left img {
    width: 100%;
    transition: all 1s;
}

#news .new .max-width2 .left:hover img {
    transform: scale(1.15);
}

#news .new .max-width2 .right {
    width: 46.85%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#news .new .max-width2 .right .r_top {
    height: 62.7%;
}

#news .new .max-width2 .right .r_top:hover .font20 {
    color: #003DA5;
}

#news .new .max-width2 .right .r_top a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 2rem;
}

#news .new .max-width2 .right .r_top a>.font14 {
    font-size: 14px;
    color: #666;
}

#news .new .max-width2 .right .r_top .font20 {
    font-size: 20px;
    color: #333;
}

#news .new .max-width2 .right .r_top div .font14 {
    font-size: 14px;
    padding: 6px 0 20px;
    position: relative;
    color: #666;
    margin-bottom: 20px;
}

#news .new .max-width2 .right .r_top div .font14::after {
    content: '';
    width: 35px;
    height: 2px;
    background: #003DA5;
    position: absolute;
    bottom: 0;
    left: 0;
}

#news .new .max-width2 .right .r_top div .font16 {
    font-size: 16px;
    color: #666;
}

#news .new .max-width2 .right .r_bottom {
    height: 37%;
    display: flex;
    flex-direction: column;
}

#news .new .max-width2 .right .r_bottom a {
    flex: 1;
    border-top: 1px solid #E6E6E6;
    display: block;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

#news .new .max-width2 .right .r_bottom a:hover {
    color: #003DA5;
}

#news .list .max-width2 {
    display: flex;
    flex-wrap: wrap;
    padding: 74px 0 40px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 60px;
}

#news .list .max-width2 a {
    display: inline-block;
    width: 32.69%;
    margin-right: 0.96%;
    margin-bottom: 60px;
}

#news .list .max-width2 a:nth-child(3n) {
    margin-right: 0;
}

#news .list .max-width2 a .img_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

#news .list .max-width2 a .img_box img {
    width: 100%;
    transition: all 1s;
}

#news .list .max-width2 a:hover .img_box img {
    transform: scale(1.15);
}

#news .list .max-width2 a:hover .font20 {
    color: #003DA5;
}

#news .list .max-width2 a .font14 {
    color: #666;
    font-size: 14px;
}

#news .list .max-width2 a .font20 {
    color: #333;
    font-weight: bold;
    margin: 4px 0;
    line-height: 30px;
    font-size: 20px;
}

#news .list .max-width2 a .font16 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

#news .pages {
    padding-bottom: 100px;
}

#news .pages .pages_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

#news .pages .pages_list .p_l {
    display: inline-flex;
    align-items: center;
}

#news .pages .pages_list .p_l a {
    width: 45px;
    height: 45px;
    border: 1px solid #E6E6E6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    color: #999999;
    font-size: 18px;
}

#news .pages .pages_list .p_l a.active {
    background: #003DA5;
    border-color: #003DA5;
    color: #fff;
}

#news .pages .pages_list .p_l a img {
    max-width: 100%;
}

#news .pages .pages_list .to {
    display: inline-flex;
    align-items: center;
    margin-left: 48px;
    font-size: 14px;
    color: #999;
}

#news .pages .pages_list .to input {
    width: 45px;
    height: 45px;
    border: 1px solid #E6E6E6;
    margin: 0 8px;
}

#news .pages .pages_list .to div {
    margin-left: 16px;
}

#news_detail .banner {
    position: relative;
}

#news_detail .banner p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 36px;
}

#news_detail .new_body {
    padding: 70px 0;
}

#news_detail .new_body .news_tit {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

#news_detail .new_body .sub_tit {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #CFCFCF;
}

#news_detail .new_body .sub_tit span {
    color: #666;
    font-size: 14px;
}

#news_detail .new_body .news_detial {
    padding: 28px 0 0;
    text-align: center;
}

#news_detail .new_body .news_detial p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
}

#news_detail .new_body .news_detial img {
    max-width: 100%;
    margin: 15px 0;
}

#news_detail .new_body .news_detial .other_news {
    padding-top: 26px;
    margin-top: 60px;
    border-top: 1px solid #CFCFCF;
    display: flex;
    justify-content: space-between;
}

#news_detail .new_body .news_detial .other_news a {
    color: #666666;
    font-size: 14px;
    max-width: 402px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#news_detail .new_body .news_detial .other_news a:hover {
    color: #003DA5;
}

#news_detail .new_body .news_detial .back {
    display: block;
    margin: 40px auto 0;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #003DA5;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}


/*页码*/

.page_con {
    display: none;
    width: 92%;
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box;
}

.page_con nav ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_con nav ul li {
    border-radius: 0;
}

.page_con nav ul li a {
    border: none !important;
    background: #F2F2F2;
    display: inline-block;
    text-align: center;
    color: #6D6D6D;
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 6px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    width: 110px;
    letter-spacing: 2px;
    font-weight: lighter;
    background: #003DA5;
    color: #fff;
}

.page_con nav ul li:hover a {
    color: #FD6C0D;
    background: #003DA5;
}

.page_con nav ul li.active a {
    color: #fff !important;
    background: #003DA5 !important;
}


/* 手机端样式 */

@media screen and (max-width: 1024px) {
    #news {
        /*页码*/
    }
    #news .banner p {
        font-size: 28px;
    }
    #news .new {
        padding: 40px 0 10px;
    }
    #news .new .max-width2 {
        flex-direction: column;
    }
    #news .new .max-width2 .left {
        width: 100%;
    }
    #news .new .max-width2 .right {
        width: 100%;
        padding-top: 13px;
    }
    #news .new .max-width2 .right .r_top .font20 {
        font-size: 17px;
    }
    #news .new .max-width2 .right .r_top div .font14 {
        padding: 10px 0;
        margin-bottom: 13px;
    }
    #news .new .max-width2 .right .r_top div .font14::after {
        width: 17px;
        height: 2px;
    }
    #news .new .max-width2 .right .r_top div .font16 {
        font-size: 14px;
        line-height: 25px;
    }
    #news .new .max-width2 .right .r_top a>.font14 {
        margin-top: 12px;
    }
    #news .new .max-width2 .right .r_bottom {
        height: auto;
    }
    #news .new .max-width2 .right .r_bottom a {
        padding: 10px 0;
        font-size: 17px;
    }
    #news .new .max-width2 .right .r_bottom a div {
        -webkit-line-clamp: 2;
    }
    #news .list .max-width2 {
        padding: 25px 0;
        margin-bottom: 30px;
    }
    #news .list .max-width2 a {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    #news .list .max-width2 a .img_box {
        margin-bottom: 12px;
    }
    #news .list .max-width2 a .font14 {
        font-size: 12px;
    }
    #news .list .max-width2 a .font20 {
        font-size: 17px;
        line-height: 25px;
    }
    #news .list .max-width2 a .font16 {
        font-size: 14px;
        line-height: 25px;
    }
    #news .pages {
        padding-bottom: 52px;
    }
    #news .pages .pages_list {
        display: none;
    }
    #news .pages .pages_list .to {
        display: none;
    }
    #news .page_con {
        display: block;
        margin: 0 auto;
    }
    #news .pagination>li:first-child>a,
    #news .pagination>li:last-child>a {
        width: 90px;
    }
    #news .page_con nav ul li a {
        font-size: 13px;
        width: 3.2rem;
        line-height: 3.2rem;
        border-radius: 0 !important;
        margin: 0 0.15rem;
    }
    #news_detail .banner p {
        font-size: 28px;
    }
    #news_detail .new_body {
        padding: 25px 4% 60px;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    #news_detail .new_body .news_tit {
        font-size: 19px;
        text-align: left;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 15px;
    }
    #news_detail .new_body .sub_tit {
        border-bottom: none;
        justify-content: space-between;
        position: relative;
    }
    #news_detail .new_body .sub_tit span {
        margin: 0;
        font-size: 12px;
    }
    #news_detail .new_body .sub_tit::after {
        content: '';
        width: 200%;
        height: 1px;
        background: #CFCFCF;
        position: absolute;
        left: -50%;
        bottom: 0;
    }
    #news_detail .new_body .news_detial p {
        font-size: 13px;
        color: #000;
        line-height: 26px;
    }
    #news_detail .new_body .news_detial img {
        width: 100%;
        margin: 16px 0;
    }
    #news_detail .new_body .news_detial .other_news {
        margin-top: 16px;
        padding-top: 16px;
        display: block;
    }
    #news_detail .new_body .news_detial .other_news a {
        color: #000;
        font-size: 13px;
        margin-bottom: 6px;
        max-width: max-content;
    }
    #news_detail .new_body .news_detial .back {
        width: 100%;
        height: 43px;
        line-height: 43px;
        font-size: 15px;
    }
}