.flex {
  display: flex;
  align-items: center;
}
.article-wrapper {
  padding: 0.933rem 0 0.707rem;
  background: rgba(0, 168, 82, 0.9);
}
.article-list {
  padding: 0 0.16rem;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.article-list .item {
  margin-bottom: 0.533rem;
  padding-bottom: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  align-items: stretch;
  flex-direction: column;
  background: #fff;
  transition: all 0.3s;
}
.article-list .item:hover {
  background: #000;
}
.article-list .item:hover .title {
  color: #fff;
}
.article-list .item:hover .title img {
  filter: invert(1);
}
.article-list .item:hover .view {
  color: #fff;
}
.article-list .item:hover .view .more {
  color: #fecb00;
}
.article-list .item .img {
  height: 5rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
  background-repeat:no-repeat;
}
.article-list .item .title {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0.44rem 0 0;
  padding: 0 0.187rem;
  font-size: 0.32rem;
  font-weight: bold;
  font-stretch: normal;
  color: #000000;
  transition: all 0.3s;
}
.article-list .item .title img {
  width: 0.453rem;
  margin-right: 0.24rem;
}
.article-list .item .view {
  padding: 0 0.187rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.267rem;
  color: #000000;
  transition: all 0.3s;
}
.article-list .item .view .more {
  background: transparent;
  color: #000;
  border-left-color: #000;
  transition: all 0.3s;
}
.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 3.52rem;
  height: 0.84rem;
  background-color: #000000;
  color: #fcc000;
  font-size: 0.267rem;
  font-weight: bold;
  letter-spacing: 0.027rem;
}



.flter{
  float:right;
  font-size: 16px;
}

.flter li{
  width: 160px;
  z-index: 2;
  position: relative;
  text-align: center;
  float: left;
  list-style: none;
  padding: 5px 0;
}
.flter li ul{
  display: none;
  position: absolute;
  padding-bottom: 10px;
}
.flter li:hover ul {
  background-color: black;
  display: block;
}

.flter li:hover {
  background-color: black;
}

.flter li ul li:hover{
  background-color: gray;
}

.star img {
  width: 30px;
  margin-right: 3px;
}

.price {
  margin: 10px 0 0 10px;
  text-align:center;
  font-size: 16px;
  padding:10px; 
  color: #fff;
  background: rgba(0,0,0,0.3);
  width:100px;
  border-radius:20px;
}