.height378{
    height: 378px;
}
.m-t-100{
    margin-top: 100px;
}
.projectlist .card{
    border: none;
    padding: 0;
}
.projectlist .goods-name {
    font-weight: bold;
    color: #333;
    position: relative;
}
.projectlist .goods-name::after{
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    background: #A41414;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
@media(min-width: 992px) {
    .projectlist .list-item{
        padding: 20px;
    }
}