.list-area {
    width: 100%;
    min-height: 330px;
    background: white;
    margin-bottom: 20px;
}

.top-area {
    width: 98%;
    position: relative;
    border-bottom: 1px #D0D0D0 solid;
}

.top-area-text {
    color: #498DFA;
    font-size: 20px;
    top: 30%;
    left: 13%;
    font-weight: bold;
    position: absolute;
}

.top-area-left {
    position: absolute;
    top: 20%;
    left: 3%;
    z-index: 999;
}

.pro-list {
    width: 14.9%;
    margin-left: 1.5%;
    margin-top: 40px;
    float: left;
    box-shadow: 1px 1px 5px 5px #f5f5f5;
    height: 200px;
}

.top-area-bg2 {
    width: 100%;
    height: 125px;
}

.pro-name {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    text-align: center;
    color: #666;
    overflow: hidden;
    margin-top: 30px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.pro-name:hover{
    overflow: visible;
}