article {
  padding: 60px 0 10px;
  background: no-repeat center center/cover;
}

.com-main {
  padding: 12px;
}

.com-title {
  display: flex;
  justify-content: center;
}
.com-logo {
  padding-right: 0.2rem;
}
.com-logo img {
  width: 3.2rem;
}
.com-name {
  text-align: center;
}
.com-name .ch {
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.42rem;
  color: #fff;
}
.com-name .en {
  display: none;
}
.com-bread {
  margin: 0.1rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.com-bread a {
  color: #fff;
}

.com-box {
  min-height: 420px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
  article {
    padding: 10vw 0 3vw;
  }
  .com-main {
    width: 62.4vw;
    margin: 0 auto;
    padding: 0;
  }

  .com-title {
    display: flex;
    justify-content: flex-start;
    padding-left: 15vw;
  }
  .com-logo {
    padding-right: 1vw;
  }
  .com-logo img {
    width: 24.6vw;
  }
  .com-name {
    text-align: left;
  }
  .com-name .ch {
    font-weight: bold;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #fff;
  }
  .com-name .en {
    display: block;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #fff;
    text-transform: uppercase;
  }
  .com-bread {
    margin: 1vw 0 1.5vw;
    padding-left: 15vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
    text-align: left;
  }
  .com-bread a {
    color: #fff;
  }

  .com-box {
    padding: 0;
    background: none;
  }
}

/* äºŒçº§å¯¼èˆª */

.com-nav {
  margin: 0 -2px;
  padding: 2px 0 10px;
}

.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.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: #c50413;
}

@media (min-width: 1200px) {
  .com-nav {
    margin: 0;
    padding: 0 0 3vw;
  }
  .com-nav ul {
    display: flex;
    justify-content: flex-start;
    width: 36vw;
    margin-left: 15vw;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 0.7vw 0.7vw 0;
  }
  .com-nav ul li a {
    display: block;
    padding: 0.2vw 0.35vw;
    font-size: 0.9vw;
    line-height: 1vw;
    color: #fff;
    background: #012b7c;
  }
  .com-nav ul li a:hover {
    color: #fff;
    background: #a6000b;
  }
  .com-nav ul li.active a {
    color: #fff;
    background: #a6000b;
  }
}

/* ç½‘ç«™é¡µè„š */

.public {
  background: url(../images/public-bg.jpg) no-repeat center center/cover;
}
.public-main {
  padding: 0.2rem;
}
.public-left,
.public-right {
  padding: 0.2rem 0;
}
.public-name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.public-p {
  margin: 0.1rem 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
  font: 400 14px/20px "å¾®è½¯é›…é»‘";
  background: #012b7c;
}

footer p,
footer a {
  color: #fff;
  padding: 0 2px;
}

@media (min-width: 1200px) {
  .public {
    background: url(../images/public-bg.jpg) no-repeat center center/cover;
  }
  .public-main {
    display: flex;
    justify-content: space-between;
    width: 62.4vw;
    margin: 0 auto;
    padding: 4vw 0;
  }
  .public-left,
  .public-right {
    width: 50%;
    padding: 0 4vw;
  }
  .public-name {
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #fff;
  }
  .public-p {
    margin: 1.2vw 0 0;
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #fff;
  }

  footer {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 2.5vw;
  }
  footer p,
  footer a {
    color: #fff;
    padding: 0 5px;
  }
}

/* ç½‘ç«™ç¿»é¡µ */

.pages {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.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: #000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}

.pages-right a.active {
  color: #fff;
  background: #00196a;
  border: 1px solid #00196a;
}

.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: 1vw;
    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: #00196a;
    border: 1px solid #00196a;
  }
}
