.content .new-list {
  background-color: #f7f8f8;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 160px;
}
.banner .banner-cate {
  width: 72.3%;
  margin-left: 13.85%;
}
.text {
  width: 27.67%;
  height: 39.4%;
}
.text-title {
  font-size: 1rem;
}
.text-info {
  margin-top: 0.3rem;
  font-size: 0.5rem;
  line-height: 24px;
}
.content .new-list .new-list-main {
  width: 72.3%;
  margin: 0 auto;
  /* margin-left: 14.68%; */
}

.cate {
  position: relative;
  /* width: 1400px; */
  background-color: #f7f8f8;
  padding-top: 82px;
  /* margin-right: 25px; */
}

.cate span,
.cate a {
  /*width: 27.71%;*/
  padding: 0 102px;
  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;
}
.cate .see::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 19px;
  right: 3.2%;
  border-top: 7px solid #333333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 9;
}

.cate .select-year #year {
  margin-right: 16px;
}

.select-year {
  width: 72.3%;
  margin: 0 auto;
  position: relative;
}
.cate select {
  width: 120px;
  height: 33px;
  position: relative;
  right: 1%;
  margin-top: 5px;
  /* margin-right: 14%; */
  padding-left: 12px;
  float: right;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #cbcbcb;
  background: linear-gradient(360deg, #e3e3e3 0%, #ffffff 100%);
  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;
  }
}

.banner .text {
  padding: 2.5% 2% 4.3% 2.2%;
  top: 20.83%;
  left: auto;
  bottom: auto;
  right: 16.8%;
}

.banner .banner-insert {
  top: 20.83%;
  left: auto;
  bottom: auto;
  right: 16.8%;
}

.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.english:nth-of-type(1) {
  margin-bottom: 0.2rem;
}
.title .text span:nth-of-type(2) {
  height: 0.9275rem;
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9375rem;
}
.title .text span.english:nth-of-type(2) {
  height: 1.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  -webkit-line-clamp: 2;
  color: #ffffff;
  line-height: 0.8rem;
}
.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;
  display: flex;
  justify-content: space-between;
}

.content .new-subject .new-item .new-img {
  float: left;
  /* width: 16.66%; */
  width: 200px;
}

.content .new-subject .new-item .new-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .new-subject .new-item .new-text {
  float: left;
  width: 83.34%;
  padding-bottom: 12px;
  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;
}
.breadcrumb-nav {
  display: none;
  padding: 12px 10px;
  align-items: center;
}

.breadcrumb-nav .breadcrumb-nav-item {
  display: inline-block;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #8f8f8f;
  line-height: 22px;
}

.breadcrumb-nav .breadcrumb-nav-item a {
  color: #8f8f8f;
}
.breadcrumb-nav .breadcrumb-nav-item span {
  margin: 0 10px;
  font-size: 16px;
}
.breadcrumb-nav .breadcrumb-nav-item:last-child a {
  color: #484848;
  font-weight: bold;
  cursor: auto;
}
@media screen and (max-width: 1520px) {
  .cate .see::before {
    right: 4%;
  }
  .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: 1310px) {
  .content .new-subject .new-item .new-title {
    height: 38px;
  }
  .cate .see::before {
    right: 5%;
  }
  .content .new-subject .new-item .new-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .group-content {
    padding-right: 0;
  }
  .cate {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .cate .screen {
    display: none;
  }
  .query {
    display: none;
  }
  .mob-new-report {
    display: none;
  }
  .load-more-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-insert,
  .text {
    right: 4.53% !important;
  }
  .text {
    width: 55.8%;
    height: 42%;
  }
  .banner-insert {
    background: #9c1e17;
    mix-blend-mode: normal;
  }
  .breadcrumb-nav {
    display: block;
  }
  .text-title {
    font-size: 15px;
  }
  .text-info {
    font-size: 12px;
  }
  .banner .text {
    padding: 18px 20px 20px 20px !important ;
  }
  .mob-banner-img {
    background-image: url(../img/newcate/newcate-title.png);
  }
  .group-content {
    padding-right: 0;
  }
  .banner .banner-cate a:nth-of-type(1),
  .banner .banner-cate a:nth-of-type(2),
  .banner .banner-cate a:nth-of-type(3) {
    margin-right: 1px;
  }
  .banner .banner-cate {
    width: 100%;
    margin-left: 0;
  }
  .content .new-list {
    padding-bottom: 50px;
    background-color: #fff;
  }
  .content .new-subject .new-item {
    margin-bottom: 33px;
    overflow: hidden;
  }
  .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;
  }
  .cate {
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 20px 33px;
  }
  .cate a,
  .cate span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    background: #fff;
    line-height: 35px;
    padding: 0;
    margin-right: 15px;
    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;
  }
  .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;
    text-align: right;
    /*position: absolute;*/
    /*bottom: 1.4rem;*/
    /*right: 2.4rem;*/
  }
  #showUserPicker {
    position: relative;
    width: 66.52%;
    height: 35px;
    line-height: 35px;
    padding: 0 37px 0 8px;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    position: relative;
    float: right;
    text-align: right;
    background: #fff;
  }
  #showUserPicker::after {
    position: absolute;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 45%;
    right: 18px;
    border-top: 7px solid #8f8f8f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 9;
  }
  .content .new-list .new-list-main {
    width: 100%;
    padding-top: 0;
  }
  .content .new-subject .new-item {
    display: block;
    padding: 28px 8% 0;
    background: #ffffff;
    box-shadow: 1px 2px 9px 1px rgba(4, 0, 0, 0.13);
  }
  .content .new-subject .new-item .new-img {
    width: 34.7%;
  }
  .content .new-subject .new-item .new-text {
    width: 65.3%;
    height: auto;
    border-bottom: none;
    margin: -5px 0 32px;
  }
  .mob-new-report {
    width: 100%;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #8f8f8f;
  }
  .new-subject .new-item .new-text {
    padding-right: 2%;
  }
  .content .new-subject .new-item .new-title {
    height: 48px;
    max-height: 48px;
    font-size: 12px;
    line-height: 24px;
    color: #4b4b4b;
    -webkit-line-clamp: 2;
    margin: 0;
    margin-bottom: 18px;
    font-weight: 400;
  }
  .content .new-subject .new-item span {
    padding-left: 16px;
  }
  .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: 24px;
    color: #989898;
  }
  .content .new-subject .new-item .new-time {
    margin-bottom: 0;
  }
  .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: #ff0000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .load-more-mob-arrow img {
    width: 2.95%;
  }
}

#ampagination {
  text-align: center;
}

@media screen and (max-width: 375px) {
  .text {
    height: 37.5%;
  }
}
