/*
    手风琴头部样式
 */
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}
img {
    border: none;
}

em,i {
    font-style: normal;
}

.about-institute-content > .tab-content{
    width: 100%;
    min-width: 1120px;
}

.box {
    /*background-size: 100% 100%;*/
    margin: 0 auto;
    background-color: #333333;

    width: 100%;
    min-width: 1120px;
}

.box ul {
    overflow: hidden;
    /*height: 400px;*/
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    min-width: 1000px;
}

.box ul li{
    /*height: 400px;*/
    /*width: 190px;*/
    width: calc((100% - 7.8rem) / 6);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background-size: cover
}
.box ul li:hover{
    cursor: pointer;
}

.box ul li .left {
    float: left;
    /*width: 190px;*/
    width: 100%;
    background: #000;
    opacity: 0.8;
    height: 5.7rem;
}


.box ul li span{
    display: block;
    text-align: center;
    font-size: 0.28rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    /*margin-top: 272%;*/
}

.box ul li.active {
    width: 7.8rem;
}

.box ul li.active span{
    /*margin-top: 66%;*/
}
.box ul li div span {
    margin-top: 4.9rem;
}

/*学会简介*/
.institute-introduction-header {
    text-align: center;
    width: 10.44rem;
    margin: 0.7rem auto 0 auto;
}

.institute-introduction-header div:first-child {

    line-height: 0.46rem;
    font-size:0.28rem;
    font-weight: 600;
    color: #333333;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*标题只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.institute-introduction-header div:last-child {
    margin-top: 0.20rem;
    height: 0.85rem;
    font-size: 0.18rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.30rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    /*文字前空两格*/
    text-indent:2em;
}


.institute-introduction-slideshow {
    margin-top: 1.04rem;
}


.institute-introduction-statistics {
    margin-top: 0.40rem;
    background-color: #E7E7EA;
    height: 1.40rem;
    min-width: 900px;
}

.institute-introduction-statistics-row {
    margin: auto auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 0.32rem;
    width: 11.60rem;
}

.institute-introduction-statistics-item {
    text-align: center;
}

.institute-introduction-statistics-item >div:first-child {
    font-size: 0.40rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #074798;
    height: 0.56rem;
}


.institute-introduction-statistics-item >div:last-child {
    font-size: 0.18rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.40rem;
}

