.work-item-card {
    width: 100%;
    background-color: #fff;
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    /*-webkit-transition: -webkit-box-shadow .5s;*/
    /*transition: -webkit-box-shadow .5s;*/
    /*transition: box-shadow .5s;*/
    /*transition: box-shadow .5s, -webkit-box-shadow .5s;*/
    /*transition: box-shadow .5s, -webkit-box-shadow .5s;*/
    cursor: pointer;
}

.work-item-card a:focus {
    outline: none !important;
    text-decoration: none !important;
}

/*.work-item-card:hover {*/
/*    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);*/
/*    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%)*/
/*}*/

.work-item-type {
    padding: 30px 30px 30px 47px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    color: #303030;
    position: relative;
    letter-spacing: 1.5px
}

.work-item-type::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    left: 30px;
    margin-top: -5px;
    background: #0c0c0c;
    border-radius: 50%
}

.work-item-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.work-item-img img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

/*.work-awards-img-tag {*/
/*    width: 43px;*/
/*    height: 65px;*/
/*    background: url(../img/awards-tag-bg.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: top;*/
/*    position: absolute;*/
/*    left: 12%;*/
/*    padding: 0 8px 2px 8px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    top: -65px;*/
/*    transition: all .3s cubic-bezier(.23, 1, .32, 1);*/
/*    opacity: .5;*/
/*    z-index: 1;*/
/*}*/

/*.work-awards-img-tag img {*/
/*    width: 100%;*/
/*    max-height: 100%;*/
/*}*/

/*.work-item-card:hover .work-awards-img-tag {*/
/*    top: 0;*/
/*    opacity: 1;*/
/*}*/

.work-item-card:hover .work-item-img img{
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.work-item-info {
    padding: 24px 30px 30px 30px
}

.work-item-title {
    font-size: 26px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #303030;
    margin: 0
}

.work-item-subtitle {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #303030;
    margin: 8px 0 0 0
}

.work-item-desc {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #595757;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 26px;
}

.work-item-bottom {
    padding: 0 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.work-item-brand {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    color: #595757
}

.work-item-brand-label {
    padding-right: 5px;
    color: #bababa;
    font-family: SourceHanSansCN-Bold
}

.work-item-award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%
}

.work-item-award-tag {
    background: #242323;
    border-radius: 10px;
    padding: 2px 6px;
    color: #fff;
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy;
    font-weight: 800;
    color: #fff;
    transition: background .3s;
}

.work-item-card:hover .work-item-award-tag {
    background: #B72B26;
}

.work-item-award-name {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #595757;
    margin-top: 13px;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 1660px) {
    .work-item-type {
        padding: 30px 20px 30px 30px
    }

    .work-item-type::before {
        width: 6px;
        height: 6px;
        left: 20px;
        margin-top: -3px
    }

    .work-item-info {
        padding: 18px 20px 24px 20px
    }

    .work-item-bottom {
        padding: 0 20px 30px 20px
    }

    .work-item-title {
        font-size: 22px
    }

    .work-item-subtitle {
        font-size: 16px;
        margin: 6px 0 0 0
    }

    .work-item-desc {
        font-size: 14px;
        margin-top: 18px;
    }

    .work-item-brand {
        font-size: 14px
    }

    .work-item-award-tag {
        font-size: 12px
    }

    .work-item-award-name {
        font-size: 14px
    }
}

@media screen and (max-width: 1024px) {
    .work-item-type {
        padding: 20px 20px 20px 30px
    }

    .work-item-type::before {
        width: 6px;
        height: 6px;
        left: 20px;
        margin-top: -3px
    }

    .work-item-info {
        padding: 18px 15px 18px 15px
    }

    .work-item-title {
        font-size: 17px
    }

    .work-item-subtitle {
        font-size: 11px;
        margin: 6px 0 0 0
    }

    .work-item-desc {
        display: none
    }

    .work-item-bottom {
        padding: 0 15px 20px 15px
    }

    .work-item-brand {
        font-size: 11px
    }

    .work-item-award-name {
        margin-top: 8px;
        font-size: 11px
    }

    .work-item-award-tag {
        border-radius: 4px;
        font-size: 10px
    }

    .work-awards-img-tag {
        left: 10%;
        width: 35px;
        height: 54px;
        padding: 0 6px 0px;
        top: -54px;
    }
}