.com-banner {
  position: relative;
  z-index: 1;
}

.com-banner i {
  display: block;
  overflow: hidden;
}

.com-banner i img {
  width: 140%;
  margin-left: -20%;
}

.com-bread {
  display: flex;
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.com-bread a {
  display: block;
  padding: 0 5px;
  color: #000;
}

@media (min-width: 1200px) {
  .com-banner i img {
    width: 100%;
    margin: 0;
  }

  .com-bread {
    display: flex;
    width: 80vw;
    margin: 0 auto 2vw;
    padding: 0;
    font-size: 0.8vw;
    line-height: 4vw;
    background: url(/assets/images/com_bread.jpg) no-repeat center 0/100%;
    border-bottom: 1px dashed #ababab;
  }
}

article {
  padding: 0;
}

.com-main {
  padding: 10px;
}

.com-aside {
  background: #f6f6f6;
}

.com-title {
  padding: 0 0.2rem;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: left;
  background: #021fbb;
}

.com-name {
  display: flex;
  border-bottom: 1px solid #e9eaea;
}

.com-name span {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  color: #021fbb;
}

.com-name span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url(/assets/images/line_blue.jpg) no-repeat 0 bottom/100% 3px;
}

@media (min-width: 1200px) {
  article {
    padding: 0 0 5vw;
  }

  .com-main {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    margin: 0 auto;
    padding: 0;
  }

  .com-aside {
    width: 16.8vw;
  }

  .com-title {
    padding: 0 1.5vw;
    font-size: 1.8vw;
    line-height: 5vw;
  }

  .com-box {
    width: 60.4vw;
  }

  .com-name span {
    font-size: 0.9vw;
    line-height: 2.6vw;
  }

  .com-content {
    width: 100%;
  }
}

/* com-nav */
.com-nav {
}

.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: 30px;
  color: #333;
  text-align: center;
  background: #e6e6e6;
}

@media (min-width: 1200px) {
  .com-nav {
    position: relative;
    background: none;
  }

  .com-nav ul {
    display: block;
    margin: 0;
  }

  .com-nav ul li {
    width: auto;
    padding: 0;
    border-bottom: 1px dashed #d6d6d6;
  }

  .com-nav ul a {
    display: block;
    padding: 0 1.5vw;
    font-size: 0.9vw;
    line-height: 4vw;
    color: #000;
    text-align: left;
    background: none;
  }

  .com-nav ul a:hover {
    color: #021fbb;
    background: url(/assets/images/line_blue.jpg) no-repeat 14.6vw center/0.7vw;
  }

  .com-nav ul li.active a {
    color: #021fbb;
    background: url(/assets/images/line_blue.jpg) no-repeat 14.6vw center/0.7vw;
  }
}

/* lev3 */

.com-nav3 {
  padding: 0.2rem 0;
}

.com-nav3 ul li {
  width: auto;
  margin: 0 0.2rem 0.2rem;
}

.com-nav3-name {
  display: block;
  position: relative;
  padding: 0 0.2rem;
  font-size: 16px;
  line-height: 36px;
  color: #021fbb;
  text-transform: capitalize;
  background: #fff;
  cursor: pointer;
}

.com-nav3-name i{
    display: block;
    position: absolute;
    right: 1vw;
    top: 48%;
    width: 10px;
    height: 5px;
    border: 1px solid  #021fbb;
}

.com-nav3-name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 3px;
  background: #021fbb;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}

.com-nav3-menu {
  display: none;
  margin: 0 -0.2rem;
  padding: 0.2rem;
  border-bottom: 1px dashed #d6d6d6;
}

.com-nav3-menu a {
  display: block;
  padding: 0 0.2rem 1px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.com-nav3 li.active .com-nav3-name::before {
  opacity: 1;
}
.com-nav3 li.active .com-nav3-name i{
    background: #021fbb;
}

.com-nav3 li.active .com-nav3-menu {
  display: block;
}
.com-nav3 li .com-nav3-menu a:hover {
  color: #fff;
  background: #021fbb;
}


@media (min-width: 1200px) {
  .com-nav3 {
    padding: 1vw 0;
  }

  .com-nav3 ul li {
    width: auto;
    margin: 0 1vw 1vw;
  }

  .com-nav3-name {
    position: relative;
    padding: 0 1.5vw;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #021fbb;
    text-transform: capitalize;
    background: #fff;
    cursor: pointer;
  }



  .com-nav3-name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 0.8vw;
    background: #021fbb;
    transform: translate3d(0, -50%, 0);
    opacity: 0;
  }

  .com-nav3-menu {
    display: none;
    margin: 0 -1vw;
    padding: 1vw;
    border-bottom: 1px dashed #d6d6d6;
  }

  .com-nav3-menu a {
    display: block;
    padding: 0 1.5vw;
    font-size: 0.9vw;
    line-height: 2.5vw;
    color: #000;
  }
}

/* page */

.pages {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #2a4347;
}

.pages 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 a.active {
  color: #fff;
  background: #021fbb;
  border: 1px solid #000;
}

.pages a:first-child,
.pages a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    padding: 1vw 0;
  }

  .pages a:first-child,
  .pages a:last-child {
    display: flex;
    width: auto;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
  }

  .pages a:hover {
    color: #fff;
    background: #021fbb;
    border-color: #021fbb;
  }
}

/* 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: #021fbb;
  }
}

/* search  */

.search {
  margin: 0 0 0.1rem;
  padding: 0.2rem;
  background: #f1f5ff;
}

.search-box {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem;
  border: 1px solid #2741c6;
  border-radius: 0.1rem;
}

.search-box input {
  width: 5.6rem;
  padding-left: 0.1rem;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  border: 0;
  background: none;
}

.search-box input::-webkit-input-placeholder {
  color: #333;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  background: #021fbb;
  border-radius: 0.1rem;
  cursor: pointer;
}

.search-btn img {
  width: 0.24rem;
}

.search-info {
  display: flex;
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.search-info p {
  padding: 0 5px 0 0;
  color: #000;
}
.search-info span {
  color: #2741c6;
}
@media (min-width: 1200px) {
  .search {
    margin: 0 0 0.5vw;
    padding: 1vw;
    background: #f1f5ff;
  }

  .search-box {
    display: flex;
    justify-content: space-between;
    padding: 0.5vw;
    border: 1px solid #2741c6;
    border-radius: 0.5vw;
  }

  .search-box input {
    width: 11.6vw;
    padding-left: 0.6vw;
    font-size: 14px;
    line-height: 2vw;
    color: #333;
    border: 0;
    background: none;
  }

  .search-box input::-webkit-input-placeholder {
    color: #999;
  }

  .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
    background: #021fbb;
    border-radius: 0.5vw;
    cursor: pointer;
  }

  .search-btn img {
    width: 1.2vw;
  }

  .search-info {
    display: flex;
    width: 80vw;
    margin: 0 auto 2vw;
    padding: 0;
    font-size: 0.9vw;
    line-height: 4vw;
    background: url(/assets/images/com_bread.jpg) no-repeat center 0/100%;
    border-bottom: 1px dashed #ababab;
  }
  .search-info p {
    padding: 0 1vw 0 0;
    color: #000;
  }
}
