.news-index .navlist .swiper-slide {
    color: #2d2d2d;
}

.news-index .advertCon {
    width: 100%;
    position: relative;
    margin-top: 0px;
    z-index: 0;
}

.news-index .advertCon img {
    width: 100%;
    display: block;
}

.news-index .advertCon .swiper-slide {
    width: 100%;
}

.news-index .advertCon .singleCon>div:last-child {
    display: none;
}

.news-index .advertCon .singleCon>div:first-child,
.news-index .advertCon .singleCon>div:nth-child(4) {
    border-right: 0.2rem solid #fff;
}

.news-index .advertCon .singleCon>div:nth-child(2),
.news-index .advertCon .singleCon>div:nth-child(5) {
    border-left: 0.2rem solid #fff;
}

.news-index .advertCon .singleCon>div:nth-child(1),
.news-index .advertCon .singleCon>div:nth-child(2) {
    border-bottom: 0.2rem solid #fff;
    border-top: 0.2rem solid #fff;

}

.news-index .advertCon .swiper-pagination {
    width: 100%;
    bottom: -3.6rem;
    color: #666;
    font-size: 1.2rem;
}

.news-index .advertCon .swiper-pagination-bullet {
    background: #fff;
    margin: 0 3px;
    border: 0.1rem solid #666;
    opacity: 1;
}

.news-index .advertCon .swiper-pagination-bullet-active {
    background: #666;
}

.news-index .advertCon .swiper-button-next {
    right: 40%;
}

.news-index .advertCon .swiper-button-prev {
    transform: rotate(180deg);
    left: 40%;
}

.news-index .advertCon .swiper-button-next,
.news-index .advertCon .swiper-button-prev {
    background: url(../images/right-black.png) no-repeat center center;
    background-size: 70%;
    width: 3.33%;
    height: 0;
    padding-bottom: 3.33%;
    top: auto;
    bottom: -3.5rem;
    outline: none;
}

.news-index .advertCon .t-info {
    width: 100%;
}

.news-index .advertCon .t-info .inner-info {
    padding: 1.55rem 0.8rem;
    position: relative;
    height: 85px;
}

.news-index .advertCon .t-info .txt {
    background: #fff;
    line-height: 1.3em;
    font-size: 1.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    margin-left : 1em;
} 

.news-index .advertCon .t-info .txt i{
   padding-right: 4px;
   opacity: 0.8;
}

.news-index .advertCon .t-info .labeled {
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #d51417;
    color: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
}

.news-index .advertCon .singleCon>div:first-child .t-info .txt {
    font-size: 1.5rem;
    color: #2d2d2d;
}

.news-index .advertCon .singleCon>div .t-info .txt a:hover {
    color: #afafaf;
}

.news-index .sec-liudu,
.news-index .sec-global {
    padding-bottom: 1rem;
    overflow: hidden;
}

.news-index .sec-liudu .sp-vedios .t-info p {
    padding-left: 0;
}

.news-index .sec-liudu .sp-vedios {
    padding-bottom: 0;
}

.news-index .sec2-nav {
    margin-top: 4rem;
    /*padding-top: 2.4rem;
	box-shadow: inset 0px 1.5rem 1.5rem -1.5rem #aaa;*/
}

.news-index .sec2-nav>label {
    display: inline-block;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 500;
    padding-left: 1.2rem;
    margin-top: 15px;
}

.news-index .sec2-nav>label.hasmore {
    background: url(../images/right-gray.png) no-repeat 95% center;
    background-size: 1.5rem;
}

.news-index .sec2-nav>ul {
    border-bottom: 0.1rem solid #bfbfbf;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 1.2rem;
}

