.qj{width: 100%;height: 100%;}
.qj-top{width: 100%;height: 200px;line-height: 200px;text-align: center;font-size: 20px;font-weight: 700;}
.qj-cy{/* width: 100%;height: 100%; */display: flex;justify-content: center;flex-wrap: wrap;}
.cy-list{width: 300px;height: 120px;background-color: white;border-radius: 10px;box-shadow: 2px 2px 5px rgb(207, 207, 207);
    display: flex;position: relative;overflow: hidden;margin: 10px;}
.list-l{width: 120px;height: 120px;overflow: hidden;padding: 10px;display: inline-block;}
.list-l img{width: 100px;height: 100px;margin: 2px auto;border-radius: 10px;box-shadow: 2px 2px 5px rgb(207, 207, 207);}
.list-r{display: inline-block;width: 180px;height: 100px;}
.r-top{width: 100%;height: 50px;}
.name{height: 100%;line-height: 50px;text-align: center;font-size: 18px;font-weight: 600;display: inline-block;margin-left: 5px;}
.zhi{width: 90px;height: 30px;box-shadow: rgb(226, 226, 226);background-color: gold;font-size: 12px;
    font-weight: 600;color: white;display: inline-block;position: absolute;top: 0;right: 0;border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;text-align: center;line-height: 30px;
    font-weight:bold;
}
.r-bot{font-weight: 600;color: rgba(0, 0, 0, 0.603);}
.r-bot-div{width: 180px;}
.r-bot-div span{display: inline-block;width: 180px;overflow: hidden;font-size: 12px;word-wrap: break-word;padding: 5px;}
.qj-qj{display: flex;justify-content: center;flex-wrap: wrap;width: 100%;height: 100%;}
