  *,
::after,
::before {
  box-sizing: content-box !important;
}
.development .development-row {
  width: 1300px;
  margin: 0 auto;
  display: flex;
}
.development .development-row .scrollspy-example {
}
.development .development-row .scrollspy-example > h4 {
  width: 60.73vw;
  height: 123px;
  line-height: 75px;
  background: linear-gradient(90deg, #016d3b 0%, rgba(40, 167, 65, 0.48) 100%);
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
}

.development .development-row .scrollspy-example > h4 .yearText {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -40px;
}
.development .development-row .scrollspy-example > h4 .yearText .textBorder {
  width: 45px;
  opacity: 0.47;
  border: 2px solid #ffffff;
  margin-right: 15px;
}
.development .development-row .scrollspy-example > .developmentContent {
  width: 58.44vw;

  margin-top: -55px;
}
.development
  .development-row
  .scrollspy-example
  > .developmentContent
  .developmentItem {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 1.04vw 0;
  background: #fff;
  padding: 3.24vh 2.08vw;
}
.development
  .development-row
  .scrollspy-example
  > .developmentContent
  .developmentItem
  .image {
  width: 22.08vw;
  height: 24.81vh;
}
.development
  .development-row
  .scrollspy-example
  > .developmentContent
  .developmentItem
  .image
  img {
  width: 100%;
  height: 100%;
}
.development
  .development-row
  .scrollspy-example
  > .developmentContent
  .developmentItem
  .developmentContentText {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  line-height: 37px;
  width: 29.06vw;
  overflow-y: auto;
  height: 265px;
  display: flex;
  align-items: center;
}
.development .development-row .yearHeader {
  display: flex;
  transition: all 0.3s ease-in-out;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-left: 65px;
  margin-top: 60px;
  /* position: sticky;
  top: 80px;
  height: 400px; */
}
.development .development-row .verticalBorder {
  width: 0px;
  opacity: 1;
  border: 1px dashed #c6c6c6;
}
.development .development-row #simple-list-example {
  margin-left: 20px;
  height: 100vh;
  position: sticky;
  top: 0px;
  padding-bottom: 20vw;
}
.development .development-row #simple-list-example .rounded {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  position: relative;
  text-align: start;
}
.development .development-row #simple-list-example .rounded.active {
  font-size: 38px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #016d3b !important;
}
.yearHeaderDot {
  display: none;
  position: absolute;
  top: 25px;
  left: -30px;
  width: 19px;
  height: 19px;
  background: #016d3b;
  opacity: 1;
  border-radius: 15px;
}
.fixed {
  position: fixed;
  flex-direction: row-reverse;
  top: 30%;
  right: 3%;
}
.SecondaryPage .EnterpriseA {
  position: relative;

  width: 80px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
.SecondaryPage {
  width: 100%;
  height: 93px;
  background: #f5f7f9;
  display: flex;
  background: #f5f7f9;
  align-items: center;
  justify-content: center;
}
.SecondaryPage > div {
  position: relative;

  width: 80px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.SecondaryPage > div .image {
  width: 42px;
  height: 38px;
  margin-bottom: 10px;
}
.SecondaryPage > div .image img {
  width: 100%;
  height: 100%;
}
.SecondaryPage > div .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
.footer
  .footer-bottom
  .footer-center
  .business
  .center-tel
  .tel-title
  .tel-phone
  p {
  margin-bottom: 0 !important;
}
.footer .footer-bottom .footer-center .business .center-tel .address p {
  margin-bottom: 0 !important;
}
