﻿/* 频道页模板九 Start */
.body-card {
    width: 1541px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -140px;
    padding: 61px 59px;
    box-sizing: border-box;
    position: relative;
}

.body-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    position: relative;
    z-index: 1;
}

.body-card-title>span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    color: #eef2f7;
    font-weight: bold;
    z-index: -1;
    line-height: 82px;
}

.body-card-title::before {
    content: "";
    display: block;
    width: 87px;
    height: 5px;
    background-color: #005eac;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.body-card-details {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    word-break: break-all;
    margin-top: 62px;
    text-indent: 35px;
}
.body-card-details>p{
    font-size: 20px;
    color: #333333;
    line-height: 1.7;
    word-break: break-all;
}

.body-card-imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.body-card-imgs>a {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.body-card-imgs>a>span {
    display: block;
    width: 461px;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .3s;
    /*cursor: pointer;*/
}

.body-card-imgs>a>span:hover {
    /*opacity: 0.9;*/
    transform: scale(1.1);
}

.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: 5;
    -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>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 */
