* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
@media all and (max-width: 750px) {
  .hidden-m {
    display: none !important;
  }
}
@media all and (min-width: 750px) {
  .hidden-pc {
    display: none !important;
  }
}
.topBanner {
  width: 100vw;
  height: calc(244 / 1920 * 100vw);
  background-size: 100% 100%;
  padding: 0 calc(100vw / 2 - (1920px - 320px * 2) / 2);
  display: flex;
  align-items: center;
}
@media all and (max-width: 750px) {
  .topBanner {
    height: 32vw;
  }
}
.topBanner .text {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.topBanner .text .cn {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
}
@media all and (max-width: 750px) {
  .topBanner .text .cn {
    font-size: 24px;
  }
}
.topBanner .text .en {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.5;
}
@media all and (max-width: 750px) {
  .topBanner .text .en {
    font-size: 18px;
  }
}
.simpleList {
  width: 1000px;
  margin: 50px auto auto;
  min-height: 400px;
  position: relative;
}
@media all and (max-width: 750px) {
  .simpleList {
    width: 90%;
    margin-top: 10px;
  }
}
.simpleList .item {
  border-bottom: 1px solid #ececec;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 750px) {
  .simpleList .item {
    padding: 10px 0;
  }
}
.simpleList .item .left {
  display: flex;
  align-items: center;
}
@media all and (max-width: 750px) {
  .simpleList .item .left {
    max-width: 75%;
  }
}
.simpleList .item .left .type {
  width: 61px;
  height: 22px;
  border: 1px solid #0D6FB8;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #0D6FB8;
  margin-top: 2px;
}
.simpleList .item .left .title {
  font-size: 18px;
  margin-left: 10px;
  max-width: 750px;
  font-weight: 400;
  color: #131315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: linear all 0.3s;
}
@media all and (max-width: 750px) {
}
@media all and (max-width: 750px) {
  .simpleList .item .left .title {
    font-size: 15px;
  }
}
.simpleList .item .date {
  font-size: 16px;
  font-weight: 400;
  color: #96989C;
}
@media all and (max-width: 750px) {
  .simpleList .item .date {
    font-size: 12px;
  }
}
.simpleList .item:hover .left .title {
  font-weight: 800;
}
.simpleArticleDetail {
  background-color: #f2f2f5;
  min-height: 400px;
  padding: 40px 0 60px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail {
    padding-top: 20px;
  }
}
.simpleArticleDetail .card {
  padding: 60px 55px;
  background-color: white;
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card {
    width: 90%;
    margin-left: 0;
    padding: 25px;
  }
}
.simpleArticleDetail .card .title {
  font-size: 28px;
  font-weight: 400;
  color: #131315;
  text-align: center;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card .title {
    font-size: 18px;
    font-weight: 800;
  }
}
.simpleArticleDetail .card .line2 {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #96989C;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card .line2 {
    margin-top: 20px;
  }
}
.simpleArticleDetail .card .line2 .date {
  margin-right: 30px;
}
.simpleArticleDetail .card .content {
  margin-top: 40px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #D3D6DC;
  min-height: 300px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card .content {
    font-size: 12px;
    font-weight: 400;
    color: #575661;
    line-height: 24px;
    margin-top: 20px;
  }
}
.footer {
  background-color: #f7f7fa;
  padding: 0 calc(100vw / 2 - (1920px - 320px * 2) / 2);
}
.footer .morelink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(140px - 50px);
  padding: 58px 30px;
}
@media all and (max-width: 750px) {
  .footer .morelink {
    padding: 15px 24px;
  }
}
.footer .morelink .logo {
  width: 175px;
  height: 48px;
  object-fit: cover;
}
@media all and (max-width: 750px) {
  .footer .morelink .logo {
    width: 40vw;
    height: auto;
  }
}
.footer .morelink .tel .text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #131315;
}
.footer .morelink .tel .text .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.footer .morelink .tel .num {
  font-size: 23px;
  font-weight: bold;
  color: #0D6FB8;
  line-height: 28px;
}
@media all and (max-width: 750px) {
  .footer .morelink .tel .num {
    font-size: 18px;
    font-weight: bold;
    color: #0D6FB8;
  }
}
.footer .morelink .links {
  display: flex;
  margin-left: 100px;
}
.footer .morelink .links .link {
  line-height: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #575661;
  padding: 0 1em;
  cursor: pointer;
}
.footer .morelink .links .link + .link {
  border-left: 1px solid #9999a0;
}
.footer .copyright {
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #96989C;
  border-top: 1px solid #e1e3e7;
  background-color: #f7f7fa;
}
@media all and (max-width: 750px) {
  .footer .copyright {
    padding: 15px;
    line-height: 1.5em;
    height: auto;
  }
}
/*# sourceMappingURL=footer.css.map */