.com-banner {
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
}
.com-banner i {
  display: block;
}
.com-banner i img {
  width: 100%;
}
.com-name {
  padding: 10px 10px 5px;
  font-size: 18px;
  line-height: 24px;
  color: #c90213;
}
.com-bread {
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.com-bread a {
  color: #000;
}
@media (min-width: 1200px) {
  .com-banner {
    padding: 0;
  }
  .com-banner i {
    display: block;
  }
  .com-banner i img {
    width: 100%;
  }
  .com-name {
    position: absolute;
    z-index: 5;
    left: 13vw;
    top: 20vw;
    font-size: 2.4vw;
    line-height: 3vw;
    color: #c90213;
  }
  .com-bread {
    position: absolute;
    z-index: 5;
    left: 13vw;
    top: 23.8vw;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .com-bread a {
    color: #000;
  }
}

article {
  background: url(../images/public_bg.jpg) no-repeat center bottom/120%;
}
.com-main {
  padding: 12px;
}

.com-box {
  min-height: 420px;
}

@media (min-width: 1200px) {
  article {
    position: relative;
    z-index: 5;
    padding: 0;
    background: url(../images/public_bg.jpg) no-repeat center bottom/100%;
  }
  .com-main {
    position: relative;
    width: 80vw;
    margin: 0 auto;
    padding: 0 8.8vw;
    background: url(../images/com_top.png) no-repeat center 0/100%;
  }
  .com-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3vw;
    width: 100%;
    height: 3vw;
    background: #f5f5f5;
    border-top: 4px solid #c90213;
  }
  .com-box {
    padding: 0;
  }
}

/* 二级导航 */

.com-nav {
  margin: 0 -2px;
  padding: 2px 0;
}

.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: #c90213;
}

@media (min-width: 1200px) {
  .com-nav {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0 0 3vw;
  }
  .com-nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .com-nav ul li {
    width: 50%;
    padding: 0 0.5vw;
  }
  .com-nav ul li a {
    position: relative;
    display: block;
    padding: 0 1.2vw;
    font-size: 0.8vw;
    line-height: 3.6vw;
    color: #000;
    background: #fff;
  }
  .com-nav ul li.active a::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/arrow.png) no-repeat center 0;
  }
  .com-nav ul li a:hover {
    color: #fff;
    background: #c90213;
  }
  .com-nav ul li.active a {
    color: #fff;
    background: #c90213;
  }
  .com-nav ul li a:hover::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/arrow.png) no-repeat center 0;
  }
}

/* 网站翻页 */

.pages {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #000;
}

.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;
  border: 1px solid #f1f0f0;
  cursor: pointer;
}

.pages-right a.active {
  color: #fff;
  background: #c90213;
  border: 1px solid #c90213;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: center;
    padding: 1.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: #c90213;
    border-color: #c90213;
  }
}

/* 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;
  }
}
