/* com-banner */
.com-banner {
  position: relative;
  background: #fff;
}
.com-banner i {
  display: block;
  overflow: hidden;
}
.com-banner i img {
  width: 140%;
  margin-left: -20%;
}

.com-title {
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 100%;
  text-align: center;
}
.com-title img {
  height: 24px;
}
.com-bread {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.com-bread a {
  color: #333;
}
@media (min-width: 1200px) {
  .com-banner i img {
    width: 100%;
    margin: 0;
  }
  .com-layer {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 0;
    width: 62.4vw;
    margin-left: -31.2vw;
  }
  .com-title {
    position: relative;
    text-align: left;
    top: 0;
    padding: 0 0 0.5vw;
  }
  .com-title img {
    height: 2.4vw;
  }
  .com-bread {
    padding: 0;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
  }
  .com-bread a {
    color: #fff;
  }
}

.com-nav {
  padding: 0 8px 10px;
}
.com-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.com-nav ul li {
  width: 50%;
  padding: 2px;
}
.com-nav ul a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #666666;
}
.com-nav ul li.active a {
  background: #367796;
}
@media (min-width: 1200px) {
  .com-nav {
    position: relative;
    margin: 3vw 0 0;
    padding: 0;
  }
  .com-nav::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 80vw;
    height: 1px;
    margin-left: -40vw;
    background: #ffffff;
  }
  .com-nav ul {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 4vw 0 0;
  }
  .com-nav ul a {
    padding: 0;
    font-size: 0.9vw;
    line-height: 4vw;
    background: url(../images/line_l.png) no-repeat 0 0/0% 1px;
    transition: 0.3s;
  }

  .com-nav ul a:hover {
    background: url(../images/line_l.png) no-repeat 0 0/100% 1px;
  }
  .com-nav ul li.active a {
    background: url(../images/line_l.png) no-repeat 0 0/100% 1px;
  }
}

/* main */
article {
  padding: 15px;
  background: #f4fbfd;
}
@media (min-width: 1200px) {
  article {
    padding: 0;
  }
  .com-main {
    width: 62.4vw;
    margin: 0 auto;
  }
}

/* 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 #fff;
}

.pages-right a.active {
  color: #fff;
  background: #367796;
  border: 1px solid #367796;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: center;
    padding: 3vw 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: #367796;
    border-color: #367796;
  }
}

/*预览 上下个 */
.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;
  }
}

.no-data {
  padding: 20px 0;
}