.institute-introduction-recommend-one {
    margin-top: 0.70rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.institute-introduction-recommend-one-pic {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    width: 4.72rem;
    justify-content: space-between;
}

.institute-introduction-recommend-one-pic >img {
    height: 3.22rem;
    object-fit: cover;
}

.institute-introduction-recommend-one-pic img:first-child{
    width: 2.02rem;
}

.institute-introduction-recommend-one-pic img:last-child {
    width: 2.56rem;
}


.institute-introduction-recommend-one-desc >div {
    width: 7.74rem;
}

.institute-introduction-recommend-one-desc div:first-child {
    font-size: 0.24rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.40rem;

    /*标题只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.institute-introduction-recommend-one-desc div:last-child{
    margin-top: 0.22rem;
    font-size: 0.18rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.30rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
}

.institute-introduction-recommend-two {
    margin: 0.50rem auto 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

}

.institute-introduction-recommend-two-desc {
    width: 7.74rem;
    /*margin-top: 0.6rem;*/
}

.institute-introduction-recommend-two-desc div:first-child {
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.40rem;

    /*标题只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.institute-introduction-recommend-two-desc div:last-child {
    margin-top: 0.22rem;
    width: 7.74rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.30rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 11;
}

.institute-introduction-recommend-two-desc-pic >img {
    width: 5.6rem;
    height: 3.5rem;
    object-fit: cover;
}

.institute-introduction-recommend-three {
    margin-top: 0.32rem;
    height: 7.04rem;
}

.institute-introduction-recommend-three-desc {
    margin: auto auto;
    width: 5.58rem;
    position: relative;
}

.institute-introduction-recommend-three-desc-title {
    text-align: center;
    font-size: 0.24rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.40rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*标题只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.institute-introduction-recommend-three-desc-content {
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    margin-top: 0.22rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.30rem;


    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
}


.institute-introduction-recommend-three-desc div:nth-of-type(3) img{
    z-index: 3;
    position: absolute;
    height: 2.01rem;
    width: 2.01rem;
    border-radius: 1.00rem;
    object-fit: cover;
    right: 6.64rem;
    top: -0.07rem;
}

.institute-introduction-recommend-three-desc div:nth-of-type(4) img{
    z-index: 4;
    position: absolute;
    height: 2.53rem;
    width: 2.53rem;
    object-fit: cover;
    left: 6.62rem;
    top: 1.21rem;
    border-radius: 1.30rem;
}

.institute-introduction-recommend-three-desc div:nth-of-type(5) img{
    z-index: 5;
    position: absolute;
    height: 3.44rem;
    width: 3.44rem;
    object-fit: cover;
    right: 4.80rem;
    top: 3.53rem;
    border-radius: 1.70rem;

}

.institute-introduction-recommend-three-desc div:nth-of-type(6) img{
    z-index: -10;
    position: absolute;
    height: 4.50rem;
    width: 10.24rem;
    object-fit: cover;
    right: -1.94rem;
    top: 0.10rem;

}


.institute-introduction-unit-list {
    margin-top: 1.13rem;
    margin-bottom: 1.26rem;
}

.institute-introduction-unit-list a {
    display: flex;
    display: -webkit-flex;
}

.institute-introduction-unit-list a img {
    object-fit: cover;
    height: 0.36rem;
    width: 0.35rem;
}

.institute-introduction-unit-list a div{
    font-size: 0.18rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.40rem;
    margin-left: 0.16rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*学会章程*/
.institute-constitution {
    padding-top: 0.7rem;
}

.institute-constitution >div:last-child {
    margin-bottom: 1.2rem;
}
.institute-constitution-content {
    background: #FFFFFF;
    margin-top: 0.2rem;

}

.institute-constitution-content-area {
    padding-top: 0.3rem;
    margin-left: 0.3rem;
}

.institute-constitution-content-area div:first-child {
    font-size: 0.18rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.4rem;
    margin-bottom: 0.32rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.institute-constitution-content-area a {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0.1rem;
}


.institute-constitution-content-area a:last-child {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0.18rem;
}

.institute-constitution-content-area a img {
    height: 0.24rem;
    width: 0.24rem;
}

.institute-constitution-content-area a div {

    font-size: 0.14rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.24rem;
    margin-left: 0.2rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.institute-constitution-divide-line {
    margin-top: 0.2rem;
    width: 13.53rem;
    height: 0;
    opacity: 0.3;
    border: 1px solid #929292;
}

.load-btn {
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    height: 0.64rem;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    cursor:pointer;
}



/* 关于学会-组织机构 start*/
.organization_index{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    margin-top: 0.82rem;
}

.organization_nav_title {
    margin-right: 0.40rem;
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: black;
    text-align: center;
    cursor: pointer;
    margin-left: 0.40rem;
    position: relative;
    height: 0.33rem;
}

.organization_nav_title.active::after {
    content: '';
    position: absolute;
    top: -0.12rem;
    right: -0.22rem;
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    border: 0.04rem solid #1982E4;
    border-radius: 50%;
    z-index: -2;
}

.organization_nav_title.active::before {
    content: '';
    position: absolute;
    top: -0.08rem;
    right: -0.30rem;
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background:  #B8D4F9;
    border-radius: 50%;
    z-index: -1;
}

/*组织机构-秘书处内容样式*/
.secretariat_content{
    padding-bottom: 1.20rem;
}

.organization_secretariat_div {
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
    width: 100%;
}

.organization_secretariat_label{
    margin-top: 0.45rem;
    margin-bottom: 0.02rem;
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
}

.organization_secretariat_content_card{
    background: #FFFFFF;
    width: 4.53rem;
    height: 1.72rem;
    opacity: 1;
    margin-right: 0.20rem;
    margin-bottom: 0.20rem;
}

.organization_secretariat_content_card_last{
    margin-right: 0;
}

.organization_secretariat_content_top{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.organization_secretariat_content_image {
    margin-top: 0.20rem;
    margin-left:0.20rem;
    width: 0.86rem;
    height: 0.86rem;
    border-radius: 50%;
}

.organization_secretariat_content_avatar{
    margin-top: 0.20rem;
    margin-left:0.20rem;
    width: 0.86rem;
    height: 0.86rem;
    border-radius: 50%;
    background: #1982E4;
    font-size: 0.18rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #fff;
    text-align: center;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.organization_secretariat_content_name{
    margin-left: 0.20rem;
    margin-top: 0.38rem;
    height: 0.25rem;
    font-size: 0.18rem;
    color: #333333;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.organization_secretariat_content_position{
    margin-left: 0.20rem;
    margin-top: 0.05rem;
    height: 0.20rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.organization_secretariat_content_mobile_icon{
    margin-top: 0.26rem;
    margin-left: 0.20rem;
    width: 0.17rem;
    height: 0.17rem;
}

.organization_secretariat_content_mobile_icon > img{
    width: 100%;
    height: 100%;
    display: block;
}

.organization_secretariat_content_mobile{
    margin-top: 0.25rem;
    margin-left: 0.10rem;
    max-width: 1.10rem;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.organization_secretariat_content_email_icon{
    margin-top: 0.25rem;
    margin-left: 0.8rem;
    width: 0.16rem;
    height: 0.16rem;
}

.organization_secretariat_content_email_icon > img{
    width: 100%;
    height: 100%;
    display: block;
}


.organization_secretariat_content_email{
    margin-top: 0.25rem;
    margin-left: 0.10rem;
    width: 2rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #1982E4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*组织机构-分支机构内容样式*/
.branch_content{
    padding-top: 0.42rem;
    padding-bottom: 1.20rem;
}
.organization_branch_div {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.organization_branch_content_card{
    background: #FFFFFF;
    width: 6.65rem;
    height: 0.90rem;
    opacity: 1;
    margin-bottom: 0.20rem;
}

.organization_branch_content_title{
    margin-top: 0.30rem;
    margin-left: 0.30rem;
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #074798;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 关于学会-组织机构 end*/

/* 关于学会-任职人员 start*/
/* 任职人员 导航样式*/
.employed_index{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: flex-end;
}
.employed_type_border{
    position: relative;
    left: 0.27rem;
    top: 0.81rem;
    height: 1.71rem;
    opacity: 1;
    border: 0.03rem solid #074798;
    z-index: -1;
}

.employed_type{
    margin-top: 0.81rem;

}
.employed_type_title{
    width: 2.47rem;
    height: 0.60rem;
    opacity: 1;
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
}

.employed_type_title.active{
    background: #1982E4;
    color: #FFFFFF;
    font-weight: 600;
}

.employed_type_title span{
    position: relative;
    top: 0.15rem;
    left: 0.47rem;
}


.employed_nav{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    width: 10.97rem;
    margin-top: 0.89rem;
    margin-left: 0.67rem;
}

.employed_nav_title{
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.employed_nav_title.active::after {
    content: '';
    position: absolute;
    top: -0.14rem;
    right: -0.20rem;
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    border: 0.04rem solid #1982E4;
    border-radius: 50%;
    z-index: -2;
}

.employed_nav_title.active::before {
    content: '';
    position: absolute;
    top: -0.10rem;
    right: -0.28rem;
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background:  #B8D4F9;
    border-radius: 50%;
    z-index: -1;
}

/* 任职人员 内容样式*/
.employed_content_container{
    border-left: 0.01rem dashed #92929230;
    padding-left: 0.22rem;
    padding-bottom: 1.03rem;
}

.employed_content {
    width: 11.6rem;
}

.employed_content_title{
    margin-top: 0.74rem;
    margin-bottom: 0.41rem;
    display: flex;
    align-items: center;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}

.employed_title_line_left {
    flex: 1;
    width: 5.25rem;
    height: 0;
    border: 0.01rem solid #92929230;
}

.employed_title_line_right {
    flex: 1;
    width: 5.25rem;
    height: 0;
    border: 0.01rem solid #92929230;
}

.employed_title_text {
    text-align: center;
    position: relative;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #074798;
}

.employed_title_text span{
    padding-left: 0.30rem;
    padding-right: 0.30rem;
}

.employed_title_text::before,
.employed_title_text::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0.42rem;
    border-left: 0.01rem solid #92929230;
    border-right: 0.01rem solid #92929230;
}

.employed_title_text::before {
    left: 0;
}

.employed_title_text::after {
    right: 0;
}

.employed_content_area{
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}

.employed_content_area.center {
    justify-content: center; /* 当 employed_content_item 的数量小于 5 个时 居中显示 */
}

.employed_content_area.center > .employed_content_item{
    margin-left: 0.13rem;
    margin-right: 0.13rem;
}

.employed_content_item{
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.26rem;

    margin-top: 0.21rem
}

.employed_content_item_last{
    margin-right: 0;
}

.employed_content_img_220{
    height: 3.08rem;
    width: 2.20rem;
    /*border: 0.01rem solid #707070;*/
}

.employed_content_img_211{
    height: 2.96rem;
    width: 2.11rem;
    /*border: 0.01rem solid #707070;*/
}

.employed_content_name{
    padding-top: 0.10rem;
    padding-bottom: 0.05rem;
    text-align: center;
    font-size: 0.18rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
}

.employed_content_unit{
    /*padding-bottom: 0.21rem;*/
    min-height: 0.4rem;

    width: 2.00rem;
    text-align: center;
    font-size: 0.14rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.2rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.employed_view_more{
    margin-top: 0.19rem;
    font-size: 0.18rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    cursor: pointer;
    text-align: center;
}
/* 任职人员详情页面 */
.employed_nav_detail{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    width: 10.97rem;
    margin-top: 0.89rem;
    margin-left: 0.67rem;
}


/* 专家组织样式 start*/
.expert_organizations_index{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    margin-top: 0.69rem;
}

.expert_organizations_nav_title {
    margin-left: 0.49rem;
    margin-right: 0.49rem;
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: black;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 0.40rem;
}

.expert_organizations_nav_title.active::after {
    content: '';
    position: absolute;
    top: -0.1rem;
    right: -0.25rem;
    display: flex;
    width: 0.18rem;
    height: 0.18rem;
    border: 0.04rem solid #1982E4;
    border-radius: 50%;
    z-index: -1;
}

.expert_organizations_nav_title.active::before {
    content: '';
    position: absolute;
    top: -0.06rem;
    right: -0.33rem;
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background:  #B8D4F9;
    border-radius: 50%;
}

.expert_organizations {
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
    width: 100%;
}

.commission_tab_div {
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.20rem;
    justify-content: space-between;
}

.commission_content{
    padding-top: 0.26rem;
    width: 6.65rem;
    height: 2.48rem;
    background: #FFFFFF;
    margin-bottom: 0.20rem;
}

.commission_content:nth-child(2n) {
    margin-right: 0;
}

.commission_content:nth-child(n+21) {
    display: none;
}

.commission_content > p {
    color: #2F2F2F;
    font-weight: 400;
    font-size: 0.16rem;
    margin-bottom: 0.01rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.commission_content .title{
    padding-left: 0.20rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    font-size: 0.18rem;
    color: #074798;
}

.commission_content .introduce{
    padding-top: 0.14rem;
    padding-left: 0.20rem;
    padding-right: 0.20rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.commission_content a{
    display: flex;
    margin-top: 0.30rem;
}
.commission_content a img{
    margin-left: 0.20rem;
    margin-right: 0.21rem;
    height: 0.20rem;
    width: 0.20rem;
}
.commission_content a div{
    line-height: 0.20rem;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
}
/* 专家组织样式 end*/

/* 关于学会-学会党建 */
.institute-party-build-header {
    margin-top: 0.7rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 3.35rem;
}


.institute-party-build-header >img{
    width: 6.4rem;
    height: 3.35rem;
    object-fit: cover;
}

.institute-party-build-header >div{
    width: 7.01rem;
}


.institute-party-build-header div div:first-child{
    padding-top: 0.18rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.33rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.institute-party-build-header div div:last-child {
    padding-top: 0.2rem;
    font-size: 0.18rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.25rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:9;
}


.institute-party-build-content {
    margin-top: 0.49rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 1.16rem;
}


.institute-party-build-content span:last-child{
    width: 4.53rem;
}

.institute-party-build-content-item {
    width: 4.53rem;
    height: 2.31rem;
    background-color: #FFFFFF;
    margin-top: 0.2rem;
}
.institute-party-build-content-item >div{
    width: 3.79rem;
    height: 1.69rem;
    margin: auto auto;
    padding-top: 0.3rem;
}

.institute-party-build-content-item div > div:nth-of-type(1){
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.25rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.institute-party-build-content-item div > div:nth-of-type(2){
    margin: 0.12rem auto 0.21rem 0;
    width: 0.45rem;
    height: 0;
    background: #074798;
    opacity: 1;
    border: 0.04rem solid #074798;
}

.institute-party-build-content-item div > div:nth-of-type(3){
    font-size: 0.16rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    letter-spacing: 0.01rem;
    height: 0.72rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}


.institute-party-build-content-item-file {
    margin-top: 18px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.institute-party-build-content-item-file >img {
    height: 0.2rem;
    width: 0.21rem;

}

.institute-party-build-content-item-file >div {

    margin-left: 0.1rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.17rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*学会通讯*/
.institute-report-content {
    margin: 0.70rem auto 0.90rem auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.institute-report-content >span {
    width: 2.64rem;
}

.institute-report-content-item {
    margin-top: 0.20rem;
    width: 2.64rem;
    height: 4.28rem;
    text-align: center;
}

.institute-report-content-item img{
    display: block;
    width: 2.64rem;
    height: 3.58rem;
    object-fit: cover;
}
.institute-report-content-item >a{
    display: block;
    margin-top: 0.20rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.25rem;

    /*只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.institute-report-content-item >a:hover{
    text-decoration: underline;
}

.institute-report-content-item >div{
    display: block;
    margin-top: 0.05rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.20rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}
/*鼠标滑轮滚动效果*/
/*.wow:first-child {*/
/*    visibility: hidden;*/
/*}*/




