.lianzai-menu {
  width: 100%;
}
.lianzai-menu-list{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lianzai-menu-list li {
  display: block;
  width: 120px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}
.lianzai-menu-list li a{
  color: #000;
}
.lianzai-menu-list .active a{
  color: #e63740;
  font-weight: bold;
}
#main {
  background-color: #e8ecf0;
  width: 100%;
}
#list_box{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
#list_box li {
  background-color: #fff;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  width:48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left:1%;
  margin-right:1%;
  border-radius: 15px;
}
#list_box li img{
  width: 100%;
  height: 230px;
  background-color: #fff;
  background-image: url('../../images/loading.gif');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-info{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px ;
}
.list-info span{
  color: #000;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.list-info .update{
  background-color: #f03e3d;
  color:#fff;
  font-weight: 500;
  padding: 1px 3px;
}
