.title img {
  width: 100%;
}
.insert {
  position: absolute;
  left: 20%;
  top: 30px;
  width: 31.51%;
  height: 43%;
  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: 31.51%;
  left: 20%;
  position: absolute;
  right: 18.8%;
  top: 50px;
  padding: 0.2rem 0.9375rem 0 1.6375rem;
  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: 3;
  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) {
  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 {
  background-color: #f7f8f8;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 105px;
}

.content .new-list .new-list-main {
  width: 1200px;
  margin: 0 auto;
}

h3.title {
  width: 1200px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  line-height: 63px;
  margin-bottom: 21px;
}

.public-content {
  width: 1200px;
  margin: 0 auto 50px;
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 30px;
}

.see {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 53px;
}

.see select {
  width: 120px;
  height: 33px;
  text-indent: 12px;
  background: linear-gradient(360deg, #e3e3e3 0%, #ffffff 100%);
  border-radius: 3px;
  border: 1px solid #cbcbcb;
}

.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;
  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;
}

.new-text .link {
  position: absolute;
  right: 60px;
  top: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #e10020;
  line-height: 21px;
}

.new-text .link::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -24px;
  width: 16px;
  height: 16px;
  background: #e10020;
  border-radius: 50%;
}

.link::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 5px 4px;
  width: 5px;
  height: 5px;
  z-index: 99;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content .new-subject .new-item span {
  padding-left: 30px;
}

.content .new-subject .new-item a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #e10020;
  line-height: 21px;
}

.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-title {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 25px;
  font-weight: 400;
  color: #595757;
  line-height: 38px;
  margin: 24px 0 14px 0;
}

.content .new-subject .new-item .new-report {
  width: 89.92%;
  margin-top: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 22px;
}

.new-item .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 5px;
  left: 251px;
  border-bottom: 8px solid #e20020;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: none;
}

@media screen and (min-width: 768px) {
  .new-item:hover .triangle {
    display: block;
  }
  .content .new-subject .new-item:hover .new-text {
    border-bottom: 5px solid #e10020;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  h3.title,
  .content .new-list .new-list-main,
  .public-content,
  .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;
  }
  .new-text .link {
    top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h3.title,
  .content .new-list .new-list-main,
  .public-content,
  .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;
    height: 123px;
  }
  .content .new-subject .new-item .new-title {
    margin-top: 8px;
    font-size: 20px;
  }
  .content .new-subject .new-item .new-report {
    margin-top: 12px;
  }
  .new-text .link {
    top: 16px;
  }
}
@media (min-width: 768px) {
  .mob-link {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-link {
    display: none;
  }
  h3.title {
    width: 100%;
    padding: 0 4%;
    font-size: 3.2rem;
    line-height: 4.8rem;
    color: #2f2f2f;
    margin: 0 auto 5px;
  }
  .public-content {
    width: 100%;
    padding: 0 4%;
    color: #3a3a3a;
    font-size: 1.92rem;
    line-height: 4.8rem;
    margin: 0 auto 20px;
  }
  .content .new-list .new-list-main {
    width: 100%;
    padding: 0 4%;
    padding-top: 36px;
  }
  .content .new-subject .new-item .new-img {
    width: 53.33%;
    height: 29.44rem;
  }
  .content .new-subject .new-item .new-text {
    width: 46.67%;
    height: 29.6rem;
    padding: 2.24rem 2.08rem;
    border-bottom: none;
  }
  .content .new-subject .new-item .new-title {
    font-size: 2.08rem;
    color: #2f2f2f;
    line-height: 2.8rem;
    -webkit-line-clamp: 2;
    margin: 0;
  }
  .content .new-subject .new-item .new-report {
    font-size: 1.76rem;
    line-height: 2.8rem;
    color: #989898;
    -webkit-line-clamp: 3;
  }
  .content .new-subject .new-item .new-report {
    width: 100%;
    margin-top: 2.56rem;
  }
  .link::before,
  .new-text .link::after {
    content: none;
  }
  .mob-link {
    width: 11.36rem;
    height: 3.36rem;
    background: #e10020;
    border-radius: 3px;
    text-align: center;
  }
  .content .new-subject .new-item a {
    font-size: 1.6rem;
    line-height: 3.36rem;
    color: #fff;
  }
  .new-text .link {
    top: 23.2rem;
    left: 57.1%;
    right: auto;
  }
  .content .new-subject .new-item span {
    padding-left: 0;
  }
  .content .new-subject .new-item {
    margin-bottom: 25px;
  }
  .content .new-list {
    padding-bottom: 40px;
  }
  .insert,
  .title .text {
    width: 56%;
    height: 45%;
    top: 40%;
    left: auto;
    right: 6%;
    z-index: 1;
  }
  .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;
  }
}
<!--ºÄÊ±1753266372.2377Ãë-->