.service-support {
    width: 100%;
    height: 370px;
    background: url(../images/index/serviceSupport/top_bg.jpg) no-repeat center;
    text-align: center;
    padding-top: 87px;
}
.service-support .ss-tit {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
}
.service-support .ss-tit-eng {
    font-size: 18px;
    color: #c7c6c6;
}
.tp-service-support-wrap .tss-con-wrap {
    background-color: #ffffff;
}
.tss-con-wrap .tss-con {
    width: 1280px;
    margin: 0 auto;
    background: #ffffff;
    padding: 80px 62px;
    box-shadow: 2px 2px 10px 2px #f3f3f3;
    position: relative;
    top: -144px;
    border-radius: 10px;
}
.tss-con-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tss-con-item {
    width: 50%;
    display: flex;
    padding: 80px 0 40px 0;
    border-bottom: 1px solid #ededed;
}
.tss-con-item:nth-child(1),
.tss-con-item:nth-child(2) {
    padding-top: 20px;
}
.tss-con-item:nth-child(odd) {
    padding-left: 20px;
}
.tss-con-item:nth-child(even) {
    padding-left: 80px;
    border-left: 1px solid #ededed;
}
.tss-con-item:nth-child(9),
.tss-con-item:nth-child(10) {
    border-bottom: none;
}
.tss-con-left {
    width: 230px;
}
.tss-con-left .tss-cl-num {
    font-size: 30px;
    color: #ffffff;
    width: 69px;
    height: 42px;
    line-height: 42px;
    background-color: #834095;
    position: relative;
    margin-bottom: 30px;
    padding-left: 7px;
}
.tss-con-left .tss-cl-num::after {
    content: "";
    display: block;
    width: 6px;
    height: 42px;
    background-color: #f6c44c;
    position: absolute;
    top: 0;
    right: -6px;
}
.tss-con-left .tss-cl-tit {
    font-size: 26px;
    color: #844095;
    font-weight: bold;
    margin-bottom: 20px;
}
.tss-con-left .tss-cl-desc {
    font-size: 14px;
    color: #666666;
}
.tss-con-right {
    width: 338px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tss-con-item:nth-child(even) .tss-con-right {
    width: 268px;
}