.com-banner {
  position: relative;
  z-index: 1;
}
.com-banner i {
  display: block;
  overflow: hidden;
}
.com-banner i img {
  width: 200%;
}
.com-banner .com-layer {
  padding: 10px 10px 0;
  text-align: center;
  color: #333;
}

.com-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.com-bread {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.com-bread a {
  display: block;
  color: #333;
}

article {
  position: relative;
  padding: 10px;
  background: url(../images/com_bg.jpg) no-repeat center bottom / cover;
}

.com-detail {
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
@media (min-width: 1200px) {
  .com-banner i img {
    width: 100%;
  }
  .com-banner .com-layer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 5vw;
    width: 62.4vw;
    margin: 0 0 0 -31.2vw;
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .com-layer-font {
    width: 25vw;
    height: 9vw;
    padding: 2.8vw 0 0 2vw;
    background: url(../images/com_border.png) no-repeat 0 center/auto 9vw;
  }
  .com-title {
    font-weight: bold;
    font-size: 1.8vw;
    line-height: 2.4vw;
    text-align: left;
  }

  .com-bread {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .com-bread a {
    display: block;
    color: #fff;
  }

  article {
    position: relative;
    padding: 0;
    background: url(../images/com_bg.jpg) no-repeat center bottom / cover;
  }
  .com-main {
    width: 62.4vw;
    margin: 0 auto;
  }
  .com-detail {
    padding: 3vw 0;
    font-size: 1.2vw;
    line-height: 2vw;
    color: #333;
  }
  .public {
    padding-top: 0;
  }
}

/* com-nav */
.com-nav {
  padding: 10px 0 0;
}

.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;
}
.com-nav ul li.active a {
  color: #fff;
  background: #7a5121;
}
@media (min-width: 1200px) {
  .com-nav {
    position: relative;
    padding: 4vw 0 0;
    background: none;
  }
  .com-nav ul {
    display: flex;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 0 0 5px;
  }
  .com-nav ul a {
    display: block;
    padding: 0 2vw;
    font-size: 0.9vw;
    line-height: 2.5vw;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
  }
  .com-nav ul a:hover {
    color: #fff;
    background: #7a5121;
  }
  .com-nav ul li.active a {
    color: #fff;
    background: #7a5121;
  }
}

/* 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: #7a5122;
  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: 2.5vw 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: #7a5122;
    border-color: #7a5122;
  }
}

/*预览 上下个 */
.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: #7a5122;
  }
}
