
.schedule h3 {
    text-align: center;
    padding: 20px 0;
    color: #fff;
  }
  
  .schedule table {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .schedule table tr:nth-child(even) {
    background: rgba(255, 255, 255);
  }
  
  .schedule table tr:nth-child(odd) {
    /* background: rgba(230, 230, 230, .8); */
    background: #F6F6F4;
  }
  
  .schedule table tr.thead td {
    background: #3e3a39;
    color: #fff;
    text-align: center;
    height: 60px;
    font-weight: bold;
  }
  
  .schedule table tr.tfoot {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }
  
  .schedule table tr td {
    padding: 10px;
    font-size: 15px;
    color: #333;
    letter-spacing: .5px;
    border-right: 1px solid #ddd;
  }
  
  .schedule table tr.thead td {
    border: 1px solid #333;
  }
  
  .schedule table tr td:nth-child(1) {
    width: 20%;
  }
  
  .schedule table tr td:nth-child(2) {
    width: 24%;
  }
  
  .schedule table tr td:nth-child(3) {
    width: 18%;
    text-align: center;
  }
  
  .schedule table tr td:nth-child(4) {
    width: 8%;
    text-align: center;
  }
  
  .schedule table tr td:nth-child(5) {
    width: 10%;
  }
  
  .schedule table tr td:nth-child(6) {
    width: 14%;
  }
  
  .schedule table tr td a {
    width: 100px;
    height: 30px;
    color: #fff;
    background: #003580;
    margin: 0 auto;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;
  }
  
  .schedule table tr td a:hover {
    color: #fff;
    background: #042d63;
  }
  
  .schedule .detail {
    width: auto;
    height: auto;
    color: black;
    background: none;
    margin: auto;
    line-height: 20px;
    font-size: 15px;
    text-align: left;
    border-radius: 0px;
    text-decoration: none;
    font-weight: bold;
  }
  
  .schedule table tr td a:nth-child(2) {
    margin-top: 10px;
  }
  
  .schedule a.over, .schedule a.over:hover {
    background: #f5f5f5;
    border: solid 1px #d5d9d9;
    color: #ccc;
  }
  
  .schedule a.btn_reg {
    border: solid 1px #003580;
    background: transparent;
    color: #003580;
  }
  
  .schedule b {
    font-size: 18px;
  }
  
  .oldpcshow {
    margin-top: 40px;
  }
  
  .zs_table_td{
    display: flex;
    flex-direction: column;
  }
  
  
  
  
  
  
  
  
  
  
  
  #tab {
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    color: #241c15;
    width: 100%;
    margin: 0 auto;
    background-color: #f6f6f4;
  }
  
  .txbox {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }
  
  .tximg {
    width: 100px;
    border-radius: 50%;
    border: 2px solid #005a9c;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
  }
  
  #tabtip {
    display: flex;
    justify-content: space-around;
    font-size: 13px;
    color: #fff;
    width: 100%;
    margin: 10px auto 0px;
  }
  
  .schedule_box .isshow {
    display: block;
  }
  
  .schedule_box .noshow {
    display: none;
  }
  
  #tab li {
    /* font-weight: bold; */
    display: block;
    flex: 1;
    text-align: center;
    padding-top: 10px;
    background-color: #f6f6f4;
    border: 1px solid #8c8c8c;
    border-left-width: 0;
  }
  
  #tabtip li {
    flex: 1;
    text-align: center;
  }
  
  
  /* #tabtip .tipshowed {
    display: block;
  } */
  
  #tab .showed {
    color: #005a9c;
    padding-bottom: 10px;
    border-bottom: 4px solid #005a9c;
    background-color: #fff;
  }
  
  .pages {
    background: #e3e3e3;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
  }
  
  #pagination0,
  #oldpagination0,
  #pagination2,
  #oldpagination2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    line-height: 60px;
  }
  
  #pagination1,
  #oldpagination1,
  #pagination3,
  #oldpagination3 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    height: 60px;
    line-height: 60px;
  }
  
  .pages .active {
    color: #005a9c;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 3px 4px;
    margin-right: 10px;
  }
  
  .pages a,
  .pages span {
    font-size: 16px;
    padding: 3px 4px;
    color: #000;
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
  }
  
  .pages a.jump-btn {
    margin-right: 20px;
    margin-left: 20px;
  }
  
  .pages input {
    height: 22px;
    line-height: 22px;
    width: 35px;
    padding: 5px;
  }
  
  .center_boxs {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  
  .center_boxs table {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  #tab.mshow {
    display: none;
  }
  
  .center_boxs table tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: 0px;
  }
  
  .center_boxs table tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: 0px;
  }
  
  .box ul li a h6 {
    text-decoration: none;
  }
  
  .box ul li a p {
    text-decoration: none;
  }
  .schedule{
    width: 100%;
    position: relative;
  }
  .schedule h3 {
    font-size: 20px;
    font-weight: bold;
  }
  a{ color: #fff;}
  .center_boxs table td:nth-last-child(1) a:nth-child(1) {
    width: 90px;
    background-color: #003580;
    border: 1px solid #003580;
    color: #fff;
    font-weight: bold;
    margin: 0 auto 10px;
    border-radius: 10px;
    padding: 5px 0;
  }
  
  .center_boxs table .gray td:nth-last-child(1) a:nth-child(1) {
    border: solid 1px #003580;
    background: transparent;
    color: #003580;
  }
  
  .schedule {
    margin-top: 50px;
  }
  
  .schedule_box .tips {
    padding: 10px 0;
      font-size: 14px;
    color: #fff;
    /* text-align: center; */
    line-height: 24px;
  }
  
  #hd1 {
    display: table;
  }
  
  #hd2 {
    display: table;
  }
  
  #tab .moused {
    cursor: pointer;
  }
  .schedule_width{
    width: 100%;
  }
  .schedule table tr td:nth-child(1) {
    width: 21%;
  }
  
  .schedule table tr td:nth-child(2) {
    width: 25%;
  }
  
  .schedule b {
    font-size: 17px;
  }
  
  .center_boxs table td .lianjie {
    width: 40px;
    margin: 0 auto;
  }
  
  .center_boxs table .th2 {
    width: 22%;
  }
  
  .center_boxs table .th3 {
    width: 6%;
  }
  
  .center_boxs table .th4 {
    width: 9%;
  }
  
  .center_boxs table .th5 {
    width: 6%;
  }
  
  .center_boxs table .th6 {
    width: 8%;
  }
  
  .center_boxs table .th7 {
    width: 6%;
  }
  
  .center_boxs table .th10 {
    width: 8%;
  }
  
  .center_boxs table .th11 {
    width: 14%;
  }
  
  .center_boxs table .th12 {
    width: 16%;
  }
  
  .center_boxs table td:nth-last-child(10) {
    text-align: left;
    padding-left: 15px;
  }
  
  .center_boxs table td:nth-last-child(4) {
    text-align: center;
  }
  
  .center_boxs table td:nth-last-child(2), .center_boxs table td:nth-last-child(3) {
    text-align: center;
  }
  
  .center_boxs table td {
    text-align: center;
  }
  .center_boxs .title h6{
    text-decoration: none;
  }
  #hd1 tbody {
    border-left: 1px solid #ddd;
  }
  
  #loading {
    position: fixed;
    z-index: 400;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
    color: #595758;
    background-color: #ffffff;
  }
  
  /* #loading img {
    position: fixed;
    top: 50%;
    left: 50%;
  } */
  
  .pages a.jump-btn {
    margin-right: 20px;
    margin-left: 5px;
  }
  .zsm_table_td{
    display: flex;
    align-items: center;
  }
  .zsm_table_td .btn_reg{
    margin-top: 0 !important;
  }
  a.btnreport:first-child{
    background-color: #003580;
    color: #fff !important;
  }
  
  
  @media (max-width: 768px) {
    .box #mtable {
        display: block;
    }
    .box ul li .logoimg {
        margin: 0 auto;
    }
    #tab.mshow {
        display: flex;
        font-size: 16px;
    }
    .mshow .mtitle {
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    .mshow .moldtitle {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .mshow .pages {
        margin-top: 20px;
    }
    .pages .pcshow {
        display: none;
    }
    #tab.pcshow {
        display: none;
    }
    #mtable2 {
        display: block;
    }
    .pages {
        width: 100%;
        line-height: 34px;
    }
    .pages a,
    .pages span {
        font-size: 14px;
        margin: 0 5px;
    }
    .pages a.jump-btn {
        margin-right: 5px;
        margin-left: 5px;
    }
    .pages .active {
        margin-right: 0px;
        font-size: 14px;
    }
    #tab {
        font-size: 12px;
        width: 100%;
    }
    #tabtip {
        font-size: 13px;
        width: 100%;
    }
    #phhd1 {
        margin-top: 20px;
    }
    .schedule_width {
        width: 100%;
        height: auto;
        background-size: cover;
        padding: 0px;
        margin-top: 30px;
    }
    #pagination0,
    #pagination1,
    #pagination2,
    #pagination3 {
        margin-top: 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 60px;
        line-height: 60px;
    }
    #hd1 {
        display: none;
    }
    .schedule_box .tips {
        margin-left: 0;
    }
    #hd2 {
        display: none;
    }
    #phhd2 {
        display: block;
    }
    .schedule table tr td:nth-child(1) {
        width: 20%;
        text-align: center
    }
    .box ul li a h6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
  
    .schedule h3 {
      font-weight: bold;
  }
  .schedule ul li {
      margin-top: 30px;
  }
  .schedule ul li:first-child {
      margin-top: 0;
  }
  .schedule table {
      width: 100%;
      border-radius: 10px;
  }
  .schedule .detail {
      color: #fff;
  }
  .schedule table tr.thead {
      height: 50px;
  }
  .schedule table tr td {
      font-size: 14px;
  }
  .schedule table tr td:nth-child(1) {
      width: 100px;
  }
  .schedule table tr td:nth-child(2) {
      width: auto;
  }
  .schedule table tr:last-child td {
      background: linear-gradient(to bottom, rgba(230, 230, 230, .8), rgba(255, 255, 255, .8));
  }

  




  }