.gszx_list_navbox {
    margin: 0 7.0833rem;
    border-bottom: 1px solid #ECECEC;
    padding: 2.5833rem 3.3333rem 1.6667rem 3.3333rem;
  }
  
  .gszx_list_navbtn {
    margin-right: 1.1667rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #9B9B9B;
    border-radius: 1.7917rem;
    background: #ECECEC;
    padding: 0.6667rem 2.3333rem;
    transition: 0.4s all;
    font-weight: bold;
    display: inline-block;
  }
  
  .gszx_list_navbtn:last-child {
    margin-right: 0;
  }
  
  .gszx_list_navbtn.test,
  .gszx_list_navbtn:hover {
    color: #FFFFFF;
    background-color: #72BA38;
    box-shadow: 0rem 0.375rem 0.4583rem #5ca52285;
  }
  
  .gszx_listbox {
    margin: 0 10.2083rem;
    overflow: hidden;
  }
  
  .gszx_listbox_img {
    width: 15rem;
    height: 9rem;
    margin-right: 1.5833rem;
  }
  
  .gszx_listbox_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gszx_listbox_name {
    font-size: 1rem;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gszx_listbox_name a {
    transition: color 0.3s;
  }
  .gszx_listbox_name a:hover {
    color: #027EC8;
  }
  .gszx_listbox_time {
    font-size: 0.5833rem;
    margin-right: 0.5rem;
    color: #C8C8C8;
    margin-bottom: 0.3083rem;
    display: inline-block;
  }
  
  .gszx_listbox_js {
    font-size: 0.6667rem;
    line-height: 1.1667rem;
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .gszx_listbox_txt {
    display: flex;
    padding-top: 1.5833rem;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 2.1667rem;
  }
  
  .gszx_listbox_txt:last-child {
    border-bottom: 0;
  }
  
  .gszx_listbox_r {
    padding: 0.4167rem 0;
    height: 9rem;
  }
  
  .mar_t25 {
    margin-bottom: 1.0417rem;
  }
  
  .gszx_listbox_ydqb {
    font-size: 0.6667rem;
    font-weight: bold;
    color: #F1891D;
  
  }
  
  .gszx_listbox_ydqb {
    display: block;
    left: 0;
    bottom: 0.4167rem;
  }
  
  .gszx_listbox_ydqb img,.gszx_listbox_ydqb svg {
    margin-left: 0.2917rem;
    width: 0.2917rem;
    height: 0.5rem;
    vertical-align: middle;
  }
  .width_1038 {
    width: 43.25rem;
  }
  
  .gszx_list_page {
    padding-top: 2.1667rem;
  }
  
  .gszx_list_page_btn {
    padding: 0.4167rem 0.75rem;
    border: 1px solid #DCDCDC;
    margin-right: 0.75rem;
    display: inline-block;
    color: #65C716;
    border-radius: 0.1667rem;
    transition: 0.4s all;
  }
  
  .gszx_list_page_btn:last-child {
    margin-right: 0;
  }
  
  .gszx_list_page_btn.text,
  .gszx_list_page_btn.on,
  .gszx_list_page_btn:hover {
    border: 1px solid #65C716;
    color: #FFFFFF;
    background-color: #65C716;
  }
  
  .mar_b125 {
    padding-bottom: 5.2083rem;
  }
  
  .wid_100 {
    width: 100%;
  }
  
  @media screen and (max-width:940px) {
    .mar_t25, .mar_b125 {
        margin: 0 auto;
        width: 95%;
        padding: 1rem 0.5rem;
    }
  
    .width_1038 {
        width: 100%;
    }
  
    .width_1038 {
        -webkit-line-clamp: 2;
    }
  
    .gszx_listbox_txt {
        display: block;
        font-size: 0;
    }
  
    .gszx_listbox_r {
        width: 100%;
    }
  
    .gszx_listbox_img+.gszx_listbox_r {
      width: 51%;
      display: inline-block;
      vertical-align: top;
      margin-left: 0.5rem;
    }
  
    .gszx_list_page_btn {
        margin-right: 0.4rem;
    }
  
    .gszx_listbox_img {
      width: 45%;
      display: inline-block;
      vertical-align: top;
      margin-right: 0;
      overflow: hidden;
    }
  
    .gszx_list_navbtn:last-child,.gszx_list_navbtn {
      margin: 0.5rem 0.5rem;
        text-align: center;
        width: 44%;
    }
    .gszx_list_navbtn {
      font-size: 0.5rem;
    }
  
    .gszx_listbox_img img {
        height: 100%;
        width: auto;
    }
    .gszx_listbox_js{
      font-weight: normal;
    }
    .gszx_listbox_time {
      font-size: 0.5833rem;
      font-weight: normal;
  }
  .gszx_listbox_name{
    font-size: 0.9rem;
  }
  .gszx_listbox_txt {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .gszx_list_navbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  }