.com-banner {
  position: relative;
  z-index: 1;
}
.com-banner i {
  display: block;
  overflow: hidden;
}
.com-banner i img {
  width: 140%;
}

.com-banner .com-layer {
  position: relative;
  z-index: 5;
  margin-top: -84px;
  padding: 10px;
  color: #fff;
}
.com-bread {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.com-bread a {
  display: block;
  color: #fff;
}
.com-title {
  margin: 5px 0 35px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
article {
  padding: 0.2rem;
}
@media (min-width: 1200px) {
  .com-banner i img {
    width: 100%;
  }
  .com-banner .com-layer {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0;
    width: 62.4vw;
    margin: 0 0 0 -31.2vw;
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .com-bread {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .com-bread a {
    display: block;
    color: #fff;
  }
  .com-title {
    margin: 1vw 0 4vw;
    font-weight: bold;
    font-size: 3vw;
    line-height: 3.6vw;
    text-align: left;
  }
  article {
    padding: 0;
  }
}

/* com-nav */
.com-nav {
}
.com-icon {
  display: none;
}
.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.com-nav ul li {
  width: 50%;
  padding: 2px;
}
.com-nav ul a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  text-align: center;
  background: #e6e6e6;
}

@media (min-width: 1200px) {
  .com-nav {
    position: relative;
    background: none;
  }
  .com-icon {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .com-icon img {
    width: 7vw;
  }
  .com-nav ul {
    display: flex;
    justify-content: flex-start;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 4vw 0 0;
  }
  .com-nav ul a {
    display: block;
    font-size: 0.9vw;
    line-height: 4vw;
    color: #fff;
    background: url(../images/red.jpg) no-repeat 0 bottom/0 4px;
    transition: 0.3s;
  }
  .com-nav ul a:hover {
    color: #fff;
    background-size: 100% 4px;
  }
  .com-nav ul li.active a {
    color: #fff;
    background-color: none;
    background-size: 100% 4px;
  }
}

/* page */

.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: #c3141b;
  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: 1vw 0 2vw;
  }
  .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: #c3141b;
    border-color: #c3141b;
  }
}

/* no-data */
.no-data {
  padding: 20px 0;
  text-align: center;
}

/*预览 上下个 */
.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,
  .preview-next {
    font: 400 16px/24px "微软雅黑";
    color: #333;
  }
  .preview-prev a:hover,
  .preview-next a:hover {
    color: #fff;
    background: #c30d23;
  }
}
