.whole{
    background: #F5F5F5;
}
.banner {
    width: 100%;
    height: auto;
    /*height: 300px;*/
    margin-top: 80px;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.tit-box{
    /*background: #F5F5F5;*/
}
.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: 16px;
    color: #333333;
    line-height: 20px;
    margin-left: 2px;
}

.themeDetails-box{
    width: 100%;
    background: #FFFFFF;
}
.themeDetails{
    padding: 40px 0 60px;
}
.themeDetails-row-icon{
    width: 40px;
    height: 40px;
}
.themeDetails-row{
    align-items: flex-start;
}
.themeDetails-row-text{
    font-weight: 600;
    font-size: 40px;
    color: #FF702B;
    line-height: 56px;
    margin-left: 16px;
    margin-top: -12px;
    text-align: left;
}
.themeDetails-title {
    font-weight: 600;
    font-size: 24px;
    color: #FF702B;
    line-height: 33px;
    text-align: left;
    margin: 40px 0 20px;
}

.themeDetails-text{
    font-weight: 400;
    font-size: 16px;
    color: #606266;
    line-height: 30px;
    text-align: left;
    margin-bottom: 40px;
}
.themeDetails-text:last-child{
    margin-bottom: 0px;
}
.themeDetails-ul {
    background: #F0F6FF;
    padding: 20px;
}
.member-li{
    padding: 20px 20px 0 20px;
    background: #FFFCF8;
    border: 1px solid #FF702B;
    width: 49%;
    position: relative;
    height: 304px;
    margin-bottom: 20px;
}
.member-li-img{
    width: 160px;
    height: 160px;
}
.member-li-right{
    text-align: left;
    margin-left: 20px;
}
.member-li-button{
    height: 48px;
    line-height: 48px;
    background: #FF702B;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.member-tit-title{
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
}
.member-tit-text{
    font-weight: 500;
    font-size: 14px;
    color: #FF702B;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FF702B;
    margin-left: 12px;
    padding: 0 12px;
    height: 20px;
    text-align: center;
}
.member-text-box{
    margin: 12px 0 20px;
}
.member-li-txt{
    align-items: flex-start;
}
.member-li-round{
    width: 6px;
    height: 6px;
    /*border: 2px solid #FF702B;*/
    border-radius: 25px;
    background: #FF702B;
}
.member-li-text{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-left: 16px;
}
.themeDetails-li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.themeDetails-li:last-child{
    margin-bottom: 0;
}
.round-box{
    height: 22px;
}
.themeDetails-li-round {
    width: 12px;
    height: 12px;
    border: 2px solid #FF702B;
    border-radius: 25px;
}

.themeDetails-li-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-left: 30px;
    text-align: left;
}
.themeDetails-row-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.themeDetails-row-title{
    text-align: left;
}
.themeDetails-row-right{
    width: 16px;
    height: 16px;
}
.themeDetails-row-link a{
    margin-left: 19px;
    height: 30px;
    border: 1px solid #2F52F9;
    padding: 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #2F52F9;
    line-height: 30px;
}
.member-li2{
    padding: 20px 20px 0 20px;
    background: #FFFCF8;
    border: 1px solid #FF702B;
    width: 32%;
    position: relative;
    height: 304px;
}
.member-li2 .row{
    flex-direction: column;
    align-items: center;
}
.member-li2 .row .member-li-right{
    margin-top: 16px;
    margin-left: 0;
    text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px){
    .whole-title{
        width: 100%;
        height: 40px;
        padding: 0 48px;
        margin: 0;
    }
    .themeDetails{
        width: 100%;
        padding: 40px 48px;
        margin: 0;
    }
    .themeDetails-title{
        font-size: 24px;
    }
    .themeDetails-ul{
        padding: 16px 12px;
    }
    .themeDetails-li{
        margin-bottom: 12px;
    }
    .themeDetails-li-round{
        width: 8px;
        height: 8px;
    }
    .themeDetails-li-text{
        margin-left: 16px;
    }
}

/*手机端*/
@media screen and (min-width: 0px) and (max-width: 767px){
    .banner{
        margin-top: 44px;
        /*height: 150px;*/
    }
    .whole-title{
        width: 100%;
        height: 40px;
        padding: 0 20px;
        margin: 0;
    }
    .themeDetails{
        width: 100%;
        padding: 26px 20px 60px;
        margin: 0;
    }
    .themeDetails-row{
        align-items: flex-start;
    }
    .themeDetails-row-icon {
        width: 24px;
        height: 24px;
    }
    .themeDetails-row-text {
        font-weight: 600;
        font-size: 30px;
        color: #FF702B;
        line-height: 42px;
    }
    .themeDetails-title{
        font-size: 24px;
    }
    .themeDetails-li{
        margin-bottom: 12px;
    }
    .themeDetails-li-text{
        margin-left: 16px;
    }
    .themeDetails-row-link{
        flex-wrap: wrap;
    }
    .themeDetails-row-link .themeDetails-row-title{
        margin-right: 10px;
    }
    .themeDetails-row-link a{
        margin-left: 0;
    }
}
