<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 鏀垮姟鍏紑-閫氱敤璇︽儏2
 * date:2021-01-26
 * author: wppei;
 */

 .detail {
    width: 100%;
}

.ewb-loc {
    padding-top: 0;
}

.detail-tt {
    padding: 20px 0;
}


/* 2022-04-11娣诲姞 */

.tab-list {
    position: relative;
    height: 73px;
    padding: 0 20px;
    line-height: 73px;
}

.tab-list:after {
    content: " ";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c9c9c9;
}

.tab-list .item {
    position: relative;
    display: block;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.tab-list .owl-nav button {
    position: absolute;
    top: 28px;
    width: 10px;
    height: 18px;
}

.tab-list .owl-stage-outer {
    z-index: 9;
}

.tab-list .item.active {
    color: #47b368;
}

.tab-list .item.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: url("../images/news/owl_icon.png") no-repeat;
    z-index: 9;
}

.tab-list .owl-nav button.owl-prev {
    left: 0;
    background: url("../images/office_left.png") no-repeat left center;
}

.tab-list .owl-nav button.owl-next {
    right: 0;
    background: url("../images/office_right.png") no-repeat;
}

.tab-list .owl-nav button.owl-prev:hover {
    background-image: url("../images/office_lefth.png");
}

.tab-list .owl-nav button.owl-next:hover {
    background-image: url("../images/office_righth.png");
}

.imgscroll {
    padding: 20px 40px;
    background-color: #fff;
}</pre></body></html>