@charset "utf-8";
.warp {
  width: 90%;
  min-width: 1260px;
  max-width: 1710px;
  margin: 0 auto;
  padding: 0 30px; }

.a_hover:hover, .main-header .nowLocation > a:hover, .main-header .zk-list > a:hover, .main-header .area-list .link-list > a:hover, .main-header .exam-list li > a:hover, .art-list ul li > a:hover, .art-tab .nav-item > a:hover, .exam-news-list .mores:hover, .a_hover.active, .main-header .nowLocation > a.active, .main-header .zk-list > a.active, .main-header .area-list .link-list > a.active, .main-header .exam-list li > a.active, .art-list ul li > a.active, .art-tab .nav-item > a.active, .exam-news-list .active.mores {
  color: #e03731; }

.text_overflow, .mswk .mswk-list .tit-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

header {
  margin-bottom: 15px; }

.mainBody {
  float: left;
  width: 59.4%; }
  .mainBody.state_calendar {
    width: 66.08%; }

.sideBody {
  float: right;
  width: 30.3%; }

.main-header {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd; }
  .main-header.no_border {
    border-bottom: none; }
  .main-header .nowLocation {
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #999999; }
    .main-header .nowLocation > a {
      margin: 0 10px;
      color: #333; }
  .main-header .inx-tit {
    margin-bottom: 20px; }
    .main-header .inx-tit.no_border {
      border-bottom: none; }
      .main-header .inx-tit.no_border > h3:after {
        display: none; }
  .main-header .zk-list > a {
    line-height: 14px;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
    border-left: 1px solid #ccc; }
    .main-header .zk-list > a:nth-child(1) {
      padding-left: 0;
      border-left: none; }
  .main-header .area-list {
    border: solid 1px #eeeeee;
    padding: 25px 10px 5px 15px;
    margin: 30px 0 60px;
    position: relative; }
    .main-header .area-list .area-more-btn {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -40px;
      display: block;
      width: 80px;
      height: 24px;
      line-height: 22px;
      text-align: center;
      background-color: #ffffff;
      border: solid 1px #eee;
      border-top-color: #fff;
      font-size: 14px;
      color: #666;
      cursor: pointer; }
      .main-header .area-list .area-more-btn:hover {
        color: #e03731; }
    .main-header .area-list .link-list {
      max-height: 80px;
      overflow: hidden; }
      .main-header .area-list .link-list > a {
        display: inline-block;
        padding: 0 15px;
        line-height: 24px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #666666; }
      .main-header .area-list .link-list.active {
        max-height: 250px; }
  .main-header .hotNews .list0 .hot {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    background: #e03731;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px; }
  .main-header .exam-list {
    border: solid 1px #eeeeee;
    padding: 10px 0; }
    .main-header .exam-list li {
      float: left;
      padding: 15px 0;
      font-size: 14px;
      line-height: 14px; }
      .main-header .exam-list li:nth-last-child(1) > a {
        border-right: none; }
      .main-header .exam-list li > a {
        border-right: 1px solid #ccc;
        padding: 0 30px; }

.main-newsList {
  padding: 70px 0; }
  .main-newsList .list0 dl + dl {
    margin-top: 85px; }
  .main-newsList.newsList-label dd {
    font-size: 14px; }
    .main-newsList.newsList-label dd .font3 + .font3 {
      margin-left: 10px; }
  .main-newsList.newsList-label .list0 .name {
    float: inherit;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%; }
    .main-newsList.newsList-label .list0 .name > a {
      font-size: 18px;
      line-height: 26px;
      font-weight: bold; }

.mswk {
  padding: 0 20px;
  margin-top: 30px;
  border: solid 1px #eeeeee; }
  .mswk .mswk-hd {
    border-bottom: solid 1px #eeeeee; }
  .mswk .mswk-bd {
    padding-top: 25px; }
  .mswk .mswk-nav li {
    position: relative; }
    .mswk .mswk-nav li:nth-child(1) > a {
      margin-left: 0; }
    .mswk .mswk-nav li:nth-child(1):after {
      display: none; }
    .mswk .mswk-nav li:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 18px;
      margin-top: -9px;
      background: #ccc;
      border-radius: 999px; }
  .mswk .mswk-nav li > a {
    height: 64px;
    line-height: 64px;
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin: 0 20px; }
    .mswk .mswk-nav li > a.active {
      color: #e03731;
      background: #fff; }
      .mswk .mswk-nav li > a.active:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #e03731; }
  .mswk .mswk-list {
    position: relative;
    margin-left: 15px; }
    .mswk .mswk-list li {
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-left: 1px solid #ddd; }
      .mswk .mswk-list li > a {
        position: relative;
        display: block;
        margin-left: 30px;
        padding-bottom: 25px;
        border-bottom: 1px dashed #ddd; }
        .mswk .mswk-list li > a.active .tit-text, .mswk .mswk-list li > a:hover .tit-text {
          color: #e03731; }
        .mswk .mswk-list li > a.active .tit-btn, .mswk .mswk-list li > a:hover .tit-btn {
          background: #e03731;
          color: #fff; }
      .mswk .mswk-list li .link-img {
        position: absolute;
        top: 0;
        left: -45px;
        padding-top: 4px;
        padding-bottom: 10px;
        background: #fff; }
    .mswk .mswk-list .tit {
      height: 30px;
      margin-bottom: 10px; }
    .mswk .mswk-list .tit-btn {
      background: #eee;
      border-radius: 999px;
      color: #333;
      text-align: center;
      height: 30px;
      line-height: 30px;
      padding: 0 20px;
      font-size: 14px;
      border-radius: 5px; }
    .mswk .mswk-list .tit-text {
      line-height: 30px;
      color: #666;
      margin-right: 90px; }
    .mswk .mswk-list .detail {
      color: #999;
      font-size: 14px; }

.jqks {
  margin-top: 30px; }
  .jqks .jqks-hd {
    padding: 20px 20px 20px 0;
    border: solid 1px #eeeeee;
    border-bottom: none; }
    .jqks .jqks-hd > h3 {
      line-height: 22px;
      font-size: 22px;
      position: relative;
      color: #333333;
      font-weight: bold;
      padding-left: 20px; }
      .jqks .jqks-hd > h3:after {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 4px;
        height: 100%;
        background: #e03731; }
    .jqks .jqks-hd .more {
      font-size: 14px;
      color: #777; }
  .jqks .jqks-table table {
    width: 100%;
    text-align: center;
    border: 1px solid #eee !important;
    color: #333333; }
  .jqks .jqks-table th {
    background-color: #F5F5F5; }
  .jqks .jqks-table td:nth-child(1) {
    width: 28%; }
  .jqks .jqks-table td > p {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .jqks .jqks-table tr {
    height: 54px; }
    .jqks .jqks-table tr:hover {
      background: #F9F9F9; }
    .jqks .jqks-table tr a {
      color: #2870e9; }
      .jqks .jqks-table tr a:hover {
        color: #e03731; }
/*  .jqks .jqks-table td {
    font-size: 14px; }*/

.jqks .book-list {
  padding: 0 20px;
  border: solid 1px #eeeeee; }
  .jqks .book-list li {
    padding: 20px 0; }
    .jqks .book-list li + li {
      border-top: 1px dotted #eee; }
  .jqks .book-list .book-link {
    display: flex; }
    .jqks .book-list .book-link:hover .link-btn {
      background: #e03731;
      color: #FFF;
      border-color: #e03731; }
    .jqks .book-list .book-link .book-img {
      margin-right: 20px; }
    .jqks .book-list .book-link .con {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .jqks .book-list .book-link .text {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .jqks .book-list .book-link .price {
      color: #e03731; }
    .jqks .book-list .book-link .link-btn {
      display: inline-block;
      border-radius: 999px;
      color: #333;
      text-align: center;
      height: 26px;
      line-height: 26px;
      font-size: 14px;
      width: 90px;
      border: 1px solid #ddd;
      box-sizing: border-box; }

.aboutUs {
  border: solid 1px #eeeeee;
  margin-top: 30px; }
  .aboutUs .aboutUs-hd-img {
    transition: .3s; }
  .aboutUs:hover .aboutUs-hd-img {
    transform: scale(1.05); }
  .aboutUs .aboutUs-hd {
    overflow: hidden; }
  .aboutUs .aboutUs-bd {
    padding-top: 80px;
    position: relative; }
    .aboutUs .aboutUs-bd .aboutUs-logo {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -60px;
      margin-top: -60px;
      width: 120px;
      height: 120px;
      box-shadow: 0px 10px 20px 0px rgba(204, 204, 204, 0.2);
      border-radius: 999px; }
    .aboutUs .aboutUs-bd .tit {
      font-size: 22px;
      line-height: 22px;
      color: #1a1a1a;
      font-weight: bold; }
    .aboutUs .aboutUs-bd .infor {
      line-height: 16px;
      color: #666666; }
    .aboutUs .aboutUs-bd > p {
      margin-bottom: 30px;
      text-align: center; }
    .aboutUs .aboutUs-bd .btn {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 236px;
      height: 44px;
      border-radius: 999px;
      color: #fff;
      background: #00CC66;
      margin: 0 auto; }
      .aboutUs .aboutUs-bd .btn > img {
        margin-right: 10px; }
      .aboutUs .aboutUs-bd .btn:hover .btn-mask {
        display: block; }
      .aboutUs .aboutUs-bd .btn .btn-mask {
        display: none;
        position: absolute;
        top: 100%;
        left: 8%;
        width: 84%;
        background: #fff; }
  .aboutUs .aboutUs-ft {
    padding: 40px 0; }
    .aboutUs .aboutUs-ft .aboutUs-table {
      width: 100%;
      text-align: center; }
      .aboutUs .aboutUs-ft .aboutUs-table th {
        font-size: 18px;
        line-height: 18px;
        text-align: center; }
      .aboutUs .aboutUs-ft .aboutUs-table td {
        padding-top: 10px;
        font-size: 14px;
        line-height: 14px;
        color: #666; }

.home_paging {
  margin-top: 60px; }
  .home_paging li,
  .home_paging .pre,
  .home_paging .next {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #e6e8eb;
    box-sizing: border-box;
    color: #999999;
    margin-right: 10px;
    cursor: pointer; }
    .home_paging li:hover, .home_paging li.active,
    .home_paging .pre:hover,
    .home_paging .pre.active,
    .home_paging .next:hover,
    .home_paging .next.active {
      background: #e03731;
      border-color: #e03731;
      color: #fff; }
  .home_paging .pre,
  .home_paging .next {
    width: 80px;
    color: #333; }
    .home_paging .pre.disabled,
    .home_paging .next.disabled {
      color: #cccccc;
      cursor: default; }
    .home_paging .pre.disabled:hover, .home_paging .pre.disabled.active,
    .home_paging .next.disabled:hover,
    .home_paging .next.disabled.active {
      background: #fff;
      border-color: #e6e8eb;
      color: #cccccc; }

.callMy {
  margin-top: 30px; }
  .callMy > a {
    display: block;
    height: 120px;
    background-image: linear-gradient(-30deg, #ff6666 0%, #fc8e7c 100%);
    font-weight: bold; }

.bookList {
  margin: 0 -10px; }
  .bookList li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px; }
  .bookList .link {
    display: block;
    padding: 20px;
    background-color: #f5f5f5; }
    .bookList .link .hd {
      height: 190px;
      line-height: 190px;
      text-align: center; }
    .bookList .link .bd {
      font-size: 14px;
      line-height: 24px;
      color: #333333; }
    .bookList .link .ft {
      margin-top: 25px;
      line-height: 26px; }
      .bookList .link .ft .btns {
        display: block;
        width: 64px;
        height: 26px;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        border-radius: 13px;
        border: solid 1px #dddddd;
        text-align: center;
        background: #fff; }
      .bookList .link .ft .price {
        color: #e03731;
        margin-right: 70px; }
    .bookList .link.active, .bookList .link:hover {
      background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#f5f5f5, #f5f5f5);
      box-shadow: 0px 3px 25px 0px rgba(51, 51, 51, 0.1); }
      .bookList .link.active .btns, .bookList .link:hover .btns {
        background: #e03731;
        border-color: #e03731;
        color: #fff; }

.article-hd .tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  .article-hd .tit > h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #313131;
    margin-bottom: 30px; }
  .article-hd .tit > p {
    height: 14px;
    font-size: 12px;
    color: #999999; }

.art-list {
  position: relative;
  height: 180px;
  padding: 25px;
  background: #F8F8F8;
  margin: 30px 0; }
  .art-list .art-img {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 230px;
    height: 130px; }
  .art-list ul {
    margin-left: 230px; }
    .art-list ul li {
      width: 50%;
      float: left;
      padding-left: 30px;
      font-size: 14px;
      line-height: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .art-list ul li:nth-child(n+3) {
        margin-top: 25px; }

.content-main {
  line-height: 2;
  padding-bottom: 40px; }
  .content-main > p {
    color: #333333; }
  .content-main video {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content-main iframe {
    max-width: 100%;
    width: 100%;
    height: 550px; }
  .content-main table {
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.5; }
    .content-main table,
    .content-main table th,
    .content-main table td {
      border-width: 1px;
      border-color: #333;
      border-style: solid; }
    .content-main table td {
      padding-left: 3px !important;
      padding-right: 3px !important; }

.art-tuijian {
  padding-bottom: 30px;
  border-bottom: solid 1px #eeeeee; }
  .art-tuijian .tit {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    width: 120px;
    height: 24px;
    text-align: center;
    border-radius: 5px;
    background: #e03731;
    margin-bottom: 30px; }
  .art-tuijian .list0 dd {
    margin-bottom: 25px; }

.art-switch {
  margin-top: 40px; }
  .art-switch .list0 dd {
    margin-bottom: 25px; }

.art-tab {
  margin: 60px 0;
  border: solid 1px #eeeeee; }
  .art-tab .nav {
    border-bottom: 1px solid #eee; }
  .art-tab .nav-item {
    position: relative; }
    .art-tab .nav-item:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 18px;
      margin-top: -9px;
      background: #ccc;
      border-radius: 999px; }
    .art-tab .nav-item:nth-child(1):after {
      display: none; }
    .art-tab .nav-item > a {
      height: 56px;
      line-height: 56px;
      padding: 0 28px;
      color: #666666;
      display: block;
      position: relative; }
      .art-tab .nav-item > a.active:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #e03731; }
  .art-tab .tab-content {
    padding: 5px 20px 30px; }
    .art-tab .tab-content .link {
      display: inline-block;
      height: 34px;
      line-height: 34px;
      text-align: center;
      border-radius: 99px;
      padding: 0 22px;
      color: #343232;
      background: #F5F5F5;
      margin-right: 10px;
      margin-top: 20px; }
      .art-tab .tab-content .link.active, .art-tab .tab-content .link:hover {
        background: #e03731;
        color: #fff; }

.calendar-hd {
  position: relative; }
  .calendar-hd .calendar-type {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #313131;
    background: #F7F7F7;
    border-radius: 999px; }
  .calendar-hd .area-list {
    margin-top: -1px;
    padding-left: 150px; }
  .calendar-hd .exam-list {
    padding-left: 135px; }

.calendar-table table {
  width: 100%;
  border: 1px solid #eee;
  text-align: center; }

.calendar-table th,
.calendar-table td {
  padding: 15px; }

.calendar-table th {
  background: #F7F7F7; }

.calendar-table tr {
  max-width: 480px; }
  .calendar-table tr:hover, .calendar-table tr:active {
    background: #FAFAFA; }
    .calendar-table tr:hover a, .calendar-table tr:active a {
      font-weight: bold; }
    .calendar-table tr:hover td:nth-child(6), .calendar-table tr:active td:nth-child(6) {
      color: #e03731; }

/*.calendar-table td {
  font-size: 14px; }*/
  .calendar-table td:nth-child(3) {
    text-align: left;
    max-width: 480px; }
  .calendar-table td a > span {
    color: #e03731; }

.calendar-table .home_paging {
  margin-top: 30px; }

.exam-news-list ul > li + li {
  margin-top: 30px; }

.exam-news-list .mores {
  margin-top: 25px;
  color: #777; }

.exam-news-list .list0 {
  margin-top: 40px; }

.inx-km .km-news .news-list .news-item {
  height: auto !important; }

.exam-news-list ul > li + li {
  margin-top: 0; }

.webmap {
  padding-bottom: 90px; }

.webmap-nav {
  background-color: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 50px; }
  .webmap-nav li {
    position: relative;
    float: left;
    width: 10%;
    line-height: 44px;
    text-align: center; }
    .webmap-nav li:nth-last-child(1) > a:after,
    .webmap-nav li:nth-child(10n) > a:after {
      display: none; }
    .webmap-nav li .nav-link:hover, .webmap-nav li .nav-link.active {
      color: #e03731; }
    .webmap-nav li > a {
      display: inline-block;
      color: #666;
      font-size: 18px;
      padding: 0;
      cursor: pointer; }
      .webmap-nav li > a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 18px;
        margin-top: -9px;
        background-color: #eee; }

.webmap-content .tit {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  margin-top: 40px; }
  .webmap-content .tit > a:hover {
    color: #e03731; }

.webmap-content .tab-pane {
  padding: 30px;
  margin-top: 40px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  padding-top: 0; }

.webmap-content .cartology-list {
  overflow: hidden; }
  .webmap-content .cartology-list li {
    float: left;
    width: 10.5%;
    height: 36px;
    margin-top: 20px;
    margin-right: .68%;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    background-color: #f5f5f5;
    border-radius: 5px; }
    .webmap-content .cartology-list li:nth-child(9n) {
      margin-right: 0; }
    .webmap-content .cartology-list li:hover > a {
      color: #777; }

/*底部上拉*/
.webmap-scroll-top {
  position: relative;
  width: 100%;
  height: 0; }
  .webmap-scroll-top .scroll-top {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #de3a33;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
