.whole {
    background: #F5F5F5;
}

.banner {
    width: 100%;
    /*height: 300px;*/
    margin-top: 80px;
    position: unset;
}
.banner-img{
    height: auto;
}

/*标题左侧线*/
.title {
    position: absolute;
    height: 100%;
}

.title-line {
    width: 100px;
    height: 2px;
    background: #FF702B;
}

.title-left {
    margin-right: 40px;
}

.title-center {
    font-weight: 500;
    font-size: 50px;
    color: #ffffff;
    line-height: 70px;
}

.box {
    text-align: unset;
}

#newDetails {
    text-align: center;
}

/*标题右侧线*/
.title-right {
    margin-left: 40px;
}

.whole-title {
    display: flex;
    align-items: center;
    height: 50px;
    width: 1200px;
    margin: 0 auto;
}

.title-icon {
    width: 16px;
    height: 16px;
}

.text {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-left: 2px;
}

.themeDetails {
    /*text-align: left;*/
}

.themeDetails-box {
    width: 100%;
    background: #FFFFFF;
}

.themeDetails {
    padding: 40px 0 60px;
}

.themeDetails-row-title {
    font-weight: 600;
    font-size: 40px;
    color: #FF702B;
    line-height: 56px;
    text-align: center;
}

.themeDetails-row-text {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.themeDetails-row-text span {
    /*margin-left: 20px*/
}

.themeDetails-text {
    font-weight: 400;
    font-size: 16px;
    color: #606266;
    line-height: 26px;
    margin: 40px 0;
    text-align: left;
}

#richText img {
    /*width: 100%;*/
    height: auto;
}

.ql-editor .ql-video {
    max-width: 80%;
    margin: 0 auto;
    height: auto;
}

/*富文本样式*/
/*.ql-align-center{*/
/*    text-align: center;*/
/*}*/
/*!*轮播图样式 start*!*/

/*.introduction-swiper {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/*.swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.swiper-box {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    !*background: #fff;*!*/
/*    display: flex;*/
/*    !*flex-direction: column;*!*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .whole-title {
        width: 100%;
        margin: 0;
        padding: 0 48px;
    }

    .title-icon {
        width: 14px;
        height: 14px;
    }

    .text {
        margin-left: 3px;
    }

    .themeDetails {
        margin: 0;
        width: 100%;
        padding: 40px 48px;
    }

    /*轮播图 start*/
    .introduction-swiper {
        width: 100%;
    }

    .swiper-slide img {
        width: auto;
        height: 500px;
    }

    /*轮播图 end*/
    .member-ul {
        justify-content: space-between;
    }

    .member-li {
        height: 320px;
    }

    .member-li-img {
        width: 120px;
        height: 120px;
    }

    .member-li2 {
        width: 49%;
        height: auto;
    }

    .member-tit {
        flex-wrap: wrap;
    }

    .member-li2 .row {
        flex-direction: row;
        margin-bottom: 70px;
    }

    .member-li2:nth-child(2n) {
        margin-right: 0;
    }

    .member-li2 .row .member-li-right {
        margin-left: 16px !important;
        margin-top: 0;
    }

    .member-li2:nth-child(3n) {
        margin-right: 0;
    }
}

/*手机端*/
@media screen and (min-width: 0px) and (max-width: 767px) {
    .banner {
        margin-top: 44px;
        /*height: 150px;*/
    }

    .banner-img-box {
        height: 100% !important;
    }
    .banner-img{
        /*height: 100%!important;*/
    }
    .whole-title {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .title-icon {
        width: 14px;
        height: 14px;
    }

    .text {
        font-size: 12px;
        line-height: 17px;
        margin-left: 2px;
    }

    .themeDetails {
        margin: 0;
        width: 100%;
        padding: 20px 20px 40px;
    }

    /*轮播图 start*/
    .introduction-swiper {
        width: 100%;
    }

    .swiper-slide img {
        width: auto;
        height: 180px;
    }

    .swiper-button-next {
        left: 88%;
    }

    .swiper-button-prev {
        left: 0;
    }

    /*轮播图 end*/
    .themeDetails-row {
        align-items: flex-start;
    }

    .themeDetails-row-title {
        margin-top: -8px;
        font-size: 30px;
        line-height: 42px;
    }

    .themeDetails-row-icon {
        width: 24px;
        height: 24px;
    }

    .themeDetails-text {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
    }

    .title {
        /*margin: 20px 0;*/
        /*top: 45px !important;*/
    }

    .title-left {
        margin-right: 14px;
    }

    .title-center {
        font-size: 20px;
        line-height: 28px;
    }

    .title-right {
        margin-left: 14px;
    }

    .ql-editor img{
        max-width: 100%;
    }
    .member-ul {
        justify-content: space-between;
    }

    .member-li {
        width: 100%;
        height: auto;
        padding: 15px 15px 0;
    }

    .member-li-img {
        width: 95px;
        height: 95px;
    }

    .member-li-right {
        margin-left: 15px;
    }

    .member-tit-title {
        font-size: 20px;
        color: #333333;
        line-height: 26px;
    }

    .member-tit-text {
        font-size: 12px;
        color: #FF702B;
        line-height: 16px;
        margin-left: 11px;
        padding: 0 11px;
        height: 16px;
        text-align: center;
    }


    .member-li-button {
        height: 40px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 40px;
    }

    .member-li2 {
        width: 100%;
        padding: 16px;
        height: auto;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .member-li2:last-child {
        margin-bottom: 0;
    }

    .member-li2 .row {
        flex-direction: row;
        margin-bottom: 40px;
    }

    .member-li2 .member-li-right {
        margin-left: 16px !important;
        margin-top: 0 !important;
    }

    .member-tit {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .member-tit-title {
        font-size: 20px;
        line-height: 34px;
        margin-right: 10px;
    }

    .member-tit-text {
        font-size: 12px;
        color: #FF702B;
        line-height: 16px;
        height: 16px;
        margin-left: 0;
    }
}
