.ssx_container {
    position: relative;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.ssx_main-title {
    padding: 60px 0;
    font-size: 28px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.zx_main {
    padding-top: 20px;
}

.ssx_main-title span {
    position: relative;
}

.ssx_main-title span::before {
    display: block;
    content: '';
    height: 1px;
    width: 50px;
    background-color: #020202;
    position: absolute;
    left: -70px;
    top: 50%
}

.ssx_main-title span::after {
    display: block;
    content: '';
    height: 1px;
    width: 50px;
    background-color: #020202;
    position: absolute;
    right: -70px;
    top: 50%
}

@media screen and (max-width:1378px) {
    .ssx_main-content-card::before,
    .ssx_main-content-card::after {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .ssx_main-content-card::before {
        left: -10px !important
    }
    .ssx_main-content-card::after {
        right: -10px !important
    }
    .ssx_main-title {
        padding: 20px 0 !important;
    }
}

@media screen and (max-width:768px) {
    .ssx_main-title {
        font-size: 16px
    }
    .ssx_main-content-card {
        flex-direction: column;
    }
    .ssx_main-title span::before {
        width: 15px;
        left: -22px;
    }
    .ssx_main-title span::after {
        width: 15px;
        right: -22px;
    }
    .ssx_container {
        /* margin-top: -50px; */
    }
    .ssx_main-title {
        /* margin-bottom: -30px; */
    }
}