article {
  padding: 80px 0 10px;
  background: no-repeat center center/cover;
}

.com-main {
  padding: 12px;
}

.com-title {
  text-align: center;
}
.com-title img {
  height: 0.6rem;
}
.com-bread {
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.com-bread a {
  color: #333;
}

.com-box {
  min-height: 420px;
  margin: 5px 2px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8) url(../images/com-circle.png) no-repeat
    right bottom/1.2rem;
  border-top: 2px solid #028535;
}

@media (min-width: 1200px) {
  article {
    padding: 10vw 0 4vw;
  }
  .com-main {
    width: 62.4vw;
    margin: 0 auto;
    padding: 0;
  }
  .com-title {
    text-align: center;
  }
  .com-title img {
    height: 5.1vw;
  }
  .com-bread {
    padding: 1.2vw 0 2.4vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #333;
    text-align: center;
  }
  .com-bread a {
    color: #333;
  }

  .com-box {
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.8) url(../images/com-circle.png) no-repeat
      right bottom/18vw;
    border-top: 0.2vw solid #028535;
  }
}

/* 二级导航 */

.com-nav {
  padding: 2px 0;
}

.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 span {
  display: none;
}

.com-nav ul li.active a {
  background: #028535;
}

@media (min-width: 1200px) {
  .com-nav {
    padding: 0 0 3vw;
  }
  .com-nav ul {
    display: flex;
    justify-content: center;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 0.6vw;
  }
  .com-nav ul li a {
    display: flex;
    text-align: center;
    width: 12.8vw;
    padding: 0 0.2vw;
    background: rgba(255, 255, 255, 0.9);
  }

  .com-nav ul li span {
    display: block;
    width: 4vw;
    font-size: 1.5vw;
    line-height: 3.6vw;
    color: #fff;
    text-align: center;
    background: #028535;
  }
  .com-nav ul p {
    flex-grow: 1;
    padding: 0 0.5vw;
    font-size: 1.5vw;
    line-height: 3.6vw;
    color: #333;
    text-align: center;
  }
  .com-nav ul li a:hover {
    background: #028535;
  }
  .com-nav ul li a:hover span {
    color: #028535;
    background: rgba(255, 255, 255, 0.9);
  }
  .com-nav ul li a:hover p {
    color: #fff;
  }
  .com-nav ul li.active a {
    color: #000;
  }

  .com-nav ul li.active a {
    background: #028535;
  }
  .com-nav ul li.active a span {
    color: #028535;
    background: rgba(255, 255, 255, 0.9);
  }
  .com-nav ul li.active a p {
    color: #fff;
  }
}

/* 网站页脚 */

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  background: #028535;
}
footer a,
footer p {
  padding: 0 2px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 1200px) {
  footer {
    display: flex;
    justify-content: center;

    background: #028535;
  }
  footer a,
  footer p {
    padding: 0 2px;
    font-size: 0.8vw;
    line-height: 3vw;
    color: #fff;
  }
}

/* 网站翻页 */

.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: #007332;
  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;
    margin-top: 0.2vw;
    padding: 1vw;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
  }
  .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;
  }
}
