.newsBody {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    margin: 10px auto;
}


.nFlex {
    justify-content: space-between;
}

.nTop-left {
    width: auto;
    height: auto;
    text-align: left;
}

.nTop-left b {
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}

.nTop-left .bread-nav {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: #999999;
    vertical-align: top;
}

.bread-nav .breadcrumb {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb li {
    display: inline-block;
    color: #333333;
}

.bread-nav .breadcrumb li a {
    color: #999999;
}

.nTop-right {
    width: auto;
    height: auto;
    text-align: right;
}

.nTop-right .nTop-search {
    position: relative;
    width: 306px;
    height: 38px;
    margin-bottom: 12px;
}

.nTop-right .nTop-search input {
    width: 306px;
    height: 38px;
    padding: 0 30px 0 12px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.nTop-right .nTop-search input:focus {
    border: 2px solid #FF6028;
}

.nTop-right .nTop-search img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    right: 12px;
}

.nTop-right .nTop-hot {
    width: 306px;
    height: auto;
    vertical-align: top;
    text-align: left;
    font-size: 0;
}

.nTop-right .nTop-hot a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 12px;
    color: #888888;
    line-height: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.swiper-container {
    position: relative;
    width: 568px;
    height: 360px;
    border-radius: 2px;
    overflow: hidden;
}

.swiper-container .swiper-slide {
    width: 568px;
    height: 360px;
    position: relative;

}

.swiper-container .swiper-slide .SS-img {
    width: 568px;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.6s;
}

.swiper-container .swiper-slide .SS-img:hover {
    transform: scale(1.05);
}

.swiper-container .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 568px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 180px 0 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    border-radius: 0px 0px 2px 2px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: absolute;
    bottom: 26px;
    left: auto;
    right: 0;
    width: auto;
    height: 6px;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    background: #FFFFFF;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 19px;
}

.nBanner-right {
    width: 622px;
    height: 360px;
    font-size: 0;
    overflow: hidden;
}

.nBanner-right .nHotNews {
    display: inline-block;
    width: 306px;
    height: 175px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.nBanner-right .nHotNews .HN-img {
    width: 306px;
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.6s;
}

.nBanner-right .nHotNews .HN-img:hover {
    transform: scale(1.05);
}

.nBanner-right .nHotNews:nth-child(2n) {
    margin-right: 0;
}


.nBanner-right .nHotNews:nth-child(2+n) {
    margin-bottom: 0;
}

.nBanner-right .nHotNews span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}

.nAdvertising {
    height: 90px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.nAdvertising a {
    width: 100%;
    height: 90px;
}

.nAdvertising a img {
    width: 100%;
    height: 100%;
}

.nAdvertising span {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 32px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

.fixed-news {
    position: fixed;
    left: 0;
    top: 40px;
    width: 100%;
    height: 60px;
    background-color: #191919;
    z-index: 19999;
    display: none;
}


.fixed-news .fNews {
    vertical-align: middle;
    text-align: left;
    height: 60px;
    position: relative;
}

.fNews a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 24px;
    line-height: 60px;
    color: #FFFFFF;
    height: 60px;
    margin-right: 60px;
}

.fNews .fNews-tab {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 700px;
    height: 60px;
    overflow: hidden;
}

.fNews .fNews-tab span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
    margin-right: 40px;
    cursor: pointer;
}

.fNews .fNews-tab span.active {
    font-weight: bold;
}

.fNews .fNews-tab span.active::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 40px;
    height: 4px;
    transform: translateX(-50%);
    background-color: #FFFFFF;
}

.fNews .fNews-search {
    position: absolute;
    width: 306px;
    height: 38px;
    right: 0;
    top: 50%;
    border-radius: 4px;
    transform: translateY(-50%);
    background-color: #FFFFFF;
}

.fNews .fNews-search input {
    width: 306px;
    height: 38px;
    padding: 0 30px 0 12px;
    border-radius: 4px;
}

/* .fNews .fNews-search input:focus {
    border: 2px solid #FF6028;
} */

.fNews .fNews-search img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    right: 12px;
}

.nNews {
    width: 835px;
    height: auto;
}

.nNews .nTab {
    width: 835px;
    height: 60px;
    border-bottom: 1px solid #EBEBEB;
    overflow: hidden;
    margin-bottom: 8px;
}

