@charset "utf-8";

/*history*/
.history {
    background:url(../images/line04.gif) repeat-y 73px 0;
    overflow:hidden;
    position:relative;
}
.history-date {
    overflow:hidden;
    position:relative;
}
.history-date h2 {
    background:#fff url(../images/icon06.gif) no-repeat 158px 0;
    height:59px;
    font-size:25px;
    font-family:微软雅黑;
    font-weight:normal;
    padding-left:45px;
    margin-bottom:74px;
}
.history-date h2.first {
    position:absolute;
    left:0;
    top:0;
    width:935px;
    z-index:99;
}

.history-date ul li {
    background:url(../images/icon07.gif) no-repeat 67px 0;
    padding-bottom:50px;
    zoom:1;
}
.history-date ul li.last {
    padding-bottom:0;
}
.history-date ul li:after {
    content:" ";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.history-date ul li h3 {
    float:left;
    width:65px;
    text-align:right;
    padding-right:19px;
    color:#c3c3c3;
    font:normal 18px/16px Arial;
}
.history-date ul li h3 span {
    display:block;
    color:#d0d0d0;
    font-size:12px;
}
.history-date ul li .history-content {

    padding-left:100px;
    /*margin-top:-5px;*/
    font-family:微软雅黑;
}
