/* 产品 */
.goodspic {
    object-fit: cover;
    height: 280px;
    width: 100%;
	border: 1px solid #D7D7D7;
}

.list {
    padding-top: 48px;
}

.pli {
    width: 22.5%;
    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: 0px;
}

.ginfo2 {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0px;
}

.goinfo {
    width: 96px;
    height: 36px;
    border: 1px solid #232323;
    border-radius: 2px;
    font-size: 16px;
    color: #232323;
}
.pages{
    margin-top: 0;
}

.ptab{
    width: 66.6%;min-width: 1000px;margin: 0 auto;background-color: #fff;padding: 11px 10px 35px;box-shadow: 0px 10px 28px 4px rgba(4,0,0,0.05);
border-radius: 10px;
}
.ptab2{
    width: 18%;
    min-width: 200px;

    height: 60px;
    background: #F9F9F9;
    font-size: 20px;
    color: #000;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 24px;
    border: 1px solid #E9EDF2;
    border-radius: 5px;
}
.ptab-act{
    color: #fff;
}