.related_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.related_title a {
    display: inline-block;
    color: #333333;
}

.related_title span {
    color: var(--conmmonColor);
}

.related_title a:hover {
    color: var(--conmmonColor);
}


.related_product {
    margin-top: 5%;
}

.related_product .related_wrap {
    justify-content: flex-start;
    align-items: flex-start;
}

.related_product .related_wrap .pro_item {
    width: 31%;
    margin-right: 30px;
}

.related_product .related_wrap .pro_item:last-child {
    margin-right: 0;
}

.related_product .related_wrap .pro_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 95%;
}

.related_product .related_wrap .pro_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_product .related_wrap .pro_item .item_title {
    font-family: 'DIN-Bold';
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 10px 0 0;
}

.related_product .related_wrap .pro_item .item_title a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #333333;
}

.related_product .related_wrap .pro_item:hover .item_title a {
    color: var(--conmmonColor);
}

.related_product .related_wrap .pro_item .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_product .related_wrap .pro_item .item_desc a {
    display: inline-block;
    color: #666666;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_topic {
    margin-top: 5%;
}

.common_topic .layout {
    width: 1700px;
    margin-left: 0;
    margin-right: auto;
}

.common_topic .topic_wrap {
    justify-content: space-between;
    align-items: center;
}

.common_topic .topic_wrap .topic_left {
    width: 48%;
}

.common_topic .topic_wrap .topic_left .topic_img {
    width: 60%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 34%;
    float: right;
}

.common_topic .topic_wrap .topic_left .topic_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.common_topic .topic_wrap .topic_left .topic_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.common_topic .topic_wrap .topic_left .topic_img2 {
    width: 60%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 34%;
    clear: both;
    float: left;
}

.common_topic .topic_wrap .topic_left .topic_img2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.common_topic .topic_wrap .topic_left .topic_img2:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.common_topic .topic_wrap .topic_right {
    width: 48%;
}

.common_topic .topic_wrap .topic_right .topic_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.common_topic .topic_wrap .topic_right .topic_title span {
    color: var(--conmmonColor);
}

.common_topic .topic_wrap .topic_right .topic_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0 48px;
}

.common_topic .topic_wrap .topic_right .topic_list {
    width: 100%;
}

.common_topic .topic_wrap .topic_right .topic_list .topic_item {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 18px;
}

.common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_icon {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: #333333;
    border-radius: 50%;
}

.common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_icon:hover {
    animation: swing .5s ease;
}

.common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_info {
    width: calc(100% - 90px);
}

.common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_info .item_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_info .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_news {
    margin: 5% 0;
}

.related_news .related_wrap {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.related_news .related_wrap #newsBg {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 887px;
    object-fit: contain;
    z-index: 9;
}

.related_news .related_wrap .news_left {
    width: 58%;
    position: relative;
    background-color: #F2F2F2;
    padding: 75px 75px 75px 220px;
}

.related_news .related_wrap .news_left .news_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.related_news .related_wrap .news_left .news_list .news_item {
    width: 48%;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 48%;
}

.related_news .related_wrap .news_left .news_list .news_item:nth-child(2n) {
    margin-right: 0;
}

.related_news .related_wrap .news_left .news_list .news_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.related_news .related_wrap .news_left .news_list .news_item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.related_news .related_wrap .news_left .news_list .news_item .item_num {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 99;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.related_news .related_wrap .news_left .news_list .news_item .item_info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    padding: 10px 15px;
}

.related_news .related_wrap .news_left .news_list .news_item .item_info .item_date {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_news .related_wrap .news_left .news_list .news_item .item_info .item_title {
    font-family: 'DIN-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 6px 0;
}

.related_news .related_wrap .news_left .news_list .news_item .item_info .item_title a {
    display: inline-block;
    color: #333333;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news .related_wrap .news_left .news_list .news_item:hover .item_info .item_title a {
    color: var(--conmmonColor);
}

.related_news .related_wrap .news_left .news_list .news_item .item_info .item_desc {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_news .related_wrap .news_left .news_list .news_item .item_info .item_desc a {
    display: inline-block;
    color: #333333;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.related_news .related_wrap .news_left:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: var(--conmmonColor);
    border-radius: 50%;
}

.related_news .related_wrap .news_right {
    width: 37%;
    position: relative;
    z-index: 98;

}

.related_news .related_wrap .news_right .related_title {
    text-align: left;
}

.related_news .related_wrap .news_right .news_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 473px;
}

.related_news .related_wrap .news_right .news_btn a {
    display: inline-block;
    max-width: 220px;
    padding: 5px 25px;
    padding-right: 8px;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background: #FFFFFF;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.05), inset 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 69px 69px 69px 69px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5e ease;
    margin-top: 25px;
}

.related_news .related_wrap .news_right .news_btn a:after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../img/other/news_btn.png) no-repeat center / contain;
    border-radius: 50%;
    margin-left: 15px;
    box-shadow: 3px 4px 10px 0px rgba(35, 114, 201, 0.32), inset 3px 4px 18px 0px rgba(185, 218, 255, 0.42);
}

