

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #e5e5e5;

}

.nav-menu .goto-a {
    display: flex;
    align-items: center;
}

.nav-menu .goto-a a {
    font-size: 16px;
    color: #666666;
    padding-right: 5px;
}

.nav-menu .goto-a a img {
    width: 20px;
    margin-top: -7px;
}

.nav-menu .goto-a span {
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}


.new-detail {
    margin-top: 46px;
}

.new-detail .name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    line-height: 70px;
    letter-spacing: 3px;
    color: #000000;
}

.new-detail .date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #999999;
}

.new-detail .text p {
    text-indent: 30px;
    width: 1395px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #464646;
}






















.w {
    width: 1400px;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    background-color: #fff;
}

.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .img {
    width: 50px;
    margin-right: 10px;
}

.logo .span {
    font-family: SourceHanSansCN-Heavy;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 4px;
    color: #333333;
    font-weight: 700;
}













.active .nav-tab {
    position: absolute;
    top: 60px;
    left: 0;
    width: 500px;
    height: 60px;
    background-color: #385369;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.nav-tab {
    display: flex;
}

.nav-tab .tab-list a {}

.nav-tab .tab-active a {
    font-size: 16px;
    color: #1bc2ff;
    margin-right: 20px;

}

.active .nav-tab .tab-list a {
    font-size: 16px;
    margin-right: 20px;
    color: #fff;
}
.main {
    margin-bottom: 80px;
}
.banner {
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.banner .img {
    width: 100%;
    height: 100%;
}




.banner .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner .name .p1 {
    font-size: 36px;
    color: #ffffff;
    line-height: 72px;
    font-weight: bold;
}

.banner .name .p2 {
    font-size: 34px;
    color: #ffffff;
    line-height: 72px;
    font-weight: bold;

}



.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 10px;
}

.nav-menu .goto-a {
    display: flex;
    line-height: 72px;
}

.nav-menu .goto-a a {
    font-size: 16px;
    color: #696969;

}

.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.news-list {
    margin-top: 48px;
}

.news-item {
    margin-bottom: 54px;
    cursor: pointer;
    transition: all .5s;
    padding: 5px 10px 10px 10px;
}
.news-item:hover {
    box-shadow: 1px 0 8px #999999;

}
.news-item:hover .name {
    color: #00a0e9;
}
.news-item:hover .btn {
    background-color: #00a0e9;
    transform: translateX(20px);
}
.news-item:hover .left-icon .icon .img_1 {
    display: block;
    width: 22px;
    height: 25px;
}
.news-item:hover .left-icon .icon  .img_2{
    display: none;
}
.left-icon {
    width: 100px;
}

.news-list .date {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    line-height: 50px;
    color: #404040;
}

.news-list .year {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #404040;
    margin-left: 17px;
    margin-bottom: 20px;
}

.news-list .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: solid 1px #dbccb6;
    border-radius: 50%;
}

.news-list .center-img {
    width: 338px;
    height: 181px;
    background-color: #eeeeee;
    border: solid 5px #ffffff;
}

.news-list .center-img .img {
    width: 100%;
    height: 100%;
}
.news-item .left-icon .icon .img_1{
    display: none;
    width: 100%;
    height: 100%;
}
.name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #333;
}

.name-active {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #333333;
}

.rigth-msg .msg {
    width: 837px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
}

.btn {
    margin-top: 25px;
    width: 109px;
    height: 37px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.btn:hover {
    transform: translateX(20px);
}
.btn-1 {
    margin-top: 25px;
    width: 109px;
    height: 37px;
    background-color: #888888;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}












@media screen and (max-width: 1399px) {
    .new-detail .text p {
        width: 100%;
    }
}




@media screen and (max-width: 900px) {
    .w {
        width: 100%;
        /* margin: 10px auto; */
        padding: 0 10px;
    }

    .w1 {
        width: 85%;
        /* margin: 10px auto; */
        padding: 0 10px;
    }

    /* .logo {
        display: none;
    } */
    .logo .span {
        font-size: 22px;
    }

    .logo .img {}

    .banner {
        height: 125px;
    }
    .banner .img {
        height: 100%;
    }
    .banner .name .p1 {
        font-size: 18px;
        line-height: 27px;
    }

    .banner .name .p2 {
        font-size: 16px;
        line-height: 27px;
    }
    .shou {
        height: 4.2rem;
    }

    .bailogo {
        width: 150px;
    }


    .yang ul li .biaoti {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .yangtxt {
        font-size: .875rem;
    }

    .new-detail .name {
        font-size: 18px;
        line-height: 25px
    }
    .new-detail .date {
        font-size: 12px;
        line-height: 52px;
    }
    .new-detail .text p{
        width: 100%;
        font-size: 12px;
    }
    .new-detail .text p img {
        width: 95% !important;
    }
    .new-detail .text img {
        width: 95% !important;
    }
    .headBox {
        display: none;
    }

    .downli {
        font-size: 0.3rem;
        color: #666666;
        line-height: 0.6rem;
        text-align: left;
    }

    .kaiBox {
        padding-left: 1rem;
        border: none;
    }

    .downli {
        font-size: 0.3rem;
        color: #666666;
        line-height: 0.6rem;
        text-align: left;
    }

    .news-item {
        width: 100%;
    }

    .news-list .date {
        font-size: 18px;
        line-height: 30px;
    }


    .news-list .year {
        font-size: 13px;
        margin-left: 10px;
        margin-bottom: 8px;
    }

    .news-list .icon {
        width: 50px;
        height: 50px;
    }

    .news-list .news-item .left-icon .icon img {
        width: 20px;
        height: 20px;
    }


    .nav-menu .goto-a {
        line-height: 50px;
    }

    .nav-menu .goto-a a {
        font-size: 12px;
    }

    .news-list .center-img {
        margin-left: 10px;
        width: 100px;
        height: 100px;
        margin-right: 15px;
    }

    .news-list .center-img .img {
        width: 100px;
    }

   
    .footer-list {
        padding-top: 50px;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 10px;
    }

    .access {
        margin-right: 3.75rem;
    }

    .access {}

    .blogroll {
        margin-right: 10px;

    }

    .footer-header {
        font-size: 20px;
        line-height: 10px;
    }

    .left-list ul li a,
    .right-list ul li a {
        font-size: 14px;
    }

    .left-list {
        margin-right: 15px;
    }

    .left-list ul li,
    .right-list ul li {
        margin-bottom: 12px;
    }

    .qr-code .img {
        width: 6.25rem;
        height: 6.25rem;
        margin-bottom: 16px;
    }

    .qr-code {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
        width: 100px;
        height: 164px;
        border-left: 0;
        border-right: 0;

    }

    .qr-code .p {
        font-size: .875rem;
    }

    .contact .img {
        width: 25px;
        height: 25px;
    }

    .contact .text {
        font-size: 14px;
    }

    .phone {
        font-size: 24px;
        line-height: 22px;
    }

    .tel,
    .email,
    .address {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #ffffff;
    }

    .contact-msg {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .contact-msg p {
        font-size: 12px;
        line-height: 31px;
    }
}