.news {
    background-color: #fff;
    padding-bottom: 120px;
}

.news .box1 {
    margin-top: 90px;
}

.news .box1 .icon img {
    display: block;
    width: 83px;
}

.news .box1 .box-c {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 25px;
    margin-top: 52px;
}

.news .box1 .box-c .l .title {
    font-weight: bold;
    font-size: 24px;
    color: #231F20;
    line-height: 1;
}

.news .box1 .box-c .l form {
    margin-top: 48px;
    display: flex;
    align-items: center;
    width: 380px;
    max-width: 100%;
    padding: 0 32px;
    background: #FFFFFF;
    border-radius: 35px;
    border: 1px solid #DEDEDE;
    height: 70px;
    transition: all .6s;
}

.news .box1 .box-c .l form:hover {
    /* border-color: rgba(235, 102, 34, 1); */
}

.news .box1 .box-c .l form input {
    flex: 1;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border: none;
    outline: none;
    margin-right: 20px;
}

.news .box1 .box-c .l form input::placeholder {
    color: rgba(222, 222, 222, 1);
}

.news .box1 .box-c .l form .icon-sousuo {
    font-size: 22px;
    cursor: pointer;
    color: rgba(222, 222, 222, 1);
    transition: all .6s;
}

.news .box1 .box-c .l form .icon-sousuo:hover {
    color: rgba(235, 102, 34, 1);
}

.news .box1 .box-c .r {
    grid-column: 2/4;
}

.news .box1 .box-c .r .swiper {
    background: #F7F7F7;
}

.news .box1 .box-c .r .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.news .box1 .box-c .r .swiper-slide .picCover {
    padding-top: 56.21%;
}

.news .box1 .box-c .r .swiper-slide .pic {
    border-radius: 10px;
}

.news .box1 .box-c .r .swiper-slide .text-box {
    padding: 36px 36px 72px;
}

.news .box1 .box-c .r .swiper-slide .text-title {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-bottom: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}

.news .box1 .box-c .r .swiper-slide:hover .text-title {
    color: rgba(235, 102, 34, 1);
}

.news .box1 .box-c .r .swiper-slide .date {
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 1;
}

.news .box1 .box-c .r .swiper-pagination {
    text-align: left;
    padding: 0 36px;
    bottom: 20px;
}

.news .box1 .box-c .r .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #DEDEDE;
    border-radius: 3px;
    opacity: 1;
    transition: all .6s;
}

.news .box1 .box-c .r .swiper-pagination-bullet-active {
    width: 40px;
    background-color: rgba(235, 102, 34, 1);
}

.news .box2 {
    margin-top: 100px;
}

.news .box2 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.newsItem {
    background: #F7F7F7;
    border-radius: 10px;
}

.newsItem .picCover {
    padding-top: 56.44%;
}

.newsItem .picCover .pic {
    border-radius: 10px;
}

.newsItem .text-box {
    padding: 30px 28px 28px;
}

.newsItem .text-title {
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}

.newsItem:hover .text-title {
    color: rgba(235, 102, 34, 1);
}

.newsItem .date {
    font-family: Rany-Bold;
    font-size: 16px;
    color: #999999;
    line-height: 1;
    margin-top: 16px;
}

.news .box2 .pagination {
    margin-top: 80px;
}

.news-details .box1 {
    padding: 50px 0 120px;
}

