﻿
/*NewsDetail*/
.nei-banner {
    width: 100%;
    position: relative;
}

    .nei-banner .img img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
    line-height: 1;
    margin:50px auto;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 16px;
        color: #202020;
        line-height: 1;
    }
        .bx-mb-nav p a {
            color: #202020;
        }
        .bx-mb-nav i {
            font-size: 20px;
        }

    .bx-mb-nav p a:hover {
        color: #1E35A1;
    }



.NewsDetail001-title {
    text-align: center;
    padding-bottom:20px;
    border-bottom:2px solid #1E35A1;
}

    .NewsDetail001-title h3 {
        font-size: 22px;
        color: #202020;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}


/*
    .TurnPages p {
        width: 40%;
    }*/


    .TurnPages a {
        font-size: 14px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #1E35A1;
        }

@media screen and (max-width: 1200px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
        margin-bottom:20px;
    }

        .bx-mb-nav p {
            font-size: 14px;
        }
        .bx-mb-nav i{
            font-size:16px;
        }

        .NewsDetail001-title h3 {
            font-size: 20px;
        }

    .tit_bar .text {
        margin: 5px 3%;
        font-size:14px;
    }
    .NewsDetail001-title h3{
        font-size:18px;
    }
    .tit_bar{
        margin-top:10px;
    }
    .NewsDetail001-title{
        padding-bottom:10px;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}



.header-top {
    background-color: #1E35A1;
}
.header-top-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:5px 0;
}

.header-time {
    font-size: 14px;
    color: #FFFFFF;
}
.header-top-box ul li{
    display:inline-block;
    margin-left:30px;
}
    .header-top-box ul li a {
        font-size: 14px;
        color: #FFFFFF;
    }
        .header-top-box ul li a img{
            width:16px;
            height:16px;
            margin-right:10px;
            line-height:1;
            display:inline-block;
            vertical-align:middle;
        }
.header-box {
    background-image: linear-gradient(#7389FE,#364EBE)
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header {
/*    position: fixed;
    left: 0;
    top: 0;*/
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.1);
}





.bx-header001 {
    height: 120px;
    line-height: 120px;
    position: relative
}

    .bx-header001 .bx-logo {
        max-height: 100px
    }

        .bx-header001 .bx-logo img {
            max-height: 100px;
        }

    .bx-header001 .bx-nav ul li {
        position: relative;
        line-height: 120px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        z-index: 600;
        display: inline-block;
        vertical-align: middle;
    }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: absolute;
            top: 100px;
            line-height: 40px;
            width: 100%;
            background-color: #ffffff;
            z-index: 600
        }

            .bx-header001 .bx-nav ul li .bx-nav-fd a {
                padding: 0 5px;
            }

        .bx-header001 .bx-nav ul li a {
            display: block;
            color: #fff;
            padding: 0 30px;
            min-width:120px;
            text-align:center;
            line-height:40px;
            border-radius:5px;
            overflow:hidden;
            position:relative;
        }
            .bx-header001 .bx-nav ul li a::before{
                content:'';
                display:block;
                width:1px;
                height:16px;
                background-color:rgba(255,255,255,.2);
                position:absolute;
                left:0;
                top:13px;
            }
                .bx-header001 .bx-nav ul li:nth-child(1) a::before{
                    display:none;
                }

                .bx-header001 .bx-navigation {
                    display: none;
                    margin-left: 20px;
                }

    .bx-header001 .bx-nav ul li a:hover,
    .bx-header001 .bx-nav ul li a.active {
        color: #1E35A1;
        background-color:#fff;
    }

/*.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li a.active {
    color: #187CF8;
    font-weight: bold;
}*/

.bx-navigation {
    display: none;
}

