.gcjsBox .warp {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}

.dhBox .warp {
  display: flex;
  margin: 0 auto;
  width: 1200px;
}

.gcjsBox {
  width: 100%;
  height: auto;
  min-height: 400px;
}

.dhBox {
  width: 100%;
  height: 48px;
  background-color: #f7f7f7;
}

.gcjsBox {
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
}

.gcjsLeft {
  width: 250px;
  height: 100%;
}

.normalTit_gc {
  border-bottom: 2px solid #eaeaea;
  height: 48px;
  margin-bottom: 20px;
  padding-left: 15px;
  background: url(images/xiaoshuxian.jpg) left no-repeat;
}

.normalTit_gc span {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0 5px;
  font: 22px/48px Arial, 'Microsoft YaHei';
  margin: 0 0 -2px;
}

.normalTit_gc .on {
  color: #1d71b7;
}

.gcjsList ul li {
  width: 200px;
  height: 40px;
  background: url(../images/xiaojiantou.jpg) no-repeat 30px center;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding-left: 28px;
  line-height: 40px;
  padding-left: 50px;
}

.gcjsList ul li:hover {
  background: url(../images/xiaojiantou_blue.png) no-repeat 30px center;
  background-color: #1469ba;
  cursor: pointer;
}

.gcjsList ul li:hover a {
  color: #ffffff;
}

.channel-menu-box {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.channel-name {
  position: relative;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  font-size: 15px;
  font-weight: bold;
  color: #2e60ac;
  line-height: 40px;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
}
.channel-menu {
  width: 100%;
  display: none;
  border-top: 1px solid #e8e8e8;
  position: absolute;
  background-color: #fff;
  z-index: 5;
}
.channel-menu li {
  padding: 0 15px;
  box-sizing: border-box;
}
.channel-menu li a {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.channel-menu li a.active {
  background-color: #fff;
  color: #2e60ac;
}
.channel-name:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #2e60ac transparent transparent transparent;
}
.gcjsRight {
  width: 912px;
  height: 100%;
}
.hidden-pc {
  display: none;
}

.hidden-mobile {
  display: block;
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
  .warp {
    width: 100%;
  }
  .dhBox {
    display: none;
    height: auto;
  }
  .dhBox .warp {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 35px;
  }
  .dhBox .warp span {
    margin-left: 0 !important;
  }
  .gcjsBox .warp {
    width: 100%;
    flex-wrap: wrap;
  }
  .gcjsBox {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 0 8px;
    margin-top: 0;
    box-sizing: border-box;
  }

  .normalTit_gc {
    border-bottom: none;
    height: 30px;
    padding-left: 12px;
    margin-bottom: 0;
    background: none;
  }
  .normalTit_gc .on {
    font-size: 15px;
    color: #333;
  }

  .gcjsLeft {
    width: 100%;
  }
  .gcjsRight {
    width: 100%;
  }

  .gcjsList ul,
  .gcjsList .sideMenu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gcjsList ul li {
    width: 49%;
    padding: 5px 0;
    height: auto;
    background: url(../images/xiaojiantou.jpg) no-repeat 10px center;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    /* padding-left: 28px; */
    line-height: 30px;
    padding-left: 30px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
  }
  .title-news-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 59px;
    line-height: 59px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    background-image: url(../images/news-center-bg.png);
  }
  .gcjs_content .pages {
    flex-wrap: wrap;
  }
  .gcjs_content {
    min-height: 460px;
    position: relative;
    padding: 12px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #daeaff 0%, #ffffff 100%) no-repeat;
    background-size: 100% 460px;
  }
  .page-list li {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(163, 163, 164, 0.41);
    border-radius: 2px;
    background: #ffffff;
  }
  .page-list li .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
  }
  .page-list li .text {
    font-size: 12px;
    color: #666;
  }
  .text + .text {
    margin-top: 8px;
  }
}