.news-details .box1 .box-c {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.news-details .box1 .box-c .l {
    width: 64.28%;
}

.news-details .box1 .box-c .l .title {
    font-weight: 300;
    color: #222222;
    line-height: 1.66;
}

.news-details .box1 .box-c .l .msg {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 20px 23px;
    justify-content: space-between;
    align-items: center;
}

.news-details .box1 .box-c .l .msg-l {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 43px;
}

.news-details .box1 .box-c .l .msg-l .date {
    font-family: Rany;
    font-size: 18px;
    color: #222222;
}

.news-details .box1 .box-c .l .msg-r {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-details .box1 .box-c .l .msg-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #EDEDED;
    border-radius: 50%;
    color: rgba(171, 171, 171, 1);
    transition: all .6s;
}

.news-details .box1 .box-c .l .msg-r a:hover {
    background-color: rgba(235, 102, 34, 1);
    color: #fff;
}

.news-details .box1 .box-c .l .msg-r a .iconfont {
    font-size: 18px;
}

.news-details .box1 .box-c .l-c {
    margin-top: 33px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.news-details .box1 .box-c .l-c img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.news-details .box1 .box-c .btns {
    margin-top: 70px;
}

.news-details .box1 .box-c .btns a:not(:last-child) {
    margin-bottom: 10px;
}

.news-details .box1 .box-c .btns .btn {
    display: block;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 1;
    transition: all .6s;
}

.news-details .box1 .box-c .btns .btn:hover {
    background: rgba(235, 102, 34, 1);
    color: #fff;
}

.news-details .box1 .box-c .btns .btn .text-des {
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 23px;
}

.news-details .box1 .box-c .r {
    position: sticky;
    top: 141px;
    width: 32.14%;
    padding-top: 10px;
}

.news-details .box1 .box-c .r .r-title {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
}

.news-details .box1 .box-c .r .r-title::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #EB6622;
    border-radius: 50%;
    vertical-align: super;
    margin-right: 17px;
}

.news-details .box1 .box-c .r-c {
    margin-top: 43px;
}

.news-details .box1 .box-c .r-c .newsItem:not(:last-child) {
    margin-bottom: 25px;
}

@media (max-width:1440px) {
    .newsItem .text-title {
        font-size: 22px;
        height: 99px;
    }
}

@media (max-width:1280px) {
    .newsItem .text-title {
        font-size: 20px;
        height: 90px;
    }
}

@media (max-width:1199px) {
    .news-details .box1 {
        padding-bottom: 80px;
    }

    .news-details .box1 .box-c .btns {
        margin-top: 45px;
    }

    .news-details .box1 .box-c .r {
        display: none;
    }

    .news-details .box1 .box-c .l {
        width: 100%;
    }

    .news .box1 .icon img {
        width: 68px;
    }

    .news .box2,
    .news .box1 {
        margin-top: 80px;
    }

    .news {
        padding-bottom: 80px;
    }

    .news .box1 .box-c,
    .news .box2 .pagination {
        margin-top: 45px;
    }

    .news .box1 .box-c .l form {
        margin-top: 45px;
    }

    .news .box1 .box-c .r {
        margin-top: 45px;
    }
}

@media (max-width:1024px) {
    .newsItem .text-title {
        height: 60px;
        -webkit-line-clamp: 2;
    }

    .news .box2 .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .news .box1 .box-c .l form {
        width: 100%;
        height: 60px;
    }

    .news .box1 .box-c .r .swiper-pagination {
        bottom: 15px;
    }

    .news .box1 .box-c .r .swiper-slide .text-title {
        font-size: 20px;
        margin-bottom: .7em;
    }

    .news .box1 .box-c .r .swiper-slide .date {
        font-size: 16px;
    }

    .news .box1 .box-c .r .swiper-slide .text-box {
        padding: 30px 30px 55px;
    }

    .news .box1 .box-c .r .swiper-pagination {
        padding: 0 30px;
    }

    .news .box1 .box-c {
        display: block;
    }

    .news .box1 .box-c .l form,
    .news .box1 .box-c .r {
        margin-top: 40px;
    }

    .news .box2,
    .news .box1 {
        margin-top: 70px;
    }

    .news {
        padding-bottom: 70px;
    }

    .news .box1 .box-c,
    .news .box2 .pagination {
        margin-top: 40px;
    }

    .news-details .box1 .box-c .btns {
        margin-top: 40px;
    }

    .news-details .box1 {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .newsItem .text-title{
    font-size: 18px;height: 54px;}
    .newsItem .text-box{
    padding: 20px;}
    .news .box1 .box-c .r .swiper-slide .text-title {
        font-size: 18px;
    }

    .news .box1 .box-c .r .swiper-pagination {
        padding: 0 20px;
    }

    .news .box1 .box-c .l form,
    .news .box1 .box-c .r {
        margin-top: 30px;
    }

    .news .box2,
    .news .box1 {
        margin-top: 60px;
    }

    .news {
        padding-bottom: 60px;
    }

    .news .box1 .box-c,
    .news .box2 .pagination {
        margin-top: 30px;
    }

    .news .box1 .icon img {
        width: 49px;
    }

    .news-details .box1 .box-c .btns {
        margin-top: 30px;
    }

    .news-details .box1 {
        padding-bottom: 60px;
    }

    .news-details .box1 .box-c .l .msg {
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-end;
    }

    .news-details .box1 .box-c .l .msg-l {
        width: 100%;
    }

    .news-details .box1 .box-c .l .msg-r {
        margin-top: 5px;
    }

    .news-details .box1 .box-c .l .msg {
        padding: 15px;
    }

    .news-details .box1 .box-c .btns .btn {
        padding: 20px;
        font-size: 14px;
    }

    .news-details .box1 .box-c .btns .btn .text-des {
        margin-top: 15px;
        font-size: 16px;
    }

    .news-details .box1 .box-c .l-c {
        margin-top: 30px;
    }

    .news-details .box1 {
        padding-top: 30px;
    }

    .news .box1 .box-c .l form {
        height: 50px;
        padding: 0 19px;
    }

    .news .box1 .box-c .r .swiper-slide .text-box {
        padding: 20px 20px 45px;
    }
}

@media (max-width: 500px) {
    .news .box2 .list{
    grid-template-columns: repeat(1,1fr);}
    .news .box1 .box-c .l form {
        height: 45px;
    }

    .news .box1 .box-c .l form .icon-sousuo {
        font-size: 16px;
    }

    .news .box1 .box-c .l form,
    .news .box1 .box-c .r {
        margin-top: 25px;
    }

    .news .box2,
    .news .box1 {
        margin-top: 50px;
    }

    .news {
        padding-bottom: 50px;
    }

    .news .box1 .box-c,
    .news .box2 .pagination {
        margin-top: 25px;
    }

    .news-details .box1 .box-c .l .msg-l {
        font-size: 14px;
        gap: 5px 15px;
    }

    .news-details .box1 .box-c .l .msg {
        margin-top: 25px;
    }

    .news-details .box1 .box-c .l-c {
        margin-top: 25px;
    }

    .news-details .box1 {
        padding-top: 30px;
    }

    .news-details .box1 .box-c .btns {
        margin-top: 25px;
    }

    .news-details .box1 {
        padding-bottom: 50px;
    }
}