.com-banner {
  position: relative;
}
.com-banner i {
  display: block;
  overflow: hidden;
}
.com-banner i img {
  width: 180%;
  margin-left: -40%;
}

.com-bread {
  padding: 12px 12px 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.com-bread a {
  color: #333;
}
@media (min-width: 1200px) {
  .com-banner i {
    display: block;
  }
  .com-banner i img {
    width: 100%;
    margin: 0;
  }

  .com-bread {
    position: absolute;
    z-index: 10;
    left: 18.8vw;
    bottom: 1.8vw;
    padding: 0;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
  }
  .com-bread a {
    color: #fff;
  }
}

article {
  padding: 0;
  background: no-repeat center center/cover;
}

.com-main {
  padding: 12px;
}
.com-ad {
  display: none;
}

.com-name .big {
  font-size: 24px;
  line-height: 30px;
}
.com-name .small {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 20px;
}
.com-title {
  margin: 0.2rem 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  background: url(../images/com-line.png) no-repeat right center/2.4rem;
}

.com-box {
  min-height: 420px;
}

@media (min-width: 1200px) {
  article {
    padding: 0 0 2vw;
  }
  .com-main {
    position: relative;
    width: 62.4vw;
    margin: 0 auto;
    padding: 2vw 0 0;
  }
  .com-ad {
    display: block;
    position: absolute;
    z-index: 50;
    right: 0;
    top: -6.4vw;
  }
  .com-ad img {
    width: 12vw;
  }
  .com-name {
    color: #333;
  }
  .com-name .big {
    font-size: 2.4vw;
    line-height: 3vw;
  }
  .com-name .small {
    margin: 0.6vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
  }

  .com-title {
    margin: 2vw 0;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #333;
    background: url(../images/com-line.png) no-repeat right center/42vw;
  }

  .com-box {
    padding: 0;
    background: none;
  }
}

/* 二级导航 */

.com-nav {
  padding: 2px 10px;
}

.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: #931313;
}

@media (min-width: 1200px) {
  .com-nav {
    position: absolute;
    z-index: 20;
    right: 0;
    top: 5.2vw;
    padding: 0 13.6vw 0 0;
    background: #931313;
  }

  .com-nav ul {
    display: flex;
    justify-content: flex-end;
  }

  .com-nav ul li {
    width: auto;
    padding: 0 0 0 2.4vw;
  }
  .com-nav ul li a {
    display: block;
    font: 400 0.8vw/2vw "微软雅黑";
    text-align: center;
    color: #fff;
    background: none;
  }
  .com-nav ul li a:hover {
    color: #bad531;
  }
  .com-nav ul li.active a {
    color: #bad531;
  }
}

/* 网站翻页 */

.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: #931313;
  border: 1px solid #000;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: center;
    align-items: center;
    padding: 1.5vw 0;
  }
  .pages-left {
    display: block;
    padding-right: 1vw;
    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: #931313;
    border-color: #931313;
  }
}

/* preview */
.preview {
  display: flex;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.preview-prev,
.preview-next {
  max-width: 48%;
}
.preview-prev a,
.preview-next a {
  padding: 0 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #333;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .preview a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-align: center;
  }
  .preview a:hover {
    color: #fff;
    background: #c5141c;
  }
}
