@charset "utf-8";
.border_line {
  background: url("../../images/xygk/timeline.png") center repeat-y;
  width: 30px;
  height: 300px;
}
.align_l {
  text-align: left;
}
.align_r {
  text-align: right;
}
.contentBox ul li {
  overflow: hidden;
  width: 1380px;
}
.boxLeft {
  width: 710px;
  min-height: 300px;
  /* padding-right: 30px; */
  box-sizing: border-box;
}
.abstract {
  width: 670px;
}
.boxRight {
  width: 670px;
  min-height: 300px;
  right: 0;
}
.title span {
  display: block;
  background-size: 100% 100%;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.bg {
  background: url(../../images/xygk/bg.png) no-repeat;
}
.contentBox ul li:hover .bg {
  background: url(../../images/xygk/bg_h.png) no-repeat;
  background-size: 100% 100%;
}
.bg01 {
  background: url(../../images/xygk/bg01.png) no-repeat;
}
.bg01 .bg01:hover {
  background: url(../../images/xygk/bg01_h.png) no-repeat;
}
.contentBox ul li:hover .bg01 {
  background: url(../../images/xygk/bg01_h.png) no-repeat;
  background-size: 100% 100%;
}
.contentBox ul li:hover .circle {
  border: 2px solid #eec340;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #3cc4ce;
  background: #ffffff;
  left: 10%;
  top: 33%;
}
.title h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.title p {
  text-indent: 2em;
  line-height: 34px;
}
.year h3 {
  font-size: 46px;
  color: #3cc4ce;
  font-weight: bold;
  margin-top: 20px;
}


.allMore {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  font-size: 20px;
}