.com-banner {
  position: relative;
}
.com-banner i {
  display: block;
}
.com-banner i img {
  width: 100%;
}
.com-tilte {
  position: absolute;
  z-index: 20;
  left: 2rem;
  top: 0.6rem;
}
.com-tilte img {
  width: 5rem;
}
.bread {
  padding: 0 0.2rem;
  font-size: 14px;
  line-height: 36px;
  color: #000;
}
.bread a {
  color: #000;
}
.common-top {
  background: rgba(255, 255, 255, 0.9);
}
.comon-logo {
  display: none;
}

@media (min-width: 1200px) {
  header {
    position: relative;
  }
  .com-banner {
    position: relative;
  }
  .com-banner i {
    display: block;
  }
  .com-banner i img {
    width: 100%;
  }
  .com-tilte {
    position: absolute;
    z-index: 20;
    left: 42vw;
    top: 8vw;
  }
  .com-tilte img {
    width: 36vw;
  }
  .bread {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 4vw;
    width: 64vw;
    margin-left: -32vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
  }
  .bread a {
    color: #fff;
  }
  .common-top {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 0 17.5vw;
    background: rgba(255, 255, 255, 0.9);
  }
  .comon-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.6vw;
    text-align: center;
    background: url(../images/com_shu.png) repeat-y 0 0,
      url(../images/com_shu.png) repeat-y right 0;
  }
  .comon-logo img {
    width: 6.8vw;
  }
}

article {
  padding: 60px 0 10px;
  background: no-repeat center center/cover;
}

.common-main {
  padding: 0.2rem 0.2rem 0;
}

.common-box {
  min-height: 420px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .common-main {
    width: 64vw;
    margin: 0 auto;
    padding: 0;
  }
  .common-box {
    padding: 0;
    border: 0;
  }
}

/* 二级导航 */

.common-nav {
  padding: 2px 0.18rem;
}

.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;
}

@media (min-width: 1200px) {
  .common-nav {
    width: 52vw;
    padding: 0 0 0 2vw;
  }
  .common-nav ul {
    display: flex;
    justify-content: flex-start;
  }
  .common-nav ul li {
    width: auto;
    padding: 0 1.6vw;
  }
  .common-nav ul li a {
    display: block;
    font: 400 0.9vw/3.8vw "微软雅黑";
    text-align: center;
    color: #000;
    background: url(../images/nav_li_line.png) no-repeat 0 bottom/0 0.2vw;
    transition: 0.3s;
  }
  .common-nav ul li a:hover {
    color: #008b4f;
    background: url(../images/nav_li_line.png) no-repeat 0 bottom/100% 0.2vw;
  }
  .common-nav ul li.active a {
    color: #008b4f;
    background: url(../images/nav_li_line.png) no-repeat 0 bottom/100% 0.2vw;
  }
}

/* 网站翻页 */

.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.page-num {
  color: #fff;
  background: #008b4f;
  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 0;
  }
  .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: #008b4f;
    border-color: #008b4f;
  }
}
