    body{
        background: #fff !important;
    }
    .news-ban {
        width: 100%;
    }
    
    .news-ban img {
        width: 100%;
    }
    
    .box {
        width: 100%;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    }
    
    .news-nav {
        width: 100%;
        max-width: 1440px;
        margin: auto;
    }
    
    .news-nav p {
        line-height: 61px;
        font-size: 16px;
        color: #999999;
    }
    
    .news-nav p span a {
        line-height: 61px;
        font-size: 16px;
        color: #999999;
    }
    
    .news-nr {
        width: 100%;
        max-width: 1440px;
        margin: auto;
        margin-top: 99px;
    }
    
    .news-nr h3 {
        position: relative;
        font-size: 36px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #313131;
        font-weight: 600;
    }
    
    .news-nr h3::before {
        content: "";
        width: 104px;
        height: 12px;
        background-color: #3d7ad7;
        position: absolute;
        bottom: -54%;
        left: 2.5%;
    }
    
    .news-nr span {
        position: relative;
    }
    
    .news-nr h6 {
        margin-top: 19px;
        font-size: 14px;
        color: #898989;
    }
    
    .news-nrbox {
        display: flex;
        justify-content: space-between;
    }
    
    .nrbox-xq {
        display: flex;
        justify-content: flex-start;
        width:100%;
        padding-bottom: 51px;
        border-bottom: 1px solid #e1e1e1;
        margin-top: 51px;
        cursor: pointer;
    }
    
    .nrbox-xq:hover .time {
        border: solid 1px #00428e;
        transition: 1s;
    }
    
    .nrbox-xq:hover .time p {
        color: #00428e;
        transition: 1s;
    }
    
    .nrbox-xq:hover .time h4 {
        color: #00428e;
        opacity: 0.5;
        transition: 1s;
    }
    
    .time {
        width: 17%;
        height: 100px;
        border-radius: 2px;
        border: solid 1px #e1e1e1;
    }
    
    .time p {
        text-align: center;
        font-size: 16px;
        line-height: 45px;
        letter-spacing: 1px;
        color: #cfcfcf;
    }
    
    .time h4 {
        text-align: center;
        font-size: 39px;
        line-height: 45px;
        letter-spacing: 2px;
        color: #bfbfbf;
    }
    
    .xw {
        margin-left: 25px;
        flex: 1;
    }
    
    .xw h4 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1px;
        color: #333333;
        font-weight: 600;
    }
    
    .xw h5 {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #999999;
        margin-top: 18px;
        position: relative;
    }
    
    .xw h5::before {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #c8c8c8;
        position: absolute;
        left: 0;
        bottom: -22%;
        transition: 1s;
    }
    
    .nrbox-xq:hover .xw h5::before {
        background-color: #00428e;
    }
    
    .xw p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #999999;
        margin-top: 3%;
    }
    
    .ckgd {
        width: 131px;
        height: 39px;
        background-color: #e6e6e6;
        text-align: center;
        line-height: 39px;
        color: #666666;
        margin-top: 29px;
    }
    
    .nrbox-xq:hover .ckgd {
        background-color: #305695;
        color: #ffffff;
        transition: 1s;
    }
    .nrbox-left{width:74%}
    .nrbox-right {
        width: 20%;
    }
    
    .nrbox-lb {
        margin-top: 51px;
    }
    
    .lmlb {
        border-bottom: 1px solid #00428e !important;
        padding-bottom: 31px;
        margin-bottom: 30px;
        position: relative;
    }
    
    .lmlb::before {
        content: "";
        width: 30px;
        height: 2px;
        background-color: #00428e;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .nrbox-lb ul a li {
        border-bottom: 1px solid #e1e1e1;
        padding: 20px 0;
        color: #666666;
        font-size: 14px;
    }
    
    .nrbox-lb ul a li p {
        font-size: 12px;
        letter-spacing: 1px;
        color: #b6b4b4;
    }
    
    .nrbox-lb ul li h4 {
        font-size: 20px;
        line-height: 45px;
        letter-spacing: 1px;
        color: #333333;
    }
    .New-page{margin-top:30px;}
    .New-page ul {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    
    .New-page ul li {
        min-width: 28px;
        text-align: center;
        border: solid 1px #ecf7f9;
        margin-left: 10px;
        cursor: pointer;
    }
    .New-page ul li:hover{
        background: #00428e;
        color: #fff;
    }
    .active{
        background: #00428e;
        color: #fff;
        cursor: pointer;
    }
    footer {
        margin-top: 80px;
    }
    
    @media (max-width:1560px) {}
    
    @media (max-width:1440px) {
        .news-nav {
            padding: 0 3%;
        }
        .news-nr {
            padding: 0 3%;
        }
    }
    
    @media (max-width:1199px) {
        .nrbox-xq {
            display: flex;
            flex-wrap: wrap;
        }
        .time {
            border: none;
            margin-left: 3.5%;
            height: auto;
            margin-bottom: 1%;
            width: 100%;
        }
        .time p {
            display: inline-block;
        }
        .time h4 {
            display: inline-block;
        }
        .nrbox-xq:hover .time {
            border: none;
        }
        .time h4 {
            font-size: 16px;
            line-height: 45px;
        }
        .nrbox-xq:hover .time h4 {
            color: #00428e;
            opacity: 1;
            transition: 1s;
        }
        .xw p {
            margin-top: 10%;
        }
    }
    
    @media (max-width:990px) {}
    
    @media (max-width:767px) {
        .news-nr {
            padding: 6.5%;
        }
        .nrbox-left {
    width: 100%;
}
        .news-nr h3 {
            text-align: center;
            font-size: 26px;
        }
        .news-nr h3::before {
            display: none;
        }
        .news-nr h6 {
            text-align: center;
            font-size: 16px;
        }
        .news-nr {
            margin-top: 0;
        }
        .news-nav p {
            font-size: 14px;
        }
        .news-nav p span a {
            font-size: 14px;
        }
        .news-nrbox {
            display: flex;
            flex-wrap: wrap;
        }
        .nrbox-xq {
            width: 100%;
            margin-top: 5%;
            padding-bottom: 7%;
        }
        .xw {
            margin-left: 0;
        }
        .xw p {
            margin-top: 5%;
        }
        .time {
            margin-left: 0;
        }
        .xw h4 {
            font-size: 20px;
        }
        .nrbox-right {
            width: 100%;
        }
        .ckgd {
            width: 100%;
        }
    }