﻿/* 频道页模板十 Start */


.body-about {
    width: 100%;
    background-color: #ffffff;
    margin-top: 58px;
    /*margin-top: -32px;*/
}

.body-abut-item {
    display: flex;
    flex-direction: row;
}

.body-abut-item.item-reverse {
    flex-direction: row-reverse;
}

.body-abut-item .body-about-item-left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.body-abut-item.item-reverse .body-about-item-left {
    justify-content: flex-start;
}

.body-abut-item .item-left-wrap {
    width: 770px;
    padding-right: 92px;
    padding-left: 59px;
    box-sizing: border-box;
}

.body-abut-item.item-reverse .item-left-wrap {
    padding-left: 92px;
    padding-right: 59px;
}

.body-abut-item .item-left-wrap-details {
    word-break: break-all;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    margin-top: 88px;
    min-height: 105px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}

.body-about .body-card-title {
    justify-content: flex-start;
}

.body-about .body-card-title>span {
    text-indent: -8px;
    left: 0;
    transform: translate(0, 0);
}

.body-about .body-card-title::before {
    left: 0;
    transform: translateX(0);
}

.body-abut-item .body-about-item-right {
    width: 50%;
    overflow: hidden;
}
.body-abut-item .body-about-item-right>video{
    width: 100%;
    height: 100%;
}
.body-abut-item .body-about-item-right>span {
    display: block;
    padding-bottom: 68.2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .3s;
    border:1px solid transparent;
}

.body-abut-item .body-about-item-right>span:hover {
    /*opacity: 0.9;*/
    /*transform: scale(1.1);*/
}
/* 频道页模板十 End */
