/*发展历程css*/
#history {
    margin: 15px auto;
    width: 880px;
    height: 933px;
    padding: 30px 0;
    background-color: #F6F6F6;
}
#history .history-content {
    position: relative;
}
#history .history-content .timer-shaft-img {
    background-image: url("../../images/about/timer-shaft.png");
    width: 29px;
}
#history .history-content .time-tit {
    height: 67px;
    padding-left: 44px;
    font-size: 20px;
    width: 10em;
    color: #0A427D;
    font-weight: bold;
    background-repeat: no-repeat;
}
#history .history-content .time-2009, #history .history-content .time-2011, #history .history-content .time-2012,
#history .history-content .time-2013, #history .history-content .time-2014 {
    background-position: 0 -67px;
    height: 141px;
}
#history .history-content .time-2015 {
    background-position: 0 -771px;
    height: 162px;
}
#history .history-content .timer-shaft {
    position: absolute;
    left: 425px;
    top: 0;
    margin-top: 30px;
}
#history .history-content dl {
    position: absolute;
}
#history .history-content dt {
    color: #0A427D;
    line-height: 27px;
}
#history .history-content dd {
    font-size: 13px;
}
#history .history-content .year-tit {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 8px;
    font-weight: bold;
}
#history .history-content .year-2009, #history .history-content .year-2012, #history .history-content .year-2014 {
    right: 470px;
    text-align: right;
}
#history .history-content .year-2011, #history .history-content .year-2013, #history .history-content .year-2015 {
    left: 470px;
    text-align: left;
}
#history .history-content .year-2009 {
    width: 21em;
    top: 87px;
}
#history .history-content .year-2011 {
    width: 25em;
    top: 228px;
}
#history .history-content .year-2012 {
    width: 26em;
    top: 369px;
}
#history .history-content .year-2013 {
    width: 24em;
    top: 510px;
}
#history .history-content .year-2014 {
    width: 25em;
    top: 651px;
}
#history .history-content .year-2015 {
    width: 26em;
    top: 792px;
}
#history .history-content .year-2009 .year-tit {
    color: #1FC393;
}
#history .history-content .year-2011 .year-tit {
    color: #0A427D;
}
#history .history-content .year-2012 .year-tit {
    color: #F1C100;
}
#history .history-content .year-2013 .year-tit {
    color: #E95200;
}
#history .history-content .year-2014 .year-tit {
    color: #22B2D6;
}
#history .history-content .year-2015 .year-tit {
    color: #5CB327;
}
#history .history-content .year-subtitle {
    font-size: 12px;
    color: #0A427D;
}
.timer-shaft-img, .year-dl {
    display: none;
}