@media (max-width: 1500px) {
    .bx-header001 .bx-nav ul li {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .bx-header001 .bx-nav ul li {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {

    .bx-header001 .bx-logo{
        margin-top:8px;
    }

    .bx-header001 {
        height: 60px;
        line-height: 60px;
    }

        .bx-header001 .bx-logo img {
            max-height: 40px;
            display:block;
        }

        .bx-header001 .bx-nav {
            display: none;
            position: absolute;
            top: 60px;
            z-index: 500;
            right: 0;
            z-index: 600;
            width: 100%;
            background-color: #fff;
        }

            .bx-header001 .bx-nav ul li {
                line-height: 50px;
                text-align: left;
                float: none;
                width:100%;
            }

                .bx-header001 .bx-nav ul li i {
                    display: block;
                    width: 12px;
                    height: 12px;
                    color: #333;
                    transition: color .25s;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                }

                    .bx-header001 .bx-nav ul li i::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        width: 100%;
                        height: 2px;
                        background-color: #333;
                        transform: translate(0,-50%);
                    }

                    .bx-header001 .bx-nav ul li i::after {
                        content: '';
                        position: absolute;
                        left: 50%;
                        top: 0;
                        width: 2px;
                        height: 100%;
                        background-color: #333;
                        transform: translate(-50%,0);
                    }

                .bx-header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #333;
                    text-align: center;
                }

        .bx-header001 .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
        }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 30px;
    }

    .hamburger {
        margin-top: 18px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #fff;
            display: block;
            margin: 8px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .hamburger:hover {
            cursor: pointer;
        }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }


}

.index-slogan{
    margin-top:30px;
}
.index-slogan-item img{
    width:100%;
}

.index-one{
    margin-top:30px;
}
.index-one-item{
    display:flex;
    justify-content:space-between;
}
.index-one-item .left {
    width: 66.66%;
}
.index-one-item .right{
    width:33.33%;
    padding-left:30px;
}

.index-one-item .left .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}
.index-one-item .left .swiper-pagination{
    text-align:right;
    padding-right:20px;
}

.index-one-item .left .swiper-pagination-bullet-active {
    color: #fff;
    background: #1E35A1;
}
.index-one-list{
    display:block;
    position:relative;
}
.index-one-item .left .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(32,32,32,.7);
    width:100%;
   
}
    .index-one-item .left .img{
        width:100%;
        height:450px;
    }
        .index-one-item .left .img img{
            width:100%;
            height:100%;
            object-fit:cover;
            transition:all 0.8s;
        }
        .index-one-item .left .text h3 {
            line-height: 40px;
            font-size: 16px;
            color: #FFFFFF;
            padding-left: 20px;
            width: 70%;
        }

.index-one-right-list h3 {
    font-size: 16px;
    color: #202020;
}

.index-one-right-list p{
    font-size:16px;
    color:rgba(98,98,98,60);
    margin-top:20px;
    height:auto;
    max-height:75px;
    display:none;
}
.index-one-right-list span {
    font-size: 16px;
    color: #364EBE;
    font-weight:bold;
    margin-top:20px;
    display:none;
}

