.flex {
  display: flex;
  align-items: center;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 50px;
  background-color: #000000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #fdcb00;
}
.more::after {
  margin-left: 10px;
  content: '';
  border: 8px solid #fecb00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.article-wrapper {
  padding: 70px 0 53px;
  background: rgba(0, 168, 82, 0.9);
}
.article-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.article-list .item {
  margin-bottom: 40px;
  position: relative;
  width: 580px;
  height: 408px;
  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: 243px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.article-list .item .title {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex: 1;
  margin: 33px 0 0;
  padding: 0 14px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  color: #000000;
  transition: all 0.3s;
}
.article-list .item .title img {
  margin-right: 20px;
}
.article-list .item .view {
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  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: 31px auto 0;
  width: 390px;
  height: 74px;
  border-radius: 8px;
  border: solid 2px #fcc000;
  font-size: 30px;
  font-weight: bold;
  color: #fcc000;
  transition: all 0.3s;
  cursor: pointer;
}
.load-more:hover {
  background: #fcc000;
  color: #000000;
}

.bread {
  display: flex;
  justify-content: space-between;
  
}

.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;
}