article {
  padding: 60px 0 10px;
  background: no-repeat center 0 / cover;
}

.com-main {
  padding: 12px;
}

.com-top {
  padding: 0.4rem 0 0;
}

.com-en img {
  width: 4rem;
}

.com-ch {
  padding: 0 0 0.2rem;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

.com-ch span {
  color: #da1617;
}

.com-bread {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.com-bread a {
  color: #333;
}

.com-box {
  min-height: 450px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
  article {
    padding: 5vw 0 4vw;
  }

  .com-main {
    width: 62.4vw;
    margin: 0 auto;
    padding: 0;
  }

  .com-top {
    padding: 2vw 0 0;
  }

  .com-en img {
    width: 20vw;
  }

  .com-ch {
    padding: 0 0 0.2vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #333;
  }

  .com-ch span {
    color: #da1617;
  }

  .com-bread {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #333;
  }

  .com-bread a {
    color: #333;
  }

  .com-box {
    padding: 0;
  }
}

/* 二级导航 */

.com-nav {
  margin: 0 -2px 10px;
  padding: 0.2rem 0 2px 0;
}

.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 15px;
}

.com-nav ul li {
  width: 50%;
  padding: 2px;
}

.com-nav ul li a {
  display: block;
  font: 400 16px/30px "微软雅黑";
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

.com-nav ul li.active a {
  background: #da1617;
}

@media (min-width: 1200px) {
  .com-nav {
    margin: 0;
    padding: 2vw 0;
  }

  .com-nav ul {
    display: flex;
    justify-content: flex-start;
  }

  .com-nav ul li {
    width: auto;
    padding: 0 5vw 0 0;
  }

  .com-nav ul li a {
    display: block;
    font: 400 0.9vw/2vw "微软雅黑";
    text-align: center;
    color: #000;
    background: none;
  }

  .com-nav ul li a:hover {
    color: #da1617;
    transform: matrix(1.2, 0, 0, 1.1, 0, 0);
  }

  .com-nav ul li.active a {
    color: #da1617;
    background: none;
    transform: matrix(1.2, 0, 0, 1.1, 0, 0);
  }
}

/* 网站页脚 */

footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 0;
}

footer p {
  padding: 0 2px;
  color: #333;
}

footer a {
  padding: 0 2px;
  color: #333;
}

@media (min-width: 1200px) {
  footer {
    display: flex;
    justify-content: center;
    padding: 1vw 0;
    font-size: 0.8vw;
    line-height: 1.2vw;
    background: #fff;
  }

  footer p {
    padding: 0 5px;
  }

  footer a {
    padding: 0 5px;
  }
}

/* 网站翻页 */

.pages {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #2a4347;
}

.pages-left {
  display: none;
}

.pages-right {
  display: flex;
}

.pages-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  margin: 0 1px;
  font: 400 14px/30px "微软雅黑";
  color: #333;
  background: #fff;
  border: 1px solid #333;
}

.pages-right a.active {
  color: #fff;
  background: #ca1528;
  border: 1px solid #000;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: space-between;
    padding: 0.5vw 2vw;
    background: #fffefc;
  }

  .pages-left {
    display: block;
    padding-right: 10px;
    font: 400 14px/30px "微软雅黑";
  }

  .pages-right a:first-child,
  .pages-right a:last-child {
    display: flex;
    width: auto;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
  }

  .pages-right a:hover {
    color: #fff;
    background: #ca1528;
    border-color: #ca1528;
  }
}

/* no-data */
.no-data {
  padding: 20px 0;
  text-align: center;
}

/*预览 上下个 */
.preview {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.preview-prev,
.preview-next {
  max-width: 49%;
}
.preview-prev a,
.preview-next a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #999;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .preview-prev a,
  .preview-next a {
    font: 400 16px/24px "微软雅黑";
    color: #333;
  }
  .preview-prev a:hover,
  .preview-next a:hover {
    color: #fff;
    background: #da1617;
  }
}