.news-index .sec2-nav>ul>li {
    display: inline-block;
    padding: 1.2rem 0 1.2rem;
    margin: 0 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.news-index .sec2-nav>ul>li:nth-child(n + 5) {
    display: none;
}

.news-index .sec2-nav>ul>li>span {
    border-bottom: 0.3rem solid rgba(0, 0, 0, 0);
    padding: 0 0.8rem 0.7rem;
    color: #848484;
    font-weight: 400;
}

.news-index .sec2-nav>ul>li.active span {
    border-bottom: 0.3rem solid #d51417;
    color: #d51417;
}

.news-index .sec2-nav>.swiper-minNav {
    /*border-bottom: 0.1rem solid #bfbfbf;*/
    white-space: nowrap;
    overflow: hidden;
    padding: 0 1.2rem;
    display: inline-block;
    padding-right: 50px;
    vertical-align: text-bottom;
}

.news-index .sec2-nav>.swiper-minNav .swiper-slide {
    display: inline-block;
    padding: 1.2rem 0 1.2rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    width: auto;
}

.news-index .sec2-nav>.swiper-minNav .swiper-slide span {
    border-bottom: 0.3rem solid rgba(0, 0, 0, 0);
    padding: 0 0.8rem 0.7rem;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'fontfix', MyCustomFont, "敺株��迤暺煾��", sans-serif;
}

.news-index .sec2-nav>.swiper-minNav .active span {
    border-bottom: 0.3rem solid #d51417;
    color: #d51417;
}

.news-index .sec2-contain {
    padding: 1.8rem 1.2rem 0;
}

.news-index .sec2-contain .part {
    display: none;
}

.news-index .sec2-contain .part:first-child {
    display: block;
}

.news-index .sec2-contain .part .picture {
    position: relative;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.news-index .sec2-contain .part .picture img {
    width: 100%;
}

.news-index .sec2-contain .part .picture .t-info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 1.2rem 1.8rem;
}

.news-index .sec2-contain .part .picture .t-info>p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-index .sec2-contain .part .text .msgCon {
    /*padding-bottom: 1.2rem;*/
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.news-index .sec2-contain .part .text .msgCon .trend {
    padding: 1.2rem 0 0.8rem;
    font-size: 1.2rem;
    color: #848484;
}

.news-index .sec2-contain .part .text .msgCon .msg {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #2d2d2d;
}

.news-index .sec2-contain .more-news p {
    padding: 1.8rem 0;
    text-align: center;
}

.news-index .gray-border {
    border-bottom: 0.3rem solid #bfbfbf;
}

.news-index .sec3 {
    margin-top: 0;
    box-shadow: none;
}

.news-index .sec3 .showall small {
    display: none
}

.news-index .sp-vedios {
    padding-bottom: 1.8rem;
}
.news-index .sp-vedios .singleCon{
    /*margin-left: -7px;
    margin-right: -7px;*/
}

.news-index .sp-vedios .singleCon>div {
    display: block;
    padding-bottom: 1.5rem;
    padding-left: 7px;
    padding-right: 7px;
}

.news-index .sp-vedios .singleCon>div:first-child {
    display: block;
}

.news-index .yp .sp-vedios .swiper-slide {
    margin-right: 0.2rem;
}

.news-index .yp .sp-vedios .singleCon>div {
    display: block;
    padding-bottom: 1.5rem;

}


.news-index .sp-vedios .singleCon img {
    width: 100%;
}

.news-index .sp-vedios .swiper-button-next {
    right: 0;
}

.news-index .sp-vedios .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
}

.news-index .sp-vedios .swiper-button-next,
.news-index .sp-vedios .swiper-button-prev {
    background: rgba(0, 0, 0, 0.5) url(../images/right-white.png) no-repeat center center;
    background-size: 76%;
    width: 11%;
    height: 0;
    padding-bottom: 11%;
    top: 50%;
    outline: none;
}

.news-index .sp-vedios .t-info p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: normal;
    padding-left: 0.8rem;
    color: #2d2d2d;
}

.news-index .sp-lectures .swiper-slide {
    /*width: 60%;*/
    width: 100%;
    margin-right: 10px;
    /*box-shadow: 0 0 0.6rem #bbb;*/
}

.news-index .sec-liudu .sp-lectures .swiper-slide,
.news-index .sec-global .sp-lectures .swiper-slide {
    width: 100%;
}

.news-index .sp-lectures .t-info {
    padding: 1rem;
}

.news-index .sp-lectures .t-info .time {
    font-size: 1.0rem;
    color: #666;
    padding-bottom: 0.4rem;
}

.news-index .sp-lectures .t-info p.txt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
}

.news-index .doubleSwiper {
    background: #211f1f;
}

.news-index .doubleSwiper .floor-up {
    padding: 1.8rem 1.2rem;
}

.news-index .doubleSwiper img {
    width: 100%;
    cursor: pointer;
    background: #000;
}

.news-index .doubleSwiper .textCon p {
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #fff;
    padding-top: 1rem;
}

.news-index .doubleSwiper .text {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    height: 4.8rem;
    padding-top: 0.8rem;
    margin-bottom: 1.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-index .doubleSwiper .swiper-button-next {
    right: 0;
}

.news-index .doubleSwiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
}

.news-index .doubleSwiper .swiper-button-next,
.news-index .doubleSwiper .swiper-button-prev {
    background: rgba(0, 0, 0, 0.5) url(../images/right-white.png) no-repeat center center;
    background-size: 76%;
    width: 11%;
    height: 0;
    padding-bottom: 11%;
    top: 50%;
    outline: none;
}

