        .section-1 {
            padding: 79px 0;
            overflow: hidden;
        }

        .section-1 .left {
            float: left;
            width: 665px;
        }

        .section-1 .left .seat {
            margin: 10px 0;
            font-size: 14px;
            font-weight: 500;
            color: #000000;
            line-height: 26px;
            padding-left: 10px;
        }

        .section-1 .left .seat li {
            position: relative;
            padding-left: 20px;
        }

        .section-1 .left .seat li::after {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background: #000;
            overflow: hidden;
            position: absolute;
            left: 8px;
            top: 12px;
        }

        .section-1 .left h4 {
            font-size: 18px;
            font-weight: 500;
            text-align: left;
            color: #000000;
            margin-bottom: 20px;
        }

        .section-1 .left p {
            opacity: 0.5;
            font-size: 14px;
            font-weight: 500;
            text-align: left;
            color: #000000;
            line-height: 26px;
        }

        .section-1 .right {
            width: 292px;
            float: right;
        }

        .section-1 .right h4 {
            font-size: 18px;
            font-weight: 500;
            text-align: left;
            color: #000000;
            line-height: 30px;
            margin-bottom: 20px;
            position: relative;
        }

        .section-1 .right h4::after {
            font-family: "iconfont" !important;
            content: "\e682";
            width: 29px;
            height: 29px;
            line-height: 29px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            border-radius: 100%;
            border: 1px solid #000;
            position: absolute;
            left: -40px;
            top: 2px;
        }

        .section-1 .right p {
            opacity: 0.5;
            font-size: 14px;
            font-weight: 500;
            text-align: left;
            color: #000000;
            line-height: 26px;
        }