.caselist {
    width: 1250px;
    margin: 80px auto;
    height:auto;
}
.caselist a{
    width: 378px;
    height: 439px;
    overflow: hidden;
    margin-right: 33px;
    margin-bottom: 32px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 6%);
    cursor: pointer;
    transition: all .3s;
    background: #fff;
    float: left;
}

    .caselist a:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 15px 0 rgb(0 0 0 / 10%);
    }

.caselist img {
    width: 100%;
}
    .pic-box .title {
    position: relative;
    height: 80px;
}

.case-item-hd {
    position: relative;
    height: 0;
    padding-bottom: 54%;
    overflow: hidden;
}

    .case-item-hd .case-cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        transition: all .6s cubic-bezier(.19,1,.22,1);
    }

    .case-item-hd .case-brand {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        z-index: 3;
    }

.case-brand-logo {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    line-height: 0;
    background-color: #e1dddd;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
}

.case-brand-logo img{
    margin:3px;
}
.case-item-bd h2 {
    font-size: 18px;
    line-height: 2;
    color: #000;
    margin: 8px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    padding-left: 10px;
}

    .case .case-item-ft {
        border-top: 1px solid #eee;
        *
    zoom: 1;
        padding: 15px 0px;
        font-size: 14px;
        position: relative;
    }



.case-item-ft  .case-meta {
    display: block;
    float: left;
    width: 46.5%;
    margin-left: 0%;
    text-align: center;
}

.case-meta-title {
    color: #999;
}
.case-meta-data {
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: 500;
}

.pic-box {
    width: 378px;
    height: 439px;
    overflow: hidden;
    margin-right: 33px;
    margin-bottom: 32px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 6%);
    cursor: pointer;
    transition: all .3s;
    background: #fff;
    float: left;
}

 .pic-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px 0 rgb(0 0 0 / 10%);
}

 .pic-box .deimg img {
    width: 100%;
}

 .pic-box .title {
    position: relative;
    height: 80px;
}

    .pic-box .title span {
        padding-top: 20px;
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        left: 80px;
        display: none;
    }

.pic-box .count {
    border-top: 1px solid #eee;
    padding: 16px 0px;
}
 .pic-box .count .detail {
    float: left;
    width: 30%;
    padding: 1%;
    text-align: center;
}
    .pic-box .count .detail p {
        line-height: 30px;
        color: #999;
        font-size: 14px;
    }

 .pic-box .count .detail p {
    line-height: 30px;
    color: #999;
    font-size: 14px;
}
 .pic-box .count .detail .news-detail2 span {
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: 500;
}
