@import "common.css";
@import "reset.css";

.sectionTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center
}

#image-text {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%, 30%);
    z-index: 999
}

#image-text .text-content .title {
    height: 78px;
    font-size: 56px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px
}

#dynamic-con .client-head {
    border-bottom: 1px solid #DFDFE9;
    height: 96px;
    line-height: 96px;
    text-align: center;
    font-size: 30px;
    color: #040917
}

#dynamic-con .client-list .list-item {
    height: 184px;
    padding: 40px 0px;
    border-bottom: 1px solid #DFDFE9
}

#dynamic-con .client-list .list-item:hover .item-content .con-title {
    color: #ff9900
}

#dynamic-con .client-list .list-item .item-img {
    float: left;
    width: 304px;
    height: 100%
}

#dynamic-con .client-list .list-item .item-img img {
    width: 100%;
    height: 100%;
    display: block
}

#dynamic-con .client-list .list-item .item-content {
    width: calc(100% - 344px);
    float: left;
    box-sizing: border-box;
    padding-left: 40px
}

#dynamic-con .client-list .list-item .item-content .con-title {
    font-size: 22px;
    color: #040917;
    line-height: 30px;
    font-weight: 600;
    padding: 11px 0 20px
}

#dynamic-con .client-list .list-item .item-content .con-des {
    font-size: 14px;
    color: #3C4150;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 62px;
    overflow: hidden;
    font-weight: normal
}

#dynamic-con .client-list .list-item .item-content .con-bottom {
    font-size: 14px;
    color: #9095A6;
    margin-top: 20px
}

#dynamic-con .client-list .pages {
    margin-top: 20px;
    padding-bottom: 20px
}

#dynamic-con .client-list .pages .current-page {
    display: inline-block;
    margin-right: 20px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 16px;
    color: #A4A4A4
}

#dynamic-con .client-list .pages a {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    line-height: 36px;
    padding: 0 20px;
    background: #F4F4F4;
    font-size: 16px;
    color: #A4A4A4
}

#dynamic-con .client-list .pages a:hover {
    background: #ff9900;
    color: #fff
}

#dynamic-con .client-list .pages .text-for-page {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 5px;
    height: 36px;
    width: 46px;
    font-size: 16px;
    color: #A4A4A4
}

#dynamic-con .client-list .pages .button-for-page {
    display: inline-block;
    height: 36px;
    width: 40.86px;
    font-size: 16px;
    color: #A4A4A4;
    cursor: pointer
}

#dynamic-con .client-list .pages .button-for-page:hover {
    background: #ff9900;
    color: #fff
}