.topic-title {
    margin-bottom: 20px;
    color: rgb(215, 0, 15);
}
.topic-title:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 14px;
    margin-right: 10px;
    background-color: rgb(215, 0, 15);
    position: relative;
    top: 2px;
}
.faq-list {
    margin-bottom: 20px;
}
.faq-list .item {
    font-size: 14px;
    line-height: 2;
}
.faq-list .item a:hover {
    color: rgb(215, 0, 15);
}
.faq-list .item .icon-pdf {
    float: left;
    width: 20px;
    height: 28px;
    margin-right: 5px;
    background: url('../img/common/icon-pdf.png') center center / 16px auto no-repeat;
}
.table-title {
    text-align: center;
}
.margin-tb20 {
    margin: 20px 0 30px 0;
}

/* 产品详情 为了方便 没起新的css */
.product-img {
    max-width: 100%;
}
.product-list {
    margin-top: 10px;
}
.padding-lr-15 {
    padding: 0 15px
}
.m0 {
    margin: 0;
}

/* 表格 设置宽度 */
.table-row-8 {
    word-break: break-all;
}
.table-row-8 tr td:nth-child(1),
.table-row-8 tr td:nth-child(2),
.table-row-8 tr td:nth-child(3),
.table-row-8 tr td:nth-child(5),
.table-row-8 tr td:nth-child(6),
.table-row-8 tr td:nth-child(7),
.table-row-8 tr td:nth-child(8) {
    width: 10%;
}
.table-row-4 td {
    width: 25%;
}