.nNews .nTab span {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.nNews .nTab span.active {
    position: relative;
    color: #FF6028;
}

.nNews .nTab span.active::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 40px;
    height: 4px;
    transform: translateX(-50%);
    background-color: #FF6028;
}


.nList {
    width: 100%;
    height: auto;
}

.no_news {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 100px;
    display: none;
}

.no_news img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
}

.no_news p {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.iBox {
    width: 100%;
    height: 170px;
    padding: 10px;
    margin: 0 auto 5px;
    font-size: 0;
    vertical-align: top;
    text-align: left;
    /* cursor: pointer; */
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.iBox:hover {
    transform: translateY(-5px);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}

.iBox .iB-left {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 150px;
    position: relative;
    border-radius: 2px;
    margin-right: 20px;
    overflow: hidden;
}

.iBox .iB-left .iB-img {
    width: 100%;
    height: 100%;
    background-image: url(../images/no_service.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}

.iBox:hover .iB-left .iB-img {
    transform: scale(1.05);
}

.iBox .iB-left span {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    background-image: url(../images/news/icon__biaoqian.png);
    background-repeat: no-repeat;
    background-size: 80px 22px;
    background-position: center;
    z-index: 19;
}

.iBox .iB-right {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    height: 150px;
    position: relative;
    border-radius: 2px;
}


.iB-right .iB-title {
    width: 100%;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iBox:hover .iB-right .iB-title {
    color: #FF6028;
}

.iB-right .iB-info {
    width: 100%;
    height: 20px;
    vertical-align: top;
    text-align: left;
    font-size: 0;
    margin-bottom: 15px;
}

.iB-right .iB-info span {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
    position: relative;
}

.iB-right .iB-info span::before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 1px;
    height: 10px;
    background-color: #D8D8D8;
}

.iB-right .iB-info span:first-child {
    padding-left: 0;
}

.iB-right .iB-info span:first-child::before {
    background-color: transparent;
}

.iB-right .iB-details {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.iB-right .iB-tag {
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    font-size: 0;
    margin-top: 15px;
}

.iB-right .iB-tag a {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
    border-radius: 24px;
}

.iB-right .iB-tag a:hover {
    color: #FFFFFF;
    background-color: #FF6028;
}

.noMore {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #999999;
}

.nRight {
    width: auto;
    height: auto;
}

.nR-box {
    width: 336px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 30px;
    margin: 0 auto 20px;
    position: relative;
}

.nR-title {
    width: 100%;
    height: 54px;
    position: relative;
    font-size: 18px;
    color: #333333;
    padding-left: 12px;
    line-height: 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nR-title::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 14px;
    background-color: #FF6028;
}

.nR-title a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.nR-title a:hover {
    color: #FF6028;
}

.nR-title a i {
    font-size: 12px;
}

.nTag,
.nVideo {
    font-size: 0;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    padding-bottom: 16px;
}

.nTag a {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 15px;
    font-size: 14px;
    color: #666666;
    background-color: #F9F9F9;
    margin: 16px 16px 0 0;
}

.nTag a:hover {
    color: #FFFFFF;
    background-color: #FF6028
}

.iVideo {
    width: 100%;
    height: 166px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin-top: 20px;
}

.iVideo .iV-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}

.iVideo:hover .iV-img {
    transform: scale(1.05);
}

.iVideo span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 10px 0 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}


.iVideo span::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url(../images/news/icon_play.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.nEwm img {
    width: 88px;
    height: 88px;
}

.nEwm b {
    position: absolute;
    left: 128px;
    top: 25px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.nEwm span {
    position: absolute;
    left: 128px;
    bottom: 25px;
    display: block;
    width: 182px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}





/* 标签列表 start */

.Tag {
    margin-bottom: 10px;
}

.Tag .tTitle {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    text-align: left;
    padding-left: 15px;
}

.Tag .tTitle::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    background-color: #FF6028;
}

.Tag .tSort {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-weight: bold;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tList {
    width: 100%;
    height: auto;
    text-align: left;
    vertical-align: top;
    font-size: 0;
    padding-left: 10px;

}

.tList a {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #666666;
    background-color: #F9F9F9;
    margin: 0 20px 20px 0;
}

.tList a:hover {
    color: #FFFFFF;
    background-color: #FF6028
}


.listBox {
    width: 844px;
}

.lB-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 18px;
    color: #333333;
    padding-left: 43px;
    position: relative;
    background-color: #FFFFFF;
}

.lB-title::before {
    position: absolute;
    left: 30px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    background-color: #FF6028;
}

.lB-title a {
    display: inline-block;
    color: #FF6028;
    padding: 0 10px;
}

.lB-title .lB-num {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: right;

}

.lB-title .lB-num span {
    color: #FF6028;
}

.lB-title .lB-exchange {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: right;
    cursor: pointer;
}

.listBox .nList {
    padding: 0 20px 60px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.nRight .nR-advertising {
    width: 336px;
    height: 252px;
    padding: 0;
    overflow: hidden;
}

.nR-advertising img {
    width: 100%;
    height: 100%;
}

.nR-advertising span {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 32px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

.nIssue {
    width: 100%;
    height: auto;
    padding: 16px 0 16px;
}

.nIssue .nI-textarea {
    width: 100%;
    height: 92px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #F9F9F9;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 0 auto 10px;
}

.nIssue .nI-input {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #F9F9F9;
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    margin: 0 auto 10px;
}

.nIssue .nI-button {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #FF6028;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
}


.nRecommend {
    width: 100%;
    height: 100%;
    padding: 16px 0;
    counter-reset: step;
    counter-increment: step 0;
}

.nRecommend .nR-news {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
    vertical-align: middle;
    margin-bottom: 16px;
}

.nR-news .nR-news-img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 54px;
    border-radius: 2px;
    margin-right: 10px;
}

.nR-news .nR-news-title-1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nR-news .nR-news-title-2 {
    display: inline-block;
    display: -webkit-inline-box;
    vertical-align: middle;
    width: 176px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nR-news .nR-news-title-1:hover,
.nR-news .nR-news-title-2:hover {
    color: #FF6028;
}

.nR-news::before {
    position: absolute;
    content: counter(step);
    counter-increment: step;
    z-index: 9;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.nR-news-1::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #CCCCCC;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
}

.nR-news-2::before {
    top: 0;
    left: 0;
    color: #FFFFFF;
    border-radius: 2px 0px 4px 0px;
    border: 1px solid #FF6028;
    background-color: #FF6028;
}


.nClick {
    width: 100%;
    height: 100%;
    padding: 16px 0;
}

.nClick a {
    position: relative;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 14px;
    margin-bottom: 12px;
    color: #333333;
}

.nClick a::before {

    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    z-index: 9;
    width: 4px;
    height: 4px;
    background-color: #999999;
}

.nClick a:hover {
    color: #ff6028;
}

.nClick a:hover::before {
    background-color: #ff6028;
}




















.nEmpty {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    text-align: center;
    padding: 80px 0 50px;
    margin-bottom: 20px;
}

.nEmpty img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
}

.nEmpty div {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin: 0 auto 10px;
}

.nEmpty div>span {
    display: inline-block;
    color: #FF6028;
    padding: 0 10px;
}

.nEmpty p {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #999999;
}

.IB-teletext,
.IB-shop {
    background-color: #FFFFFF;
    padding: 0 30px;
    font-size: 0;
}

.TT-box {
    display: inline-block;
    width: 246px;
    height: auto;
    margin-bottom: 40px;
    margin-right: 22px;
}

.TT-box:nth-child(3n) {
    margin-right: 0;
}

.TT-box .TT-logo {
    position: relative;
    width: 246px;
    height: 147px;
    border-radius: 2px;
    overflow: hidden;
}

.TT-box .TT-logo .TT-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
    z-index: 0;
}

.TT-box:hover .TT-logo .TT-img {
    transform: scale(1.05);
}

.TT-box .TT-logo span {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    background-image: url(../images/news/icon__biaoqian.png);
    background-repeat: no-repeat;
    background-size: 80px 22px;
    background-position: center;
    z-index: 19;
}

.TT-box p {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.TT-box:hover p {
    color: #FF6028;
}

.shop-item {
    display: inline-block;
    width: 382px;
    height: auto;
    margin-bottom: 40px;
    font-size: 0;
    vertical-align: top;
    padding: 22px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 20px;
}

.shop-item:nth-child(2n) {
    margin-right: 0;
}

.shop-item .s-left {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100px;
    height: 90px;
    margin-left: 7px;
    margin-right: 15px;
}

.s-left .s-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
    z-index: 0;
}

.s-left .basic-vip {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
}

.shop-item .s-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 240px;
    height: 90px;
}

.s-right .sr-title {
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: left;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s-right .sr-info,
.s-right .sr-tag {
    vertical-align: top;
    text-align: left;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s-right .sr-info span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.s-right .sr-info span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #D8D8D8;
}

.s-right .sr-info span:first-child::before {
    background-color: transparent;
}

.s-right .sr-info span:first-child {
    padding-left: 0;
}

.s-right .sr-info span:last-child {
    padding-right: 0;
}

.s-right .sr-tag span {
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 18px;
    color: #FF571C;
    padding: 0 6px;
    margin-right: 5px;
    background-color: #FEF7F3;
}








.Detail {
    width: 844px;
    height: auto;
}


.nDetail {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 30px;
}

.nDetail .nD-title {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-bottom: 15px;
}

.nDetail .nD-info {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    margin-bottom: 20px;
}

.nDetail .nD-info .nD-item {
    flex: auto;
    flex-grow: 0;
    width: auto;
}

.nD-item span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.nD-item span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #D8D8D8;
}

.nD-item span:first-child::before {
    background-color: transparent;
}

.nD-item span:first-child {
    padding-left: 0;
}

.nD-item span:last-child {
    padding-right: 0;
}


.nDetail .nD-content {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding: 20px 0 30px;
    margin-bottom: 30px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.nDetail .nD-content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.nDetail .nD-content a {
    display: inline-block;
    color: #FF6028;
}

.nDetail .nD-Btn {
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    font-size: 0;
}

.nD-Btn button {
    display: inline-block;
    vertical-align: middle;
    width: 128px;
    height: 44px;
    line-height: 42px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    margin: 0 20px;
}

.nD-Btn button i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.nD-Btn button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.nD-Btn button.btn-like {
    color: #FFFFFF;
    background: linear-gradient(270deg, rgba(255, 131, 3, 1) 0%, rgba(255, 96, 40, 1) 100%);
}

.nD-Btn button.btn-like:hover,
.nD-Btn button.btn-like.active {
    background: #FF6028;
}

.nD-Btn button.btn-collect {
    color: #FF6028;
    background-color: #FFFFFF;
    border: 1px solid #ff6028;
}

.nD-Btn button.btn-collect .iconlike {
    display: inline-block;
}

.nD-Btn button.btn-collect .iconlike_fill {
    display: none;
}

.nD-Btn button.btn-collect:hover {
    background-color: #FFF1EC;
}

.nD-Btn button.btn-collect.active {
    color: #FFFFFF;
    background-color: #FF6028;
    border: 1px solid #ff6028;
}


.nD-Btn button.btn-collect.active .iconlike {
    display: none;
}

.nD-Btn button.btn-collect.active .iconlike_fill {
    display: inline-block;
}

.nDetail .nD-tag {
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
}

.nDetail .nD-tag p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 15px;
}

.nDetail .nD-tag a {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #666666;
    background-color: #F9F9F9;
    margin: 0 15px 15px 0;
}

.nDetail .nD-tag a:hover {
    color: #FFFFFF;
    background-color: #FF6028
}

.nDetail .nD-statement {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-bottom: 15px;
}

.nDetail .nD-advertising {
    width: 100%;
    height: 60px;
}

.bsBox {
    overflow: hidden;
}

.bsBox .bsTop {
    width: 100% !important;

}

.bFind-wrapper-top {
    height: 25px !important;
}

#bsMorePanel,
.bsFrameDiv,
.bsFrameDiv div {
    width: 100% !important;
    background-color: #FFFFFF;
}

.bsFrameDiv div img {
    padding-top: 20px;
    display: block !important;
    margin: 0 auto !important;
}

.cateRules {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #2a2a32;
    border-bottom: 1px solid rgba(226, 226, 226, 0.1);
}

.nD-tab {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.nD-tab .tab-nav {
    width: 100%;
    height: auto;
    text-align: left;
    vertical-align: top;
}

.nD-tab .tab-nav span {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #999999;
    margin-right: 5px;
    cursor: pointer;
    background-color: #222229;
}

.nD-tab .tab-nav span.active {
    color: #FFFFFF;
    background-color: #1f1f1f;
}


.nD-tab .tab-link {
    width: 100%;
    height: auto;
}

.nD-tab .tab-link .link-item {
    display: none;
    width: 100%;
    height: auto;
    text-align: left;
    vertical-align: top;
}

.nD-tab .tab-link .link-item.active {
    display: block;
}

.nD-tab .link-item a {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
    vertical-align: top;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}