.index-one-item .right ul li:nth-child(1) .index-one-right-list span, .index-one-item .right ul li:nth-child(1) .index-one-right-list p {
    display: block;
}
.index-one-item .right ul li:nth-child(1) .index-one-right-list h3 {
    font-size: 24px;
    color: #202020;
    font-weight: bold;
    white-space:inherit;
    line-height: 31px;
    height: auto;
    max-height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-one-item .right ul li:nth-child(1) {
    padding-bottom: 20px;
    border-bottom: 1px dashed #DBDBDB;
}
.index-one-item .right ul li{
    margin-top:20px;
}

    .index-one-item .right ul li .index-one-right-list:hover h3 {
        color:#1E35A1;
    }

.index-two {
    margin-top: 50px;
    background-color: #F6F8FB;
    padding:30px 0;
}
.index-two-item{
    display:flex;
    justify-content:space-between;

}
.index-two-item .left{
    width:33.33%;
}
    .index-two-item .right{
        width:66.66%;
    }

.index-two-left-box{
    text-align:center;
    border-radius:5px;
    overflow:hidden;
}
    .index-two-left-box > h3 {
        font-size: 20px;
        color: #364EBE;
        line-height: 50px;
        background-color: rgba(54,78,190,.15);
    }
        .index-two-left-box > h3 img {
            display: inline-block;
            vertical-align: text-bottom;
            margin-right:5px;
        }
.index-two-left-item {
    background-color: #fff;
    padding: 35px 20px;
    border: 1px solid #F2F2F2;
}
    .index-two-left-item .title {
        font-size: 24px;
        color: #202020;
        line-height:1.5;
    }
.index-two-left-item .num{
    margin-top:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}
    .index-two-left-item .num span {
        margin: 0 7px;
        font-size: 40px;
        color: #FFFFFF;
        font-weight: bold;
        width: 45px;
        line-height: 80px;
        background-color: #1E35A1;
        border-radius:5px;
        overflow:hidden;
        position:relative;
        z-index:2;
        
    }
        .index-two-left-item .num span::after {
            content: '';
            display: block;
            width: 100%;
            height: 50%;
            background-color: #364EBE;
            position:absolute;
            bottom:0;
            left:0;
            z-index:-1;
        }

    .index-two-left-item .but {
        display: inline-block;
        min-width: 210px;
        line-height: 46px;
        font-size: 16px;
        color: #fff;
        background-color: #364EBE;
        border-radius:5px;
        margin-top:40px;
        transition:all 0.5s;
    }
    .index-two-left-item .but:hover{
        opacity:0.8;
    }
    .index-two-left-item .tel{
        display:flex;
        justify-content:center;
        align-items:center;
        text-align:left;
        margin-top:30px;
    }
        .index-two-left-item .tel .icons{
            width:40px;
            margin-right:10px;
        }
        .index-two-left-item .tel .text h3{
            font-size: 14px;
            color: #2B2B2B;
        }
        .index-two-left-item .tel .text p {
            font-size: 20px;
            color: #2B2B2B;
            line-height:1;
            margin-top:5px;
        }


.index-two-item .right ul{
    display:flex;
    flex-wrap:wrap;
    margin-top:-20px;
}
    .index-two-item .right ul li {
        width: calc(50% - 20px);
        margin-left: 20px;
        background-color: #fff;
        margin-top: 20px;
        padding: 50px 60px;
        border: 1px solid #F2F2F2;
        display:flex;
        align-items:center;
    }
        .index-two-item .right ul li .icons{
            width:100px;
            margin-right:20px;
        }
        .index-two-item .right ul li .text p {
            font-size: 32px;
            color: #364EBE;
            font-family:Arial;
            line-height:1;
            font-weight:bold;
        }
        .index-two-item .right ul li .text h3 {
            font-size: 18px;
            color: #202020;
            margin-top:10px;
        }

.index-three-list {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
}
    .index-three-list h3 {
        font-size: 20px;
        color: #364EBE;
        line-height: 50px;
        background-color: rgba(54,78,190,.15);
        padding:0 20px;
    }
.index-three-list .img{
    width:100%;
    padding:30px 75px;
}
.index-three{
    margin-top:20px;
}

.index-four-item{
    display:flex;
    justify-content:space-between;

}
    .index-four-item .index-four-list{
        width:calc(33.33% - 15px);
    }

.index-four{
    margin-top:30px;
}
.index-four-list {
    border: 1px solid #F2F2F2;
    border-radius:5px;
    overflow:hidden;
}
.index-four-list .title {
    font-size: 20px;
    color: #364EBE;
    line-height: 50px;
    background-color: rgba(54,78,190,.15);
    padding: 0 20px;
    
}
    .index-four-list .index-four-about {
        padding: 20px;
        font-size: 16px;
        color: #626262;
        white-space: pre-line;
        line-height:27px;
        height:310px;
        overflow-y:auto;
    }
    .index-four-list ul {
        padding:13px 20px;
        font-size: 16px;
        color: #626262;
        height:310px;
    }
    .index-four-list ul li a{
        display:block;
        width:100%;
        line-height:40px;
        padding-left:17px;
        position:relative;
    }
        .index-four-list ul li a::after {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            border-radius:50%;
            background-color: #C4C4C4;
            position:absolute;
            left:0;
            top:18px;
        }
        .index-four-list ul li a:hover{
            color:#1E35A1;
        }

.index-five{
    margin-top:30px;
    margin-bottom:45px;
}
.index-five-item ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -12px;
}
.index-five-item ul li {
    width: 16.6%;
    padding:0 12px;
    text-align:center;
    margin-bottom:25px;
}
    .index-five-item ul li a {
        width: 100%;
        height: 90px;
        border: 1px solid #364EBE;
        border-radius: 5px;
        overflow: hidden;
        font-size: 16px;
        color: #364EBE;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:20px;
        transition:all 0.5s;
    }
        .index-five-item ul li a:hover {
            background-image: linear-gradient(#7389FE,#364EBE);
            color:#fff;
            border-color:#fff;
        }

.footer {
    background-color: #F6F8FB;
    border-top: 5px solid #364EBE;
    padding:30px 0;
}

.footer-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer-item .ewm{
    width:120px;
}
    .footer-item .left {
        width: calc(100% - 200px);
        font-size: 16px;
        color: #626262;
        line-height:35px;
    }
        .footer-item .left .footer-nav  li{
            display:inline-block;
        }
        .footer-item .left .footer-nav li span{
            margin:0 10px;
            display:inline-block;
        }

        .footer-item .left a {
            font-size: 16px;
            color: #626262;
        }
        .footer-item .left a:hover{
            color:#1E35A1;
        }

.CourtNav-item{
    margin-bottom:60px;
}
.CourtNav-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.CourtNav-item ul li{
    width:33.33%;
    padding:0 30px;
    margin-bottom:40px;
}

    .CourtNav-item ul li a {
        display:block;
        padding: 27px 20px;
        text-align: center;
        border: 1px solid #F2F2F2;
        border-radius:5px;
        overflow:hidden;
    }
    .CourtNav-item ul li .icons{
        height:70px;
        transition:all 0.5s;
    }
    .CourtNav-item ul li .icon img{
        height:100%;
    }
    .CourtNav-item ul li h3 {
        font-size: 16px;
        color: #364EBE;
        margin-top:15px;
    }
    .CourtNav-item ul li a:hover .icons{
        transform:translateY(-5px);
    }
    .CourtNav-item ul li a:hover {
        border-color: #8C9EFE;
    }


.nei-item{
    margin-bottom:100px;
}
.nei-item-box {
    display: flex;
    justify-content: space-between;
}

    .nei-item-box .nei-nav {
        width: 160px;
    }
    .nei-item-box .nei-text{
        width:calc(100% - 160px);
        padding-left:30px;
    }
    .nei-item-box .nei-nav ul{
        border-radius:5px;
        overflow:hidden;
    }
    .nei-item-box .nei-nav ul li a {
        display: inline-block;
        width: 100%;
        line-height: 46px;
        background-color: #F6F8FB;
        padding: 0 30px;
        font-size: 16px;
        color: #202020;
    }
        .nei-item-box .nei-nav ul li.active a {
            background-color: #1E35A1;
            color: #fff !important;
        }
        .nei-item-box .nei-nav ul li a:hover {
            color: #364EBE;
        }

        .nei-title {
            font-size: 16px;
            color: #202020;
            line-height: 46px;
            background-color: #F6F8FB;
            padding: 0 20px;
            border-radius: 5px 5px 0 0;
        }
.nei-listbox{
    padding:20px;
}
.nei-listbox ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    position: relative;
}
    .nei-listbox ul li a::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #C4C4C4;
        position: absolute;
        left: 0;
        top: 18px;
    }
    .nei-listbox ul li a h3 {
        font-size: 16px;
        color: #626262;
        line-height: 40px;
        width:calc(100% - 120px);
    }
    .nei-listbox ul li a span {
        font-size: 16px;
        color: #999999;
        display:block;
        width:120px;
        text-align:right;
    }
    .nei-listbox ul li a:hover h3, .nei-listbox ul li a:hover span{
        color: #1E35A1;
    }
    .nei-listbox ul li a:hover::before{
        background-color:#1E35A1;
    }
    .nei-listbox ul li:nth-child(5n) {
        padding-bottom: 20px;
        border-bottom: 1px dashed #EBEBEB;
    }
    .nei-listbox ul li:nth-child(6), .nei-listbox ul li:nth-child(11) {
        padding-top: 20px;
    }
