.test-cont-wyjs {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    padding: 0rem 1rem 2rem;
}

.test-h3 {
    text-align: center;
    background: #121212 url(https://www.kayuwang.com/images/landing-bg.png) no-repeat;
    color: rgba(255,255,255,.75);
    line-height: 100px;
    font-size: 22px;
    border-radius: 8px;
    margin: -2rem 0 15px 0px;
}

.test-h3 span {
    font-size: 16px;
}
.test-cont-wyjs .test-list:nth-child(2n) {
    background: #f4f5f7;
}

.test-list {
    border-radius: 8px;
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    line-height: 50px;
}

.test-list>div {
    width: 20%;
    float: left;
    overflow: hidden;
}

.test-jsq img {
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    margin-right: 10px;
}

.test-course a {
    background: linear-gradient(90deg,#00d1ff 0,#11af6d 100%);
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #191f2b;
    border-radius: 5px;
}
.test-cdk button {
    background: #121212;
    color: rgba(255,255,255,.75);
    line-height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    transition: .3s ease-out;
}

.test-cdk button:hover {
    padding: 0 15px;
}
.test-div {
    height: 50px;
}
.test-list-t {
    line-height: 25px;
}


@media(max-width: 576px){
    .test-date {
    display: none;
}

.test-jsq span {
    display: none;
}

.test-cont {
    display: none;
}

.test-list>div {
    width: 33.33%;
}
.test-h3 span {
    display: block;
    font-size: 12px;
}

.test-h3 {
    line-height: inherit;
    padding: 20px 0;
}
}