*{
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.hyyy-c{
  width: 100%;
}

.hyyy-list{
  width: 86%;
  margin: 3vw auto;
}
.list-item{
  margin-bottom: 2vw;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.list-item img{
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.list-item:hover img{
  transform: scale(1.05);
}
.list-info{
  position: relative;
  z-index: 2;
  width: 28vw;
  box-sizing: border-box;
  padding: 3.6vw 3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-name p{
  font-size: 2vw;
  color: #fdfffe;
  line-height: 5vw;
}
.info-js p{
  font-size: 0.8vw;
  color: #fdfffe;
  line-height: 1.6vw;
  text-align: justify;
}
.info-tag p{
  font-size: 0.6vw;
  color: #fdfffe;
}
@media screen and (max-width: 1920px){
  .info-js p{
    font-size: 1vw;
  }
  .info-tag p{
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1024px){
  .hyyy-list{
    width: 92%;
    margin: 35px auto;
  }
  .list-item{
    margin-bottom: 4vw;
    flex-wrap: wrap;
  }
  .list-info{
    width: 100%;
    padding: 2vw 4% 3vw 4%;
  }
  .info-name{
    margin-bottom: 2vw;
  }
  .info-name p{
    width: 100%;
    font-size: 4vw;
    line-height: 6vw;
  }
  .info-js{
    margin-left: 0;
  }
  .info-js p{
    width: 100%;
    font-size: 2.6vw;
    line-height: 3.6vw;
  }
  .info-tag{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .info-name p{
    font-size: 6vw;
    line-height: 8vw;
  }
  .info-js p{
    font-size: 4vw;
    line-height: 6vw;
  }
}