.news_box {
  width: 14.4rem;
  margin: 0.7rem auto 0.74rem;
  display: flex;
}
.news_box .screen{
  display: block;
}

.screen {
  width: 3.16rem;
}

.newslist {
  margin-left: 0.9rem;
  flex: 1;
}

.screen_title {
  font-size: 0.22rem;
  font-weight: 700;
  color: #333333;
}

.newstab_bg {
  width: 3.16rem;
  /* height: 1.46rem; */
  padding-bottom: 0.1rem;
  background: #f7f7f7;
  border-top: 1px solid #a50000;
  margin: 0.2rem 0 0.5rem;
}

.news_tab {
  display: flex;
  align-items: center;
  margin: 0.33rem 0 0.2rem 0.18rem;
  cursor: pointer;
}

.line {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #a50000;
  margin-right: 0.15rem;
}

.tabname {
  font-size: 0.18rem;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

.tabname_a5 {
  font-size: 0.18rem;
  font-weight: 400;
  text-align: left;
  color: #a50000;
}

.line_ff {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #f7f7f7;
  margin-right: 0.15rem;
}

.filter {
  border-top: 1px solid #a50000;
  margin: 0.2rem 0 0.5rem;
}
.sxbg {
  width: 3.16rem;
  height: 0.48rem;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.48rem;
  padding: 0 0.2rem;
  margin-top: 0.3rem;
}
.searchbox {
  width: 100%;
  height: 0.48rem;
  border-radius: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.48rem;
}

.searchbtn {
  width: 3.16rem;
  height: 0.48rem;
  background: #a50000;
  border-radius: 0.24rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 0.48rem;
}

.news_cont_bg {
  padding-bottom: 0.31rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.4rem;
}

.newstit {
  font-size: 0.2rem;
  font-weight: 400;
  color: #333333;
}

.newsbreif {
  font-size: 0.18rem;
  font-weight: 400;
  color: #999999;
  margin-top: 0.2rem;
  line-height: 0.3rem;
  margin-right: 1.22rem;
  text-align: justify;
}

.newsbtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.newstime {
  font-size: 0.18rem;
  font-weight: 400;
  text-align: left;
  color: #a50000;
}

.morebtn {
  width: 1.08rem;
  height: 0.45rem;
  background: #ffffff;
  border: 1px solid #a50000;
  border-radius: 0.24rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: center;
  color: #a50000;
  line-height: 0.45rem;
}

.morebtn:hover {
  background-color: #a50000;
  color: #ffffff;
}

.page {
  margin-top: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page div {
  width: 0.45rem;
  height: 0.45rem;
  font-size: 0.16rem;
  margin: 0 0.07rem;
  cursor: pointer;
  line-height: 0.45rem;
  text-align: center;
}

.page .active {
  width: 0.45rem;
  height: 0.45rem;
  background: #ffffff;
  border: 1px solid #a50000;
  border-radius: 0.24rem;
  text-align: center;
  line-height: 0.45rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: center;
  color: #a50000;
  line-height: 0.45rem;
}

.page .pagebtn {
  width: 0.86rem;
  height: 0.45rem;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 0.24rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 0.45rem;
}


@media only screen and (max-width: 1024px) {
  .news_box {
    width: 9.6rem;
  }
  .newsbreif {
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .news_ss {
    width: 100%;
  }
  .news_ss .team_search {
    width: 65%;
  }
  .news_box {
    width: 92%;
    display: block;
    overflow: hidden;
    margin:0 auto 0.74rem
  }
  .newslist {
    margin: 0.3rem 0 1rem;
  }

  .news_cont_bg {
    padding-bottom: 0.31rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .newslink {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
  }

  .newstit {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.64rem;
    height: 0.64rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .newsbreif {
    font-size: 0.28rem;
    font-weight: 400;
    color: #999999;
    margin-top: 0.2rem;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .newsbtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
  }

  .newstime {
    font-size: 0.3rem;
    font-weight: 400;
    text-align: left;
    color: #a50000;
  }

  .page {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page div {
    width: 0.75rem;
    height: 0.75rem;
    font-size: 0.28rem;
    margin: 0 0.07rem;
    cursor: pointer;
    line-height: 0.75rem;
    text-align: center;
  }

  .page .active {
    width: 0.75rem;
    height: 0.75rem;
    background: #ffffff;
    border: 1px solid #a50000;
    border-radius: 50%;
    text-align: center;
    line-height: 0.75rem;
    font-size: 0.3rem;
    font-weight: 400;
    text-align: center;
    color: #a50000;
  }

  .page .pagebtn {
    width: 1.44rem;
    height: 0.75rem;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 0.38rem;
    font-size: 0.3rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 0.75rem;
  }

  .team_search {
    width: 6.9rem;
    height: 0.8rem;
    border: 1px solid #d5d5d5;
    border-radius: 0.41rem;
    display: flex;
    align-items: center;
    padding: 0 0.26rem;
    margin: 0.4rem auto 0;
  }

  .team_search input {
    font-size: 0.28rem;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 0.8rem;
    flex: 1;
    height: 100%;
  }

  .shaibox {
    display: flex;
    margin: 0.4rem 0.3rem 0;
    justify-content: space-between;
  }

  .shaibox .sxbg {
    width: 3.3rem;
    height: 0.8rem;
    border: 1px solid #d5d5d5;
    border-radius: 0.41rem;
    display: flex;
    align-items: center;
    padding: 0 0.26rem;
  }
  .shaibox .sxbg select {
    width: 100%;
  }
}
