.content .new-list {
    background-color: #f7f8f8;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 160px;
  }
  
  .content .new-list .new-list-main {
    width: 1200px;
    margin: 0 auto;
  }
  
  .cate {
    position: relative;
    width: 1198px;
    margin: 12px auto 40px;
  
  }
  
  .cate span,
  .cate a {
    width: 27.71%;
    float: left;
    color: #878787;
    background: #f2f2f3;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  
  .cate span.active,
  .cate a.active {
    background: #ea0a2a;
    color: #fff;
  }
  .cate span:first-of-type,
  .cate a:first-of-type {
    border-right: 1px solid #fff;
  }
  .see {
    width: 120px;
    height: 33px;
    margin-top: 5px;
    float: right;
    text-indent: 12px;
    background: linear-gradient(360deg, #e3e3e3 0%, #ffffff 100%);
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 33px;
    cursor: pointer;
  }
  .see::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 20px;
    right: 20px;
    border-top: 7px solid #333333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .cate .select-year {
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    width: 280px;
    background-color: #ffffff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
    padding: 1em;
    z-index: 999;
  }
  .cate .select-year::before {
    content: "";
    position: absolute;
    top: -2em;
    display: inline-block;
    border-bottom: 6px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    margin-left: -4px;
    top: -6px;
  }
  
  .cate .select-year #year {
    margin-right: 16px;
  }
  .cate select {
    height: 30px;
    width: 45%;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
  }
  .insert {
    position: absolute;
    left: 18.75%;
    top: 90px;
    width: 22.39%;
    height: 33.33%;
    background-color: #e75049;
    mix-blend-mode: multiply;
    opacity: 0;
    animation: move linear 2s;
    animation-fill-mode: forwards;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .insert {
      background-color: rgba(160, 13, 6, 0.75) !important;
      opacity: 0.8 !important;
    }
  }
  .title .text {
    width: 22.39%;
    height: 33.33%;
    position: absolute;
    left: 18.75%;
    top: 90px;
    padding: 0.9375rem 0.9375rem 0 1.9375rem;
    opacity: 0;
    animation: move linear 2s;
    animation-fill-mode: forwards;
  }
  .title .text span {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
  
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .title .text span:nth-of-type(1) {
    margin-bottom: 0.6875rem;
  }
  .title .text span:nth-of-type(2),
  .title .text span:nth-of-type(3),
  .title .text span:nth-of-type(4) {
    font-size: 0.625rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.9375rem;
  }
  .title .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 1.5rem;
    border-right: 0.65625rem solid #fff;
    border-left: none;
    border-top: 0.390625rem solid transparent;
    border-bottom: 0.390625rem solid transparent;
  }
  .content .new-list .new-list-main {
    padding-top: 48px;
  }
  
  .content .new-subject .new-item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 35px;
    background-color: #fff;
    background-color: #fff;
    cursor: pointer;
  }
  
  .content .new-subject .new-item .new-img {
    float: left;
    width: 198px;
  }
  
  .content .new-subject .new-item .new-img img {
    width: 100%;
    height: 100%;
  }
  
  .content .new-subject .new-item .new-text {
    float: left;
    width: 1002px;
    height: 198px;
    border-bottom: 5px solid #d8d8d8;
  }
  
  /* .content .new-subject .new-item .new-img {
    margin-right: 32px;
  } */
  .content .new-subject .new-item span {
    padding-left: 32px;
  }
  
  .content .new-subject .new-item .new-time {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 21px;
  }
  .content .new-subject .new-item .new-time > span {
    padding-left: 0;
  }
  .content .new-subject .new-item .new-title {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    max-height: 38px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 24px;
    font-weight: 400;
    color: #595757;
    line-height: 38px;
    margin: 20px 0 10px 0;
  }
  
  .content .new-subject .new-item .new-report {
    width: 89.92%;
    max-height: 44px;
    margin-top: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    line-height: 22px;
  }
  
  .new-item .triangle {
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 5px;
    left: 251px;
    border-bottom: 7px solid #e20020;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: none;
  }
  
  .new-item:hover .triangle {
    display: block;
  }
  
  .content .new-subject .new-item:hover .new-text {
    border-bottom: 5px solid #e10020;
  }
  .content .new-subject .new-item:hover .new-title {
    color: #ea0a2a;
  }
  @media (min-width: 992px) and (max-width: 1280px) {
    .cate {
      width: 972px;
    }
    .content .new-list .new-list-main {
      width: 972px;
    }
    .content .new-subject .new-item .new-img {
      width: 164px;
    }
    .content .new-subject .new-item .new-text {
      width: 806px;
    }
    .content .new-subject .new-item .new-text {
      height: 164px;
    }
    .content .new-subject .new-item .new-title {
      margin-top: 8px;
    }
    .content .new-subject .new-item .new-report {
      margin-top: 12px;
    }
  }
  @media (min-width: 768px) and (max-width: 992px) {
    .cate {
      width: 748px;
    }
    .content .new-list .new-list-main {
      width: 748px;
    }
    .content .new-subject .new-item .new-img {
      width: 123px;
    }
    .content .new-subject .new-item .new-text {
      width: 625px;
    }
    .content .new-subject .new-item .new-text {
      height: 123px;
    }
    .content .new-subject .new-item .new-title {
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 20px;
    }
    .content .new-subject .new-item .new-report {
      margin-top: 0;
      -webkit-line-clamp: 1;
    }
  }
  @media (min-width: 768px) {
    .cate .screen {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .content .new-list {
      padding-bottom: 40px;
    }
    .content .new-subject .new-item {
      margin-bottom: 20px;
    }
    .new-item:hover .triangle {
      display: none;
    }
    .content .new-subject .new-item:hover .new-text {
      border-bottom: none;
    }
    .content .new-subject .new-item:hover .new-title {
      color: #2f2f2f;
      float: left;
    }
    .cate {
      width: 100%;
      background-color: #f7f8f8;
      margin: 0;
      padding: 3.68rem 2.4rem 0.96rem;
    }
    .cate a,
    .cate span {
      font-size: 14px;
      font-weight: 400;
      color: #a3a3a3;
      background: #f7f8f8;
      line-height: 24px;
      width: 64px;
      margin-right: 0px;
      border: none;
    }
    .cate a.active,
    .cate span.active {
      position: relative;
      padding-bottom: 0.4rem;
      border-bottom: 2px solid #db162c;
      border-right: none;
      border-left: none;
      font-weight: 400;
      background: #f7f8f8;
      color: #2f2f2f;
      font-size: 2.24rem;
      line-height: 24px;
      width: 72px;
    }
    .cate a.active::after,
    .cate span.active::after {
      content: "";
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      bottom: 0;
      left: 50%;
      margin-left: -4px;
      border-bottom: 0.6rem solid #e20020;
      border-left: 0.46rem solid transparent;
      border-right: 0.46rem solid transparent;
    }
    .cate .see,
    .cate .select-year {
      display: none;
    }
    .cate .screen {
      cursor: pointer;
      font-size: 2.08rem;
      font-weight: 400;
      color: #a7a7a7;
      position: absolute;
      bottom: 1.4rem;
      right: 2.4rem;
    }
    .content .new-list .new-list-main {
      width: 92%;
      padding-top: 2.56rem;
    }
    .content .new-subject .new-item .new-img {
      width: 53.33%;
    }
    .content .new-subject .new-item .new-text {
      width: 100%;
      height: auto;
      border-bottom: none;
    }
    .new-subject .new-item .new-text {
      padding-right: 2%;
    }
    .content .new-subject .new-item .new-title {
      margin: 13px 0 22px;
      font-size: 13px;
      line-height: 18px;
      color: #2f2f2f;
      -webkit-line-clamp: 2;
      margin-bottom: 12px;
      font-weight: 400;
      width: 92%;
    }
    .content .new-subject .new-item span {
      padding-left: 1.92rem;
    }
    .content .new-subject .new-item .new-report {
      display: none;
    }
    .content .new-subject .new-item .new-time > span {
      display: block;
      font-size: 11px;
      line-height: 2.8rem;
      color: #989898;
    }
    .content .new-subject .new-item .new-time > span:first-child {
      font-size: 14px;
      color: #787878;
    }
    .content .new-subject .new-item .new-time {
      margin-bottom: 0.8rem;
    }
    .page-footer {
      display: none;
    }
    .insert,
    .title .text {
      width: 63%;
      height: 28%;
      top: 38%;
      left: auto;
      right: 6%;
    }
    .title .triangle {
      border-left: 8px solid #fff;
      border-right: none;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      left: 0;
      top: 16px;
    }
    .title .text {
      padding: 10px 15px;
    }
    .load-more-btn {
      text-align: center;
      color: #595959;
      font-size: 11px;
      font-weight: 400;
    }
    .respons-item-img {
      width: 14px;
      transform: rotate(180deg);
      /* margin-top: 13px; */
      position: absolute;
      top: 32%;
      /* right: 10px; */
      /* float: right; */
      /* line-height: 35%;*/
    } 
    .esg-title {
      font-size: 18px;
      float: left;
      margin-top: -1px;
      /* margin-right: 25%; */
    }
  }<!--ºÄÊ±1756402223.8366Ãë-->