body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
    sans-serif;
  font-size: 14px;
  color: #121212;
}

html,
body,
body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

header {
  background-color: #0f3d5b;
  margin-bottom: 30px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

.site-header .logo-wrap {
  display: flex;
  height: 40px;
  align-items: center;
}

.site-header .logo-wrap img {
  max-height: 100%;
}

.site-header .logo-wrap .logo-text {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
}

.site-header nav {
  display: flex;
}

.site-header nav a {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}

.site-header nav a:hover,
.site-header nav a.active {
  background-color: #3a9efd;
}

footer {
  background-color: #0f3752;
  color: #fff;
  padding: 60px 0;
  margin-top: 20px;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

.company-info {
  width: 340px;
  font-size: 14px;
  color: #d8eefe;
  line-height: 20px;
}

.company-info a {
  color: #d8eefe;
}

.company-info .mb {
  margin-bottom: 20px;
}

.company-info .address {
}

.contact-tels a,
.contact-emails a {
  color: #ffffff;
}

.worktime {
  font-size: 12px;
}

.link-group {
  display: flex;
  flex-direction: column;
}

.link-group .title {
  font-size: 16px;
  color: #fff;
}

.link-group a {
  color: #d8eefe;
  margin-top: 22px;
  font-size: 14px;
}

.link-group a:hover {
  color: #95c8ec;
}

.code-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.code-img img {
  margin-bottom: 10px;
}

.info-box__header {
  display: flex;
  height: 40px;
  align-items: center;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
}

.info-box__header .get-more {
  width: 16px;
  height: 16px;
  background: url(../img/more.png) no-repeat center center;
  cursor: pointer;
  margin-left: auto;
}

.info-box__title {
  font-size: 14px;
  color: #000;
  padding-left: 20px;
  background: url(../img/arrow.png) no-repeat left center;
}
.info-box__title a {
  color: #000;
}
.info-box__title .sub {
  color: #999;
}

.cover-list {
  display: flex;
}

.cover-list .cover {
  width: 300px;
  flex-shrink: 0;
  margin-right: 20px;
}

.cover-list .cover img {
  width: 100%;
}

.normal-list .item {
  margin-bottom: 18px;
}

.normal-list .title {
  display: flex;
}

.normal-list .title a {
  width: auto;
  color: #094067;
  font-size: 14px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.normal-list .title .time {
  margin-left: auto;
  flex-shrink: 0;
  color: #8598a6;
}

.normal-list .title a:hover {
  color: #3a9efd;
  text-decoration: underline;
}

.normal-list .desc {
  color: #5f6c7b;
  font-size: 12px;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: -6px;
}

.normal-list.dot .item {
  position: relative;
  padding-left: 16px;
}

.normal-list.dot .item::after {
  content: ' ';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #b0d8fe;
  left: 0;
  top: 5px;
}

.block-link-group {
  display: flex;
}

.entry-link {
  margin-right: 20px;
}

.entry-link img {
  width: 100%;
}

.color-block {
  display: flex;
  flex: 1;
  width: auto;
  justify-content: space-between;
}

.color-block a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 12px);
  border-radius: 6px;
  overflow: hidden;
}

.color-block a::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform ease-out 300ms;
  transform: translateX(-100%);
  background-color: rgba(255, 255, 255, 0.3);
}

.color-block a:hover::after {
  transform: translateX(0);
}

.color-block .label {
  color: #fff;
  font-size: 18px;
}

.color-block .icon {
  height: 50px;
}

.color-block .blue {
  background-color: #3a9efd;
}

.color-block .yellow {
  background-color: #f7a400;
}

.color-block .red {
  background-color: #fc583d;
}

.color-block .green {
  background-color: #2fb25e;
}

footer .logo-wrap {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .site-header {
    height: 50px;
  }

  .site-header .mobile-menu {
    position: relative;
    background-color: transparent;
    width: 30px;
    height: 30px;
    z-index: 100;
    cursor: pointer;
  }

  .site-header .mobile-menu span {
    position: absolute;
    width: 30px;
    left: 0;
    top: 14px;
    height: 2px;
    background-color: #fff;
    transition: all ease 300ms;
  }

  .site-header .mobile-menu::after {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 2px;
    left: 0;
    background-color: #fff;
    transition: all ease 300ms;
  }

  .site-header .mobile-menu::before {
    content: ' ';
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: all ease 300ms;
  }

  .site-header .mobile-menu.active span {
    opacity: 0;
  }

  .site-header .mobile-menu.active::before {
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 35px;
  }

  .site-header .mobile-menu.active::after {
    transform: rotate(45deg);
    transform-origin: bottom left;
    width: 35px;
  }

  .site-header nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    transition: ease all 300ms;
    transform: translateX(-100%);
  }

  .site-header nav a {
    font-size: 18px;
    margin: 16px 0;
  }

  .site-header .logo-wrap .logo-text {
    font-size: 16px;
  }

  .site-header .mobile-menu.active + nav {
    transform: translateX(0);
  }

  .banner {
    padding-top: 50px;
  }

  .btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
  }

  .cover-list {
    flex-direction: column;
  }

  .cover-list .cover {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .block-link-group {
    display: flex;
    flex-wrap: wrap;
  }

  .entry-link {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .color-block {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
  }

  .color-block a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px 0;
  }

  footer {
    padding: 20px;
  }

  footer .container {
    flex-direction: column-reverse;
  }

  footer .container .company-info {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }

  .link-group {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .link-group .title {
    width: 100%;
  }

  .link-group a {
    width: 33.33%;
    text-align: center;
  }

  .link-group a,
  .link-group title {
    flex-shrink: 0;
  }

  .code-img {
    width: 100%;
  }
}

.ell {
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-box {
  min-width: 0;
}
.menu_choose{
  border-bottom: 1px solid #FFF;
}
.news-body>.title{
  overflow: hidden;
  text-overflow: ellipsis;
}