.news {
    background: RGBA(250, 250, 250, 1);
}

.news .box1 {
    padding: 120px 0 140px;
}

.news .box1 .box-c,
.news .box1 .box-b {
    margin-top: 44px;
}

.news .box1 .pagination {
    margin-top: 90px;
}

.news-details {
    background-color: #F8F8F8;
}

.news-details .box1 {
    padding: 68px 0 200px;
}

.news-details .box1 .box-c {
    display: flex;
    justify-content: space-between;
}

.news-details .box1 .box-c .l {
    width: 64.28%;
}

.news-details .box1 .box-c .l .title {
    font-weight: bold;
    color: #222222;
    line-height: 1.33;
}

.news-details .box1 .box-c .l .msg {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
}

.news-details .box1 .box-c .l .msg-r {
    display: flex;
    gap: 10px;
    font-weight: 400;
}

.news-details .box1 .box-c .l .msg-r a {
    color: #333333;
    transition: all .6s;
}

.news-details .box1 .box-c .l .msg-r a:hover {
    color: rgba(29, 95, 99, 1);
}

.news-details .box1 .box-c .l .msg-r a .iconfont {
    font-size: 24px;
}

.news-details .box1 .box-c .l .l-c {
    border-top: 2px solid #DEDEDE;
    border-bottom: 2px solid #DEDEDE;
    margin: 30px 0 50px;
    padding: 43px 0;
    font-weight: 400;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.news-details .box1 .box-c .l .l-c img {
    display: block;
    width: 100%;
}

.news-details .box1 .box-c .l .l-b {
    margin-top: 51px;
}

.news-details .box1 .box-c .l .l-b a {
    display: flex;
    background: #EEEEEE;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    padding: 20px 27px;
    transition: all .6s;
}

.news-details .box1 .box-c .l .l-b a:hover {
    color: rgba(29, 95, 99, 1);
}

.news-details .box1 .box-c .l .l-b a:not(:last-child) {
    margin-bottom: 10px;
}

.news-details .box1 .box-c .l .l-b a span {
    flex: 1;
    margin-left: 10px;
    transition: all .6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-details .box1 .box-c .r {
    width: 32.21%;
}

.news-details .box1 .box-c .r-title {
    font-weight: bold;
    color: #222222;
    line-height: 1;
}

.news-details .box1 .box-c .r .items {
    margin-top: 50px;
}

.news-details .box1 .box-c .r .items .newsItem:not(:last-child) {
    margin-bottom: 60px;
}

@media (max-width:1199px) {
    .news-details .box1 .box-c .r {
        display: none;
    }

    .news-details .box1 .box-c .l {
        width: 100%;
    }

    .news-details .box1 {
        padding: 40px 0 80px;
    }

    .news-details .box1 .box-c .l .l-b {
        margin-top: 45px;
    }
    .news .box1{
        padding: 80px 0;
    }
    .news .box1 .pagination{
        margin-top: 45px;
    }
    .news .box1 .box-c{
        margin-top: 20px;
    }
}

@media (max-width:1024px) {
    
    .news .box1 .box-b{
        margin-top: 40px;
    }
    .news .box1{
        padding: 70px 0;
    }
    .news .box1 .pagination{
        margin-top: 40px;
    }

    .news-details .box1 .box-c .l .l-b {
        margin-top: 40px;
    }

    .news-details .box1 {
        padding: 30px 0 70px;
    }
}

@media (max-width:768px) {
     .news .box1 .box-b{
        margin-top: 30px;
    }
    .news .box1{
        padding: 60px 0;
    }
    .news-details .box1 .box-c .l .l-b {
        margin-top: 30px;
    }

    .news-details .box1 {
        padding-bottom: 60px;
    }

    .news-details .box1 .box-c .l .msg {
        font-size: 18px;
    }

    .news-details .box1 .box-c .l .l-c {
        padding: 30px 0;
        font-size: 16px;
    }
    .news .box1 .pagination{
        margin-top: 30px;
    }
}

@media (max-width:500px) {
    .news .box1 .pagination{
        margin-top: 25px;
    }
     .news .box1 .box-b{
        margin-top: 25px;
    }
    .news .box1{
        padding: 50px 0;
    }
    .news-details .box1 .box-c .l .msg-r {
        gap: 5px;
    }

    .news-details .box1 .box-c .l .msg-r a .iconfont {
        font-size: 20px;
    }

    .news-details .box1 .box-c .l .l-b a {
        padding: 10px;
        font-size: 16px;
    }

    .news-details .box1 .box-c .l .l-b {
        margin-top: 25px;
    }

    .news-details .box1 .box-c .l .l-c {
        margin: 25px 0 30px;
        padding: 20px 0;
    }

    .news-details .box1 .box-c .l .title {
        font-size: 20px;
        /* margin-top: 8px; */
    }

    .news-details .box1 .box-c .l .msg {
        font-size: 14px;
    }

    .news-details .box1 {
        padding: 20px 0 50px;
    }
}