/* 产品 */
.goodspic {
    object-fit: cover;
    height: 280px;
    width: 100%;
}

.list {
    padding-top: 48px;
}

.pli {
    width: 23%;
    margin-right: 2.5%;
    /* height: 380px; */
    background: #FFFFFF;
    border-radius: 4px;
    display: block;
    margin-bottom: 60px;

}

.pli:hover .gtitle {
    color: #3772E8;
    font-weight: bold;
}

.pli:hover .goinfo {
    border: none;
    color: #FFFFFF;
    background: #3772E8;
}

.gtitle {
    font-size: 18px;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
}

.ginfo2 {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0;
}

.goinfo {
    width: 96px;
    height: 36px;
    border: 1px solid #232323;
    border-radius: 2px;
    font-size: 16px;
    color: #232323;
}
.pages{
    margin-top: 0;
}