.dq-related-news{
    display: flex;
}
.dq-related-news .dq-news-left{
    flex: 1;
    width: calc(100% - 696px);
}
.dq-news-left .swiper-slide{
    width: 420px;
}
.dq-news-left .swiper-slide img{
    width: 100%;
    aspect-ratio: 420/480;
    object-fit: cover;
}
.dq-news-left .swiper-slide .news-con{
    padding: 24px;
    background: #F4F4F4;
}
.dq-news-left .news-con .news-title{
    color: #353535;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dq-news-left .news-con .news-desc{
    color: #353535;
    font-family: var(--font-family);
    font-size: var(--title-size-h6);
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    word-break: break-all;
    height: calc(var(--title-size-h6) * 1.4 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dq-news-left .news-con .news-btn{
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
}
.dq-news-left .news-con .news-btn:hover,
.dq-news-left .news-con .news-btn:active{
    background: var(--primary-color);
    color: #fff;
}
.dq-related-news .dq-news-right{
    padding: var(--content-gap-lg);
    background: var(--primary-color);
    position: relative;
    width: 600px;
}
.dq-news-right .dq-news-title{
    font-family: var(--title-font-family);
    font-size: var(--title-size-h1);
    font-style: normal;
    font-weight: 900;
    line-height: 101.681%; /* 101.681% */
    background: conic-gradient(from 1deg at 6.78% 5.68%, #949494 35.61820149421692deg, #FFF 110.31990051269531deg, #D9D9D9 148.58966946601868deg, #949494 217.50000715255737deg, #FFF 296.4396071434021deg, #D9D9D9 331.8377709388733deg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dq-news-right .dq-news-desc{
    color: #FFF;
    font-family: var(--font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
}
.dq-news-right .deqing-btn{
    position: relative;
    background: #fff;
    color: var(--primary-color);
    margin-top: 48px;
    display: block;
    z-index: 2;
}
.dq-news-right .ico{
    position: absolute;
    bottom: 0;
    right: 0;
}
.dq-related-news .deqing-btn:hover{
    color: var(--primary-color) !important;
}
@media screen and (max-width: 1500px) {
    .dq-related-news .dq-news-left{
        width: 60%;
    }
    .dq-related-news .dq-news-right{
        width: 40%;
    }
    .dq-news-left .swiper-slide{
        width: 380px;
    }
    .dq-news-right .deqing-btn{
        font-size: 22px;
    }
}
@media screen and (max-width: 1200px) {
    .dq-news-left .news-con .news-title{
        font-size: 20px;
    }
    .dq-news-left .swiper-slide{
        width: 300px;
    }
    .dq-news-right .dq-news-desc{
        font-size: 20px;
    }
}
@media screen and (max-width: 992px) {
    .dq-related-news{
        flex-direction: column;
    }
    .dq-related-news .dq-news-left,
    .dq-related-news .dq-news-right{
        width: 100%;
    }
    
}
@media screen and (max-width: 768px) {
    .dq-news-left .swiper-slide{
        width: 200px;
    }
}