#new-container {
  margin: 0 auto;
  font-size: 0.12rem;
  position: relative;
  z-index: 0;
}
#new-container .back {
  width: 100%;
}
#new-container .router-icon {
  width: 13rem;
  margin: 0.8rem auto 0.8rem;
  color: #B9B9B9;
}
#new-container .router-icon .iconfont {
  font-size: 0.1rem;
  margin-right: 0.05rem;
}
#new-container .router-icon span {
  margin-right: 0.05rem;
}
#new-container .news {
  width: 13rem;
  margin: 0 auto;
}
#new-container .news .top-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
#new-container .news .top-block .img1 {
  width: 5.36rem;
  height: 3.27rem;
  margin-right: 0.6rem;
  object-fit:cover;
}
#new-container .news .top-block .right {
  font-size: 0.13rem;
  padding-top: 0.15rem;
}
#new-container .news .top-block .right .time {
  color: #999;
  margin-bottom: 0.2rem;
}
#new-container .news .top-block .right .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.3rem;
}
#new-container .news .top-block .right .text {
  margin-bottom: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#new-container .news .top-block .right .btn {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
#new-container .news .top-block .right .btn img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.16rem;
}
#new-container .news .top-block .right .btn .hide-img {
  display: block;
}
#new-container .news .top-block .right .btn .show-img {
  display: none;
}
#new-container .news .top-block:hover .right .title {
  color: #EA253C;
}
#new-container .news .bottom-block {
  display: flex;
  justify-content: space-between;
}
#new-container .news .bottom-block .news-item {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
  border: 0.01rem solid #D0D0D0;
  padding: 0.17rem;
  width: 3.77rem;
}
#new-container .news .bottom-block .news-item img {
  width: 3.43rem;
  height: 2.6rem;
  object-fit:cover;
}
#new-container .news .bottom-block .news-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0.18rem 0 0.2rem;
}
#new-container .news .bottom-block .news-item .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
#new-container .news .bottom-block .news-item .box {
  width: 100%;
  height: 0.02rem;
  background-color: #D0D0D0;
  margin: 0.15rem 0;
}
#new-container .news .bottom-block .news-item .last-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#new-container .news .bottom-block .news-item .last-line .p1 {
  font-size: 0.2rem;
}
#new-container .news .bottom-block .news-item .last-line img {
  width: 0.3rem;
  height: 0.3rem;
}
#new-container .news .bottom-block .news-item .last-line .hide-img {
  display: block;
}
#new-container .news .bottom-block .news-item .last-line .show-img {
  display: none;
}
#new-container .news .bottom-block .news-item:hover .title {
  color: #EA253C;
}
#new-container .news .bottom-block .news-item-style {
  position: relative;
  top: -0.05rem;
  left: -0.05rem;
  transition: all 0.3s;
  box-shadow: 0.05rem 0.05rem 0.05rem #ccc;
}
#new-container .news .page {
  margin: 1rem 0 1.5rem;
  display: flex;
  justify-content: center;
}
#new-container .news .page .pagination {
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
}
#new-container .news .page .pagination li,
#new-container .news .page .pagination a,
#new-container .news .page .pagination span {
  text-align: center;
  line-height: 0.28rem;
  border: 0.02rem solid #999;
  /*width: 0.32rem;*/
  height: 0.32rem;
  border-radius: 0.05rem;
  margin: 0.07rem;
  box-sizing: border-box;
}
#new-container .news .page .pagination li:hover,
#new-container .news .page .pagination a:hover,
#new-container .news .page .pagination span:hover {
  background-color: #EA253C;
  color: #fff;
  border: none;
  line-height: 0.32rem;
}
#new-container .news .page .pagination a,
#new-container .news .page .pagination span {
  border: none;
}
#new-container .news .page .pagination .active {
  background-color: #EA253C;
  color: #fff;
  border: 0.02rem solid #EA253C;
}
