.zy {
   
}

.zy ul li {
    width: 100%;
    border-radius: .1333rem;
    overflow: hidden;
    margin-bottom: .2667rem;
    background-color: #fff;
    padding: .2667rem 0;
}
.zy ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.zy img {
    display: block;
    width: 100%;
}
.zy ul li .img {
    width: 25%;
    overflow: hidden;
}
.zy ul li .fr {
    width: 65%;
}
.zy ul li h2 {
    font-size: .4rem;
    line-height: 1.5;
}
.zy ul li .fr .p1 {
    font-size: .2133rem;
    padding-bottom: .1333rem;
}
.zy ul li .fr p {
    font-size: .32rem;
}
.zy ul li .btnn {
    display: flex;
    justify-content: space-between;
    /* float: right; */
    /* background-color: #f64271; */
    color: #f64271;
    /* width: 30%; */
    /* height: .5333rem; */
    /* line-height: .5333rem; */
    /* text-align: center; */
    margin-top: .2rem;
    border-radius: .1333rem;
    font-size: .24rem;

}
.zy ul li .btnn .iconfont {
    font-size: .4267rem;
}