.newsd {
    margin-top: 100px;
        border-top: 1px solid rgba(0 0 0 / 10%);
}

.news-box h1 {
    line-height: 1.2;
}

.news-box {
    display: flex;
}

.news-rg {
    flex: 0 0 370px;
    margin-left: 6.94%;
}

.news-other {
    background-color: #f7f7f7;
    padding-left: 40px;
    padding-right: 40px;
    position: sticky;
    top: 0;
}

.news-lf {
    flex: 1;
}

.news-xx {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.news-xx .news-date {
    line-height: 1.5;
    color: #777;
    margin-right: 7.4%;
}

.news-xx .news-lai {
    line-height: 1.5;
    color: #777;
}

.news-xx .news-date span,
.news-xx .news-lai span {
    margin-left: 10px;
    color: #05171f;
}

.news-detail {
    color: #222;
    line-height: 30px;
}

.news-detail img {
    max-width: 100%;
    object-fit: contain;
}

.news-share {
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #05171f;
    border-bottom: 1px solid #dedede;
}

.news-share .share-item {
    width: 46px;
    height: 46px;
    margin-left: 9px;

}

.news-share p {
    margin-right: 16px;
}

.news-share .share-item a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all .5s;
}

.news-share .share-item a:hover {
    background-color: var(--allColor);
}

.news-share .share-item a:hover svg path {
    fill: #fff;
}

.news-share .share-item svg {
    width: 26px;
    height: 26px;
}

.news-prev,
.news-next {
    color: #05171f;
    line-height: 1.5;
}

.news-prev p,
.news-next p {
    color: #222;
    line-height: calc(5 / 3);
    margin-top: 9px;
}


.news-prev a,
.news-next a {
    color: #222;
    transition: all .5s;
}

.news-prev a:hover,
.news-next a:hover {
    color: var(--allColor);
    text-decoration: underline;
    font-weight: bold;
}



.news-return a {
    color: #777;
    display: flex;
    align-items: center;
    transition: all .5s;
    line-height: 1.5;

}

.news-return a:hover {
    text-decoration: underline;
    color: var(--allColor);
}

.news-return a svg {
    margin-left: 8px;
    transition: all 0.3s linear;
}

.news-return a:hover svg {
    transform: translateX(4px);
}



.news-return a:hover svg path {
    fill: var(--allColor);
}

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

.filter .layui-inline input {
    width: 260px;
    height: 80px;
    border-radius: 40px;
    padding: 0 30px;
    border: none;
    outline: none;
    color: #222;
    font-size: 18px;
    background-color: #f7f7f7;
}

.filter .layui-inline input:placeholder {
    color: #777;
}



.filter .input_con {
    width: 52%;
    margin-left: 10px;
    position: relative;
}

.filter .input_con input {
    height: 80px;
    background: #f5f5f5;
    border-radius: 50px;
    border: none;
    width: 100%;
    padding: 0 200px 0 40px;
}

.filter .input_con .btn-more {
    position: absolute;
    right: 10px;
    height: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
}

.filter .input_con .btn-more a {
    background: var(--allColor);
    padding: 0 36px;
}

