html,body{
  min-width: 10.4rem !important;
}
.information{
  margin-bottom: 0.56rem !important;
  margin-top: 1rem !important;
}

.information .info_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  cursor: pointer;
  border-bottom: 1px dashed #656565;
  padding-bottom: 0.3rem;
}
.information .info_img{
  width: 2.58rem;
  height: 1.68rem;
}
.information .info_content{
  position: relative;
  width: 7.5rem;
  height: 1.46rem;
  padding-bottom: 0.22rem;
}
.information .info_content h4{
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  margin: 0.16rem 0 0.24rem;
}
.information .info_content p{
  font-size: 0.15rem;
  color: #333333;
}
.information .info_content span{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.16rem;
  color: #949494;
}
.load_more{
  text-align: center;
}
.load_more span{
  display: inline-block;
  transform: rotateZ(270deg);
  cursor: pointer;
}
.foot_paging{
  height: 0.36rem;
  margin-bottom: 0;
}
.more{
  width: 100%;
  display: inline-block;
  text-align: center;
}

.news-list li{
  padding: 0.4rem 0.35rem;
  border-bottom: 1px dashed #656565;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list li img{
  width: 4.3rem;
  height: 2.82rem;
  margin-right: 0.44rem;
}

.news-list li .content{
  flex: 1;
  overflow: auto;
  height: 2.82rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #0C0C0C;
}

.news-list li .content p{
  font-size: 0.38rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list li .content h6{
  text-indent: 0.5rem;
  height: 0.9rem;
  line-height: 0.31rem;
  font-size: 0.23rem;
  margin: 0.46rem 0 0.33rem 0;
}

.news-list li .content span{
  font-size: 0.23rem;
}
