.news-index .advertCon {
    margin-top: 0;
}

.news-index .advertCon .singleCon .picture {
    overflow: hidden;
    cursor: pointer;
    /* height: 0;
    padding-bottom: 75%;*/
}

.news-index .advertCon .singleCon>div:last-child {
    display: block;
}

.news-index .advertCon .singleCon>div:first-child {
    border-right: 8px solid #fff;
    border-top: 0;
}

.news-index .advertCon .singleCon>div:nth-child(2),
.news-index .advertCon .singleCon>div:nth-child(5) {
    border-right: 4px solid #fff;
    border-left: 0;
}

.news-index .advertCon .singleCon>div:nth-child(4),
.news-index .advertCon .singleCon>div:nth-child(6) {
    border-left: 4px solid #fff;
    border-right: 0;
}

.news-index .advertCon .singleCon>div:nth-child(2),
.news-index .advertCon .singleCon>div:nth-child(4) {
    border-bottom: 8px solid #fff;
    border-top: 0;
}

.news-index .advertCon .singleCon>div:nth-child(n + 2) img {
    margin-top: -6px;
}

.news-index .advertCon .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
}

.news-index .part2>.col-sm-9 {
    padding-right: 0px;
    padding-left: 0;
}

.news-index .part2>.col-sm-3 {
    padding-left: 40px;
    padding-right: 0;
}

.news-index .navlist {
    /*padding: 15px 35px 21.4px;*/
    padding: 18px 35px 20px;
    white-space: nowrap;
    margin-top: 0px;
}

.min-header .navlist {
    margin-top: 0px;
}

.news-index .navlist .swiper-navlist {
    overflow: visible;
}

.news-index .navlist .swiper-slide a {
    padding: 18px 15px 24px 15px;
}

.news-index .navlist .swiper-navlist .swiper-slide:hover a {
    background: #d51417;
    color: #fff;
}
/******************靠右下拉資訊****************************/
.news-index .navlist .swiper-navlist .classify-right {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    background: #fff;
    padding: 15px 15px 8px 15px;
    width: 660px;
    box-shadow: 0 1px 15px 0 #aaa;
    margin-top: 20px;
    display: none;
}

.news-index .navlist .swiper-navlist .swiper-slide:hover .classify-right {
    display: block;
}
.news-index .navlist .swiper-navlist .classify-right>div {
    float: left;
}

.news-index .navlist .swiper-navlist .classify-right>.cl-left {
    width: 200px;
}

.news-index .navlist .swiper-navlist .classify-right img {
    width: 100%;
}

.news-index .navlist .swiper-navlist .classify-right p {
    font-size: 15px;
    color: #211f1f;
    white-space: normal;
    line-height: 20px;
    padding-top: 8px;
    height: 48px;
    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 .navlist .swiper-navlist .classify-right i {
    opacity: 0.8;
    padding-right: 5px;
    color: #888;
}

.news-index .navlist .swiper-navlist .classify-right>.cl-right {
    float: left;
    width: 430px;
}

.news-index .navlist .swiper-navlist .classify-right>.cl-right ul {
    float: left;
    width: 200px;
    margin-left: 15px;
}

.news-index .navlist .swiper-navlist .classify-right>.cl-right ul li {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 15px;
}

.news-index .navlist .swiper-navlist .classify-right>.cl-right ul li:last-child {
    border-bottom: 0;
}

.news-index .navlist .swiper-navlist .classify-right>.cl-right ul li:hover p {
    color: #848484;
    cursor: pointer;
}
/***************************************************/

.news-index .navlist .swiper-navlist .classify {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    background: #fff;
    padding: 15px 15px 8px 15px;
    width: 660px;
    box-shadow: 0 1px 15px 0 #aaa;
    margin-top: 20px;
    display: none;
}

.news-index .navlist .swiper-navlist .swiper-slide:hover .classify {
    display: block;
}

.news-index .navlist .swiper-navlist .classify>div {
    float: left;
}

.news-index .navlist .swiper-navlist .classify>.cl-left {
    width: 200px;
}

.news-index .navlist .swiper-navlist .classify img {
    width: 100%;
}

.news-index .navlist .swiper-navlist .classify p {
    font-size: 15px;
    color: #211f1f;
    white-space: normal;
    line-height: 20px;
    padding-top: 8px;
    height: 48px;
    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 .navlist .swiper-navlist .classify i {
    opacity: 0.8;
    padding-right: 5px;
    color: #888;
}

.news-index .navlist .swiper-navlist .classify>.cl-right {
    float: left;
    width: 430px;
}

.news-index .navlist .swiper-navlist .classify>.cl-right ul {
    float: left;
    width: 200px;
    margin-left: 15px;
}

.news-index .navlist .swiper-navlist .classify>.cl-right ul li {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 15px;
}

.news-index .navlist .swiper-navlist .classify>.cl-right ul li:last-child {
    border-bottom: 0;
}

.news-index .navlist .swiper-navlist .classify>.cl-right ul li:hover p {
    color: #848484;
    cursor: pointer;
}

.news-index .navlist .swiper-slide {
    width: auto;
    display: inline-block;
    font-size: 13.5px;
}

.news-index .advertCon .swiper-pagination {
    bottom: -2.6rem;
}

.news-index .advertCon .swiper-button-next {
    right: 0;
}

.news-index .advertCon .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
}

.news-index .advertCon .swiper-button-next,
.news-index .advertCon .swiper-button-prev {
    background: rgba(0, 0, 0, 0.3) url(../images/right-white.png) no-repeat center center;
    background-size: 80%;
    top: 47.5%;
    bottom: auto;
}


.news-index .advertCon .t-info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5)54%, rgba(0, 0, 0, 0.05)100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
}

