/* 发展历程时间轴 */
.developbox{
    width: 1170px;
    margin:auto;
    background: #fff;
    min-height: 800px;
}
.box { width:940px;margin:18px auto 0 auto; }
.event_year { 
    width:60px;
    text-align:center;
    float:left;
    margin-top:10px;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
     }
.event_year li {
 height:40px;
 line-height:40px;
 background:#fff;
 margin-bottom:1px;
 font-size:18px;
 color:#828282;
 cursor:pointer;
  }
 .event_year li label{cursor: pointer;font-weight:normal}
  .event_year li:hover{color:#84bb3c;}
.event_year li.current {
 width:61px;
 background:#84bb3c  60px 0 no-repeat;
 color:#fff;
 text-align:left;
 padding-left:9px;
  }
.event_list { width:850px;float:right;background-image: 139px 0 repeat-y;margin:10px 0 20px 0; }
.event_list h3 { 
    margin:0 0 10px 124.5px;
    font-size:24px;
    font-family:georgia;
    color:#84bb3c;
    padding-left:50px;
    background-image: 0 0px no-repeat;
    height:50px;
    line-height:30px;
    font-style:italic; 
}
.event_list li { 
    background-image: 134.5px 14px no-repeat;
     }
.event_list li span { width:127px;text-align:right;display:block;float:left;margin-top:10px; }
.event_list li p { width:680px;margin-left:24px;display:inline-block;padding-left:10px;background-image: -21px 0 no-repeat;line-height:25px;_float:left; }
.event_list li p span {
 width:650px;
 text-align:left;
 padding:10px 15px;
 box-shadow:0 0px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
 margin:0;
 font-size: 14px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* ie6 */
*:first-child html .clearfix { zoom: 1; } /* ie7 */