@charset "UTF-8";
/*企业年志*/
section {
  margin-bottom: 40px;
}
.nz-page {
  position: relative;
  margin-top: 40px;
}
.nz-page:before {
  content: '';
  position: relative;
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 5px;
  background: #005591;
  z-index: 10;
}
.nz-page:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #B8C4CD;
  z-index: 1;
}
.nz-box {
  position: relative;
}
.nz-box .flex-1 {
  padding: 0 25px;
}
.nz-box .flex:nth-child(2n-1) .flex-1:first-child {
  text-align: right;
  position: relative;
}
.nz-box .flex:nth-child(2n-1) .flex-1:first-child:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -6px;
  display: block;
  width: 11px;
  height: 11px;
  background: #B8C4CD;
  border-radius: 50%;
}
.nz-box .flex:nth-child(2n) .flex-1:first-child {
  position: relative;
  left: 50%;
}
.nz-box .flex:nth-child(2n) .flex-1:first-child:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -5px;
  display: block;
  width: 11px;
  height: 11px;
  background: #B8C4CD;
  border-radius: 50%;
}
.nz-box .flex:nth-child(2n) .flex-1:nth-child(2) {
  position: relative;
  left: -50%;
  /* text-align: right; */
}
.nz-box .flex:nth-child(2n) .flex-1:nth-child(2) .content {
  margin-left: auto;
  margin-right: 0;
}
.nz-box .flex {
  padding: 15px 0;
}
.nz-box .year {
  font-size: 18px;
  color: #03406B;
  line-height: 28px;
}
.nz-box .content {
  padding-bottom: 4px;
  max-width: 380px;
  border-bottom: 1px solid #CDD8E0;
  font-size: 14px;
  color: #707070;
  line-height: 25px;
}
.nz-box .content img {
  width: 100%;
}
.seeMore {
  margin: 0 auto;
  margin-top: 10px;
  width: 124px;
  height: 35px;
  line-height: 35px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.seeMore:hover {
  background: #005591;
}