.related_news .related_wrap .news_right .news_btn a:hover {
    max-width: 240px;
}



.related_video {
    margin-top: 5%;
}

.related_video .related_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px;
}

.related_video .video_list {
    justify-content: flex-start;
    align-items: flex-start;
}

.related_video .video_list .video_item {
    width: 32%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.related_video .video_list .video_item:nth-child(3n) {
    margin-right: 0;
}

.related_video .video_list .video_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.related_video .video_list .video_item .item_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3);
    z-index: 1;
}

.related_video .video_list .video_item .item_img .item_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_video .video_list .video_item:hover .item_img .item_image {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.related_video .video_list .video_item .item_img .video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32.5px;
    margin-left: -32.5px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: var(--conmmonColor);
    box-shadow: 0px 4px 4px 0px rgba(35, 114, 201, 0.2);
    border-radius: 50%;
    z-index: 99;
}

.related_video .video_list .video_item .item_img:hover .video_play {
    animation: pointPulse 1.5s ease-in-out infinite;
}

.related_video .video_list .video_item .item_img .video_play img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.related_video .video_list .video_item .item_title {
    font-family: 'DIN-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 15px;
}


.related_video .video_list .video_item .item_title a {
    display: inline-block;
    color: #333333;
}

.related_video .video_list .video_item:hover .item_title a {
    color: var(--conmmonColor);
}

@media only screen and (max-width: 1740px) {
    .common_topic .layout {
        width: 1480px;
    }

    .related_news .related_wrap .news_left {
        padding-left: 11.5%;
    }
}


@media only screen and (max-width: 1600px) {
    .related_news .related_wrap .news_left {
        padding-left: 3.5%;
    }
}


@media only screen and (max-width: 1520px) {
    .common_topic .layout {
        width: 95%;
    }

    .related_news .related_wrap .news_left {
        padding-left: 2.5%;
    }
}

@media only screen and (max-width: 950px) {
    .related_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .common_topic .layout {
        margin: 0 auto !important;
    }

    .common_topic .topic_wrap {
        flex-direction: column;
        align-items: center;
    }

    .common_topic .topic_wrap .topic_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .common_topic .topic_wrap .topic_right {
        width: 100%;
    }

    .common_topic .topic_wrap .topic_right .topic_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .common_topic .topic_wrap .topic_right .topic_desc {
        margin: 30px 0;
    }

    .related_news .related_wrap {
        width: 95%;
        margin: 0 auto;
        flex-direction: column-reverse;
        align-items: center;
    }

    .related_news .related_wrap .news_left {
        width: 100%;
        padding: 0;
        background-color: transparent;
    }

    .related_news .related_wrap .news_right {
        width: 100%;
        margin-bottom: 30px;
    }

    .related_news .related_wrap #newsBg {
        display: none;
    }

    .related_news .related_wrap .news_left:after {
        display: none;
    }

    .related_title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .related_title {
        font-size: 35px;
        line-height: 1.5;
    }

    .related_product .related_wrap {
        flex-direction: column;
        align-items: center;
    }

    .related_product .related_wrap .pro_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .common_topic .topic_wrap .topic_right .topic_title {
        font-size: 35px;
    }

    .related_news .related_wrap .news_left .news_list {
        flex-direction: column;
        align-items: center;
    }

    .related_news .related_wrap .news_left .news_list .news_item {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 100%;
        margin-right: 0;
    }

    .related_news .related_wrap .news_left .news_list .news_item .item_info .item_title a {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .related_news .related_wrap .news_left .news_list .news_item .item_info .item_desc a {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .related_video .video_list {
        flex-direction: column;
        align-items: center;
    }

    .related_video .video_list .video_item {
        width: 100%;
        margin-right: 0 !important;
    }

}

@media only screen and (max-width: 480px) {
    .related_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .common_topic .topic_wrap .topic_right .topic_title {
        font-size: 30px;
    }

    .common_topic .topic_wrap .topic_right .topic_list .topic_item {
        align-items: flex-start;
    }

    .common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .common_topic .topic_wrap .topic_right .topic_list .topic_item .topic_info {
        width: calc(100% - 60px);
    }
}