.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.pr-left {
    width: 20%;
    float: left;
    border: 8px solid#3864af;
}

    .pr-left h3 {
        text-align: center;
        background: #3864af;
        color: #fff;
        padding: 23px 0;
        font-size: 24px;
        font-weight: bold;
    }

.pr-right {
    width: 76%;
    float: right;
}

.pr-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .pr-top h3 {
        color: #3864af;
        font-size: 20px;
        width: 100%;
        border-bottom: 1px solid#e6e6e6;
        padding-bottom: 15px;
    }

.pr-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .pr-bottom ul {
        width: 100%;
        height: auto;
        margin-top: 3%;
    }

    .pr-bottom li {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 3%;
    }

        .pr-bottom li:nth-child(2n) {
            margin-right: 0;
        }

    .pr-bottom img {
        width: 45%;
        float: left;
        border: 2px solid#e6e6e6;
        border-radius: 10px;
        height: 136px;
    }

.pbl-right {
    width: 52%;
    float: right;
}

    .pbl-right h3 {
        font-size: 19px;
        color: #004ea1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .pbl-right p {
        text-align: left;
        margin-top: 3%;
        color: #6d6d6d;
        line-height: 24px;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.pr-top span {
    color: #8a8a8a;
    font-size: 14px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .pr-left {    width: 96%;
    float: left;
    border: 8px
 solid#3864af;
}
.pbl-right p {
    text-align: left;
    margin-top: 3%;
    color: #6d6d6d;
    line-height: 22px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 3px;
    width: 100%;
    float: left;
    margin-right: 2%;
}
.pr-right {
    width: 100%;
    float: right;
}
.detail img {
    width: 100% !important;
    height: auto !important;
}
.main-left {
    float: left;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 4%;
    margin-bottom: 4%;
}
.main-left img {
    float: left;
    margin-right: 6px
;
    margin-top: 0px
;
}
    .pr-bottom li {
    width: 100%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
}
}