.filter .input_con .btn-more a img {
    margin-left: 20px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.newt-box {
    display: flex;
}

.newt-lf {
    flex: 0 0 65.97%;
}

.newt-img {
    width: 100%;
    overflow: hidden;
}

.newt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.newt-box:hover .newt-img img {
    transform: scale(1.05);
}

.newt-rg {
    flex: 1;
    display: flex;
    padding-left: 4.16%;
    padding-right: 2.9%;
    flex-direction: column;
    background-color: #f7f7f7;
}

.newt-date {
    color: #777;
    line-height: 1.5;
}

.newt-tit {
    color: #222;
    line-height: calc(4 / 3);
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newt-box .con-des {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.newt-box .linemore {
    margin-top: auto;
}

.newt-tit a {
    transition: all .5s;
    color: #222;
}

.newt-box:hover .newt-tit a {
    color: var(--allColor);
}

.news-item {
    display: flex;
}

.newsi-lf {
    flex: 1;
    margin-right: 8.6%;
}

.newsi-rg {
    flex: 0 0 31.458%;
}

.news-item {
    border-bottom: 1px solid #e5e5e5;
}

.newsi-img {
    width: 100%;
    overflow: hidden;
}

.newsi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.news-item:hover .newsi-img img {
    transform: scale(1.05);
}

.newsi-date {
    color: #777;
    line-height: 1.5;
    margin-top: 15px;
}

.newsi-tit {
    line-height: 1.5;
    color: #222;
    margin-top: 15px;
    margin-bottom: 15px;
}

.newsi-tit a {
    color: #222;
    transition: all .5s;
}

.news-item:hover .newsi-tit a {
    color: var(--allColor);
    font-weight: bold;
    text-decoration: underline;
}



.newsswp .swiper-pagination {
    bottom: 7.3%;
    width: 65.97%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .newsswp .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 7.5px;
    background-color: #fff;
    opacity: 1;
    transition: all .5s;
}

.news .newsswp .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: #fff;
}

.newsi-lf .con-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.layui-box {
    color: #666;
    display: flex;
    align-items: center;
}

.layui-box a,.layui-box span{
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #f8f8f8;
    color: #666;
    margin: 0 4px;
}

.layui-box a svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.layui-box a:hover{
    color: #fff;
    background: var(--allColor);
}

.layui-box .layui-laypage-curr{
    color: #fff;
    background-color:var(--allColor);
}

.layui-box a.layui-disabled{
    display: none;
}




@media screen and (max-width:1920px) {
    .filter .input_con input {
        height: 4vw;
        padding: 0 10vw 0 2vw;
    }

    .filter .layui-inline input {
        height: 4vw;
        border-radius: 2vw;
    }

    .filter .input_con .btn-more {
        height: calc(100% - 20px);
    }
}

@media screen and (max-width:1600px) {
    .filter .input_con input {
        height: 60px;
    }

    .filter .layui-inline input {
        height: 60px;
        border-radius: 30px;
    }

    .news-rg {
        flex: 0 0 300px;
    }

    .news-other {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media screen and (max-width:1440px) {
    .newsd {
        margin-top: 60px;
    }
}


@media screen and (max-width:1200px) {
    .newt-tit {
        -webkit-line-clamp: 2;
    }

    .newt-box .con-des {
        -webkit-line-clamp: 2;
    }

    .news-rg {
        flex: 0 0 300px;
    }

    .news-other {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:0240px) {
    .newsd {
        margin-top: 80px;
    }
}

@media screen and (max-width:768px) {
    .newsd {
        margin-top: 13.3vw;
    }

    .filter .input_con {
        width: 100%;
        margin-left: 0;
    }


    .filter .input_con .btn-more {
        height: calc(100% - 10px);
    }

    .filter .input_con input {
        height: 50px;
        padding: 0 30vw 0 20px;
    }

    .layui-inline {
        width: 100%;
    }

    .filter .layui-inline input {
        width: 100%;
        margin-bottom: 20px;
        height: 50px;
        border-radius: 25px;
    }

    .filter .layui-inline input {
        font-size: 16px;
    }

    .newt-lf {
        flex: 0 0 100%;
    }

    .newt-box {
        flex-wrap: wrap;
    }

    .newt-box .linemore {
        margin-top: 5vw;
    }

    .newsswp {
        padding-bottom: 40px;
    }

    .newsswp .swiper-pagination {
        width: 100%;
        bottom: 0;
    }

    .news .newsswp .swiper-pagination-bullet {
        background-color: #cccccc;
    }

    .news .newsswp .swiper-pagination-bullet-active {
        background-color: var(--allColor);
    }

    .news-item {
        flex-direction: column-reverse
    }

    .newsi-lf {
        margin-right: 0;
    }

    .news-rg {
        display: none;
    }

}
