body {
  background-color: #b5bfe5;
}

.pc_box {
  display: block;
}

.wap_box {
  display: none;
}

.banner {
  height: auto;
  padding-bottom: 60px;
  background-image: url("../img/Top_BK.png");
}

.top_txt {
  margin: 0 auto;
  width: 1080px;
  height: 367px;
  text-align: center;
}

.top_txt img {
  width: 1920px;
  height: 367px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -960px;
}

.top_txt2 {
  width: 1080px;
  height: 330px;
  margin: 0 auto;
}

.navBx {
  background-color: #678ef0;
}

ul.navList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navList li.current {
  background: #678ef0;
}
.bgBlue {
  background: #4e8dea;
}

.navList li:hover {
  background: #678ef0;
}

.navList li a:hover {
  text-decoration: none;
}

.navList li {
  margin-right: 0;
}

.cn {
  background: none;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cn span {
  background: #4e8dea;
  color: #9cd6fb;
}

.cn::before {
  content: " ";
  display: block;
  width: 104px;
  height: 1px;
  background: #9cd6fb;
}

.cn::after {
  content: " ";
  display: block;
  width: 104px;
  height: 1px;
  background: #9cd6fb;
}

.en {
  color: #9cd6fb;
}

.newsList li {
  border-bottom: 1px solid #4e8dea;
}

.newsList li em {
  color: #a6ecff;
}

.Comic_Div {
  background-color: #14bde8;
}

.Arical_Div {
  padding-top: 0;
  padding-bottom: 50px;
}

.Comic_Title {
  justify-content: center;
  height: auto;
  padding: 40px 0;
  gap: 20px;
}

.Comic_Title H4 {
  height: auto;
  margin: 0;
}

.Comic_Text p {
  width: auto;
  height: auto;
  text-indent: 0;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Comic_Text p img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.page a.pageprev,
.page a.pagenxt {
  background-color: #4e8dea;
}

.page a {
  color: #4b66cb;
}

.actBlocks li {
  width: 1140px;
  margin-right: 0;
}

.footer_bx {
  background: #4e8dea;
}

.footer_bx.home {
  background: #14bde8;
}

.footBtn {
  margin-top: 40px;
}

.footChars {
  background: linear-gradient(to right, #6190f0, #14bde8, #6190f0);
  margin-top: 60px;
  padding-bottom: 22px;
}

.footer_bx.home .footChars {
  background: linear-gradient(to right, #6190f0, #4e8dea, #6190f0);
}

.footLogo {
  margin-top: 0;
  background-color: #4b66cb;
}

/* 分页按钮 */
#displaypagenum {
  text-align: center;
  margin-top: 60px;
}
#displaypagenum span,
#displaypagenum a {
  display: inline-block;
  vertical-align: top;
  padding: 8px 14px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  margin: 0 2.5px;
  height: 43px;
  line-height: 43px;
  border: none;
  background: none;
  padding: 0;
  margin: 0 5px;
  font-size: 24px;
}
#displaypagenum {
  padding-bottom: 30px;
}
#displaypagenum a.pagenxt,
#displaypagenum span.pagenxt {
  transform: rotate(180deg);
}
#displaypagenum a.pageprev,
#displaypagenum a.pagenxt,
#displaypagenum span.pageprev,
#displaypagenum span.pagenxt {
  height: 43px;
  width: 43px;
  background: url(../img/pageArr.png) no-repeat 50% 50% #4e8dea;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#displaypagenum span {
  color: #134892;
}
#displaypagenum a {
  color: #4b66cb;
}