.news-index .doubleSwiper .thumbsCon {
    /*height: 0;*/
    overflow: hidden;
}

.news-index .doubleSwiper .thumbsCon img {
    opacity: 0.8;
}

.news-index .doubleSwiper .thumbsCon .swiper-wrapper {
    padding: 0 1.2rem;
    width: calc(100% - 2.4rem);
    flex-wrap: wrap;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide {
    width: 50%;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide-thumb-active img {
    opacity: 1;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide:nth-child(n + 5) {
    display: none;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide:nth-child(odd) {
    padding-right: 0.6rem;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide:nth-child(even) {
    padding-left: 0.6rem;
}

.news-index .sec-global .sec2-nav {
    margin-top: 0;
    box-shadow: none;
}

.news-index .zichan {
    background: #211f1f;
}

.news-index .zichan .sec2-nav {
    margin-top: 1.8rem;
}

.news-index .zichan .head-title {
    padding: 1.8rem 1rem;
    color: #fff;
}

.news-index .zichan .head-title>div {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.news-index .zichan .head-title label {
    padding: 0 1rem 1rem;
    border-bottom: 0.5rem solid #211f1f;
}

.news-index .zichan .head-title .active label {
    color: #d51417;
    border-bottom: 0.3rem solid #d51417;
}



.news-index .zichan .singleCon .t-info .name {
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-index .zichan .singleCon .t-info .price {
    color: #d51417;
    font-size: 1.1rem;
    padding-top: 0.4rem;
}

.news-index .zc-contain .sec2-contain {
    height: 0;
    overflow: hidden;
}

.news-index .zc-contain .sec2-contain:last-child {
    padding-top: 0;
}

.news-index .zichan .sp-vedios {
    padding-bottom: 0;
}

.news-index .zichan .foot-title {
    text-align: right;
    font-size: 1.4rem;
    color: #fff;
    padding: 1.2rem 0 2rem;
}

.news-index .partner {
    padding: 2.4rem 1.8rem 0;
}

.news-index .partner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-index .partner ul li {
    border: 0.1rem solid #ddd;
    font-weight: 500;
    padding: 1.3rem 0;
    line-height: 1.6em;
    width: 48%;
    width: calc(50% - 0.6rem);
    margin-bottom: 1.2rem;
    text-align: center;
    font-size: 1.4rem;
}

.news-index .partner ul li span {
    color: #b2b2b2;
}

.news-index .jz .sec2-nav {
    box-shadow: none;
    margin-top: 0;
}

.news-index .yp .sec-vedios {
    padding-bottom: 0;
}

.news-index .jz .sec2-nav>ul>li:first-child {
    margin-left: 0;
}

.news-index .dcgc .sp-vedios .singleCon>div:nth-child(-n + 2) {
    display: block;
}
.news-index .dcgc .sp-vedios .singleCon>div{
    padding: 0 7px;
}
.news-index .dcgc .sp-vedios .singleCon>div:first-child .picture {
    /*padding-right: 0.3rem;*/
}

.news-index .dcgc .sp-vedios .singleCon>div:nth-child(2) .picture {
    /*padding-left: 0.3rem;*/
}

.news-index .dcgc .sp-vedios .singleCon .t-info {
    position: static;
    background: none;
    padding: 0.5rem 0.8rem;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.news-index .dcgc .sp-vedios .singleCon .t-info p {
    color: #848484;
    padding: 0;
    line-height: 2rem;
    font-size: 1.4rem;
}

.news-index .centerbody {
    margin: 0;
    padding: 0;
}

/*�𢰧靘扳��*/

.news-index .ranking {
    margin-top: 26px;
}

.news-index .ranking .rank-head label {
    font-size: 26px;
    font-weight: 300;
    color: #2d2d2d;
}

.news-index .ranking .rank-head a {
    font-size: 14px;
    float: right;
    font-weight: normal;
    line-height: 36px;
    color: #777;
    height: 28px;
}

.news-index .ranking .rank-head a:hover {
    color: #b32426
}

.news-index .ranking .ranklist>ul {
    padding-top: 7.5px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.news-index .ranking .ranklist ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
    color: #777;
    font-size: 16px;
    cursor: pointer;
}

.news-index .ranking .ranklist ul li i{
	opacity: 0.8;
    padding-right: 6px;
}

.news-index .ranking .ranklist ul li:hover {
    color: #211f1f;
    cursor: pointer;
}

.news-index .ranking .ranklist ul li>b {
    color: #d51417;
    padding-right: 10px;
}

.titleSwiper {
    width: 430px;
    float: left;
    display: inline-block;
    padding-left: 0;
}

.untitleSwiper {
    width: calc(100% - 430px);
    float: left;
    display: inline-block;
    padding-right: 0;
}

.news-classify .part2 .section {
    padding: 0 1rem;
}

.news-classify .fir-section h1.sec-title {
    font-size: 42px;
    padding: 34px 0 15px;
}

.title-s{
    font-size: 15px;
    position: absolute;
    margin-right: 22px;
    right: 0;
    top: 20px;
}
.title-s a{
    color: #777;
}

@media screen and (max-width:991px) {
    .titleSwiper {
        width: 25rem;
        float: left;
        display: inline-block;
        padding-left: 0;
    }

    .untitleSwiper {
        width: calc(100% - 25rem);
        float: left;
        display: inline-block;
        padding-right: 0;
    }

    .news-index .sec-liudu .untitleSwiper .sec2-nav {
        line-height: 2.2em
    }

    .article-bodyMain-content-description {
        padding: 0;
    }

    .article-body {
        padding: 0;
    }

    .article-bodyMain {
        padding-left: 0px !important;
    }

    .article-bodyAside {
        padding-right: 0px !important;
    }

}

@media screen and (max-width:480px) {

    /*****slider title****/
    .news-index .advertCon .t-info .txt{
        margin-left: 0.4em;
    }


    .news-index .advertCon::before {
        display: block;
        content: "";
        height: 5px;
        width: 100%;
    }

    .centerbody .part2>.col-sm-9 {
        padding: 0;
    }

    .news-index .sec2-nav>.swiper-minNav {
        border-bottom: 0;
    }

    .news-index .sec2-nav>.swiper-minNav .swiper-slide {
        padding: 1.2rem 0 1.1rem;
        margin-right: 10px !important;
    }

    .news-index .sp-vedios .singleCon>div {
        padding-bottom: 0;
    }
    .news-index .sec2-nav>label{
        margin-top: 30px;
    }
    .news-index .dcgc .sp-vedios .singleCon .t-info p{
        color:#2d2d2d;
    }
    /*.news-index .sec2-nav > .swiper-minNav .swiper-wrapper{border-bottom:0.1rem solid #bfbfbf;}*/
    .news-index .sec2-nav>.swiper-minNav::before {
        display: block;
        content: "";
        height: 10px;
        width: 100%;
    }

    .news-index .sec2-nav>.swiper-minNav .active span {
        border-bottom: 0.2rem solid #d51417;
        /*padding-bottom: 0.8rem;*/
    }

    .news-index .sec2-contain {
        padding: 1.5rem 1.2rem 0;
    }

    .news-index .sec2-contain.fixScrollRight {
        padding: 1.5rem 1.2rem 0 1.2rem;
    }

    .news-index .sp-vedios .t-info p {
        padding-left: 1rem;
        padding-top: 12px;
        padding-right: 1.5rem;
    }

    .news-index .advertCon {
        margin-top: 0px;
    }

    .news-index .sec2-nav>.swiper-minNav.sixCapital .swiper-slide span {
        padding: 0 0.1rem 0.7rem;
        padding-bottom: 0.8rem;
        font-size: 16px;
    }

    .sec2-contain.lavishPart {
        padding-right: 0;
    }

    .news-index .zichan .foot-title a.go {
        padding-right: 15px;
    }

    .titleSwiper {
        width: 100%;
        padding-left: 0;
    }

    .untitleSwiper {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .news-index .untitleSwiper .sec2-nav {
        margin-top: 0;
        padding-top: 0;
        box-shadow: initial;
    }

    .news-index .untitleSwiper .sec2-nav>.swiper-minNav {
        padding-left: 0;
        padding-right: 0;
    }

    .news-index .untitleSwiper .sec2-nav>.swiper-minNav .swiper-slide span {
        font-size: 1.6rem;
    }

    .news-classify .fir-section .titleSwiper h1.sec-title {
        padding-bottom: 0;
    }

    .news-index .untitleSwiper .sec2-nav>.swiper-minNav .swiper-slide {
        padding-bottom: 0.5rem;
    }

    .article-bodyMain {
        padding: 0;
    }

    .article-body {
        padding: 0;
    }

    .news-classify .part2 .section {
        padding: 0px;
    }

    .news-index .advertCon .singleCon .picture {
        overflow: hidden;
        cursor: pointer;
        height: 0;
        padding-bottom: 75%;
    }



}