.main {
    padding-top: 0.5rem;
    padding-bottom: 0.76rem;
}

.news_title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.news_p1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #757575;
}

.news_p2 {
    font-family: Impact, Impact;
    font-weight: 400;
    font-size: 0.56rem;
    color: #BD261D;
}

.news_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #333333;
}

.text {
    margin-top: 0.52rem;
    margin-bottom: 0.6rem;
}

.news_hr {
    width: 100%;
    border: 0.01rem solid #BFBFBF;
    margin-bottom: 0.6rem;
}

.news_change {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-bottom: 0.24rem;
    transition: 0.3s;
}

.news_change:hover {
    color: #BD261D;
}

.relatedCases {
    background: #F8F8F8;
    height: 7.96rem;
    padding-top: 0.9rem;
}

.relatedCases .main {
    overflow: hidden;
}

.box1_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.36rem;
    color: #383635;
    text-align: center;
    position: relative;
}

.box1_p1::after {
    content: "";
    width: 1.08rem;
    height: 0.06rem;
    background: #BD261D;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.22rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

#swiper2 {
    margin-top: 0.59rem;
    overflow: visible;
}

.box2_slide {
    width: 4.36rem;
}

.news_imgBox {
    width: 4.36rem;
    height: 2.54rem;
    overflow: hidden;
    margin-top: 0.18rem;
}

.news_imgBox img {
    transition: 0.5s;
}

.news_p4 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #757575;
}

.news_p5 {
    font-family: Impact, Impact;
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
    margin-right: 0.06rem;
}

.box2_slide .line2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.35rem;
    margin-top: 0.2rem;
    transition: 0.3s;
}

.swiper-pagination2 {
    position: absolute;
    top: 4.54rem !important;
    background: rgb(0, 0, 0, 0.1) !important;
}

.swiper-pagination-progressbar-fill {
    background: #BD261D !important;
}

.box2_slide:hover img {
    transform: scale(1.1);
}

.box2_slide:hover .line2 {
    color: #BD261D;
}


@media only screen and (max-width: 768px) {
.main{
        padding-top: 1.5rem;
    }
    .text img {
    width: 100%!important;
    height: 100%!important;
}
}