﻿@charset "UTF-8";
#search-height {
    /*margin-top: 15px;*/
    width: 100% !important;
}
.banner {
  position: absolute;
  width: 100%;
  margin-top: 70px;
  height: 1.75rem; }
  .banner .slide {
    min-height: 1px;
    overflow: hidden; }

.bannerBg {
  cursor: pointer;
  white-space: nowrap; }
  .bannerBg img {
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
    height: 2.8rem;
    object-fit: cover;
    display: inline-block; }

.bannerPagination {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .1rem; }
  .bannerPagination .doc {
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #2e98fe;
    display: inline-block;
    cursor: pointer; }
  .bannerPagination .active {
    background-color: #ff4278; }

/* shouSubPage 资源样式 */
.search-top {
  height: 0.25rem;
  -moz-box-shadow: 0px 1px 6px rgba(31, 71, 153, 0.2);
  -webkit-box-shadow: 0px 1px 6px rgba(31, 71, 153, 0.2);
  box-shadow: 0px 1px 6px rgba(31, 71, 153, 0.2);
  padding: 0.04rem 0;
  font-size: 0.07rem;
  line-height: 0.17rem;
  margin-bottom: 0.1rem; }
  .search-top span {
    color: #00000d;
    font-size: 0.07rem; }
    .search-top span:not(:last-of-type)::after {
      content: ">";
      padding: 0 0.05rem;
      color: #6b7399;
      font-family: "宋体"; }

.search-top-right {
  text-align: center;
  float: left; }
  .search-top-right input {
    border: 1px #ced4da solid;
    border-right: 0;
    border-radius: 3px 0px 0px 3px;
    height: 0.15rem;
    padding: 0 0.05rem;
    transition-duration: .3s; }
    .search-top-right input:active, .search-top-right input:focus {
      border: 1px #2e98fe solid;
      border-right: 0; }
  .search-top-right button {
    background-color: #0050d4;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 0.06rem;
    height: 0.15rem;
    border: 0;
    vertical-align: bottom;
    margin-left: -4px;
    padding: 0 0.03rem; }

.pushContainer {
  margin-bottom: 0.15rem;
  min-height: 400px;
  position: relative;
  margin-top: .575rem; }

.menu-style {
    margin-bottom:20px;
 }
.border-style {
    border: 1px #d8d8d8 solid;
    border-bottom:2px #0050d4 solid;
    position:relative;
}
.border-style hr {
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: -1px;
    background: linear-gradient(to right, #0050d4 18%, #2848ce 44%, #b803f4 100%);
    width: calc(100% + 2px);
    margin: 0px;
}
.menu-top {
  line-height:60px;
  padding-left: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(to right, #0050d4 18%, #2848ce 44%, #b803f4 100%);
}
.newsList-top {
  display: flex;
  justify-content: space-between;
  border-bottom:1px #d8d8d8 solid;
  margin-bottom:15px;
}
.newsList-title {
    font-size:0.12rem;
    color:#3b3b3b;
    line-height: .25rem;
}
.detailNav {
  height: .25rem;
  display: flex;
  justify-content: start;
  align-content: center; }
  .detailNav > li {
    line-height: .25rem;
    font-size: 0.03rem;
    color: #525866; }
    .detailNav > li a {
      color: #525866;
      font-size: 0.07rem;
      transition-duration: .3s; }
      .detailNav > li a:hover {
        color: #0050d4; }
    .detailNav > li:not(:last-of-type)::after {
      content: ">";
      margin: 0 .02rem; }

.menu-style > ul {
  position: relative; }
.menu-style ul li {
}
.menu-style ul li a {
    font-size: 16px;
    color: #3b3b3b;
    width: 100%;
    cursor: pointer;
    padding-left: 35px;
    border-bottom: 1px #d8d8d8 solid;
    display: inline-block;
    line-height: 58px;
}
.menu-style ul li.active a {
    color: #014a96;
    background:#f0f0f0;
}
.menu-style ul li:hover, .menu-style ul li a:hover {
    color: #014a96; 
}


.pageRight {
  width: 365px;
 }

.serviceList {
  overflow: hidden;
  margin: 0 -.2rem; }
  .serviceList li {
    text-align: center;
    padding: 0 .2rem;
    margin-bottom: .1rem; }
    .serviceList li a {
      border: 2px solid #e5e5e5;
      border-radius: 4px;
      padding: .1rem 0;
      display: block;
      color: #525866;
      background-color: #fff;
      transition-duration: .3s;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      vertical-align: middle;
      overflow: hidden; }
      .serviceList li a:hover {
        border: 2px solid transparent; }
      .serviceList li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-color: #2098D1;
        border-style: solid;
        border-width: 0;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .serviceList li a:hover:before, .serviceList li a:focus:before, .serviceList li a:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-width: 4px; }
      .serviceList li a > span {
        color: #2e98fe;
        font-weight: bold;
        font-style: italic;
        font-size: .085rem;
        margin-right: .1rem; }

.cardContainer {
  padding: 0 15px;
  height: 260px;
  width: 300px;
  background-color: #f8f8f8;
  float: right;
  margin-bottom: 20px; }
  .border-style .boxContent {
    min-height: 240px;
    position: relative; }
  .cardContainer .cardHeader {
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-content: center;
    border-bottom: 2px solid #c6c6c6;
    align-items: center; }

.cardHeader .more {
  color: #2e98fe;
  font-size: 15px; }

.navLine {
  position: absolute;
  width: .48rem;
  height: 0.01rem;
  transition-duration: .3s;
  bottom: -0.005rem;
  background-color: #ca1c1d;
  display: inline-block;
  left: 0; }

.cardHeader > .active {
  border-bottom: 2px solid #ca1c1d; }
.cardHeader .title {
  font-weight: bold;
  color: #525866;
  font-size: 16px;
  height: 55px;
  line-height: 55px; }

.cardContainer .cardContent p {
  color: #667380;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px; }

.newsList > li {
    display:flex;
    justify-content: space-between;
}
.newsList > li > span,
.newsList > li > time {
    font-size: 0.07rem;
    line-height: .21rem;
}
  .newsList > li > h5 {
    font-size: 0.07rem;
    color: #3b3b3b;
    line-height: .21rem;
    cursor: pointer;
 }
  .newsList > li > h5:hover {
    color: #0050d4;
 }

.resource-box {
  overflow: hidden;
  min-height: 600px;
  position: relative; }

.container-box {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.fullBox{width:100%}
.newsList {
  position: relative;
  min-height: 600px;
  flex:1;
}

.resource-box table > tbody > tr > td {
  font-size: 0.07rem;
  color: #7a7981;
  text-align: center;
  border:0;
  border-top: 1px #ddd solid;
}
.resource-box table > tbody > tr:hover {
  background: #f5f8ff; }
.resource-box table > tbody > tr > td a {
  color: #0050d4;
  cursor: pointer; }
.resource-box table > tbody > tr > td span {
  margin-left: .1rem; }
  .resource-box table > tbody > tr > td span a {
    font-size: 0.06rem;
    color: #949899; }
    .resource-box table > tbody > tr > td span a i {
      margin-right: .03rem; }
.resource-box table > tbody > tr .title {
  color: #232323;
  font-weight: 700;
  font-size: 0.075rem; }
.resource-box table > tbody > tr .describe {
  max-height: .3rem;
  margin: .08rem 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: .065rem;
  overflow: hidden; }
.resource-box table > tbody > tr p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 3.5rem;
  margin-top: .05rem; }
.resource-box table th {
  border-bottom-width: 1px !important;
  font-size: 0.07rem;
  color: #3b3b3b;
  font-weight: normal;
  text-align: center;
  background:#f2f2f2;
}
.dbHeader tr th:nth-child(2){
    text-align:left;
    padding-left:20px;
}
.resource-box table > tbody > tr > td:nth-child(2) {
  text-align:left;
  padding-left:20px;
}
.dbTable hr {
    height: 2px;
    background: linear-gradient(to right, #0050d4 18%, #2848ce 44%, #b803f4 100%);
    margin: 0px;
    margin-top: 25px;
}
.resource-box .table-bordered {
 }

.dbTable {
  position: relative;
  min-height: 600px; }
  .dbTable table {
    width: 100%;
    border: 0; }

td, th {
  padding: .1rem 5px; }

/* shouSubPage 服务样式 */
.service-box {
  overflow: hidden; }

.service-box-list li {
  height: 0.2rem;
  padding: 0 0.15rem; }
  .service-box-list li:hover {
    background: #f5f8ff; }
  .service-box-list li a {
    color: #365fb2;
    font-size: 0.07rem;
    line-height: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 90%;
    cursor: pointer; }
  .service-box-list li time {
    color: #6b7399;
    float: right;
    font-size: 0.06rem;
    line-height: 0.2rem; }

.service-box-page {
  text-align: center;
  width: 100%; 
  border-top:1px #d8d8d8 solid;
  margin-top:25px;
  position: relative;
}
  .service-box-page ul {
    display: inline-block;
    margin: 0.1rem 0; }
    .service-box-page ul li a {
      margin: 0 0.025rem;
      border: 1px #f2f2f2 solid;
      color: #525252;
      font-size: 0.06rem;
      cursor: pointer; }
    .service-box-page ul li.active a {
      background-color: #0050d4 !important;
      border-color: #0050d4 !important;
      color: #fff !important; }
.page-num {
    position: absolute;
    margin: 20px;
    line-height: 31px;
    color: #3b3b3b;
    font-size: 14px;
}

.menu-style .panel-heading a img {
  height: 0.1rem;
  margin-right: 0.09rem; }

/* shouSubPage 概况样式 */
.detailStyle {
  padding: 0.1rem 0rem;
  overflow: auto; }
  .detailStyle .detailInfo {
    line-height: .3rem;
    color: #667380; }

/* shouSubPage 资源详情样式 */
.resourceDetail {
  overflow-x: auto;
  flex: 1; }

.resourceDetail-top {
  border-bottom: 1px #d6e4ff solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.resourceDetail-title {
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333;
  text-align: center;
  width: 100%;
  font-weight: 600; }

.resourceDetail-text {
  float: left;
  font-size: 0.07rem;
  color: #6b7399;
  line-height: 0.2rem;
  margin: 0 0.1rem; }

.resourceDetail-btn {
  background: #3377ff;
  color: #fff;
  height: 0.25rem;
  font-size: 0.075rem;
  padding: 0 0.1rem;
  line-height: 0.25rem;
  border: 0px;
  width: 1.3rem;
  margin: 0.22rem auto; }
  .resourceDetail-btn img {
    height: 0.125rem;
    float: right;
    margin-top: 12px; }
  .resourceDetail-btn span {
    float: left; }
    .resourceDetail-btn span img {
      height: 0.1rem;
      margin-right: 0.05rem;
      float: none;
      vertical-align: -4px; }

/* shouSubPage 资源样式 */
.conditionBox {

}

.conditionList {
  padding: 0.05rem 0;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
 }

.clearCondition {
  color: #0050d4;
  margin-left: 15px;
  font-size: 15px;
  cursor: pointer; }

.foldCondition {
  color: #0050d4;
  line-height: .14rem;
  cursor: pointer; }
.conditionList .filtrate {
  float: left;
  font-size: 0.07rem;
  color: #3b3b3b;
  line-height: .14rem;
  font-weight: bold;
  min-width: 0.34rem;
  margin-right: .05rem; }
.conditionList ul {
  overflow: hidden; }
.conditionList li {
  float: left;
  padding: 0.01rem 0.06rem;
  color: #6b7399;
  font-size: 0.07rem;
  margin: 0px 0.01rem;
  cursor: pointer;
  line-height: .13rem; }
  .conditionList li.active {
    color: #fff;
    background: #0050d4;
    transition-duration: .3s; }

.filtrateMenu li {
  line-height: .40rem;
  font-size: 0.14rem; }

.periodical-nav {
  background: #eaf1ff;
  border: 1px #d9e6ff solid;
  padding: 0.03rem 0.1rem;
  line-height: 0.13rem;
  display: flex;
  justify-content: space-between; }

.periodical-nav-num {
  font-size: 0.07rem; }
  .periodical-nav-num i {
    font-size: 0.07rem;
    color: #6b7399;
    margin: 0 0.05rem;
    cursor: pointer; }

.btn-group {
  height: 0.13rem; }
  .btn-group .btn {
    padding: 0 0 0 0.03rem;
    border: 1px #cecfd1 solid; }
    .btn-group .btn i {
      color: #6b7399;
      border-left: 1px #cecfd1 solid;
      height: 0.12rem;
      vertical-align: 5px;
      padding: 0 0.03rem; }
      .btn-group .btn i:before {
        vertical-align: -5px; }
  .btn-group .dropdown-menu {
    border: 1px #cecfd1 solid;
    margin-top: 0.03rem;
    border-radius: 4px;
    min-width: 100px;
    z-index: 1;
    max-height: 400px;
    overflow: auto;
  }
    .btn-group .dropdown-menu::before {
      border-bottom: 7px solid #cecfd1; }
    .btn-group .dropdown-menu::after {
      border-bottom: 7px solid #fff; }
  .btn-group .dropdown-toggle, .btn-group .btn-group.open .dropdown-toggle {
    background: #fff;
    box-shadow: none; }
  .btn-group .dropdown-menu li a {
    line-height: 0.15rem;
    padding: 0 0.05rem;
    cursor: pointer;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 4px; }
    .btn-group .dropdown-menu li a:hover {
      color: #0099e5; }

.periodical-listBox {
  padding: 0.1rem 0.15rem 0 0.15rem;
  overflow: hidden;
  min-height: 700px; }

.periodical-list {
  width: 50%;
  border-right: 1px #dadee6 dashed;
  border-bottom: 1px #dadee6 dashed;
  overflow: hidden;
  padding: 0.1rem 0;
  float: left;
  position: relative; }
  .periodical-list:nth-child(even) {
    border-right: 0px;
    padding-left: 0.1rem; }
  .periodical-list:nth-child(1), .periodical-list:nth-child(2) {
    padding-top: 0; }

.periodical-list-img {
  width: 0.5rem;
  height: 0.7rem;
  float: left;
  margin-right: 0.1rem; }
  .periodical-list-img img {
    width: 100%;
    height: 100%; }

.periodical-list-title {
  color: #333;
  font-weight: bold;
  font-size: 0.08rem;
  line-height: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.periodical-list-text {
  color: #333;
  font-size: 0.07rem;
  line-height: 0.13rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.periodical-btn {
  color: #0099e5;
  background: #ecf8fe;
  border: 1px #e4eff5 solid;
  border-radius: 15px;
  height: 0.15rem;
  width: 0.65rem;
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  font-size: 0.07rem; }
  .periodical-btn img {
    margin-right: 0.025rem;
    vertical-align: -4px; }

.periodical-list:nth-child(even) .periodical-btn {
  right: 0; }

.periodical-box .service-box-page {
  width: 100%; }

/* 咨询组件 */
/* 组件样式 */
.new-box {
  overflow: hidden; }
  .new-box ul li {
    padding: 0 .15rem;
    transition-duration: .3s; }
    .new-box ul li:hover {
      background-color: #f5f8ff; }

.newBlock {
  position: relative;
  display: flex;
  padding: 0 0 .1rem 0;
  border-bottom: 1px dashed #dadee6; }
  .newBlock .coverBox {
    overflow: hidden;
    width: .75rem;
    height: .5rem; }
    .newBlock .coverBox img {
      object-fit: contain;
      cursor: pointer;
      width: 100%; }

.newsWords {
  padding: .0rem .1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; }

.intro {
  max-height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #667380;
  font-size: .065rem;
  overflow: hidden;
  margin: .03rem 0; }

    .intro span {
        color: #cc0000;
        margin-right: 0rem !important;
        line-height: 0rem !important;
    }

    .newsWords .intro p:not(:first-child), .newsWords .intro > span:not(:first-child) {
        display: none;
    }
.newsWords .newInfo {
  color: #6b7399;
  font-size: .065rem; }
  .newsWords .newInfo span {
    margin-right: .2rem;
    letter-spacing: .004rem; }
    .newsWords .newInfo span i {
      margin-right: .05rem; }

.backDetail {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 5px 10px;
  cursor: pointer; }
  .backDetail i {
    font-size: .15rem;
    color: #b0b0b0;
    font-weight: unset; }

.tableTop {
  font-size: .075rem;
  color: #525866;
  line-height: .3rem;
  height: .3rem;
  border-bottom: 1px solid #cccccc; }

.dbHeader tr th {
  cursor: pointer;
  letter-spacing: .002rem; }
  .dbHeader tr th:first-child {
    width: .2rem; }

.dbResult {
  letter-spacing: .004rem !important; }


.separator:not(:last-child) {
  content: ';'; }

.cardContent {

}
.cardContentList > li {
  border-bottom: 1px #d8d8d8 dashed;
  padding: 15px 20px;
}
.cardContentList > li > a {
  color: #3b3b3b;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.cardContentList > li > a:hover {
    color:#0050d4;
}
.cardContentList > li > span {
    color:#9c9c9c;
}
.cardContentList > li > span i{
    margin-right:7px;
}

.site-menu-sub {
  padding: 0px; }

.sub-menu-enter-active, .sub-menu-leave-active {
  transition: all .3s ease;
  height: 70px; }

.sub-menu-enter, .sub-menu-leave-to {
  opacity: 0;
  height: 0px; }

.containerSpecial {
  display: flex; }
  .containerSpecial .menu {
    width: 220px;
    height: 600px;
    background-color: #f8f8f8;
    border-radius: 4px;
    display: flex;
    position: relative;
    flex-direction: column; }
    .containerSpecial .menu h3 {
      color: #fff;
      height: 50px;
      line-height: 50px;
      background-color: #2e98fe;
      font-size: 22px;
      text-align: center;
      font-weight: 700; }
    .containerSpecial .menu .menuContent {
      padding: 10px 0px;
      overflow: hidden;
      max-height: 100%;
      overflow: hidden auto; }
    .containerSpecial .menu dl {
      margin: 0; }
      .containerSpecial .menu dl i {
        margin-right: 8px;
        font-size: 20px;
        color: #818287;
        vertical-align: middle; }
      .containerSpecial .menu dl h4 {
        line-height: 40px;
        height: 40px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        color: #818287;
        transition-duration: .3s;
        position: relative;
        padding: 0 30px; }
        .containerSpecial .menu dl h4 .angle {
          float: right;
          line-height: 40px;
          transition-duration: .3s; }
      .containerSpecial .menu dl dt {
        will-change: height; }
        .containerSpecial .menu dl dt dd {
          cursor: pointer;
          line-height: 40px;
          height: 40px;
          font-size: 13px;
          font-weight: 400;
          color: #818287;
          transition-duration: .3s;
          position: relative;
          z-index: 1;
          padding-left: 50px; }
      .containerSpecial .menu dl.active h4 {
        color: #242a4a;
        font-weight: 600; }
        .containerSpecial .menu dl.active h4 .angle {
          transform: rotate(90deg); }
      .containerSpecial .menu dl.active dt > dd {
        color: #242a4a; }
        .containerSpecial .menu dl.active dt > dd::before {
          content: "";
          will-change: width;
          background: linear-gradient(to right, #dceaf9, #b4d8fd);
          width: 0;
          height: 100%;
          left: 0px;
          z-index: -1;
          position: absolute;
          transition: width .3s ease-in-out; }
        .containerSpecial .menu dl.active dt > dd.sonActive::before {
          width: 100%;
          border-left: 4px solid #2e98fe; }
  .containerSpecial .content {
    width: calc(100% - 220px);
    min-height: 600px;
    margin-left: 20px;
    position: relative; }

.specialHeader {
  background-color: #f8f8f8;
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px; }
  .specialHeader h5 {
    color: #727177;
    height: 50px;
    line-height: 50px; }
  .specialHeader .condition {
    display: flex;
    align-items: center;
    justify-items: center; }
    .specialHeader .condition > li {
      margin-right: 20px;
      font-size: 14px; }

.specialContent {
  padding: 20px 0; }
  .specialContent > li {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ededed;
    position: relative;
    transition-duration: .3s;
    border-radius: 4px; }
    .specialContent > li img {
      width: .3rem;
      height: .45rem;
      margin-right: 20px; }
    .specialContent > li .listContent h5 {
      font-weight: 700;
      font-size: .075rem;
      line-height: .15rem;
      color: #373737;
      transition-duration: .3s;
      cursor: pointer; }
      .specialContent > li .listContent h5 .type {
        color: #5876e8;
        margin: 0 2px; }
      .specialContent > li .listContent h5 .remark {
        color: #3bc651;
        height: .1rem;
        line-height: .15rem;
        border: 1px solid #3bc651;
        padding: 0 5px;
        font-weight: 400;
        border-radius: 4px;
        margin-left: 8px; }
      .specialContent > li .listContent h5:hover {
        color: #5876ec; }
    .specialContent > li .listContent .infoBlock {
      line-height: 30px; }
      .specialContent > li .listContent .infoBlock p {
        display: inline-block;
        color: #b6b6b6;
        font-size: .07rem; }
        .specialContent > li .listContent .infoBlock p span {
          color: #373737;
          margin-left: 5px; }
      .specialContent > li .listContent .infoBlock > :not(:last-of-type) {
        margin-right: .05rem; }
      .specialContent > li .listContent .infoBlock.keyword p {
        margin: 0; }
        .specialContent > li .listContent .infoBlock.keyword p span:not(:last-of-type)::after {
          content: '';
          background-color: #373737;
          height: .075rem;
          width: 1px;
          margin: 0 5px;
          vertical-align: middle;
          display: inline-block; }
    .specialContent > li .detailBtn {
      color: #2a9aff;
      background-color: #f0f5fb;
      height: 30px;
      line-height: 30px;
      padding: 0 20px;
      border: 1px solid #c3d9f0;
      border-radius: 4px;
      font-size: 14px;
      align-self: center;
      position: absolute;
      cursor: pointer;
      right: 20px;
      top: 51px;
      transition-duration: .3s; }
      .specialContent > li .detailBtn:focus {
        background-color: #2a9aff;
        color: #fff; }
      .specialContent > li .detailBtn:active {
        border-color: #3a8ee6;
        color: #fff;
        outline: none; }
    .specialContent > li:hover {
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      background-color: #ededed; }

/* css 控制类 用于修改其他的类 */
.overHide {
  overflow: hidden; }

.scrollTab {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.normalTab {
  font-weight: 400 !important;
  color: #6b7399 !important; }

.tabActive {
  color: #3377ff !important; }

.clearDot li a::before, .scrollTab::-webkit-scrollbar {
  display: none; }

.scrollMenu .serviceNav {
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s; }
.scrollMenu.container-box {
  overflow: visible; }
.scrollMenu .wrapper {
    width: 365px;
    margin-right:30px;
}
.scrollMenu:hover .serviceNav {
  opacity: 1;
  visibility: visible; }

.serviceNavLeft, .serviceNavRight {
  position: absolute;
  right: -30px;
  top: 0.06rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 32px;
  border-radius: 50%;
  width: 30px; }

.serviceNavLeft::before, .serviceNavLeft::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  width: 15px;
  height: 2px;
  background: #757575;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1); }

.serviceNavRight::before, .serviceNavRight::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  width: 15px;
  height: 2px;
  background: #757575;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1); }

.serviceNavLeft::before, .serviceNavRight::before {
  right: 30%;
  border-radius: .5px 0 0 .5px;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 240%;
  -webkit-transform: rotate(-40deg) scaleY(1.1);
  transform: rotate(40deg) scaleY(1.1); }

.serviceNavLeft::after, .serviceNavRight::after {
  left: 70%;
  border-radius: 0 .5px .5px 0;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 10% 80%;
  -webkit-transform: rotate(-220deg) scaleY(1.1);
  transform: rotate(-220deg) scaleY(1.1); }

.serviceNavLeft {
  left: -0.15rem; }
  .serviceNavLeft::before {
    right: 70%;
    -webkit-transform: rotate(220deg) scaleY(1.1);
    transform: rotate(220deg) scaleY(1.1);
    transform-origin: 100% 80%; }
  .serviceNavLeft::after {
    left: 30%;
    -webkit-transform: rotate(-40deg) scaleY(1.1);
    transform: rotate(-40deg) scaleY(1.1);
    transform-origin: 20% 80%; }

@media only screen and (max-width: 992px) {
  .container-box {
    width: 100%;
    background-color: #fff;
    border-radius: 4px; }

  .search-top-right {
    float: none;
    display: block; }

  .newsList {
    padding: .1rem; }

  .pushContainer {
    margin-top: 1.2rem; }

  .menu-style {
    height: 0.3rem;
    max-width: 100vw; }
    .menu-style ul li {
      line-height: 0.3rem;
      height: 0.3rem;
      margin: 0 .1rem; }
      .menu-style ul li a {
        font-size: 0.07rem; } }
@media only screen and (max-width: 768px) {
    body {
        background:#fff;
    }
  .pushBox {
    padding-top: .37rem; }

  .pushContainer {
    margin-top: 0rem; 
    padding:0 15px;
    min-height: auto;
  }
  .conditionList li {
      margin:0;
  }
  .scrollMenu .wrapper {
    width: 100%;
    margin-right: 0px;
    padding:0 .1rem;
}
  .menu-style {
    height: 0.25rem;
    border:0;
    border-bottom: 1px #d8d8d8 solid;
    margin-bottom:0;
}
    .menu-style hr{
    display:none;
}
  .menu-style > ul {
    display: flex;
}
      .menu-style ul li {
      line-height: 0.25rem;
      height: 0.25rem;
      margin-left:0;
 }
  .menu-style ul li a {
      background:#fff;
      border-bottom: 1px transparent solid;
      line-height: 0.23rem;
      padding:0;
  }
  .menu-style ul li.active a {
      background:#fff;
      color:#0050d4;
      border-bottom: 2px #0050d4 solid;
  }
  .newsList {
      min-height: auto;
  }
  .newsList > li  {
      display:inline-block;
    border-bottom: 1px #f3f3f3 solid;
    width: 100%;
    margin-bottom:10px; 
  }
  .newsList > li > h5 {
    line-height: .12rem;
   }
  .newsList > li time {
    float: right;
    color: #c7c7c7;
    line-height: 0.19rem;
}
  .newsList > li span {
    color: #c7c7c7;
    line-height: 0.19rem;
}
  .newsList > li span i{
    margin-right:5px;
}

  .newsWords .newInfo span {
    margin-right: 9px;
  }

  .service-box-page {
      border:0;
      margin-top:0;
  }

   .resource-box .menu-top,
   .resource-box hr ,
   .resource-box .newsList-top,
   .page-num{
       display:none;
   }

   .resource-box .conditionBox {
       padding:0 15px;
   }

  .resourceDetail{flex:auto;}
  .resourceDetail img{width:100%;}
}

/*# sourceMappingURL=subPage.css.map */
