#timeline {
  width: 900px;
   height: auto; 
  overflow: hidden;
  margin: 50px auto 0;
  position: relative;
}

.hrLine{
  margin-top: 72px;
}
.lc_1{margin-bottom: 4px;}
.lc_2{width: 1124px;margin: 0 auto 82px;position: relative;}
.lc_2>b{width: 100%;background: url(../images/5436_03.png) left bottom;position: absolute;left: 0;height: 63px;top: 0;}
#dates {
  width: 1120px;
  height: 63px;
  /*overflow: hidden;*/
  
}

#dates li {
  list-style: none;
  float: left;
  width: 180px;
  height: 67px;
  font-size: 24px;
  text-align: center;
  background: url(../images/5436_07.png) no-repeat center bottom;
}

#dates > li > .onepx{
  width: 1px;
  height: 20px;
  margin: 0 auto;
  background: #eee;
}

#dates a {
  line-height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #cccccc;
}

#dates .selected {
  font-size: 40px;
  line-height: 30px;
  color: #0075c1;
  display: block;
  margin-bottom: 20px;
}

#issues {
  /* width: 800px; */
  height: 300px;
  overflow: hidden;
  text-align: center
}
/*#issues .selected{display: block!important;}*/
#issues li {
  width: 1124px;
  height: auto;
  list-style: none;
  float: left;
  /*display: none!important;*/
}
.issues_1{height: auto!important;margin-top: 0!important;}
.timeline{
  position: relative;
}

.lc_2 > button {
  position: absolute;
  border: 0;
  outline: none;
  top: 188px;
  z-index: 9999;
  background: none;
}

.lc_2 > button > i{
  display: block;
  height: 40px;
  width: 40px;
}

.lc_2 > button  > i > img{
  float: left;
  width: 100%;
}

.prev{
  left: 0;
}

.next {
  right: 0;
}

/*.dates{
  position: absolute;
  top: 0;
  z-index: 999;
}*/

.wrap{
    overflow: hidden;
    background: url(../images/12415554_03.png) center;
}

/*.issues > li > div{
  width: 50%;
  display: block;
  height: 200px;
  position: relative;
}

.issues > li .right > h5{
  background: url(../images/icon_pointoftime.png) no-repeat;
  background-size: contain;
  text-align: left;
  padding-left: 60px;
  font-size: 14px;
  position: absolute;
  left: -7px;
  z-index: 9;
}

.issues > li .left > h5{
  background: url(../images/icon_pointoftime.png) 89.5px 0 no-repeat;
  background-size: contain;
  text-align: left;
  padding-right: 60px;
  font-size: 14px;
  position: absolute;
  right: -7px;
  z-index: 9;
}

.issues > li .right .textArea{
  display: block;
  margin: 50px;
  padding: 20px;
  background: #4F96F5;
  color: #fff;
  border-top-left-radius:0;
  border-top-right-radius:12px;
  border-bottom-right-radius:12px;
  border-bottom-left-radius:12px;
}

.issues > li .left .textArea{
  display: block;
  margin: 50px;
  padding: 20px;
  background: #4F96F5;
  color: #fff;
  border-top-left-radius:12px;
  border-top-right-radius:0;
  border-bottom-right-radius:12px;
  border-bottom-left-radius:12px;
}

.issues > li .left .yearLine{
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  right: 0;
  margin:8px 0;
}

.issues > li .right .yearLine{
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  left: 0;
  margin:8px 0;
}*/