/*history*/
.history {
    background: url(../images/dot2.png) repeat-y center;
    overflow: hidden;
    position: relative;
    margin: 30px 0 70px;
}

.history-date {
    overflow: hidden;
    padding-bottom: 32px;
    position: relative;
    z-index: 10;
}

.history-date:first-child ul li {
    display: block;
}

.history-date h2 {
    background: #fff;
    height: 70px;
    font-size: 18px;
    width: 70px;
    border-radius: 35px;
    border: 2px solid #369e55;
    text-align: center;
    line-height: 70px;
    color: #369e55;
    margin: 0 auto;
}

.history-date h2.first {}

.history-date h2 a {
    color: #369e55;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.history-date h2 a:hover {
    text-decoration: none;
}

.history-date h2 img {
    vertical-align: -5px;
}

.history-date h2:hover {
    background: #369e55;
    color: #fff;
}

.history-date ul {}

.history-date ul li {
    zoom: 1;
    display: none;
    height: 390px;
    position: relative;
    margin-top: -180px !important;
}

.history-date ul li.last {
    padding-bottom: 0;
}

.history-date ul li .box {
    position: absolute;
    left: 50%;
    z-index: 20;
    width: 50%;
}

.history-date ul li dl {
    position: relative;
    margin: 0;
}

.history-date ul li dl dt {
    position: absolute;
    top: 140px;
    left: -15px;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #369e55;
    border-radius: 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.history-date ul li dl dd {
    width: 615px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 65px;
    color: #353535;
    text-align: left;
    font-size: 18px;
}

.history-date ul li dl dd.line {
    width: 65px;
    height: 14px;
    background: url(../images/arrow.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 147px;
}

.history-date ul li.li0 {
    margin-top: 0px !important;
}

.history-date ul li:nth-child(2n+1) .box {
    position: absolute;
    left: auto;
    right: 50%;
    width: 615px;
}

.history-date ul li:nth-child(2n+1) dl dt {
    left: auto;
    right: -15px;
}

.history-date ul li:nth-child(2n+1) dl dd {
    padding-left: 0;
    padding-right: 65px;
}

.history-date ul li:nth-child(2n+1) dl dd.line {
    left: auto;
    right: 0;
    background: url(../images/arrow1.png) no-repeat center;
}