* {
  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;
  }
}
@media all and (min-width: 750px) {
  .menus {
    display: flex;
    align-items: center;
    padding: 0 calc(100vw / 2 - (1920px - 320px * 2) / 2);
    background-color: #0d6fb8;
  }
  .menus .menu {
    width: calc((100vw - calc(100vw / 2 - (1920px - 320px * 2) / 2) * 2) / 7);
    height: 60px;
    line-height: 60px;
    color: #F8F8FA;
    text-align: center;
    cursor: pointer;
    transition: linear all 0.3s;
  }
  .menus .menu.activity,
  .menus .menu:hover {
    background: #0a59b3;
  }
}
@media all and (max-width: 750px) {
  .menuTop {
    height: 55px;
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
  }
  .menuTop .menu_logo {
    width: 40%;
  }
  .menuTop .menu_o {
    width: 25px;
  }
  .menuTop .menu_x {
    width: 20px;
  }
  .menuTop .hid {
    display: none;
  }
  .menus {
    display: flex;
    position: fixed;
    top: 55px;
    left: 0;
    flex-direction: column;
    align-items: center;
    background-color: #f6f6f6;
    z-index: 999;
    height: 0;
    overflow: hidden;
    transition: linear all 0.3s;
  }
  .menus .menu {
    width: 100vw;
    height: 60px;
    line-height: 60px;
    color: #131315;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e7e9ee;
  }
  .menus.showMenu {
    height: calc(100vh - 55px);
  }
}
/*# sourceMappingURL=menus.css.map */