.news-index .advertCon .t-info:hover {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.news-index .advertCon .t-info .txt {
    font-size: 18px;
    background: none;
    color: #fff;
    line-height: 25px;
    letter-spacing: 1px;
}



.news-index .advertCon .t-info .labeled {
    padding: 0.4rem 0.6rem;
    left: 0px;
    bottom: 10px;
    position: relative;
}

.news-index .sec-liudu {
    padding-bottom: 0;
    padding-top: 15px;
}

.news-index .sec-liudu .sec2-nav {
    padding-bottom: 15px;
}

.news-index .sec-liudu .sp-vedios,
.news-index .sec-global .sp-vedios {
    margin-top: 0;
}

.news-index .gray-border {
    border-bottom: 1px solid #bfbfbf;
}

.news-index .sec2-nav {
    box-shadow: none;
    padding-top: 0;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.news-index .sec2-nav>label {
    display: inline;
    width: auto;
    font-size: 28px;
    padding: 0 0 0;
    font-weight: 300;
    color: #2d2d2d;
}

.news-index .sec2-nav>ul {
    display: inline;
    border: none;
    padding: 0 2rem;
}

.news-index .sec2-nav>ul>li {
    font-size: 1.2rem;
    margin: 0 10px;
    padding-bottom: 0;
}

.news-index .sec2-nav>ul>li:nth-child(n + 5) {
    display: inline-block;
}

.news-index .sec2-nav>ul>li>span {
    border-bottom: 0;
    font-size: 15px;
    font-weight: lighter;
    border-top: 0.2rem solid rgba(0, 0, 0, 0);
    padding: 4.5px 3px 8px;
    color: #848484;
    cursor: pointer;
}

.news-index .sec2-nav>ul>li.active span {
    border-top: 3px solid #d51417;
    border-bottom: 0;
    padding: 4.5px 3px 8px;
}


.news-index .sec2-nav>.swiper-minNav {
    border: none;
    padding: 0 2rem;
}

.news-index .sec2-nav>.swiper-minNav .swiper-slide {
    font-size: 1.2rem;
    margin: 0 10px;
    padding-bottom: 0;
}

.news-index .sec2-nav>.swiper-minNav .swiper-slide>span {
    border-bottom: 0;
    font-size: 15px;
    font-weight: lighter;
    border-top: 0.2rem solid rgba(0, 0, 0, 0);
    padding: 4.5px 3px 8px;
    color: #2d2d2d;
    cursor: pointer;
    letter-spacing: 1px;
}

.news-index .sec2-nav>.swiper-minNav .active span {
    border-top: 3px solid #d51417;
    border-bottom: 0;
    padding: 4.5px 3px 8px;

}


.news-index .sec2-nav .showall {
    position: absolute;
    right: 0;
    height: 22px;
    bottom: 0;
    line-height: initial;
    font-size: 14px;
    color: #777;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(47%, #fff));
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0, #fff 25%);
}

.news-index .sec2-nav .showall a:hover {
    color: #b32426;
}

.news-index .sec2-nav .showall.showall_cs {
    bottom: 15px;
}

.news-index .sec2-nav .showall.showall_cs a {
    color: #777777;
}

.news-index .sec2-nav .showall.showall_cs a:hover {
    color: #b32426;
}

.news-index .sec2-contain {
    padding: 0;
}

.news-index .sec2-contain>.row {
    margin: 0 -0.9rem;
}

.news-index .sec2-contain .part {
    display: block;
}

.news-index .sec2-contain .part {
    /*padding: 0;*/
}


.news-index .sec2-contain .part .picture {
    overflow: hidden;
}

/*.news-index .sec2-contain .part .picture img {
	width: 100%;
	
}*/

.news-index .sec2-contain .part .po-picture {
    height: 0;
    padding-bottom: 75%;
}

.news-index .sec2-contain .part .po-picture img {
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out, top 0.5s ease-in-out;
}

.news-index .sec2-contain .part .po-picture:hover img {
    width: 110%;
    left: -5%;
    top: -5%;
}

.news-index .sec2-contain .part .picture .t-info {
    padding: 3% 6% 4%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5)54%, rgba(0, 0, 0, 0.05)100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
    /*bottom: -58px;
	transition:bottom 0.5s ease-in-out;*/
    /*-moz-transition:width 2s ease-in-out;
	-webkit-transition:width 2s ease-in-out;
	-o-transition:width 2s ease-in-out;*/
}

.news-index .sec2-contain .part .picture:hover .t-info {
    /*bottom: 0;*/
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
}


.news-index .sec2-contain .part .picture .t-info>p {
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 1.5rem;
    font-weight: normal;
}

.news-index .sec2-contain .part .picture .t-info p a:hover {
    color: #D4D4D4;
}

.news-index .sec2-contain .part .text .msgCon {
    padding: 10px 0 5px 0;
    border-bottom: 0.1rem solid #efefef;

}

.news-index .sec2-contain .part .text .msgCon .trend {
    padding: 15px 0 8px;
    font-size: 13px;
}

.news-index .sec2-contain .part .text .msgCon .msg {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: normal;
    cursor: pointer;
}

.news-index .sec2-contain .part .text .msgCon .msg:hover {
    color: #5b5a5a;
}

.news-index .sec2-contain .part .text .msgCon .msg i {
    opacity: 0.7;
    padding-right: 6px;
    font-size: 15px;
}

.news-index .sec2-contain .more-news p {
    padding: 1.2rem 0;
    font-size: 1.0rem;
    text-align: left;
}

.news-index .sp-vedios {
    margin-top: 15px;
}

.news-index .sp-vedios .singleCon {
    margin: 0;
}

.news-index .sp-vedios .singleCon>div {
    display: block;
}

.news-index .sp-vedios .swiper-button-next,
.news-index .sp-vedios .swiper-button-prev {
    width: 4%;
    padding-bottom: 4%;
    top: 40%;
}

.news-index .sp-vedios .t-info {
    padding: 10px 0;
    border-bottom: 0.3px solid #efefef;
}

.news-index .sp-vedios .t-info p {
    font-size: 15px;
    line-height: 23px;
    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;
    padding-left: 0;
    cursor: pointer;
}

.news-index .sec2-nav>label.hasmore {
    background: none;
}

.news-index .sec3 .showall {
    padding: 0;
    /*line-height: 2rem;*/
}

.news-index .sp-lectures .swiper-slide {
    width: 30%;
    width: calc(33.33% - 1.3rem);
    margin-right: 21px;
}

.news-index .sec-liudu .sp-lectures .swiper-slide,
.news-index .sec-global .sp-lectures .swiper-slide {
    width: 32%;
}

.news-index .sp-lectures .t-info {
    padding: 1rem;
}

.news-index .sp-lectures .t-info .time {
    font-size: 0.8rem;
}

.news-index .sp-lectures .t-info p.txt {
    font-size: 1.2rem;
}

.news-index .innerSwiper {
    background: #211f1f;
}

.news-index .doubleSwiper .mainCon {
    width: 98%;
    margin-left: 0;
}

.news-index .doubleSwiper .mainCon iframe {
    min-height: 274px;
}

.news-index .doubleSwiper .thumbsCon {
    width: 100%;
    height: auto;
}

.news-index .doubleSwiper .thumbsCon iframe {
    min-height: 128px;
}

.news-index .doubleSwiper .thumbsCon .swiper-wrapper {
    padding: 0;
    width: 100%;
    flex-wrap: nowrap;
}

.news-index .doubleSwiper {
    padding: 45px 1rem;
    margin: 37.5px auto 0;
    padding: 50px 0;
    max-width: 1280px;
    margin: auto;
}

.news-index .doubleSwiper .textCon {
    padding-left: 15px;
}

.news-index .doubleSwiper .textCon p {
    font-size: 28px;
    line-height: 38px;
}

.news-index .doubleSwiper .floor-up {
    padding: 0 0 30px 0;
}

.news-index .doubleSwiper .text {
    padding-top: 15px;
    font-size: 16px;
    line-height: 21px;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide:nth-child(n + 5) {
    display: block;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide:nth-child(odd) {
    padding-right: 0;
}

.news-index .doubleSwiper .thumbsCon .swiper-slide:nth-child(even) {
    padding-left: 0;
}

.news-index .zichan {
    margin: 0 -8%;
    padding: 0 8% 3rem;
}

.news-index .zichan .sec2-nav {
    margin-top: 3.6rem;
}

.news-index .zichan .sp-vedios {
    margin-top: 0;
    padding-bottom: 22.5px;
}

.news-index .zc-contain .sec2-contain {
    height: auto;
}

.news-index .zc-contain .swiper-slide {
    width: 24%;
    width: calc(25% - 1.35rem);
}

.news-index .zc-contain .sec2-contain .head-title {
    text-align: center;
    font-size: 28px;
    position: relative;
    padding: 45px 0 22.5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.news-index .zc-contain .sec2-contain .head-title>p {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    height: 107px;
    line-height: 137px;
    color: #c6c6c6;
}

.news-index .zichan .zc-contain .sec2-contain .head-title>p {
    top: 7px;
}

.news-index .zc-contain .sec2-contain .head-title>p:hover {
    color: #fff;
}

.news-index .zc-contain .sec2-contain .part {
    background: #211f1f;
}

.news-index .zc-contain .sec2-contain .part .t-info {
    background: #fff;
}

.news-index .partner {
    padding: 37.5px 0;
    border-bottom: 1px solid #efefef;
}

.news-index .partner ul {}

.news-index .partner ul li {
    border: 0.1rem solid #efefef;
    font-weight: 500;
    padding: 1.3rem 0;
    width: 22%;
    font-size: 17px;
}

.news-index .partner ul li:hover {
    border: 0.1rem solid #d51417;
    cursor: pointer;
}

.news-index .partner ul li:hover span {
    color: #444;
}

.news-index .fansCon {
    margin-top: 26px;
}

.news-index .fansCon object:hover {
    cursor: pointer;
}

.news-index .hot-sub {
    margin-top: 12px;
}

.news-index .hot-sec-sub {
    margin-top: 50px;
}

.news-index .hot-sub .rank-head p {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #2d2d2d;
}

.news-index .sec-hotsub .singleCon,
.news-index .sec-oversea .singleCon {
    background: #211f1f;
    color: #fff;
}

.news-index .sec-hotsub .t-info p,
.news-index .sec-oversea .t-info p {
    padding-left: 0.5rem;
}

.news-index .sec-hotsub .t-info p.time,
.news-index .sec-oversea .t-info p.time {
    font-size: 0.8rem;
    color: #666;
    padding-bottom: 0.4rem;
}

.news-index .hot-sub .swiper-pagination {
    width: calc(100% - 40px);
    padding-top: 10px;
    bottom: -10px;
}

.news-index .hot-sub .swiper-pagination-bullet {
    background: #fff;
    margin: 0 3px;
    border: 0.1rem solid #666;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 5px;
}

.news-index .hot-sub .swiper-pagination-bullet-active {
    background: #666;
}

.news-index .hot-sub .singleCon {
    margin: 0;
}

.news-index .hot-sub .part {
    padding: 0 0;
    background: #fff;
}

.news-index .hot-sub .part .picture {
    padding: 15px;
    background: #211f1f;
}

.news-index .hot-sub .part .t-info {
    border: 0;
}

.news-index .sec-global .sec2-nav {
    margin-top: 37.5px;
    padding-bottom: 15px;
}

.news-index .dcgc .sp-vedios .singleCon>div:last-child {
    display: none;
}

.ld-video {
    position: relative;
}

.ld-video .shadowbox {
    position: absolute;
    left: -50%;
    top: 0;
    width: 200%;
    height: 100%;
    background: #211f1f;
    z-index: -1;
}

.news-index .yp .sec2-nav {
    margin-top: 37.5px;
}

.news-index .yp .sp-vedios .singleCon>div:last-child {
    display: block;
    padding-left: 7px;
}

.news-index .dcgc .sp-vedios .singleCon>div {
    display: none;
}

.news-index .dcgc .sp-vedios .singleCon>div:nth-child(-n + 2) {
    display: block;
}

.news-index .dcgc .sp-vedios .singleCon .t-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5)54%, rgba(0, 0, 0, 0.05)100%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)45%);
}

.news-index .dcgc .sp-vedios .singleCon .t-info p {
    color: #fff;
}

.news-index .dcgc .sp-vedios .singleCon .t-info i {
    opacity: 0.8;
    padding-right: 5px;
}

.news-index .centerbody {
    margin: 0 1rem;
}

@media screen and (min-width:769px) and (max-width: 1280px) {
    .news-index .navlist .swiper-slide a {
        padding: 18px 7px 23px 7px;
    }
    .news-index .advertCon .singleCon > div:first-child .t-info .txt {
	font-size: 22px;
	line-height: 1.2em;
	color: #FFF;
   }
}