.product_detail {
    position: relative;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}
.product_detail .title {
    background: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 2px;
    font: 500 19px/35px "微软雅黑";
    color: #000;
}
.product_content {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    /* padding: 5px; */
}
.product_content .title {
    background: #185a9d;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 2px;
    font: 500 14px/30px "微软雅黑";
    color: #fff;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
}
.product_content .content {
    padding: 5px;
    font: 500 14px/25px "微软雅黑";
    color: #333;
    text-align: left;
    overflow: hidden;
}
p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
}
.product_content .content img {
    height: auto !important;
    width: 100% !important;
}