/* banner */
body {
  padding-top: 0;
}
.com-banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  background: no-repeat center 0 / cover;
}
.com-title {
  color: #fff;
  text-align: center;
}
.com-title .ch {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
}
.com-title .en {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  /* banner */
  .com-banner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px;
    padding: 0;
    background: no-repeat center 0 / cover;
  }
  .com-title {
    color: #fff;
    text-align: center;
  }
  .com-title .ch {
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
  }
  .com-title .en {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }
}

/* 主体 */
article {
  position: relative;
  z-index: 20;
  background: rgba(250, 250, 250, 1);
}

.common-main {
  margin-top: -100px;
  padding: 0 10px;
  background: #fff;
}
.common-name {
  font-size: 24px;
  line-height: 60px;
  color: #333;
  text-align: center;
  background: rgba(250, 250, 250, 1);
  border: 1px solid #efefef;
}
@media (min-width: 1200px) {
  article {
    position: relative;
    z-index: 20;
    padding: 0 5vw;
    background: rgba(250, 250, 250, 1);
    border: 1px #efefef dashed;
  }

  .common-main {
    margin-top: -100px;
    padding: 0 2vw;
    background: #fff;
  }
  .common-name {
    font-size: 30px;
    line-height: 72px;
    color: #333;
    text-align: center;
    background: rgba(250, 250, 250, 1);
    border: 1px solid #efefef;
  }
}

/* 二级导航 */
.com-top {
}
.common-nav {
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.common-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.common-nav ul li {
  width: auto;
  padding: 0;
}
.common-nav ul li a {
  display: block;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  line-height: 60px;
  color: #333;
  text-align: center;
  color: #000;
  background: none;
}
.common-nav ul li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.common-nav ul li a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 3px;
  transition: all 0.3s;
}
.common-nav ul li a:hover::before {
  width: 80%;
  left: 10%;
  background-color: #004690;
}
.com-bread {
  margin: 15px 0;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background: url(../images/bread.png) no-repeat 0 center;
}
.com-bread a {
  color: #000;
}
@media (min-width: 1200px) {
  .com-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .common-nav {
    padding: 0;
    border: 0;
  }
  .common-nav ul {
    display: flex;
  }
  .common-nav ul li {
    width: auto;
    padding: 0;
  }
  .common-nav ul li a {
    display: block;
    position: relative;
    padding: 0 30px;
    font-size: 16px;
    line-height: 80px;
    color: #333;
    text-align: center;
    color: #000;
    background: none;
  }
  .common-nav ul li a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
  }
  .common-nav ul li a::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    transition: all 0.3s;
  }
  .common-nav ul li a:hover::before {
    width: 80%;
    left: 10%;
    background-color: #004690;
  }
  .com-bread {
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: url(../images/bread.png) no-repeat 0 center;
  }
  .com-bread a {
    color: #000;
  }
}

/* 网站翻页 */

.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.page-num {
  color: #fff;
  background: #004e94;
  border: 1px solid #000;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    padding: 1.5vw 0;
  }
  .pages-left {
    display: none;
  }
  .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: #004e94;
    border-color: #004e94;
  }
}
