html {
    font-size: 8px;
}

.news {
    margin-top: 10rem;
    padding: 12rem 0;
}

.newscontainer {
    /* padding: 0 130px; */
}

a {
    text-decoration: none;
}

.news .jumpLink {
    font-size: 2rem;
    margin-bottom: 5rem;
}

.news-title {
    border-bottom: 1px solid #cccccc;
}

.news-title-name {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    font-size: 3.2rem;
    letter-spacing: 0;
    padding-bottom: 6rem;
}

.news-title-time {
    font-family: Microsoft YaHei;
    color: #999999;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-bottom: 1.6rem;
}

.news-cont {
    padding-top: 4rem;
}

.news-cont-title {
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 0;
    text-indent: 4rem;
    padding-bottom: 2rem;
}

.news-cont-text p {
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0;
    text-indent: 4rem;
    padding-bottom: 2rem;
}

.news-cont-ends {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    text-align: center;
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0;
    text-indent: 4rem;
    padding-bottom: 2rem;
}

.news-cont-contact-box {
    display: flex;
    margin-bottom: 4rem;
}

.news-cont-contact-box-info {
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0;
    text-indent: 4rem;
    margin-right: 10rem;
}

.news-bigbox {
    display: flex;
    justify-content: space-between;
}

.news-box {
    width: 850px;
    padding: 0 25px;
    padding-top: 2.5rem;
}

.news-img {
    text-align: center;
    padding-bottom: 2rem;
}

/* .news-img img {
    width: 800px;
    height: 400px;
} */

.newsnav {
    width: 76.25rem;
    padding: 20px 25px 0;
}

.newsnav .newtext {
    font-size: 2rem;
    padding-top: 5rem;
}

.newsnav .newtext a {
    text-decoration: none;
}

.newsnav .newtext a div {
    margin-bottom: 2rem;
}

.newsnav .news-title-name {
    padding-bottom: 1.25rem;
}

.newsfooter {
    width: 106.25rem;
    font-size: 2rem;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    margin-top: 5rem;
}

.newsfooter span {
    color: #a6a6a6;
}

.newsbottom {
    margin-top: 10rem;
    overflow: hidden;
}

.newsbottom .selectinfo {
    font-size: 3rem;
    margin-bottom: 5rem;
}

.newsbottom .newsbottom-cont {
    display: flex;
}

.newsbottom .newsbottom-cont .introduce-cont {
    padding: 0 1.25rem;
    width: 328px;
}

.newsbottom .newsbottom-cont .introduce-cont .introduce-text {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 2rem;
}

.newsbottom .newsbottom-cont .introduce-cont .introduce-img {
    transform: scale(1);
    transition: .6s;
}

.newsbottom .newsbottom-cont .introduce-cont .introduce-img:hover {
    transform: scale(1.1);
    /* box-shadow: 2px 2px 20px rgba(0 0 0 / .6); */
}

.newsintroduce {
    position: relative;
    display: flex;
    width: 1642px;
    animation: moveRight 16s linear infinite;
}

.newsintroduce:hover {
    animation-play-state: paused;
}

@keyframes moveRight {
    0% {
        left: 0;
    }

    100% {
        left: -1642px;
    }
}

/*版心设置  start*/
.container {
    padding: 0px;
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 350px !important;
    }

    html {
        font-size: 10px;
    }
}

@media (min-width: 600px) {
    .container {
        max-width: 650px !important;
    }
}

@media (min-width: 800px) {
    .container {
        max-width: 870px !important;
    }
}

@media (min-width: 1000px) {
    .container {
        max-width: 1000px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
}

@media (min-width: 1560px) {
    .container {
        max-width: 1660px !important;
    }
}

/*版心设置  end*/

/* 新闻页移动端适配 start */

@media screen and (max-width: 576px) {
    .container {
        max-width: 350px !important;
    }

    html {
        font-size: 10px;
    }

    .news {
        margin-top: 0rem;
        padding-bottom: 2rem;
    }

    .news-title-name {
        font-size: 16px;
        padding-bottom: 1rem;
    }

    .submit {
        padding: 6rem 0;
    }


    .news .jumpLink {
        font-size: 12px;
        margin-bottom: 0;
    }

    .news-bigbox {
        display: block;
        justify-content: space-between;
    }

    .news-title-time {
        font-size: 12px;
    }

    .news-cont {
        padding-top: 2rem;
    }

    .news-box {
        width: 352px;
        padding: 0 25px;
    }

    .news-cont-title {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        text-indent: 2rem;
        padding-bottom: 2rem;
    }

    .news-img {
        padding-bottom: 2rem;
    }

    .news-img img {
        width: 300px;
    }

    .newsnav .newtext {
        font-size: 12px !important;
        padding-top: 1rem !important;
    }

    .newsfooter {
        width: 355px !important;
        font-size: 12px !important;
        padding-top: 10px;
        margin-top: 2rem !important;
    }

    .newsnav {
        width: 355px !important;
        padding: 10px 15px 0 !important;
    }

    .newsnav .newtext a div {
        margin-bottom: 1rem !important;
    }

    .newsbottom {
        margin-top: 5rem !important;
    }

    .newsbottom .selectinfo {
        font-size: 16px !important;
        margin-bottom: 2rem !important;
        font-weight: 700;
    }

    .newsbottom .newsbottom-cont .introduce-cont .introduce-text {
        font-size: 12px !important;
    }

}

/* 新闻页移动端适配 end */