/*活动上方banner图*/
.active_top_banner{
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 1120px;
}
.active_top_banner >img{
    width: 100%;
    height: 6.04rem;
    border: 0.01rem solid #074798;
    object-fit: cover;
}

.active_bottom_banner_div{
    position: relative;
    display: flex;
    display: -webkit-flex; /* Safari */
    margin-bottom: 0.70rem;
}

.active_left_banner_img{
    width: 5.89rem;
    height: 4.40rem;
    margin-top: 0.70rem;
}
.active_right_banner_img{
    width: 8.11rem;
    height: 4rem;
    margin-top: 0.90rem;
}

.active_right_banner_up{
    position: absolute;
    top: 1.87rem;
    left: 7.27rem;
    text-align: center;
    width: 5.35rem;
    height: 2.07rem;
    background: #3C7CE9;
    opacity: 0.9;
    z-index: 1;
}

.active_right_banner_up_title{
    margin-top: 0.21rem;
    margin-bottom: 0.04rem;
    height: 0.40rem;
    font-size: 0.28rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 1;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.active_right_banner_up_line{
    margin-left: 2.51rem;
    width: 0.35rem;
    height: 0.03rem;
    background: #FFFFFF;
    opacity: 1;
}

.active_right_banner_up_describe{
    margin-top: 0.20rem;
    margin-left: 0.32rem;
    width: 4.72rem;
    height: 0.60rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.active_right_banner_up_describe_circle {
    margin-top: 0.10rem;
    margin-left: 2.56rem;
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
}

/*活动预告*/
.active_logo{
    text-align: center;
    height: 1.04rem;
}
.active_logo img{
    height: 1.04rem;
    width: 2.07rem;
}

/*活动预告导航*/
.active_advance_container{
    margin-top: 0.40rem;
}

.active_node_nav{
    margin-left: 5.01rem;
    margin-bottom: 0.40rem;
    width: 3.98rem;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}

.active_node_nav_title{
    position: relative;
    cursor: pointer;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.active_node_nav_title.active::after{
    content: '';
    position: absolute;
    top: -0.10rem;
    right: -0.20rem;
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    border: 0.04rem solid #1982E4;
    border-radius: 50%;
    z-index: -2;
}

.active_node_nav_title.active::before{
    content: '';
    position: absolute;
    top: -0.06rem;
    right: -0.28rem;
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background:  #B8D4F9;
    border-radius: 50%;
    z-index: -1;
}

/*活动预告内容*/
.active_advance{
    margin-top: 0.40rem;
    margin-bottom: 0.22rem;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}

.active_advance_card{
    position: relative;
    width: 4.53rem;
    height: 4.64rem;
    background: #FFFFFF;
    opacity: 1;
    margin-bottom: 0.20rem;
    margin-right: 0.20rem;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.active_advance_card:hover{
    border-bottom-color: #074798;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}

.active_advance_card:nth-child(3n) {
    margin-right: 0;
}

.active_advance_img{
    object-fit: cover;
    display: block;
    height: 2.49rem;
    width: 100%;
}

.active_advance_content{
    padding: 0.20rem 0.18rem 0.21rem 0.20rem;
}

.active_advance_title{
    height: 0.25rem;
    margin-bottom: 0.10rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.active_advance_describe{
    height: 0.72rem;
    font-size: 0.14rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.active_advance_file a{
    display: flex;
    display: -webkit-flex;
}
.active_advance_file a img{
    margin-left: 0.20rem;
    margin-right: 0.10rem;
    height: 0.21rem;
    width: 0.20rem;
}
.active_advance_file a div{
    line-height: 0.17rem;
    height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
}

.active_learn_more_btn {
    text-align: center;
    margin-bottom: 0.70rem;
}

.active_learn_more_btn button {
    width: 1.1rem;
    height: 0.40rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    background: #3958B5;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    outline: none;
}

.active_learn_more_btn > button:hover {
    font-weight: 600;
    color: #3958B5;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    z-index: 1;
}



/*研修*/
/*研修导航*/
.active_research_container{
    margin-top: 0.40rem;
}

.active_rearch_node_nav{
    margin-left: 4.41rem;
    margin-bottom: 0.44rem;
    width: 5.18rem;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}

/*研修内容*/
.active_research{
    margin-top: 0.44rem;
    margin-bottom: 0.20rem;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}

.active_research_card{
    width: 4.53rem;
    height: 4.73rem;
    background: #FFFFFF;
    opacity: 1;
    margin-bottom: 0.20rem;
    margin-right: 0.20rem;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.active_research_card:hover{
    border-bottom-color: #074798; /* 只改变底边的颜色 */
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}

.active_research_card:nth-child(3n) {
    margin-right: 0;
}

.active_research_img{
    object-fit: cover;
    display: block;
    height: 2.49rem;
    width: 100%;
}

.active_research_title{
    height: 0.25rem;
    margin:0.20rem 0 0.05rem 0.20rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/

    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.active_research_time{
    margin-left: 0.20rem;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
}

.active_research_line {
    margin: 0.20rem 0.18rem 0.25rem 0.20rem;
    border: 0.01rem solid #EDEDED;
}

.active_research_describe{
    margin-left: 0.20rem;
    margin-right: 0.18rem;
    height: 0.48rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.active_research_file{
    margin-top: 0.22rem;
}
.active_research_file a{
    display: flex;
    display: -webkit-flex;
}
.active_research_file a img{
    margin-left: 0.20rem;
    margin-right: 0.10rem;
    height: 0.21rem;
    width: 0.20rem;
}
.active_research_file a div{
    line-height: 0.17rem;
    height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
}

/*活动回顾*/
.active_review{
    margin-top: 0.46rem;
    margin-bottom: 0.20rem;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}
.active_review_card{
    position: relative;
    width: 6.90rem;
    height: 1.60rem;
    background: #E7E7EA;
    opacity: 1;
    margin-bottom: 0.20rem;
    margin-right: 0.20rem;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.active_review_card:hover{
    background: #FFFFFF;
    border-bottom-color: #074798; /* 只改变底边的颜色 */
}

.active_review_card:nth-child(2n) {
    margin-right: 0;
}
.active_review_content{
    padding: 0.20rem 0.26rem 0 0.20rem;
}

.active_review_title{
    height: 0.25rem;
    margin-bottom: 0.06rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.active_review_describe{
    margin-bottom: 0.05rem;
    height: 0.72rem;
    line-height: 0.24rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.active_review_time{
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
}

.active_review_file{
    position: absolute;
    right: 0.26rem;
    bottom: 0.14rem;
    z-index: 1;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
}

/*************************活动-列表页start*************************/
/*活动预告列表页导航*/
.active_advance_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.active_advance_list_top_title{
    margin-top: 0.40rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #074798;
}

.active_advance_list_top_title_english{
    width: 3.69rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #07449A;
    text-shadow: 0 0.02rem 0.02rem rgba(255,255,255,0.5);
}

.active_advance_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.active_advance_list_top_search input {
    width: 3.25rem;
    height: 0.40rem;
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
    font-size: 0.12rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.active_advance_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.active_advance_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
}

.active_advance_list_top_search img:hover {
    cursor: pointer;
}

.active_advance_list_top_search div {
    background-color: #074798;
    width: 0.40rem;
    height: 0.40rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;

}

.active_advance_list_nav{
    margin-top: 0.26rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
}

.active_advance_list_nav_type{
    width: 0.78rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.active_advance_list_nav_div{
    width: 2.14rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.active_advance_list_nav_title{
    cursor: pointer;
    width: 0.52rem;
    font-size: 0.18rem;
    /*font-family:PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
}

.active_advance_list_nav_title:hover{
    border-bottom: 0.02rem solid #3894E8;
}

.active_advance_list_nav_title.larger{
    width: 0.70rem;
}

.active_advance_list_nav_title.active{
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    background: #3894E8;
}
/*活动预告列表页数据*/
.active_advance_data{
    margin-top: 0.40rem;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}

.active_advance_data_card{
    width: 3.35rem;
    height: 4.00rem;
    background: #FFFFFF;
    opacity: 1;
    margin-bottom: 0.20rem;
    margin-right: 0.20rem;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-bottom: 0.03rem solid transparent;
}

.active_advance_data_card:hover{
    border-bottom-color: #074798;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}
.active_advance_data_card:nth-child(4n) {
    margin-right: 0;
}

.active_advance_data_img{
    object-fit: cover;
    display: block;
    height: 1.84rem;
    width: 100%;
}

.active_advance_data_content{
    padding: 0.20rem;
}

.active_advance_data_title{
    height: 0.25rem;
    margin-bottom: 0.10rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.active_advance_data_describe{
    height: 1rem;
    font-size: 0.14rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.20rem;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}

.active_advance_data_file a{
    display: flex;
    display: -webkit-flex;
}
.active_advance_data_file a img{
    margin-left: 0.20rem;
    margin-right: 0.10rem;
    height: 0.21rem;
    width: 0.20rem;
}
.active_advance_data_file a div{
    line-height: 0.17rem;
    height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
}

/* 研修 列表页导航*/
.active_research_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.active_research_list_top_title{
    margin-top: 0.40rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #074798;
}

.active_research_list_top_title_english{
    width: 3.69rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #07449A;
    text-shadow: 0 0.02rem 0.02rem rgba(255,255,255,0.5);
}

.active_research_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.active_research_list_top_search input {
    width: 3.25rem;
    height: 0.40rem;
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.12rem;

}

.active_research_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.active_research_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
}

.active_research_list_top_search img:hover {
    cursor: pointer;
}

.active_research_list_top_search div {
    background-color: #074798;
    width: 0.40rem;
    height: 0.40rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;

}

.active_research_list_nav{
    margin-top: 0.26rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
}

.active_research_list_nav_type{
    width: 0.78rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.active_research_list_nav_div{
    width: 3.04rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.active_research_list_nav_title{
    cursor: pointer;
    width: 0.88rem;
    font-size: 0.18rem;
    /*font-family:PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
}

.active_research_list_nav_title:hover{
    border-bottom: 0.02rem solid #3894E8;
}

.active_research_list_nav_title.active{
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    background: #3894E8;
}

/* 研修 列表页内容*/
.active_research_data{
    margin-top: 0.40rem;
    margin-bottom: 0.20rem;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}

.active_research_data_card{
    width: 3.35rem;
    height: 4.08rem;
    background: #FFFFFF;
    opacity: 1;
    margin-bottom: 0.20rem;
    margin-right: 0.20rem;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.active_research_data_card:hover{
    border-bottom-color: #074798;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}

.active_research_data_card:nth-child(4n) {
    margin-right: 0;
}

.active_research_data_img{
    object-fit: cover;
    display: block;
    height: 1.84rem;
    width: 100%;
}

.active_research_data_title{
    height: 0.25rem;
    margin:0.20rem 0 0.05rem 0.20rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.active_research_data_time{
    margin-left: 0.20rem;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
}

.active_research_data_line {
    margin: 0.20rem 0.20rem 0.33rem 0.20rem;
    border: 0.01rem solid #EDEDED;
}

.active_research_data_describe{
    margin-left: 0.20rem;
    margin-right: 0.20rem;
    height: 0.40rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.20rem;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/* 活动回顾 列表页 */
.active_review_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.active_review_list_top_title{
    margin-top: 0.40rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #074798;
}

.active_review_list_top_title_english{
    width: 3.69rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #07449A;
    text-shadow: 0 0.02rem 0.02rem rgba(255,255,255,0.5);
}

.active_review_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.active_review_list_top_search input {
    width: 3.25rem;
    height: 0.40rem;
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;

    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.12rem;
}

.active_review_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.active_review_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
}

.active_review_list_top_search img:hover {
    cursor: pointer;
}

.active_review_list_top_search div {
    background-color: #074798;
    width: 0.40rem;
    height: 0.40rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;

}

.active_review_list_conditions{
    margin-top: 0.26rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
}

.active_review_list_conditions_name{
    text-align: left;
    width: 1.14rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.active_review_list_conditions_option{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.active_review_list_conditions_option > span{
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.18rem;
    /*font-family:PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
}

.active_review_list_conditions_option > span:hover{
    border-bottom: 0.02rem solid #3894E8;
}

.active_review_list_conditions_option > span.active{
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    background: #3894E8;
}

/*列表页下方广告展位*/
.active_advert_div{
    margin-bottom: 1.3rem;
    display: flex;
    display: -webkit-flex;
}
.active_advert_div img{
    margin-right: 0.2rem;
    width: 3.35rem;
    height: 2rem;
}
/*************************活动-列表页end*************************/

.active_container_back {
    width: 100%;
    min-width: 1120px;
}

.active_advance_list_container_back {
    width: 100%;
    min-width: 1120px;
}

.active_research_list_container_back {
    width: 100%;
    min-width: 1120px;
}