.banner img {
  width: 100%;
}
.content-bg{
  background-color: #F5F5F4;
  padding: 20px 0;
}
.content-box {
  max-width: 1198px;
  margin: 0 auto;
}

.breadcrumb-nav {
  display: none;
  padding: 12px 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb-nav {
    display: flex;
  }
}
/* .tab-swtich-container {
  margin: 20px auto;
  justify-content: space-between;
  position: relative;
} */

.tab-swtich-container .tab-item {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 24.8%;
  background-color: rgb(184, 184, 184);
  transition: all 0.3s;
  cursor: pointer;
  float: left;
  margin-right: 0.26%;
  text-decoration: none;
}
.tab-swtich-container .tab-item.tab-three {
  width: 33%;
  margin-right: 0.5%;
}
.tab-swtich-container .tab-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  /* .tab-swtich-container {
    margin-top: -30px;
  } */
}
@media screen and (max-width: 1440px) {
  .tab-swtich-container .tab-item {
    line-height: 48px;
  }
  /* .tab-swtich-container {
    margin-top: -29px;
  } */
}
@media screen and (max-width: 1280px) {
  .tab-swtich-container .tab-item {
    line-height: 36px;
  }
  .tab-swtich-container {
    margin-top: -22px;
  }
}
@media screen and (max-width: 992px) {
  .tab-swtich-container .tab-item {
    line-height: 32px;
  }
  .tab-swtich-container {
    margin-top: -18px;
  }
}
@media screen and (max-width: 768px) {
  .tab-swtich-container {
    margin-top: 0;
  }
  .tab-swtich-container .tab-item {
    font-size: 14px;
    line-height: 33px;
  }
}
.tab-swtich-container .tab-item.active {
  background-color: rgb(197, 37, 36);
}
/* 内容列表 */
.group-content{
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
}
.group-content #goBottom{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 888;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.content .new-list .new-list-main {
  padding-top: 48px;
}

.content .new-subject .new-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  /* border-bottom: 5px solid #B7B8B8; */
  transition: 0.3s;
}
.content .new-subject .new-item::after{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #B7B8B8;
  border-radius: 2.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: inherit;
}
.new-item:hover {
  background-color: #ffffff;
}
.content .new-subject .new-item .new-img {
  float: left;
  width: 16.66%;
}

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

.content .new-subject .new-item .new-report {
  height: 66px;
  margin-top: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  line-height: 22px;
  padding-right: 30px;
}
.content .new-detail{
  text-align: right;
  font-size: 16px;
  padding-right: 30px;
}

.new-item .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 5px;
  left: 58.33%;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: none;
}
.new-item .bg-line{
  height: 5px;
  width: 83.34%;
  background-color: #B7B8B8;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 5;
  border-radius: 2.5px;
}

.new-item:hover .triangle {
  display: block;
}

.new-item:hover .bg-line {
  background-color: #e10020;
}
.content .new-subject .new-item:hover .new-title {
  color: #ea0a2a;
}
@media screen and (max-width: 1520px) {
  .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;
  }
  .content .new-subject .new-item .new-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .group-content {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .mob-new-report {
    display: none;
  }
  .load-more-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .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;
  }
  .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;
  }
  .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;
}