.com-banner {
  position: relative;
  z-index: 1;
}
.com-banner i {
  display: block;
  overflow: hidden;
}
.com-banner i img {
  width: 140%;
  margin-left: -20%;
}
.com-banner-text {
  position: absolute;
  left: 0;
  top: 1.6rem;
  width: 100%;
  padding-left: 0.2rem;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .com-banner i img {
    width: 100%;
    margin: 0;
  }
  .com-banner-text {
    position: absolute;
    left: 0;
    top: 6vw;
    width: 100%;
    padding-left: 12vw;
    text-align: left;
    font-size: 2.4vw;
    line-height: 3vw;
    color: #fff;
    text-transform: uppercase;
  }
}

/* main */
article {
  padding: 0;
}
.com-main {
  padding: 0.2rem;
  background: url(../images/com_bread.png) no-repeat 0 0/100%;
}
.com-bread {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border-bottom: 1px dashed #ababab;
}
.com-bread a {
  display: block;
  padding: 0 5px;
  color: #000;
}

.com-box {
  display: block;
  padding: 0.1rem 0;
}

aside {
  background: #f6f6f6;
}
.com-aside-title {
  padding: 0.2rem;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #00579d url(../images/com_gz.png) no-repeat 6.4rem center/0.4rem;
}
/* 
.com-nav ul {
  display: block;
}
.com-nav ul li {
  width: 100%;
  border-bottom: 1px dashed #d6d6d6;
}
.com-nav ul a {
  display: block;
  padding: 0 0.2rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: left;
  background: none;
} */

.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
  padding: 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-ewm {
  display: none;
}
/* right */

.com-content-title {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: #00579d;
  border-bottom: 1px solid #e9eaea;
}
.com-content-title span {
  background: url(../images/line_blue.png) no-repeat 0 bottom/100% 3px;
}

@media (min-width: 1200px) {
  article {
    padding: 0;
    background: url(../images/com_bg.jpg) no-repeat center bottom/100%;
  }
  .com-main {
    width: 78vw;
    margin: 0 auto;
    padding: 0;
    background: url(../images/com_bread.png) no-repeat 0 0/100%;
  }
  .com-bread {
    padding: 1.5vw 0;
    display: flex;
    align-items: center;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
    border-bottom: 1px dashed #ababab;
  }
  .com-bread a {
    display: block;
    padding: 0 5px;
    color: #000;
  }

  .com-box {
    display: flex;
    justify-content: space-between;
    padding: 1.5vw 0 3vw;
  }

  aside {
    width: 16vw;
    padding: 0 0 2vw;
    background: #f6f6f6;
  }
  .com-aside-title {
    padding: 2.4vw 0 2.4vw 2vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #fff;
    background: #00579d url(../images/com_gz.png) no-repeat 12vw center/3.2vw;
  }

  .com-nav ul {
    display: block;
    padding: 0 0 5vw;
  }
  .com-nav ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed #d6d6d6;
  }
  .com-nav ul a {
    display: block;
    padding: 0 2vw;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 4vw;
    color: #000;
    text-align: left;
    background: none;
  }

  .com-nav ul a:hover {
    color: #00579d;
    background: url(../images/line_blue.png) no-repeat 13vw center;
  }
  .com-nav ul li.active a {
    color: #00579d;
    background: url(../images/line_blue.png) no-repeat 13vw center;
  }

  .com-ewm {
    display: block;
    width: 10vw;
    margin: 0 auto;
    padding: 0.5vw;
    background: #fff;
  }
  .com-ewm-img img {
    width: 100%;
  }

  .com-ewm-font {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
    text-align: center;
  }
  /* right */
  .com-content {
    width: 60vw;
  }
  .com-content-title {
    display: flex;
    font-weight: 600;
    font-size: 0.9vw;
    line-height: 2.4vw;
    color: #00579d;
    border-bottom: 1px solid #e9eaea;
  }
  .com-content-title span {
    background: url(../images/line_blue.png) no-repeat 0 bottom/100% 3px;
  }
}

/* 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: #005da2;
  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;
  }
  .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: #005da2;
    border-color: #005da2;
  }
}

/*预览 上下个 */
.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: #00579d;
  }
}

.no-data {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
