.zjtxlist {
  min-height: calc(100vh - 368px); }
  .zjtxlist .container {
    width: 1438px;
    margin: 0 auto; }
    .zjtxlist .container .crumbs {
      display: flex;
      align-items: center;
      padding: 35px 0 5px 0; }
      .zjtxlist .container .crumbs .crumbs_list {
        color: #949494; }
        .zjtxlist .container .crumbs .crumbs_list a {
          cursor: default;
          font-size: 16px;
          color: #949494; }
        .zjtxlist .container .crumbs .crumbs_list span.activing a {
          color: var(--active-color); }
      .zjtxlist .container .crumbs img {
        width: 12px;
        margin-right: 15px; }
    .zjtxlist .container .title_header {
      margin-top: 20px;
      border-bottom: 2px solid var(--active-color); }
      .zjtxlist .container .title_header h2 {
        min-width: 170px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-family: "PingFangSC-Blod";
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 1px;
        background: url("../images/09.png") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 0 30px; }
  .zjtxlist .serach {
    width: 767px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BFCCDB;
    box-shadow: 0 0 8px 0 rgba(6, 3, 14, 0.1);
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    overflow: hidden; }
    .zjtxlist .serach input {
      border: 0;
      outline: none;
      flex: 1;
      padding: 0 15px; }
    .zjtxlist .serach button {
      border: 0;
      outline: none;
      height: 100%;
      width: 150px;
      border-radius: 0 4px 4px 0;
      background: #6A8FE2;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 1px;
      text-align: center;
      font-family: "PingFangSC-Medium";
      cursor: pointer; }
  .zjtxlist .xg {
    font-size: 18px;
    color: #BABDC2; }
  .zjtxlist .list {
    padding-top: 30px; }
    .zjtxlist .list li {
      margin-bottom: 28px; }
      .zjtxlist .list li a .dot {
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #4B80F7;
        border-radius: 50%;
        margin-right: 10px; }
      .zjtxlist .list li a .tp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px; }
        .zjtxlist .list li a .tp .lf {
          display: flex;
          align-items: center; }
          .zjtxlist .list li a .tp .lf p {
            font-size: 20px;
            color: #333333;
            max-width: 1300px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .zjtxlist .list li a .tp .lf p:hover {
            color: var(--active-color); }
        .zjtxlist .list li a .tp .date {
          font-size: 20px;
          color: #949494; }
      .zjtxlist .list li a .bt {
        font-size: 14px;
        color: #949494;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .zjtxlist .paging {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0; }
    .zjtxlist .paging img {
      width: 32px;
      height: 32px; }
    .zjtxlist .paging .paging_list {
      display: flex;
      align-items: center;
      margin: 0 12px; }
      .zjtxlist .paging .paging_list ul {
        display: flex; }
        .zjtxlist .paging .paging_list ul li {
          width: 32px;
          height: 32px;
          text-align: center;
          line-height: 30px;
          border: 1px solid #d9d9d9; }
    .zjtxlist .paging .pageSize {
      font-size: 14px;
      color: #4F4F4F;
      margin-left: 12px; }
      .zjtxlist .paging .pageSize select {
        width: 57px;
        height: 32px;
        border: 1px solid #D9D9D9;
        outline: none;
        background-color: #FFFFFF; }

/*# sourceMappingURL=notice.css.map */
