article {
  padding: 60px 0 10px;
  background: #ffcc67 url(../images/com_bg.jpg) no-repeat center 0/100%;
}

.common-main {
  padding: 0 12px 12px;
}

.common-box {
  min-height: 420px;
  margin: 10px 4px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.common-40 {
  padding: 20px 0 0;
  text-align: center;
}
.common-40 img {
  width: 5rem;
}
.bread {
  padding: 0.2rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
}
.bread a {
  color: #000;
}

.com-hf {
  display: none;
}

@media (min-width: 1200px) {
  article {
    padding: 14vw 0 0;
  }

  .common-40 {
    text-align: center;
  }
  .common-40 img {
    width: 55.4vw;
  }
  .bread {
    padding: 2vw 0 4vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #000;
    text-align: center;
  }
  .bread a {
    color: #000;
  }

  .common-main {
    margin: 0;
    padding: 0;
  }
  .common-box {
    padding: 0;
    background: none;
  }

  .com-hf {
    position: absolute;
    right: 5vw;
    top: 6vw;
  }
}

/* 二级导航 */

.common-nav {
  position: relative;
  padding: 2px;
}

.common-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 15px;
}

.common-nav ul li {
  width: 50%;
  padding: 2px;
}

.common-nav ul li a {
  display: block;
  font: 400 16px/30px "微软雅黑";
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

.common-nav ul li.active a {
  background: #c50413;
}

.common-icon {
  position: absolute;
  z-index: 1;
  right: 2px;
  bottom: 2px;
}
.common-icon img {
  width: 3rem;
}
.common-since {
  padding-top: 0.5rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #d3022e;
}
@media (min-width: 1200px) {
  .common-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 10vw;
    padding: 0 10vw;
    background: #c00029;
  }
  .common-nav ul {
    display: flex;
    justify-content: center;
  }
  .common-nav ul li {
    width: auto;
    padding: 0;
  }
  .common-nav ul li a {
    position: relative;
    display: block;
    padding: 1.1vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
    text-align: center;
    background: url(../images/com_nav_shu.png) no-repeat 0 center;
  }
  .common-nav ul li:nth-child(1) a {
    background: none;
  }
  .common-nav ul li a span {
    display: block;
  }
  .common-nav ul li a:hover span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    color: #fff;
    background: url(../images/com_nav_icon.png) no-repeat center bottom/1.2vw;
  }
  .common-nav ul li.active a span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    color: #fff;
    background: url(../images/com_nav_icon.png) no-repeat center bottom/1.2vw;
  }

  .common-icon {
    position: absolute;
    z-index: 1;
    right: 10vw;
    top: -2.6vw;
    bottom: auto;
  }
  .common-icon img {
    width: 10.4vw;
  }
  .common-since {
    padding: 0;
    font-size: 2.7vw;
    line-height: 1;
    color: #d3022e;
  }
}

/* 网站翻页 */

.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;

  border: 1px solid #333;
}

.pages-right a.page-num {
  color: #fff;
  background: #e80713;
  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: 1.5vw 1vw;
  }
  .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: #e80713;
    border-color: #e80713;
  }
}
