.news_detail .title {
    color: var(--main-color);
    font-weight: normal;
    margin-bottom: 6px;
    font-size: 22px;
    padding-bottom: 6px;
    margin-top: 5px;
    line-height: 25px
}

.news_detail .news_time {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
    color: #a9a7a7;
    margin-right: 10px
}

.time_rate {
    margin-bottom: 7px;
    margin-top: 23px
}

.time_rate font {
    color: #a9a7a7;
    margin-right: 8px
}

.summary {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

.news_detail .description {
    line-height: 28px;
    font-size: 16px
}

.news_detail .description p, .news_detail .description ul li, .news_detail .description div, .description h2, .description h3 {
    margin-bottom: 12px
}

.news_detail .description img:hover {
    opacity: 0.6
}

.news_detail .relate_title {
    color: #222222;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    font-weight: normal;
    margin-top: 20px
}

.item-related {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 15px
}

.related {
    overflow: hidden
}

.related_content {
    margin-left: -8px;
    margin-right: -8px
}

.relate_title > span {
    font-size: 20px;
    padding-bottom: 7px;
    font-weight: 400
}

.title-item-related {
    margin-top: 13px
}

.item-related:hover .title-item-related {
    color: var(--main-color)
}

.title-item-related > a {
    font-size: 15px;
    color: #333;
    text-decoration: none
}

.item-related .img_a {
    text-align: center;
    overflow: hidden;
    display: block
}

.item-related > a > img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.item-related:hover a > img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5
}

.rate i {
    width: 14px;
    height: 14px;
    display: inline-flex
}

.rate .star_off {
    background-position: -393px -2px
}

.rate .star_on {
    background-position: -377px -2px
}

.description img {
    max-width: 100%;
    height: auto !important
}

.description iframe {
    max-width: 100%
}

.description .inner_detail_content {
    margin-bottom: 25px
}

.description .inner_detail_content div {
    margin-bottom: 0
}

.inner_detail_content .products-list-related .product_grid {
    margin-bottom: 20px
}

.inner_detail_content .products-list-related .product_grid .item {
    width: 25%;
    margin-bottom: 0
}

.tab-title {
    margin-top: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px
}

.tab-title span, .tab-title h3 {
    font-size: 20px;
    font-weight: 400;
    font-weight: normal;
    margin-top: 10px;
    display: inline
}

.tab_label {
    margin-bottom: 12px
}

.tab_label strong {
    font-weight: 500
}

#characteristic-label .title_icon i {
    background-position: -413px -129px
}

.products-list-related .product_grid .item {
    width: 20%;
    margin-bottom: 0
}

.frame_inner > h2 {
    margin-bottom: 8px;
    margin-top: 0px;
    overflow: hidden;
    height: 36px;
    line-height: 19px;
    font-size: 14px
}

h2.tag-item {
    display: -webkit-inline-box;
    font-weight: normal
}

@media only screen and (max-width: 500px) {
    .inner_detail_content .products-list-related .product_grid .item, .item-related {
        width: 50%
    }

    .related_content .item-related:nth-child(odd), .products-list-related .product_grid .item:nth-child(odd), .related_content .item-related:nth-child(odd) {
        clear: left
    }

    .description iframe[src*=youtube] {
        max-width: 100%;
        height: auto
    }
    .hotline-header {
        text-align: left;
    }
}




