.g-right,.g-left {
            float: left;
        }
        .clearbox {
            clear: both;
        }
        .g-left {
            width: 50%;
        }
        .g-title {
            font-weight: bold;
            font-size: 21px;
            margin-top: 90px;
            margin-bottom: 34px;
            position: relative;
        }
        .g-title:after{
            content: '';
            width: 82px;
            height: 3px;
            background: #000;
            position: absolute;
            top: -20px;
            left: 0;
        }
        p.g-content {
            font-size: 16px;
            color: #8c8c8c;
            margin-bottom: 0;
        }
        .g-right {
            margin-bottom: 80px;
        }
        .my-footer {
            background: #252525;
            text-align: center;
            color: #7b7b7b;
            padding: 20px 0;
        }