.com-top {
  background: rgba(255, 255, 255, 0.9);
}
.com-logo {
  display: none;
}

.com-main {
  padding: 0.2rem;
}

.com-box {
  min-height: 420px;
}
@media (min-width: 1200px) {
  article {
    padding: 0;
    background: url(/images/com-bg.jpg) no-repeat 0 0/100%;
  }
  .com-top {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 0 17.5vw;
    background: rgba(255, 255, 255, 0.9);
  }
  .com-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;
  }
  .com-logo img {
    width: 6.8vw;
  }

  .com-main {
    width: 62.4vw;
    margin: 0 auto;
    padding: 2.4vw 0;
  }

  .com-box {
    padding: 0;
    background: none;
  }
}

/* .com-banner */
.com-banner {
  position: relative;
}
.com-banner i {
  display: block;
  overflow: hidden;
}

.com-banner i img {
  width: 180%;
  margin-left: -40%;
}

@media (min-width: 1200px) {
  .com-banner i {
    display: block;
  }

  .com-banner i img {
    width: 100%;
    margin: 0;
  }
}

/* com-tilte */
.com-tilte {
  position: absolute;
  z-index: 20;
  left: 2rem;
  top: 0.6rem;
}

.com-tilte img {
  width: 5rem;
}

@media (min-width: 1200px) {
  .com-tilte {
    position: absolute;
    z-index: 20;
    left: 42vw;
    top: 8vw;
  }

  .com-tilte img {
    width: 36vw;
  }
}

/* com-bread */
.bread {
  padding: 0 0.2rem;
  font-size: 14px;
  line-height: 36px;
  color: #000;
}

.bread a {
  color: #000;
}
@media (min-width: 1200px) {
  .bread {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 4vw;
    width: 64vw;
    margin-left: -32vw;
    padding: 0;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
  }

  .bread a {
    color: #fff;
  }
}

/* 二级导航 */

.com-nav {
  padding: 2px 0.18rem;
}

.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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: #00017f;
}

@media (min-width: 1200px) {
  .com-nav {
    width: 52vw;
    padding: 0 0 0 2vw;
  }

  .com-nav ul {
    display: flex;
    justify-content: flex-start;
  }

  .com-nav ul li {
    width: auto;
    padding: 0 1.6vw;
  }

  .com-nav ul li a {
    display: block;
    font: 400 0.9vw/3.8vw "微软雅黑";
    text-align: center;
    color: #000;
    background: no-repeat 0 bottom/0 0.2vw;
    transition: 0.3s;
  }

  .com-nav ul li a:hover {
    color: hsl(240, 100%, 25%);
    background: url(/images/nav_li_line.png) no-repeat 0 bottom/100% 0.2vw;
  }

  .com-nav ul li.active a {
    color: #00017f;
    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: #00017f;
  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: #00017f;
    border-color: #00017f;
  }
}
