﻿label {
    margin-bottom: 0px;
}

.common_white_div {
    padding: 0;
    padding-bottom: 70px;
}

.commonDiv {
    padding: 0 20%;
    overflow: hidden;
    color: #929399;
}

    .commonDiv .ft_general2 {
        line-height: 28px;
    }

    .commonDiv hr {
        background: #E0E0E0;
        margin-top: 35px;
        margin-bottom: 35px;
    }

.commonDivLeft {
    float: left;
    width: 20%;
    height: inherit;
}

    .commonDivLeft > div {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        font-weight: 600;
    }

    .commonDivLeft .left_span3 .green_circle {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background: #3BA2F8;
    }

    .commonDivLeft .left_span2 {
        margin-right: 7px;
        width: 40px;
    }

        .commonDivLeft .left_span2 > span:first-child {
            color: #373D54;
            font-weight: 600;
            letter-spacing: 1px;
            font-size: 16px;
        }

    .commonDivLeft .left_span3 {
        margin-top: 8px;
    }

        .commonDivLeft .left_span3 .axisLine {
            width: 2px;
            height: 100px;
            background: #D8D8D8;
            margin-left: 2.9px;
            margin-top: 6px;
        }

.commonDivRight > p {
    padding-bottom: 20px;
}

.left_span1 {
    margin-right: 5px;
    color: red;
}

.pastHistory .left_span1 {
    opacity: 0;
}

.latelyUpdate {
    text-indent: 20%;
}

.commonDivRight {
    float: left;
    width: 80%;
    line-height: 28px;
    font-size: 16px;
}

.titleH2 {
    margin-bottom: 30px;
    margin-top: 70px;
    color: #333;
}

.contactTitle {
    display: block;
}
@media screen and (max-width:477px){
    .commonDiv {
        padding: 0 5%;
    }
}