article {
  padding: 60px 0 10px;
  background: no-repeat center center/cover;
}

.com-main {
  padding: 12px;
}

.com-top {
  padding: 0;
}

.com-ad {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.5rem;
  text-align: left;
}
.com-ad .en {
  color: #4e952d;
  text-transform: uppercase;
}
.com-ad .ch span {
  color: #333;
}
.com-slide {
  padding: 10px 0;
}
.com-name {
  font-size: 0.36rem;
  line-height: 0.4rem;
}
.com-name span {
  color: #4e952d;
}
.com-name .en {
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.bread {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.bread a {
  color: #333;
}

.com-box {
  min-height: 420px;
}

@media (min-width: 1200px) {
  article {
    padding: 0 0 2vw;
  }
  .com-main {
    width: 62.4vw;
    margin: 0 auto;
  }

  .com-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12vw 0 4vw;
  }

  .com-ad {
    font-weight: 600;
    font-size: 2.4vw;
    line-height: 2.6vw;
    text-align: left;
  }
  .com-ad .en {
    color: #4e952d;
    text-transform: uppercase;
  }
  .com-ad .ch span {
    color: #333;
  }
  .com-slide {
    text-align: right;
  }
  .com-name {
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .com-name span {
    color: #4e952d;
  }
  .com-name .en {
    font-size: 0.8vw;
    line-height: 1vw;
    color: #333;
  }

  .bread {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
  }
  .bread a {
    color: #333;
  }

  .com-box {
    padding: 0;
  }
}

/* 二级导航 */

.com-nav {
  margin: 0 -2px;
  padding: 2px 0;
}

.com-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.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: #00a443;
}

@media (min-width: 1200px) {
  .com-nav {
    margin: 0;
    padding: 0 2vw;
    background: #00a443;
  }
  .com-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 1px;
  }
  .com-nav ul li a {
    display: block;
    width: 8vw;
    font: 400 18px/36px "微软雅黑";
    text-align: center;
    color: #fff;
    background: none;
  }
  .com-nav ul li a:hover {
    color: #4e9526;
    background: #fff;
  }
  .com-nav ul li.active a {
    color: #4e9526;
    background: #fff;
  }
}

/* 网站页脚 */
.public {
  padding: 0.2rem;
  background: url(../images/public-bg.jpg) no-repeat center 0 / cover;
}
@media (min-width: 1200px) {
  .public {
    padding: 4vw 0;
    background: url(../images/public-bg.jpg) no-repeat center 0 / cover;
  }
}

/* 网站翻页 */

.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 #fff;
}

.pages-right a.page-num {
  color: #fff;
  background: #00a443;
  border: 1px solid #00a443;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: space-between;
    padding: 1.5vw 0;
  }
  .pages-left {
    display: block;
    padding-right: 10px;
    font: 400 14px/30px "微软雅黑";
    color: #fff;
  }
  .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: #00a443;
    border-color: #00a443;
  }
}
