*{
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.ryjs-c{
  position: relative;
  width: 100%;
}
.ryjs-cont{
  width: 67%;
  margin: 3vw auto 0;
}
.ryjs-title p{
  font-size: 2.5vw;
  font-weight: 600;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 2vw;
}
.ryjs-list{
  width: 100%;
  margin-top: 5vw;
}
.ryjs-item{
  width: 100%;
  margin-bottom: 7vw;
}
.ryjs-item a{
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.ryjs-bg{
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff, #e5f1ff);
  box-sizing: border-box;
  box-shadow: 0px 0px 15px #e5f1ff;
  border-radius: 5px;
}
.ryjs-bg::before{
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   content: "";
   width: 0.2vw;
   background: linear-gradient(to bottom, #6a51f3, #225fee, #26c9ff);
   border-radius: 0 5px 5px 0;
}
.ryjs-box{
  position: relative;
  width: calc(100% - 0.2vw);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  background: url(../../images/flower.png) no-repeat right top;
  background-size: 7vw auto;
}
.ryjs-img{
  width: 22%;
}
.ryjs-img img{
  width: 100%;
  position: relative;
  transform: translateY(-20%);
}
.ryjs-jj{
  width: 74%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ryjs-jj p{
  color: #4c5051;
  font-size: 0.8vw;
  line-height: 1.6vw;
  text-align: justify;
  
}
.ryjs-more{
  position: absolute;
  right: 3vw;
  bottom: 1vw;
}
.ryjs-more p{
  color: #228dff;
  font-size: 0.6vw;
}

/* 弹窗 */
.ryjs-xq-black{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  display: none;
}
.ryjs-xq-white{
  position: relative;
  width: 63%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.ryjs-xq-bg{
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.ryjs-xq-bg::before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.2vw;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(to bottom, #6a51f3, #225fee, #26c9ff);
}
.ryjs-xq{
  width: calc(100% - 0.2vw);
  background: url(../../images/flower.png) no-repeat right top;
  padding-bottom: 4vw;
}
.ryjs-profile{
  width: 15vw;
  margin: 0 auto;
  transform: translateY(-20%);
}
.ryjs-profile img{
  width: 100%;
}
.ryjs-text{
  width: 70%;
  margin: -3vw auto 0;
}
.ryjs-text p{
  font-size: 0.8vw;
  line-height: 1.6vw;
  color: #414141;
  text-align: justify;
  text-indent: 1.6vw;
}
.ryjs-close{
  position: absolute;
  width: 4vw;
  height: 4vw;
  left: 50%;
  bottom: -2vw;
  transform: translateX(-50%);
  cursor: pointer;
}
.ryjs-close img{
  width: 100%;
  -webkit-transition:  all 0.5s linear 0s;
  transition:  all 0.5s linear 0s;
}
.ryjs-close:hover img{
  transform: rotate(180deg);
}
@media screen and (max-width: 1920px){
  .ryjs-jj p, .ryjs-text p{
    font-size: 1vw;
    line-height: 2vw;
    text-indent: 2vw;
  }
}

@media screen and (max-width: 1024px){
  .ryjs-cont{
    width: 92%;
    margin: 35px auto;
  }
  .ryjs-title p{
    font-size: 4vw;
    margin-bottom: 16px;
  }
  .ryjs-list{
    margin-top: 7vh;
  }

  .ryjs-item{
    margin-bottom: 11vw;
  }
  .ryjs-bg::before{
    width: 4px;
  }
  .ryjs-box{
    padding-left: 4vw;
    padding-right: 4vw;
    width: calc(100% - 4px);
    background-size: 13vw auto;
  }
  .ryjs-img{
    width: 30%;
  }
  .ryjs-jj{
    width: 68%;
  }
  .ryjs-jj p{
    font-size: 2.4vw;
    line-height: 4.8vw;
    text-indent: 4.8vw;
  }
  .ryjs-more{
    right: 4vw;
    bottom: 2vw;
  }
  .ryjs-more p{
    font-size: 1.8vw;
  }

  .ryjs-xq-white{
    width: 92%;
  }
  .ryjs-close{
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
  .ryjs-xq-bg::before{
    width: 4px;
  }
  .ryjs-xq{
    width: calc(100% - 4px);
    background-size: 20vw auto;
    padding-bottom: 8vh;
  }
  .ryjs-profile{
    width: 30vh;
  }
  .ryjs-text{
    width: 92%;
    height: 28vh;
    overflow-y: scroll;
    margin: -7vh auto 0;
  }
  .ryjs-text p{
    font-size: 2.4vw;
    line-height: 4.8vw;
    text-indent: 4.8vw;
  }
}

@media screen and (max-width: 767px){
  .ryjs-title p{
    font-size: 6vw;
  }
  .ryjs-box{
    background-size: 20vw auto;
  }
  .ryjs-img{
    width: 35%;
  }
  .ryjs-jj{
    width: 64%;
  }
  .ryjs-jj p{
    font-size: 4vw;
    line-height: 6vw;
    text-indent: 8vw;
  }
  .ryjs-more p{
    font-size: 3vw;
  }
  
  .ryjs-text p {
    font-size: 4vw;
    line-height: 6vw;
    text-indent: 8vw;
  }
  .ryjs-close {
    width: 14vw;
    height: 14vw;
    bottom: -7vw;
  }
  
}