
/*  */
.fzlc{
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 100px;
  padding-top: 10px;
}
.course{
  width: 100%;
  height: 870px;
  background-image: url(../img/fzlcbj.png);
  background-size: 100% 100%;
}

/*大事记start*/
.event_box{
  width:100%;
  position:relative;
}
.event_box .parHd {
  width:100%;
  display:inline-block;
  height:120px;
  margin-top: 50px;
  overflow:hidden;
}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd li.no_line:before{display:none;}
.parHd li{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #fff;
  display:inline-block;
  cursor:pointer;
  font-size:18px;
  color:#000;
  margin:0 30px;
  line-height: 85px;
  position:relative;
}
.parHd .act{
   background-color: #990124;
    color:#fff;
}
.parBd{
  margin-top:60px;
  width: 100%;
  height: 600px;
  background-color: #fff;
}
.parBd .slideBox{
  padding: 40px;
  display: flex;
  display: none;
}

.slideBox .year{
  color: #000;
  font-size: 30px;
  font-weight: bold;
  width: 150px;
}
.slideBox .yuanxian{
  width: 15px;
  height: 520px;
}
.yuanxian .yuan{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #dddddd;
}
.yuanxian .xian{
  width: 1px;
  height: 500px;
  margin: 0 auto;
  background-color: #dddddd;
}
.fzlchgcon{
  width: 880px;
  height: 520px;
  overflow-y: scroll;
  margin-left: 30px;
}
.fzlchgcon p{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}


.sPrev,.sNext{
  width:30px;
  height:30px;
  display:block;
  position:absolute;
  top:100px;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:28px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}