p {
    margin: 0;
}
.na-news {
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.na-news+.na-news {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .na-news {
        padding-bottom: 20px;
    }
    .na-news+.na-news {
        margin-top: 20px;
    }
    .na-news .btn-u {
        display: none;
    }
}
.width-100 {
    width: 100%;
}
@media (max-width: 767px) {
    .na-news {
        padding-bottom: 15px;
    }
    .na-news+.na-news {
        margin-top: 15px;
    }
}
.na-news h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
.na-news ul.na-info-news {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 0;
}
.na-news ul.na-info-news li {
    display: inline-block;
    margin-right: 25px;
}
.t-gray {
    color: #666666;
}
.na-news p {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.btn.btn-o-primary {
    color: #666;
    border-color: #888;
}
.btn {
    display: inline-block;
    padding: 5px 30px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border: 1px solid;
    min-width: 108px;
    text-align: center;
}
.tab-xs {
	text-align: center;
}
.tab-xs ul {
	padding: 0;
	margin: 0;
}
.tab-xs li {
	display: inline-block;
	font-size: 16px;
	border-right: 1px solid #555;
	padding: 0 10px;
	line-height: 1;
	margin: 4px 0;
}
.tab-xs li:last-child {
	border: 0;
}
.tab-xs li a {
	text-decoration: none;
}
.tab {
	text-align: center;
}
.tab ul {
	padding: 0;
	margin: 0;
}
.tab ul li {
	list-style: none;
	border-bottom: 1px solid #e4e4e4;
    color: #666;
}
.tab ul li a {
	padding: 5px 0;
	text-decoration: none;
	display: block;
    background-color: #f3f3f3;
}
.tab ul li.active a {
    color: #fff;
}
.media-object {
	width: 64px;
}
.recommend-product a {
	text-decoration: none;
}
@media (max-width: 767px) {
    .mobilelist-img-left .row,
    .mobilelist-img-right .row {
        display: block;
    }
    .mobilelist-img-left .mobilelist-img,
    .mobilelist-img-right .mobilelist-img {
        width: 130px;
        position: relative;
        z-index: 1;
    }
    .mobilelist-img-left .mobilelist-img {
        float: left;
        padding-right: 10px;
    }
    .mobilelist-img-right .mobilelist-img {
        float: right;
        padding-left: 10px;
    }
    .mobilelist-img-left .mobilelist-info,
    .mobilelist-img-right .mobilelist-info {
        float: none;
        margin-top: 0;
    }
    .mobilelist-img-left .mobilelist-info {
        padding-left: 130px;
    }
    .mobilelist-img-right .mobilelist-info {
        padding-right: 130px;
    }
    .mobilelist-img-left .mobilelist-info p,
    .mobilelist-img-right .mobilelist-info p {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }
    .mobilelist-img-left .na-news h4,
    .mobilelist-img-right .na-news h4 {
        margin-bottom: 2px;
    }
    .mobilelist-img-left .na-info-news,
    .mobilelist-img-right .na-info-news {
        display: none;
    }
}