.dli {
    width: 23%;
    margin-right: 2.5%;
    height: 380px;
    background: #FFFFFF;
    border-radius: 4px;
    display: block;
    margin-bottom: 40px;
}

.gpicbox {
    position: relative;
    height: 300px;
}

.list {
    padding-top: 48px;
}

.gimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ginfo {
    height: 80px;
    padding: 15px 18px;
    width: 100%;
}

.gtitle {
    font-size: 18px;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ginfol {

    width: 80%;
}

.gtime {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.go {
    width: 32px;
}

.dli:hover {
    box-shadow: 0px 0px 7px 0px rgba(172, 177, 187, 0.07), 0px 0px 24px 0px rgba(172, 177, 187, 0.2);
}

.mb {
    background: rgba(48, 54, 65, .6);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}

.mbb {
    height: 100%;
}

.mbinfo {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    width: 76.8%;
}

/* 解决方案 */
.sli {
    width: 31.66%;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    background: #fff;
    /* transform: translateY(-20px); */
    /* -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease; */
    margin-right: 2.5%;
    margin-bottom: 48px;
}

.sli:hover {
    transform: translateY(-20px);
    /* -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease; */
}
.sli:hover .sinfo{
    border-bottom: 4px solid #3772E8;
}

.gpicbox2 {
    height: 280px;
}

.sgoinfo {
    width: 160px;
    height: 48px;
    background: #FF732E;
    border-radius: 24px;
    font-size: 20px;
    color: #FFFFFF;
}

.sinfo {
    height: 120px;
    padding: 30px 26px 34px;
}

.stitle {
    font-size: 18px;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.stime {
    font-size: 14px;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

