.i4 .home-news {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 9.6rem;
}
.i4 .home-news .container {
  height: 100%;
  padding-top: 1.8rem;
}
.i4 .home-news .container .home-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i4 .home-news .container .home-news-header .home-news-nav {
  margin-right: auto;
  display: flex;
  align-items: center;
  align-self: self-end;
}
.i4 .home-news .container .home-news-header .home-news-nav li {
  margin-left: 0.6rem;
  position: relative;
}
.i4 .home-news .container .home-news-header .home-news-nav li,
.i4 .home-news .container .home-news-header .home-news-nav li a {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}
.i4 .home-news .container .home-news-header .home-news-nav li:before {
  content: '';
  border-bottom: 0.08rem solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.i4 .home-news .container .home-news-header .home-news-nav li span {
  position: relative;
  z-index: 2;
}
.i4 .home-news .container .home-news-header .home-news-nav li.active {
  color: #fff;
}
.i4 .home-news .container .home-news-header .home-news-nav li.active:before {
  border-bottom-color: #B0241C;
}
.i4 .home-news .container .home-news-header .home-news-link {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-header .home-public-title {
    width: auto;
  }
  .i4 .home-news .container .home-news-header .home-news-nav {
    width: 100%;
    margin-top: 0.3rem;
    overflow-x: auto;
    display: block;
    font-size: 0;
    white-space: nowrap;
  }
  .i4 .home-news .container .home-news-header .home-news-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .i4 .home-news .container .home-news-header .home-news-nav li {
    margin-left: 0;
    width: 2.5rem;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .i4 .home-news .container .home-news-header .home-news-nav li:last-child {
    display: none;
  }
  .i4 .home-news .container .home-news-header .home-news-nav li,
  .i4 .home-news .container .home-news-header .home-news-nav li a {
    font-size: 0.28rem;
    line-height: 1.5;
    padding: 0.15rem 0;
  }
  .i4 .home-news .container .home-news-header .home-news-link {
    display: none;
  }
}
.i4 .home-news .container .home-news-main .home-news-item {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.49rem;
}
.i4 .home-news .container .home-news-main .home-news-item.tabActive {
  display: flex;
}
.i4 .home-news .container .home-news-main .home-news-mainNews {
  width: 4.56rem;
}
.i4 .home-news .container .home-news-main .home-news-mainNews dt {
  overflow: hidden;
  height: 3.04rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
}
.i4 .home-news .container .home-news-main .home-news-mainNews dt a {
  display: block;
  height: 100%;
}
.i4 .home-news .container .home-news-main .home-news-mainNews dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-mainNews dt {
    height: 3.84rem;
  }
}
.i4 .home-news .container .home-news-main .home-news-mainNews dd {
  padding-top: 0.2rem;
}
.i4 .home-news .container .home-news-main .home-news-mainNews dd .title a {
  display: block;
  font-family: 'Source Han Sans CN';
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-mainNews dd .title a {
    font-size: 0.32rem;
    line-height: 1.7;
  }
}
.i4 .home-news .container .home-news-main .home-news-mainNews dd .desc a {
  display: block;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.11rem;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-mainNews dd .desc a {
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-mainNews {
    width: 100%;
  }
}
.i4 .home-news .container .home-news-main .home-news-list {
  width: 9.75rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.i4 .home-news .container .home-news-main .home-news-list li {
  width: 45%;
  display: flex;
  align-items: center;
  margin-top: 0.47rem;
}
.i4 .home-news .container .home-news-main .home-news-list li:nth-child(-n+2):nth-child(n+1) {
  margin-top: 0;
}
.i4 .home-news .container .home-news-main .home-news-list li:nth-child(2n) {
  margin-left: 10%;
}
.i4 .home-news .container .home-news-main .home-news-list li .time {
  width: 20%;
  border-right: 0.01rem solid #ffffff;
  text-align: center;
  padding: 0.02rem 0;
}
.i4 .home-news .container .home-news-main .home-news-list li .time b {
  font-family: 'fjalla';
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list li .time b {
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
}
.i4 .home-news .container .home-news-main .home-news-list li .time span {
  font-family: 'fjalla';
  font-weight: 400;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list li .time span {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list li .time {
    width: 25%;
  }
}
.i4 .home-news .container .home-news-main .home-news-list li .content {
  width: 80%;
  padding-left: 0.3rem;
}
.i4 .home-news .container .home-news-main .home-news-list li .content .title a,
.i4 .home-news .container .home-news-main .home-news-list li .content .desc a {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i4 .home-news .container .home-news-main .home-news-list li .content .title a {
  font-family: 'Source Han Sans CN';
  font-weight: 500;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.36rem;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list li .content .title a {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
.i4 .home-news .container .home-news-main .home-news-list li .content .desc a {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.28rem;
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list li .content .desc a {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list li .content {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list li {
    width: 100%;
  }
  .i4 .home-news .container .home-news-main .home-news-list li:nth-child(2n) {
    margin-left: 0;
  }
  .i4 .home-news .container .home-news-main .home-news-list li:nth-child(-n+2):nth-child(n+1) {
    margin-top: 0.47rem;
  }
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container .home-news-main .home-news-list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .i4 .home-news .container {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .i4 .home-news {
    height: 100%;
  }
}
