
/*认证上方banner图*/
.authentication_top_banner{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 8.51rem;
    min-width: 1120px;
}
.authentication_top_banner >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authentication_top_title{
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translate(-7rem);
    width: 14rem;
    margin: auto auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.authentication_top_title>span{
    width: 4.14rem;
    height: 0.70rem;
    line-height: 0.7rem;
    background: #F29977;
    opacity: 1;
    border: 0.01rem solid #FD6D2B;
    text-align: center;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Medium, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

/*已获认证项目*/

.authentication_project_nav{
    height: 1.20rem;
    width: 100%;
    background: #E7E7EA;
    min-width: 1120px;
}

.authentication_project_nav_div{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
}

.authentication_project_nav_title{
    margin-top: 0.42rem;
    width: 1.80rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Medium, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
}

.authentication_project_nav_topic{
    margin-top: 0.46rem;
    margin-left: 1.09rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 4.94rem;
}

.authentication_project_nav_topic>span{
    cursor: pointer;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
}

.authentication_project_nav_topic>span.active{
    color: #FC8143;
    /*font-family: PingFang SC-Medium,Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
}

.authentication_project_search{
    margin-top: 0.38rem;
    margin-left: 2.86rem;
    display: flex;
    display: -webkit-flex;
}

.authentication_project_search input {
    width: 2.81rem;
    height: 0.40rem;
    border: 0.02rem solid #FC8143;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;

    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.12rem;
}

.authentication_project_search input:focus {
    border: 0.02rem solid #FC8143;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.authentication_project_search img {
    width: 0.23rem;
    height: 0.23rem;
    cursor: pointer;
}

.authentication_project_search div {
    background-color: #FC8143;
    width: 0.40rem;
    height: 0.40rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
}

.authentication_project_learn_more_btn{
    margin: 0.26rem auto 0;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FC8143;
    text-align: center;
}

.authentication_project_learn_more_btn:hover{
    color: #074798;
}
/*已获认证项目-列表内容页样式*/
.authentication_project_data_container{
    margin-top: 0.30rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
/*已获认证项目-学位授权点列表内容样式*/
.authentication_degree_data_card{
    position: relative;
    background-color: #FFFFFF;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
    width: 6.85rem;
    height: 4.7rem;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.authentication_degree_data_card:nth-child(2n){
    margin-right: 0;
}

/*学位授权点卡片悬浮事件start*/
.authentication_degree_data_card:hover>img{
    height: 2.19rem;
}
.authentication_degree_data_card:hover>.authentication_degree_content_title{
    margin-top: 0.61rem;
    color: #FC8143;
}
.authentication_degree_data_card:hover>.authentication_degree_content_describe{
    -webkit-line-clamp:4;
}

.authentication_degree_data_card:hover>.authentication_degree_content_file{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}
/*学位授权点卡片悬浮事件end*/

.authentication_degree_data_card>img{
    width: 6.85rem;
    height: 3.30rem;
    transition: height 0.3s ease;
}

.authentication_degree_content_title{
    margin-top: 0.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:margin-top 0.3s ease;
}

.authentication_degree_content_describe{
    margin-top: 0.07rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    line-height: 0.24rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,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;
}
.authentication_degree_content_file{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0.2rem;
    bottom: 0.22rem;
    margin-top: 0.22rem;
}
.authentication_degree_content_file a{
    display: flex;
    display: -webkit-flex;
}
.authentication_degree_content_file a img{
    margin-left: 0.20rem;
    margin-right: 0.10rem;
    height: 0.21rem;
    width: 0.20rem;
}
.authentication_degree_content_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;
}

/*已获认证项目-精品课程列表内容样式*/
.authentication_course_data_card{
    position: relative;
    background-color: #FFFFFF;
    margin-right: 0.2rem;
    margin-bottom: 0.21rem;
    width: 3.35rem;
    height: 3.7rem;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.authentication_course_data_card:hover{
    border-bottom-color: #074798;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}

.authentication_course_data_card:nth-child(4n){
    margin-right: 0;
}

.authentication_course_data_card>img{
    width: 3.35rem;
    height: 1.87rem;
}

.authentication_course_content_title{
    margin: 0.15rem 0.14rem 0 0.16rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.authentication_course_content_describe{
    margin: 0.05rem 0.14rem 0 0.16rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #666666;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.authentication_course_content_display{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.authentication_course_content_source{
    margin-top: 0.05rem;
    margin-left: 0.16rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width: 2rem;
    white-space: nowrap;
}

.authentication_course_content_click_num{
    margin-top: 0.05rem;
    margin-right: 0.15rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width: 1rem;
    white-space: nowrap;
}
.authentication_course_content_learn{
    position: absolute;
    left: 0.15rem;
    bottom: 0.15rem;
    width: 3.05rem;
    height: 0.39rem;
    line-height: 0.39rem;
    background: #F7F7F7;
    border-radius: 0.08rem;
    text-align: center;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #074798;
}

.authentication_course_content_learn:hover{
    background: #E7E7EA;
}

.authentication_course_content_major{
    padding: 0 0.05rem;
    text-align: center;
    position: absolute;
    top: 1.59rem;
    right: 0.1rem;
    height: 0.18rem;
    background: #222222;
    border-radius: 0.04rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

/*已获认证项目-实习实践基地列表内容样式*/
.authentication_base_data_card{
    background-color: #FFFFFF;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 4.53rem;
    height: 3.15rem;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.authentication_base_data_card:hover{
    border-bottom-color: #074798;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}
.authentication_base_data_card:nth-child(3n){
    margin-right: 0;
}

.authentication_base_data_card>img{
    width: 4.53rem;
    height: 1.50rem;
}

.authentication_base_content_name{
    margin: 0.2rem 0.18rem 0 0.2rem;
    line-height: 0.2rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.authentication_base_content_describe{
    margin: 0.1rem 0.18rem 0 0.2rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    /*font-family: PingFang SC-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:4;
}

/*已获认证项目列表页*/
.authentication_project_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}


.authentication_project_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;
}

.authentication_project_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);
}

.authentication_project_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.authentication_project_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;
}

.authentication_project_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.authentication_project_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
    cursor: pointer;
}

.authentication_project_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;
}

.authentication_project_list_conditions{
    margin-top: 0.26rem;
    line-height: 0.32rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
}

.authentication_project_list_conditions_name{
    text-align: left;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.authentication_project_list_conditions_option{
    width: 12rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.authentication_project_list_conditions_option > span{
    margin-left: 0.2rem;
    margin-bottom: 0.12rem;
    padding: 0 0.08rem;
    cursor: pointer;
    font-size: 0.18rem;
    /*font-family:PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    border-bottom: 0.02rem solid transparent;
}

.authentication_project_list_conditions_option > span:hover{
    border-bottom: 0.02rem solid #3894E8;
}

.authentication_project_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;
}

/*实践基地详情页*/
.authentication_base_detail_name{
    margin-top: 0.7rem;
    text-align: center;
    height: 0.56rem;
    font-size: 0.40rem;
    /*font-family: PingFang SC-Medium, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #292A2B;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.authentication_base_detail_describe{
    margin-top: 0.47rem;
    text-align: center;
    height: 0.37rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.authentication_base_detail_top_card{
    margin-top: 0.2rem;
    padding: 0.31rem 3.53rem;
    width: 14rem;
    height: 1.34rem;
    background: #EBECED;
    display: flex;
    display: -webkit-flex;
}

.authentication_base_detail_link{
    width: 4.28rem;
    height: 0.71rem;
}
.authentication_base_detail_link>span{
    height: 0.28rem;
    font-size: 0.20rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
}

.authentication_base_detail_link>div{
    margin-top: 0.1rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    max-width: 3.08rem;
    width: fit-content;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 0.01rem solid #074798;
}

.authentication_base_detail_post>span{
    height: 0.28rem;
    font-size: 0.20rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
}
.authentication_base_detail_post_file{
    margin-top: 0.12rem;
}
.authentication_base_detail_post_file a{
    display: flex;
    display: -webkit-flex;
}
.authentication_base_detail_post_file a img{
    margin-top: 0.02rem;
    margin-right: 0.10rem;
    height: 0.25rem;
    width: 0.26rem;
}
.authentication_base_detail_post_file a div{
    line-height: 0.30rem;
    font-size: 0.22rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    max-width: 2.29rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.authentication_base_detail_about_top_title{
    margin-top: 0.6rem;
    text-align: center;
    height: 0.42rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
}

.authentication_base_detail_about_top_title_english{
    margin: 0 auto;
    position: relative;
    width: fit-content;
    text-align: center;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
}

.authentication_base_detail_line_long_left{
    position: absolute;
    top: 0.13rem;
    left: -0.29rem;
    width: 0.24rem;
    height: 0.02rem;
    background: #CECFD3;
}

.authentication_base_detail_line_short_left{
    position: absolute;
    top: 0.19rem;
    left: -0.21rem;
    width: 0.16rem;
    height: 0.02rem;
    background: #CECFD3;
}

.authentication_base_detail_line_long_right{
    position: absolute;
    top: 0.13rem;
    right: -0.29rem;
    width: 0.24rem;
    height: 0.02rem;
    background: #CECFD3;
}

.authentication_base_detail_line_short_right{
    position: absolute;
    top: 0.19rem;
    right: -0.21rem;
    width: 0.16rem;
    height: 0.02rem;
    background: #CECFD3;
}

.authentication_base_detail_about_describe{
    margin-top: 0.31rem;
    padding: 0 1rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
}

.authentication_base_detail_about_describe>*{
    margin: 0;
    padding: 0;
}

.authentication_base_detail_about_image_card{
    margin-top: 0.4rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
}

.authentication_base_detail_about_image_left{
    margin-right: 0.1rem;
    width: 4.88rem;
    height: 4.22rem;
}

.authentication_base_detail_about_image_left>img{
    width: 100%;
    height: 100%;
}

.authentication_base_detail_about_image_center_flex{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
}
.authentication_base_detail_about_image_center_top_left{
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    width: 3.95rem;
    height: 2.06rem;
}
.authentication_base_detail_about_image_center_top_left>img{
    width: 100%;
    height: 100%;
}

.authentication_base_detail_about_image_center_top_right{
    margin-bottom: 0.1rem;
    width: 4.99rem;
    height: 2.06rem;
}

.authentication_base_detail_about_image_center_top_right>img{
    width: 100%;
    height: 100%;
}

.authentication_base_detail_about_image_center_bottom_left{
    margin-right: 0.1rem;
    width: 3.57rem;
    height: 2.06rem;
}

.authentication_base_detail_about_image_center_bottom_left>img{
    width: 100%;
    height: 100%;
}

.authentication_base_detail_about_image_center_bottom_right{
    width: 5.37rem;
    height: 2.06rem;
}

.authentication_base_detail_about_image_center_bottom_right>img{
    width: 100%;
    height: 100%;
}
/*实习实践基地详情页中间区域*/
.authentication_base_detail_center{
    margin-top: 1.82rem;
    height: 5.39rem;
    position: relative;
}

.authentication_base_detail_center_background_image{
    position: absolute;
    top: 1.1rem;
    height: 3.62rem;
    width: 100%;
}
.authentication_base_detail_center_background_image>img{
    height: 100%;
    width: 100%;
}

.authentication_base_detail_center_describe{
    position: absolute;
    top: 1.1rem;
    height: 3.62rem;
    width: 100%;
    background: #0D0C0D;
    opacity: 0.8;
    z-index: 1;
}
.authentication_base_detail_center_describe>div{
    position: absolute;
    top: 0.57rem;
    right: 2.6rem;
    line-height: 0.32rem;
    width: 4.51rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
}

.authentication_base_detail_center_describe>div>*{
    margin: 0;
    padding: 0;
}

.authentication_base_detail_center_image{
    position: absolute;
    top: 0;
    right: 7.55rem;
    width: 8.06rem;
    height: 5.39rem;
    z-index: 2;
}

.authentication_base_detail_center_image>img{
    height: 100%;
    width: 100%;
}

.authentication_base_detail_center_title{
    position: absolute;
    top: 0;
    right: 5.31rem;
    height: 0.42rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Medium, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    max-width: 4.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    z-index: 3;
}

.authentication_base_detail_center_title_english{
    position: absolute;
    top: 0.29rem;
    right: 2.6rem;
    line-height: 0.90rem;
    font-size: 0.64rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #DBDBDB;
    max-width: 7rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    z-index: 4;
}

/*实习实践基地详情页-了解基地*/

.authentication_base_detail_learn{
    margin: auto auto;
    width: 12.18rem;
}
.authentication_base_detail_learn_top_title{
    margin-top: 1.85rem;
    text-align: center;
    height: 0.42rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
}

.authentication_base_detail_learn_top_title_english{
    margin: 0 auto;
    position: relative;
    width: fit-content;
    text-align: center;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
}

.authentication_base_detail_learn_content_top{
    margin-top: 0.48rem;
    margin-bottom: 0.2rem;
    width: 12.18rem;
    height: 4.16rem;
    display: flex;
    display: -webkit-flex;
}

.authentication_base_detail_learn_content_top_title{
    margin-top: 0.46rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    max-width: 4.26rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.authentication_base_detail_learn_content_top_describe{
    margin-top: 0.2rem;
    width: 4.26rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-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:8;
}

.authentication_base_detail_learn_content_top_describe>*{
    margin: 0;
    padding: 0;
}

.authentication_base_detail_learn_content_top_image_one{
    margin-left: 0.3rem;
    margin-right: 0.17rem;
    width: 3.20rem;
    height: 4.16rem;
}

.authentication_base_detail_learn_content_top_image_one>img{
    width: 100%;
    height: 100%;
}
.authentication_base_detail_learn_content_top_image_two{
    width: 4.25rem;
    height: 4.16rem;
}

.authentication_base_detail_learn_content_top_image_two>img{
    width: 100%;
    height: 100%;
}

.authentication_base_detail_learn_content_bottom{
    margin-bottom: 1.52rem;
    width: 12.18rem;
    height: 4.19rem;
    display: flex;
    display: -webkit-flex;
}

.authentication_base_detail_learn_content_bottom_image{
    margin-right: 0.55rem;
    width: 7.75rem;
    height: 4.19rem;
}

.authentication_base_detail_learn_content_bottom_image>img{
    width: 100%;
    height: 100%;
}

.authentication_base_detail_learn_content_bottom_title{
    margin-top: 0.47rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    max-width: 3.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.authentication_base_detail_learn_content_bottom_describe{
    margin-top: 0.2rem;
    width: 3.88rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-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:8;
}

/*认证工作坊*/

.authentication_workshop_container{
    padding-top: 0.58rem;
    margin-top: 0.72rem;
    background-color: #F7F7F7;
    height: 8.97rem;

    width: 100%;
    min-width: 1120px;
}
.authentication_workshop_top_title{
    height: 0.42rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Medium, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
}

.authentication_workshop_top_describe{
    margin-top: 0.14rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
}

.authentication_workshop_bottom{
    margin-top: 0.5rem;
    position: relative;
    padding: 0;
    width: 100%;
    height: 7rem;
}
.authentication_workshop_bottom >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.authentication_workshop_bottom_name{
    position: absolute;
    top: 1.08rem;
    left: 3.29rem;
    line-height: 0.56rem;
    font-size: 0.40rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #FFFFFF;
}

.authentication_workshop_bottom_describe{
    position: absolute;
    top: 2rem;
    left: 3.29rem;
    line-height: 0.25rem;
    width: 5.32rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}

.authentication_workshop_bottom_div{
    position: absolute;
    top: 4.33rem;
    left: 3.29rem;
    display: flex;
    display: -webkit-flex;
    width: 4.16rem;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.authentication_workshop_bottom_div_num{
    line-height: 0.48rem;
    font-size: 0.34rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #FFFFFF;
}

.authentication_workshop_bottom_div_title{
    line-height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

/*认证工作动态一级页面*/
.authentication_trends_container{
    margin-top: 0.7rem;
    position: relative;
}

.authentication_trends_title{
    width: 1.8rem;
    height: 0.42rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Medium, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
}
.authentication_trends_more_btn{
    position: absolute;
    top: 0.09rem;
    right: 0;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FC8143;
}

.authentication_trends_more_btn:hover{
    color: #074798;
}

.authentication_trends_content{
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.authentication_trends_card{
    background-color: #FFFFFF;
    margin-bottom: 0.3rem;
    width: 6.85rem;
    height: 3.6rem;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.authentication_trends_card:hover{
    border-bottom-color: #074798;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}

.authentication_trends_card_image{
    display: block;
    width: 6.85rem;
    height: 2.20rem;
}

.authentication_trends_card_image>img{
    width: 100%;
    height: 100%;
}
.authentication_trends_card_title{
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #FC8143;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.authentication_trends_card_describe{
    margin-top: 0.05rem;
    margin-left: 0.2rem;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,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:1;
}

.authentication_trends_card_file{
    line-height: 0.2rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    margin-top: 0.31rem;
}
.authentication_trends_card_file a{
    display: flex;
    display: -webkit-flex;
}
.authentication_trends_card_file a img{
    margin-left: 0.20rem;
    margin-right: 0.10rem;
    height: 0.21rem;
    width: 0.20rem;
}

/*认证工作动态列表页*/
.authentication_trends_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.authentication_trends_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;
}

.authentication_trends_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);
}

.authentication_trends_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.authentication_trends_list_top_search input {
    width: 3.25rem;
    height: 0.40rem;
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}

.authentication_trends_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}

.authentication_trends_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
}

.authentication_trends_list_top_search img:hover {
    cursor: pointer;
}

.authentication_trends_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;

}

/*列表页下方广告展位*/
.authentication_trends_list_advert_div{
    margin-top: 0.06rem;
    margin-bottom: 1.33rem;
    display: flex;
    display: -webkit-flex;
}
.authentication_trends_list_advert_div img{
    margin-right: 0.2rem;
    width: 3.35rem;
    height: 2rem;
}

/*认证标准一级页面*/

.authentication_standard_title{
    text-align: center;
    margin-top: 0.4rem;
    height: 0.42rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.authentication_standard_describe{
    margin: 0.4rem 1.17rem 0 1.07rem;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.authentication_standard_content{
    margin: 0.2rem 1.17rem 0.44rem 1.09rem;
    width: 11.74rem;
    height: 2.62rem;
    position: relative;
}

.authentication_standard_content_text{
    padding-top:0.21rem;
    width: 7.17rem;
    line-height: 0.28rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-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:8;
}

.authentication_standard_content_image{
    position: absolute;
    top: 0;
    right: 0;
    width: 4.14rem;
    height: 2.62rem;
}

.authentication_standard_content_image>img{
    width: 100%;
    height: 100%;
}

.authentication_standard_example{
    margin-left: 1.09rem;
    margin-bottom: 0.69rem;
    display: flex;
    display: -webkit-flex;
    width: 11.74rem;
    justify-content: space-between;
}

.authentication_standard_example_card{
    width: 3.73rem;
    height: 1.94rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.authentication_standard_example_card:hover{
    background-color: #FC8143;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}

.authentication_standard_example_card:hover>.authentication_standard_example_title,
.authentication_standard_example_card:hover>.authentication_standard_example_describe,
.authentication_standard_example_card:hover>.authentication_standard_example_file{
    color: #FFFFFF;
}

.authentication_standard_example_card:hover>.authentication_standard_example_line {
    background-color: #FFFFFF;
}

.authentication_standard_example_title{
    margin-top: 0.22rem;
    margin-left: 0.22rem;
    margin-right: 0.22rem;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.authentication_standard_example_line{
    width: 0.37rem;
    height: 0.04rem;
    margin-top: 0.09rem;
    margin-left: 0.25rem;
    background-color: #FC8143;
}

.authentication_standard_example_describe{
    margin-top: 0.13rem;
    margin-left: 0.25rem;
    margin-right: 0.24rem;
    height: 0.72rem;
    line-height: 0.24rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-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;
}

.authentication_standard_example_file{
    margin-top: 0.1rem;
    line-height: 0.20rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
}
.authentication_standard_example_file a{
    display: flex;
    display: -webkit-flex;
}
.authentication_standard_example_file a img{
    margin-left: 0.25rem;
    margin-right: 0.10rem;
    height: 0.21rem;
    width: 0.20rem;
}

/*认证专家*/
.authentication_expert_container{
    background: url("../img/authentication_expert_background.png") no-repeat;
    width: 100%;
    height: 5.9rem;
    min-width: 1120px;
}

.authentication_expert_card{
    position: relative;
    height: 5.9rem;
}
.authentication_expert_title{
    padding-top: 1.03rem;
    font-size: 0.30rem;
    line-height: 0.42rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.authentication_expert_describe{
    margin-top: 0.39rem;
    width: 5.34rem;
    line-height: 0.28rem;
    height: 1.96rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,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:7;
}

.authentication_expert_learn_more{
    margin-top: 0.61rem;
    cursor: pointer;
    text-align: center;
    width: 1.53rem;
    height: 0.46rem;
    background: #FC8143;
    line-height: 0.46rem;
    font-size: 0.20rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.authentication_expert_learn_more:hover {
    color: #FC8143;
    text-decoration: none;
    background-color: transparent;
    border: 0.02rem solid #FC8143;
    z-index: 1;
}

.authentication_expert_image{
    position: absolute;
    right: 0;
    top: 0.7rem;
    width: 8.08rem;
    height: 4.24rem;
}

.authentication_expert_image>img{
    width: 100%;
    height: 100%;
}

/*认证专家列表页*/
.authentication_expert_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.authentication_expert_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;
}

.authentication_expert_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);
}

.authentication_expert_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.authentication_expert_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;
}

.authentication_expert_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.authentication_expert_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
    cursor: pointer;
}

.authentication_expert_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;
}

.authentication_expert_list_conditions{
    margin-top: 0.26rem;
    line-height: 0.32rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
}

.authentication_expert_list_conditions_name{
    text-align: left;
    width: 1.04rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
}

.authentication_expert_list_conditions_option{
    width: 12rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.authentication_expert_list_conditions_option > span{
    margin-left: 0.2rem;
    margin-bottom: 0.12rem;
    padding: 0 0.08rem;
    cursor: pointer;
    font-size: 0.18rem;
    /*font-family:PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    border-bottom: 0.02rem solid transparent;
}

.authentication_expert_list_conditions_option > span:hover{
    border-bottom: 0.02rem solid #3894E8;
}

.authentication_expert_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;
}

/*认证专家列表页内容*/
.authentication_expert_data_container{
    margin-top: 0.20rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.authentication_expert_data_card{
    cursor: pointer;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    text-align: center;
    width: 2.64rem;
    height: 2.85rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.10rem 0.01rem rgba(0,0,0,0.07);
    border-radius: 0.10rem 0.10rem 0.10rem 0.10rem;
}

.authentication_expert_data_card:nth-child(5n){
    margin-right: 0;
}

.authentication_expert_content_image {
    margin-top: 0.41rem;
    object-fit: cover;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}

.authentication_expert_content_name{
    margin-top: 0.2rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium,"微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.authentication_expert_content_unitName{
    margin-top: 0.06rem;
    height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-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:1;
}

.authentication_expert_content_duty{
    margin-top: 0.03rem;
    height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-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:1;
}

/*认证专家详情页*/
.authentication_expert_detail{
    margin-top: 0.7rem;
    margin-bottom: 1.2rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 6.25rem
}

.authentication_expert_detail_describe{
    width: 6.77rem;
}

.authentication_expert_detail_describe_top{
    position: relative;
}

.authentication_expert_detail_describe_name{
    padding-top: 0.24rem;
    padding-bottom: 0.12rem;
    line-height: 0.56rem;
    width: fit-content;
    font-size: 0.40rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #074798;
    border-bottom: 0.04rem solid #074798;
    /*单行超出宽度加省略号*/
    max-width: 4.4rem;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}

.authentication_expert_detail_describe_line {
    position: absolute;
    bottom: 0.01rem;
    left: 0;
    width: 4.4rem;
    height: 0.01rem;
    background: #70707050;
    z-index: -1;
}

.authentication_expert_detail_describe_center{
    margin-top: 0.12rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.authentication_expert_detail_describe_bottom{
    margin-top: 0.4rem;
    line-height: 0.31rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
}

.authentication_expert_detail_image {
    margin-bottom: 1.2rem;
    width: 5.96rem;
    position: relative;

}
.authentication_expert_detail_image div:first-child{
    background: #074798;
    width: 5.7rem;
    height: 5.95rem;
    transform:rotate(-6deg);
    -webkit-transform:rotate(-6deg);
    position: absolute;
    z-index: 3;
    left: 0.1rem;
}
.authentication_expert_detail_image div:last-child{
    width: 4.81rem;
    height: 4.81rem;
    position: absolute;
    z-index: 6;
    top: 0.57rem;
    left: 0.6rem;
}
.authentication_expert_detail_image div:last-child img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.authentication_trends_container_back{
    width: 100%;
    min-width: 1120px;
}

.authentication_standard_container_back {
    width: 100%;
    min-width: 1120px;
}

.authentication_expert_list_top_container_back{
    width: 100%;
    min-width: 1120px;
}

.authentication_trends_list_top_container_back {
    width: 100%;
    min-width: 1120px;
}

.authentication_project_list_container_back {
    width: 100%;
    min-width: 1120px;
}