.topTitle {
  width: 1300px;
  margin: auto;
  margin-bottom: 40px;
}

.center {
  background: #FBFBFB;

}

.conterTop {
  width: 1300px;
  margin: auto;
  padding: 50px 0px;
  /* margin-top: 40px; */
  box-sizing: border-box;
}

.conterTopT {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  text-align: center;

}





/* .lv-time-left::after {
  content: "";
  display: table;
  clear: both;
} */

.conterTopT:before,
.conterTopT:after {
  content: "";
  width: 400px;
  border-top: 1px #E5E5E5 solid;
  display: inline-block;
  vertical-align: middle;
}

.conterTopT:before {
  margin-right: 30px;
}

.conterTopT:after {
  margin-left: 30px;
}

.conterTopF {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 26px;

}

.conterFooterStyle {
  width: 1300px;
  margin: auto;
  padding-top: 50px;
}

.conterFooter {
  background-color: #FFF;
  margin-bottom: 50px;
}

.lv-time-section {
  font-size: 0;
  width: 100%;
}

.lv-time-left,
.lv-time-right {
  display: inline-block;
  width: calc(50% - 1px);
  height: 105px;
}

.lv-time-left {
  border-right: 2px solid #BDD5F6;
}

.lv-time-time,
.lv-time-container {
  font-size: 16px;
}


.lv-time-content {
  margin-top: -41px;
  font-size: 14px;
  color: #333333;
  height: 80px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.lv-time-left .lv-time-container,
.lv-time-left .lv-time-time,
.lv-time-left .lv-time-container .lv-time-content {
  float: right;
}

.lv-time-right .lv-time-container,
.lv-time-right .lv-time-time,
.lv-time-right .lv-time-container .lv-time-content {
  float: left;
}

.lv-time-left .lv-time-time:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #1D4175;
  margin-right: -6px;
}

.lv-time-right .lv-time-time:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #1D4175;
  margin-left: -6px;
}



.lv-time-left .lv-time-container {
  margin-right: 15px;
  text-align: right;
}

.lv-time-right .lv-time-container {
  float: left;
  margin-left: 15px;
  padding-right: 10px;
  text-align: left;

}

.lv-time-time {
  display: flex;
}

.lv-time-time-time {
  width: 110px;
  margin-top: -34px;
  border-bottom: 1px solid #BDD5F6;
  font-size: 30px;
  color: #1D4175;
  font-weight: bold;
  height: 40px;
}

span {
  font-size: 18px;
}

.footer {
  /* width: 100px; */
  background: #FBFBFB;
}

.footerStyle {
  width: 1300px;
  margin: auto;
  padding: 50px 0;
}

.footerImg {
  display: flex;
  justify-content: space-between;
}

.footerImgTitle,
.footerImgName {
  text-align: center;
}

.footerImgTitle {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}

.footerImgName {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}


@font-face {
  font-family: 'MyFont';
  src: url('../font/DIN/DIN-Black.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.lv-time-time-time {
  font-family: 'MyFont', sans-serif;
}