.nei-detailbox {
    padding: 20px 0;
    font-size: 16px;
    color: #626262;
}

.nei-newsbox ul li .news-list{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.nei-newsbox ul li .news-list .img{
    width:240px;
    height:150px;
    border-radius:5px;
    overflow:hidden;

}
.nei-newsbox ul li {
    padding: 30px 0;
    border-bottom: 1px dashed #EBEBEB;
}
.nei-newsbox ul li .news-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all 0.5s;
}
    .nei-newsbox ul li .news-list .text {
        width: calc(100% - 240px);
        padding-left: 20px;
    }
        .nei-newsbox ul li .news-list .text h3 {
            font-size: 18px;
            color: #202020;
        }
        .nei-newsbox ul li .news-list .text .news-num{
            margin-top:10px;
            margin-bottom:20px;
        }
        .nei-newsbox ul li .news-list .text .news-num span {
            font-size: 14px;
            color: #999999;
            margin-right: 40px;
        }
        .nei-newsbox ul li .news-list .text p {
            font-size: 16px;
            color: #626262;
        }
        .nei-newsbox ul li .news-list:hover .text h3{
            color:#1E35A1;
        }
.nei-newsbox{
   margin-bottom:30px;
}


@media (max-width: 1200px) {
    .header-top-item{
        display:block;
       text-align:center;
    }

    .header-top-box ul li{
        margin-left:0;
        margin:0 5px;
    }
    .index-slogan{
        margin-top:20px;
    }
    .index-one-item{
        flex-direction:column;
    }
        .index-one-item .left{
            width:100%;
        }
        .index-one-item .right{
            width:100%;
            padding-left:0;
        }
        .index-one-item .left .img {
            height: 420px;
        }
    .index-one{
        margin-top:20px;
    }
    .index-two-item{
        flex-direction:column;
    }
        .index-two-item .left{
            width:100%;
        }
        .index-two-item .right {
            width: 100%;
        }
    .index-two {
        margin-top: 30px;
        padding: 20px 0;
    }
    .index-two-left-item {
        padding: 20px 15px;
    }
        .index-two-left-item .title{
            font-size:20px;
        }
    .index-two-item .right ul{
        margin-top:0;
        justify-content:space-between;

    }
        .index-two-item .right ul li {
            width: 48%;
            margin-left: 0;
            padding:15px;
            flex-direction:column;
        }
            .index-two-item .right ul li .icons{
                margin-right:0;
                width:70px;
            }
            .index-two-item .right ul li .text{
                text-align:center;
                margin-top:10px;
            }
    .index-three-list .img{
        padding:15px 10px;
    }
    .index-three-list h3, .index-four-list .title {
        font-size: 18px;
        line-height: 40px;
        padding: 0 15px;
    }
    .index-three-list{
        margin-top:15px;
    }
    .index-three{
        margin-top:10px;
    }
    .index-four-item{
        flex-direction:column;
    }
        .index-four-item .index-four-list{
            width:100%;
            margin-bottom:10px;
        }
    .index-four-list ul{
        height:auto;
      
    }
    .index-five-item ul {
        margin: 0 -5px;
    }
    .index-five-item ul li {
        width: 33.33%;
        padding: 0 5px;
        text-align: center;
        margin-bottom: 10px;
    }
    .index-five {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .index-five-item ul li a{
        padding:10px;
        font-size:14px;
    }
    .footer-item{
        flex-direction:column;
    }
        .footer-item .left{
            width:100%;
        }
        .footer-item .left {
            font-size: 14px;
            color: #626262;
            line-height: 30px;
        }
            .footer-item .left a{
                font-size:14px;
            }
            .footer-item .left .footer-nav li span {
                margin: 0 5px;
            }
        .footer-item .ewm{
            margin-top:15px;
        }
    .nei-item-box{
        display:block;
    }
        .nei-item-box .nei-nav{
            width:100%;
        }
            .nei-item-box .nei-nav ul{
                display:flex;
                flex-wrap:wrap;
            }
            .nei-item-box .nei-nav ul li {
                display: inline-block;
                width: 33%;
            }
                .nei-item-box .nei-nav ul li a{
                    padding:0 10px;
                    text-align:center;
                    font-size:15px;
                }
        .nei-item-box .nei-text{
            width:100%;
            padding-left:0;

        }
    .nei-title{
        display:none;
    }
    .nei-item{
        margin-bottom:10px;
    }
    .NewsDetail001 img{
        height:auto !important;
    }
    .nei-listbox{
        padding:20px 0;
    }
    .NewsDetail001 > .container{
        padding:0;
    }
    .nei-listbox ul li a{
        padding-left:10px;
    }
}

@media (max-width: 768px) {
    .index-one-item .left .img {
        height: 230px;
    }
    .index-one-item .right ul li:nth-child(1) .index-one-right-list h3 {
        font-size: 18px;
        line-height: 25px;
        max-height:50px;
    }
    .index-one-right-list p{
        margin-top:10px;
    }
    .nei-newsbox ul li .news-list .img{
        width:120px;
        height:85px;
    }
    .nei-newsbox ul li .news-list .text{
        width:calc(100% - 120px);
        padding-left:10px;
    }
        .nei-newsbox ul li .news-list .text p{
            display:none;
        }
        .nei-newsbox ul li .news-list .text .news-num{
            margin-top:15px;
            margin-bottom:0;
        }
            .nei-newsbox ul li .news-list .text .news-num span{
                margin-right:10px;
            }
        .nei-newsbox ul li .news-list .text h3 {
            line-height: 25px;
            height: 50px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            white-space: inherit;
            font-size:16px;
        }
        .nei-newsbox ul li{
            padding:20px 0;
        }
}