/* CSS Document */

.about_1 .pic img{width:100%;}
.about_1 .title{ margin-top:50px; font-size:16px; font-weight:bold;}
.about_1 .content{ margin-top:25px; font-size:13px; padding-left:35px;}
.about_1 .history{ margin-top:25px;}
.about_1 .history li {
  border-left: 1px solid #919191;
  margin-left: 10px;
  padding-left: 22px;
  position: relative;
  padding-bottom:10px;
}
.about_1 .history li.first {
  border-left: 1px solid #000;
}
.about_1 .history li.first .pot {
  background: url("../images/about/circle1.png") no-repeat scroll 0 0;
}
.about_1 .history li.last {
  border-left:none;
}
.about_1 .history li .tit {
  font-size: 16px;
  line-height: 13px;
  margin-bottom: 8px;
}
.about_1 .history li .con {
  background: url("../images/about/pot.png") no-repeat scroll 3px 7px;
  padding-bottom: 20px;
  padding-left: 22px;
}
.about_1 .history li .pot {
  background: url("../images/about/circle.png") no-repeat scroll 0 0;
  height: 11px;
  left: -6px;
  position: absolute;
  top: 0;
  width: 11px;
}

.about_1 .content li{ margin-bottom:20px;overflow:hidden;}
.about_1 .content li .left {
  display: inline-block;
  width: 50px;
  float:left;
}
.about_1 .content li .right {
  display: inline-block;
  float:left;
  width:185px;
}