.product-list li:hover img {
    -webkit-transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    -o-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

a {
    border: none;
}

.xq {
    display: flex;
    width: 600px;
    height: 280px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, .2);
}

.xq a {
    border: none !important;
    color: #8FC320;
}

.xq:hover {
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, .3);
}

.xq-left {
    width: 50%;
    height: 100%;
}

.xq-right {
    padding: 20px;
    width: 50%;
    height: 100%;
}

.xq-img {
    width: 100%;
    height: 100%;
}

.xq-p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-overflow: ellipsis;
    overflow: hidden;
}

.xq-ps {
    margin-top: 20px;
    /*height: 50px;*/
    min-height: 100px;
    overflow: overlay;
    text-align: justify;
}

.xq-chakan {
    width: 120px;
    height: 35px;
    border: 1px solid #8FC320;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #8FC320;
    margin-top: 20px;
    cursor: pointer;
}

.bootm-te {
    margin: 30px auto;
    text-align: center;
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #999;
}

.subnav a {
    color: #000 !important;
}

.full-inside-subnav .subnav a:after {
    background-color: transparent !important;
}

.active {
    border-bottom: 2px solid #8FC320 !important;
}

.active>a {
    color: #8FC320 !important;
}

@media screen and (max-width:1280px) {
    .xq {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
    }

    .xq-left {
        width: 35%;
    }

    .xq-right {
        padding: 10px;
        width: 65%;
    }
}

@media screen and (max-width:768px) {

    .xq-ps {
        height: auto;
        min-height: auto;
    }
}