article {
  padding: 60px 0 0;
  background: no-repeat center bottom / cover;
}

.com-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0.2rem 0;
}

.com-logo {
  width: 2.7rem;
}
.com-logo img {
  width: 100%;
}
.com-font {
  padding: 0 0 0 0.2rem;
}
.com-font .ch {
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #007b2d;
}
.com-font .en {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.com-bread {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
}
.com-bread a {
  color: #000;
}

.com-main {
  padding: 12px;
}

.com-box {
  min-height: 420px;
  padding: 10px;
}

@media (min-width: 1200px) {
  article {
    padding: 10vw 0 0;
  }
  .com-main {
    width: 62.4vw;
    margin: 0 auto;
    padding: 0 0 4vw;
  }

  .com-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .com-logo {
    width: 10vw;
  }
  .com-logo img {
    width: 100%;
  }
  .com-font {
    padding: 0 0 0 1vw;
  }
  .com-font .ch {
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #007b2d;
  }
  .com-font .en {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
  }

  .com-bread {
    padding: 2vw 0 3vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #000;
    text-align: center;
  }
  .com-bread a {
    color: #000;
  }

  .com-box {
    padding: 0;
  }

  .public {
    background: none;
  }
}

/* 二级导航 */

.com-nav {
  padding: 12px;
}

.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  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: #007b2d;
}

@media (min-width: 1200px) {
  .com-nav {
    position: relative;
    z-index: 10;
    padding: 0 0 6vw;
  }
  .com-nav::before {
    content: "tong he rice";
    position: absolute;
    z-index: 1;
    left: 0;
    top: -3.6vw;
    width: 100%;
    font-weight: bold;
    font-size: 11vw;
    letter-spacing: 0.5vw;
    line-height: 1;
    font-family: "Impact";
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-transform: uppercase;
  }
  .com-nav ul {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 0.8vw;
  }
  .com-nav ul li a {
    display: block;
    position: relative;
    width: 8vw;
    font: 400 0.8vw/2vw "微软雅黑";
    text-align: center;
    color: #000;
    background: #fff;
    border: 2px solid #007b2d;
    border-radius: 1vw;
  }
  .com-nav ul li a:hover {
    color: #fff;
    background: #007b2d;
  }
  .com-nav ul li a:hover::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
    border-top: 10px solid #007b2d;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .com-nav ul li.active a {
    color: #fff;
    background: #007b2d;
  }
  .com-nav ul li.active a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
    border-top: 10px solid #007b2d;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}

/* 网站翻页 */

.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 #f1f0f0;
}

.pages-right a.active {
  color: #fff;
  background: #007332;
  border: 1px solid #f1f0f0;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: space-between;
    margin: 0.5vw 0 0;
    padding: 1vw;
    background: rgba(255, 255, 255, 0.8);
  }
  .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: #007332;
    border-color: #007332;
  }
}

/*预览 上下个 */
.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: #028535;
  }
}
