.blog-home-banner {
    background: url(".././img/news/Details-banner.jpg") no-repeat!important;
}

.banner-area {
    height: 270px;
}

.header-content {
    text-align: center;
}

.title-bt {
    font-size: 18px;
    color: #005ba8;
    font-weight: bold;
    padding-top: 38px;
}

.title-sj {
    font-size: 14px;
    color: #999999;
}

.hy-span {
    line-height: 30px;
}

.news-title,
.news-title a {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #8f959f;
}


/* .news-title {
    border-bottom: 1px #ebebeb solid;
} */

.header-title {
    font-size: 18px;
    color: #005ba8;
}

.news-title-span {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    /* border-bottom: 1px #ebebeb solid; */
}

.news-span {
    padding-top: 44px;
    line-height: 30px;
}

.news-span-final {
    border-bottom: 1px #666666 dashed !important;
    margin-bottom: 40px;
    padding-bottom: 53px;
    padding-top: 20px !important;
}

.news-convert-s {
    line-height: 30px;
    padding: 0;
}

.news-convert {
    padding-bottom: 40px;
}

.fh-btn {
    margin-top: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-prev {
    margin-left: 8px;
}

.swiper-button-next {
    margin-right: 8px;
}


/*sichuang travel start*/

.sc-blog-home-banner {
    background: url(".././img/news/sichuan/banner.png") no-repeat;
    width: 100%;
    height: 802px;
    background-size: 100% 100%;
}

.sc-banner-text h2 {
    font-size: 70px;
    font-weight: 500;
}

.sc-banner-text h5 {
    font-size: 29px;
    margin-top: 15px;
    opacity: 0.6;
    text-align: center;
    font-weight: 500;
}

.sc-img-fuild {
    width: 100%;
    height: auto;
}

.sc-img-t {
    width: auto;
    height: 170px;
}

.sc-top-mobile {
    display: none;
}

.sc-top-content .col-7,
.sc-top-content .col-5 {
    padding-right: 0px;
}

.sc-img-t-pl-35 {
    padding-left: 35px;
}

.sc-top h4 {
    font-size: 22px;
    color: #000;
    width: 88px;
    border-bottom: 2px solid #000;
    height: 30px;
    margin-bottom: 12px;
}

.sc-top p,
.sc-m-content p {
    font-size: 16px;
    line-height: 28px;
    color: #969696;
    margin-bottom: 0px;
    text-align: justify;
    margin-bottom: 12px;
}

.sc-jx {
    width: 98px;
    height: 98px;
    transform: rotate(-45deg);
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.sc-jx h3 {
    transform: rotate(45deg);
    font-size: 21px;
    color: #000;
    font-weight: 600;
}

.sc-title {
    margin-top: 28px;
    text-align: center;
}

.sc-title p {
    font-size: 22px;
    color: #969696;
    width: 357px;
}

.icon-style {
    font-size: 34px;
    color: #969696;
    margin-top: 32px;
}

.sc-m-img {
    padding-bottom: 18px;
}

.sc-m-content {
    border: 1px solid #979797;
    padding-top: 44px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 14px;
}

.sc-m-content-mobile {
    display: none;
}

.sc-m-content h4 {
    font-size: 22px;
    color: #000;
    padding-bottom: 22px;
}

.sb-b-p-0 {
    padding: 0px;
}

.sb-b-p-l-5 {
    padding-left: 5px;
}

.sb-b-p-r-5 {
    padding-right: 5px;
}

.sb-b-p-r-0 {
    padding-right: 0px;
}

.sc-b-content {
    text-align: center;
    padding-top: 54px;
}

.sc-b-content-mobile {
    display: none !important;
}

.sc-b-content h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.sc-b-content p {
    font-size: 20px;
    color: #969696;
    margin-bottom: 36px;
}

.sc-b-line {
    width: 60px;
    height: 1.5px;
    background: #969696;
}

@media(max-width:576px) {
    .sc-blog-home-banner {
        background: url(".././img/news/sichuan/banner.png") no-repeat;
        width: 100%;
        height: 424px;
        background-size: 100% 100%;
    }
    .sc-banner-text h2 {
        font-size: 22px;
        text-align: center;
    }
    .sc-banner-text h5 {
        font-size: 15px;
        margin-top: 15px;
    }
    .sc-top {
        display: none;
    }
    .sc-top-mobile h4 {
        font-size: 12px;
        color: #000;
        width: 48px;
        border-bottom: 2px solid #000;
        height: 18px;
        margin-bottom: 8px;
    }
    .sc-img-t {
        width: auto;
        height: 90px;
    }
    .sc-img-t-pl-35 {
        padding-left: 15px;
    }
    .sc-top-mobile {
        display: block;
    }
    .sc-jx {
        width: 49px;
        height: 49px;
    }
    .sc-jx h3 {
        font-size: 12px;
        color: #000;
    }
    .sc-title {
        margin-top: 14px;
        text-align: center;
    }
    .sc-title p {
        font-size: 12px;
        color: #969696;
        width: 190px;
        margin-bottom: 8px;
    }
    .icon-style {
        font-size: 16px;
        color: #969696;
        margin-top: 0px;
    }
    .sc-ml-img {
        padding-right: 0px;
    }
    .sc-m-img {
        padding-bottom: 9px;
    }
    .sc-top-mobile p,
    .sc-m-content-mobile p {
        font-size: 10px;
        line-height: 14px;
        color: #969696;
        text-align: justify;
        margin-bottom: 12px;
    }
    .sc-m-content {
        display: none;
    }
    .sc-m-content-mobile {
        border: 1px solid #979797;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .sc-m-content-mobile h4 {
        font-size: 12px;
        color: #000;
        padding-bottom: 8px;
    }
    .sc-b-content {
        display: none !important;
    }
    .sc-b-content-mobile {
        text-align: center;
        padding-top: 8px;
        display: flex !important;
    }
    .sc-b-content-mobile h4 {
        font-size: 12px;
        color: #000;
    }
    .sc-b-content-mobile p {
        font-size: 10px;
        color: #969696;
        margin-bottom: 2px;
    }
    .sc-b-line {
        width: 30px;
    }
}


/*sichuang travel end*/