* {
    margin: 0;
    padding: 0;
}


/*研究板块*/


/*头部banner图*/
.institute-research-banner {
    width: 100%;
    min-width: 1120px;
}
.institute-research-banner >img{
    width: 100%;
    height:6.04rem;
    object-fit: cover;
}

/*头部推荐文字*/
.institute-research-header {
    margin: 0.7rem auto 0 auto;
    text-align: center;
}


.institute-research-header >div:first-child {
    font-size: 0.44rem;
    font-weight: 600;
    color: #C30715;
    line-height: 0.62rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;


    /*标题只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.institute-research-header >div:first-child:hover {
    /*text-decoration: underline;*/
}

.institute-research-header >div:last-child {

    font-size: 0.14rem;
    font-weight: 400;
    color: #C30715;
    line-height: 0.2rem;
    /*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:2;
}

.separate-line{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    height: 0.05rem;
    opacity: 1;
    margin: 0.7rem auto 0.3rem auto;
}

.separate-line >div:first-child{
    width: 1.91rem;
    background: #FED02F;
}

.separate-line >div:last-child{
    width: 12.09rem;
    background: #1480E4;
}

/*学者专栏*/
.institute-research-scholar-header{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.institute-research-scholar-header > div:first-child{
    font-size: 0.24rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.33rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.institute-research-scholar-header > a:last-child {
    font-size: 0.24rem;
    font-weight: 400;
    color: #9F9F9F;
    line-height: 0.33rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

}

.institute-research-scholar-header > a:last-child:hover {
    color: #074798;
}

.institute-research-scholar-content {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
    position: relative;
    width: 100%;
    height: 5.63rem;
    overflow: hidden;
}

.institute-research-scholar-content >ul{
    list-style: none;
}

.roll-list::before, .roll-list::after {
    content: "";
    display: table;
}
.roll-list::after {
    clear: both;
}
.roll-list {
    width: 99.99rem;
    position: absolute;
    left: 0;
    top: 0;
}
.roll-list li{
    float: left;
    display: block;
    margin-right: 0.2rem;
}

/*卡片样式*/
.institute-research-scholar-rollSlide-item{
    width: 2.64rem;
    height: 4.9rem;
    background: #E7E7EA;
}

.institute-research-scholar-rollSlide-item-img {
    width: 100%;
    height: 3.5rem;
}
.institute-research-scholar-rollSlide-item-img >img{
    height: 100%;
    width: 100%;
}

.institute-research-scholar-rollSlide-item-username {
    text-align: center;
    width: 1.24rem;
    height: 0.4rem;
    margin: 0.2rem auto;
    background: #074798;

    font-size: 0.18rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.4rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*!*限制行数显示省略号*!*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.institute-research-scholar-rollSlide-item-intro {
    text-align: center;

    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.22rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*!*限制行数显示省略号*!*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.institute-research-scholar-content .institute-research-scholar-rollSlide-item:hover{
    background: #074798;
}

.institute-research-scholar-content .institute-research-scholar-rollSlide-item:hover .institute-research-scholar-rollSlide-item-username{
    background: #FED02F;
    color: #074798;
}

.institute-research-scholar-content .institute-research-scholar-rollSlide-item:hover .institute-research-scholar-rollSlide-item-intro{
    color: #FFFFFF;
}



.institute-research-scholar-btn {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: center;

    position: absolute;
    top: 5.24rem;
    width: 100%;
    z-index: 6;
}

.institute-research-scholar-btn > a img{
    height: 0.39rem;
    width: 0.39rem;
}


.advertising-board a img {
    height: 1.3rem;
    width: 14rem;
}


/*研究报告  学术论文 课题成果*/
.institute-research-common-item-header {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.institute-research-common-item-header div:first-child {
    font-size: 0.24rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.33rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.institute-research-common-item-header a:last-child {
    font-size: 0.18rem;
    font-weight: 400;
    color: #9F9F9F;
    line-height: 0.25rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.institute-research-common-item-header a:last-child:hover{
    color: #074798;
}
.institute-research-common-item-content {
    margin-top: 0.3rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.institute-research-common-item-content .left-content{
    width: 3.82rem;
}

.left-content-top > div{
    height: 2.83rem;

}
.left-content-top > div img{
    height: 2.53rem;
    width: 3.82rem;
    object-fit: cover;
}

.left-content-top > div a span{
    font-size: 0.14rem;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 0.2rem;
    width: 3.82rem;
    /*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:1;
}


.left-content-top > div a span:hover{
    color: #C30715;
}

.institute-research-common-item-content .left-content .left-content-bottom {
    padding-top: 0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.left-content-bottom > div{

}
.left-content-bottom > div img{
    height: 1.31rem;
    width: 1.86rem;
    object-fit: cover;
}

.left-content-bottom > div a span{
    font-size: 0.14rem;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 0.2rem;
    width: 1.86rem;;
    /*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:2;
}

.left-content-bottom > div a span:hover {
    color: #C30715;
}


.institute-research-common-item-content .center-content{
    width: 6.14rem;
}
.institute-research-common-item-content .center-content .center-content-item:last-child{
    margin-top: 0.3rem;
}
.center-content-item > a{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}
.center-content-item > a:not(.center-content-item > a:first-child){
    margin-top: 0.1rem;
}

.center-content-item > a div:nth-child(1){
    width: 0.06rem;
    height: 0.06rem;
    background: #CCCCCC;
    border-radius: 4rem;
    margin-top: 0.09rem;
    margin-right: 0.14rem;
}


.center-content-item > a span:nth-child(2){
    font-size: 0.18rem;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 0.25rem;
    width: 100%;
    /*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:1;
}


.center-content-item > a span:nth-child(2):hover{
    /*font-size: 0.18rem;*/
    /*font-weight: 600;*/
    /*color: #454545;*/
    color: #C30715;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
}

.institute-research-common-item-content .right-content{
    width: 3.28rem;
    height: 4.67rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
}


.institute-research-common-item-content .right-content > a {
}

.institute-research-common-item-content .right-content > a:not(.institute-research-common-item-content .right-content > a:last-child){
    margin-bottom: 0.1rem;
}

.institute-research-common-item-content .right-content > a img{
    height: 100%;
    width: 3.28rem;
    object-fit: cover;
}

/* 文献资料 */
.literature-left-content-top {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 3.74rem;
}

.literature-left-content-top > div {
    width: 1.72rem;
}
.literature-left-content-top > div a img{
    width: 1.72rem;
    height: 2.24rem;
}

.literature-left-content-top > div a span{
    font-size: 0.16rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.22rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/

    font-family: PingFang SC,"微软雅黑",sans-serif;
    text-align: center;

    width: 1.72rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.literature-left-content-top > div a span:hover{
    text-decoration: underline;
    color: #C62222;
}

.literature-left-content-bottom {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.literature-left-content-bottom >div {
    width: 1.15rem;
    margin-top: 0.2rem;
}

.literature-left-content-bottom >div a img {
    width: 1.15rem;
    height: 1.5rem;
}

.literature-left-content-bottom >div a span {
    font-size: 0.16rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.22rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    width: 1.15rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.literature-left-content-bottom >div a span:hover {
    text-decoration: underline;
    color: #C62222;
}
/*期刊杂志*/
.institute-research-magazines-header span{
    font-size: 0.24rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.33rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.institute-research-magazines-content {
    margin-top: 0.74rem;
}

.institute-research-magazines-content .box {
    height: 4.93rem;
    background-color: #F7F7F7;
    border-right: 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.institute-research-magazines-content .box > div:not(.now){
    width: 2.75rem;
    height: 4.93rem;
    background-color: #E7E7EA;
}

.institute-research-magazines-content .box > div:hover {
    opacity: 1;
}
.institute-research-magazines-content-btn >a img {
    height: 0.54rem;
    width: 0.54rem;
    object-fit: cover;
}
.institute-research-magazines-content-btn .prev{
    position: absolute;
    z-index: 8;
    top: 2.2rem;
    left: -0.29rem;
}

.institute-research-magazines-content-btn .next{
    position: absolute;
    z-index: 8;
    top: 2.2rem;
    right: -0.29rem;
}
.now {
    width: 8.3rem;
    background-color: #2B8CE6;
    transition: all 0.5s;
}

.unactivated {
    width: 2.75rem;
    background-color: #E7E7EA;
    transition: all 0.5s;
}

.hidden-item {
    display: none;
}

.unactivated .unactivated-cover {
    margin: 0.47rem 0.33rem auto 0.39rem;
}

.unactivated .unactivated-cover span:nth-of-type(1) {
    font-size: 0.84rem;
    font-weight: 600;
    color: #D9DDE3;
    line-height: 1.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.unactivated .unactivated-cover span:nth-of-type(2) {

    margin-top: 0.25rem;
    font-size: 0.22rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.3rem;

    width: 1.98rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.unactivated .unactivated-cover span:nth-of-type(3) {
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.25rem;
    width: 1.98rem;
    /*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:3;
}

.elliptical-span {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    width: 0.28rem;
    justify-content: space-between;

    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
}

.elliptical-span div {
    width: 0.06rem;
    height: 0.06rem;
    background: #FED02F;
    opacity: 1;
}


.now .now-cover >span:first-child {
    display: block;
    /*margin-top: 0.47rem;*/
    /*margin-left: 4.44rem;*/
    margin-left: 6.9rem;
    font-size: 0.84rem;;
    font-weight: 600;
    /*color: #D9DDE3;*/
    color: #82b3ee;
    line-height: 1.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}
.now {
    position: relative;
}


.now .now-cover .magazine-desc {
    position: absolute;
    top: 1.01rem;
    left: 4.44rem;
    z-index: 5;
    width: 3.4rem;
}


.now .now-cover .magazine-desc > span:nth-of-type(1){
    font-size: 0.22rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.3rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}
.now .now-cover .magazine-desc > span:nth-of-type(2){
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.25rem;
    /*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:10;
}
.now .now-cover > a:nth-child(3) img {
    position: absolute;
    z-index:7;
    width: 3.61rem;
    height: 4.83rem;
    top: -0.34rem;
    left: 0.4rem;
    object-fit: cover;
}

.now .now-cover > img:nth-child(4){
    position: absolute;
    top: 3.82rem;
    left: 1.42rem;
    z-index:2;
    width: 2.79rem;
    height: 0.87rem;
    object-fit: cover;
}

/*图书*/
.institute-research-book-content {
    margin-bottom: 1.2rem;
}
.institute-research-book-content-header {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}


.institute-research-book-content-header span:first-child{
    font-size: 0.24rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    line-height: 0.33rem;
}


.institute-research-book-content-header a:last-child >span{
    font-size: 0.18rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #9F9F9F;
    line-height: 0.25rem;
}
.institute-research-book-content-header a:last-child >span:hover{
    color: #074798;
}
.institute-research-book-content-list {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.institute-research-book-content-list >span{
    width: 4.4rem;
}
.institute-research-book-content-list-item {
    margin-top: 0.74rem;
    position: relative;
    height: 2.55rem;
    width: 4.4rem;
    background-color: #FFFFFF;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.07);
}

.institute-research-book-content-list-item a >img{
    height: 2.3rem;
    width: 1.5rem;
    object-fit: cover;
    position: absolute;
    left: 0.2rem;
    top: -0.46rem;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.07);
    z-index: 2;
}

.institute-research-book-content-list-item-desc {
    height: 1.54rem;
    width: 2.16rem;
    position: absolute;
    left: 1.9rem;
    top: 0.3rem;
}

.institute-research-book-content-list-item-desc >span:nth-child(1){
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 0.25rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.institute-research-book-content-list-item-desc >span:nth-child(1):hover{
    text-decoration: underline;
}

.institute-research-book-content-list-item-desc >span:nth-child(2){
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.institute-research-book-content-list-item-desc >span:nth-child(3){

    display: block;
    margin-top: 0.3rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.26rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.institute-research-book-content-list-item >div:nth-child(2){
    margin: 2.0rem auto 0.15rem auto;
    width: 4rem;
    height: 0;
    opacity: 0.3;
    border: 1px solid #929292;
}

.institute-research-book-content-list-item >div:nth-child(3){
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;
    margin-left: 0.2rem;
}


/*列表页*/
.research-list {
    width: 12.1rem;
    margin: 0 auto;
}

/*研究二级页面*/
.research-second-level {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.research-second-level-tab-area {
    width: 1.6rem;
}

.research-second-level-tab-area ul {
    list-style-type: none;
}
.research-second-level-tab-area ul li{
    width: 1.6rem;
    height: 0.5rem;
    text-align: center;
    background: #E7E7EA;
    margin-bottom: 0.05rem;
}

.research-second-level-tab-area ul li:hover{
    cursor: pointer;
}

.research-second-level-tab-area ul li >span{
    font-size: 0.2rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
}

.research-second-level-tab-content-area {

}

.research-second-level .research-second-level-tab-area .active {
    background: #074798;
    color: #FFFFFF;
}
.research-second-level .research-second-level-tab-area .active span {
    color: #FFFFFF;
}


/*学者专栏列表页*/
.scholar-list-content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 0.77rem;
}

/* *学者专栏列表页-列表页卡片样式*/
.scholar-list-content .institute-research-scholar-rollSlide-item{
    width: 2.9rem;
    height: 5.31rem;
    background: #E7E7EA;
    position: relative;
    margin-bottom: 0.2rem;

}

.scholar-list-content .institute-research-scholar-rollSlide-item:hover{
    background: #074798;
}
.scholar-list-content .institute-research-scholar-rollSlide-item:hover div:first-child> .institute-research-scholar-rollSlide-item-desc{
    color: #FFFFFF;
}

.scholar-list-content > span{
    width: 2.9rem;
}

.scholar-list-content .institute-research-scholar-rollSlide-item >div:first-child{
    padding-top: 0.2rem;
    margin: auto 0.22rem;
}

.scholar-list-content .institute-research-scholar-rollSlide-item >div:last-child{
    background-color: #FED02F;
    position: absolute;
    max-width: 2.8rem;
    left: 0;
    top: 3.11rem;
    min-width: 1.23rem;
    text-align: center;
    height: 0.44rem;

    /*标题只显示一行*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 6;
}

.scholar-list-content .institute-research-scholar-rollSlide-item >div:last-child >span{
    font-size: 0.18rem;
    font-weight: 500;
    color: #074798;
    line-height: 0.4rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.scholar-list-content  .institute-research-scholar-rollSlide-item div:first-child img:nth-child(1){
    width: 2.46rem;
    height: 3.11rem;
    object-fit: cover;
}

.scholar-list-content .institute-research-scholar-rollSlide-item div:first-child div:nth-child(2){
    font-size: 0.16rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.22rem;
    margin-top: 0.37rem;
    /*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:1;
}

.scholar-list-content .institute-research-scholar-rollSlide-item div:first-child div:nth-child(3){
    margin-top: 0.05rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #074798;
    line-height: 0.22rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    min-height: 0.44rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.scholar-list-content .institute-research-scholar-rollSlide-item div:first-child a:nth-child(4) img{
    width: 0.3rem;
    height: 0.19rem;
    object-fit: cover;

    margin-top: 0.34rem;
}

/*图书资料*/
.institute-research-book-container {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.institute-research-book-container >span{
    width: 2.3rem;
}

.institute-research-book-container-item {
    height: 3.4rem;
    width: 2rem;
    margin-right: 0.3rem;
}
.institute-research-book-container-item >div:first-child{
    width: 2rem;
    height: 2.3rem;
    margin-right: 0.2rem;
}
.institute-research-book-container-item-img {
    width: 1.5rem;
    height: 2.3rem;
    margin: 0 auto;
}
.institute-research-book-container-item-img img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.institute-research-book-container-item >a span:first-child{
    display: block;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 0.25rem;
    width: 2rem;
    margin-top: 0.1rem;

    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.institute-research-book-container-item >a span:first-child:hover{
    text-decoration: underline;
}
.institute-research-book-container-item >a span:last-child{
    display: block;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
    line-height: 0.24rem;

    margin-top: 0.02rem;

    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}


/*学者专栏-学者详情页面*/
.research-scholar-detail{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 0.7rem;
    min-height: 6.25rem;
}
.research-scholar-detail-desc {
    width: 6.77rem;
}

.research-scholar-detail-desc >span:nth-child(1){
    display: block;
    font-size: 0.4rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #074798;
    line-height: 0.56rem;
    margin-top: 0.24rem;
}

.research-scholar-detail-separate-line {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: 0.12rem;
    margin-bottom: 0.1rem;
}
.research-scholar-detail-separate-line > div:first-child{
    width: 0.8rem;
    height: 0.04rem;
    background: #074798;
    opacity: 1;
}

.research-scholar-detail-separate-line > div:last-child{
    width: 3.6rem;
    height: 0;
    background: #D9D9D9;
    opacity: 0.5;
    border: 0.01rem solid #707070;
}

.research-scholar-detail-desc >span:nth-child(3){
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #074798;
    line-height: 0.25rem;
    width: 6.77rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.research-scholar-detail-desc >div:nth-child(4){
    margin-top: 0.4rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.34rem;
    width: 6.77rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:25;

}



.research-scholar-detail-img {
    width: 5.96rem;
    position: relative;

}
.research-scholar-detail-img 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;
}
.research-scholar-detail-img div:last-child{
    width: 3.75rem;
    height: 4.81rem;
    position: absolute;
    z-index: 6;
    top: 0.57rem;
    left: 1.08rem;
}
.research-scholar-detail-img div:last-child img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

/*研究报告、学术论文、课题成果、文献资料 列表样式*/
/*列表样式*/
.research-common-list-container {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.research-common-list {
    width: 8.13rem;
}

.research-common-list-item {
    width: 8.13rem;
    height: 1.5rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.research-common-list-item-img {
    width: 2.2rem;
    height: 1.5rem;
}

.research-common-list-item-img img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.research-common-list-item-desc {
    width: 5.68rem;
}


.research-common-list-item-desc-no-img {
    width: 8.13rem;
}


.research-common-list-item-desc >span:nth-child(1),
.research-common-list-item-desc-no-img >span:nth-child(1) {
    margin-top: 0.12rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.18rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.25rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.research-common-list-item-desc >span:nth-child(1):hover,
.research-common-list-item-desc-no-img >span:nth-child(1):hover{
    text-decoration: underline;
    color: #C62222;
}


.research-common-list-item-desc >span:nth-child(2),
.research-common-list-item-desc-no-img >span:nth-child(2){
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;
    min-height: 0.6rem;

    margin-top: 0.1rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 3;
}

.research-common-list-item-desc >div:nth-child(3),
.research-common-list-item-desc-no-img >div:nth-child(3){
    display: flex;
    flex-flow: row nowrap;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 0.21rem;
}


.research-common-list-item-desc >div:nth-child(3) >span:first-child {
    font-size: 0.12rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #666666;
    line-height: 0.17rem;
}

.research-common-list-item-desc >div:nth-child(3) >span:last-child {
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.17rem;
}

.research-common-list-item-separate-line {
    width: 8.13rem;
    height: 0;
    opacity: 0.3;
    border: 0.01rem solid #929292;
    margin: 0.2rem auto;
}

.research-common-hot-list {
    width: 3.11rem;
    margin-bottom: 1rem;
}
/*热点数据样式*/
.research-common-hot-list-separate-line {
    width: 3.11rem;
    height: 0.04rem;
    background: #074798;
    opacity: 1;
    margin-top: 0.09rem;
}
.research-common-hot-list >span:first-child {
    font-size: 0.2rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.28rem;
}
.research-common-hot-list-item {
    width: 3.11rem;
    height: 0.88rem;
    margin-top: 0.2rem;

    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.research-common-hot-list-item-img {
    width: 1.56rem;
    height: 0.88rem;
}

.research-common-hot-list-item-img > img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.research-common-hot-list-item-desc {
    width: 1.44rem;
}

.research-common-hot-list-item-desc-no-img {
    width: 3.11rem;
}


.research-common-hot-list-item-desc >div:first-child,
.research-common-hot-list-item-desc-no-img >div:first-child{
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.25rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}

.research-common-hot-list-item-desc >div:first-child:hover,
.research-common-hot-list-item-desc-no-img >div:first-child:hover{
    text-decoration: underline;
    color: #C62222;
}

.research-common-hot-list-item-desc >span:last-child,
.research-common-hot-list-item-desc-no-img >span:last-child{
    margin-top: 0.18rem;
    display: block;
    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.2rem;
}

.research-common-hot-list-item-advertising-board {
    height: 2.29rem;
    width: 3.11rem;
    margin-top: 0.4rem;
}
.research-common-hot-list-item-advertising-board >a  img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

/*研究报告、学术论文、课题成果、文献资料 详情页面*/
.research-common-detail-container {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
}

.research-common-detail-auth {
    width: 1.83rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    align-items: center;
}

.research-common-detail-auth >div:nth-child(1){
    width: 0.81rem;
    height: 0.81rem;
    background: #147FE7;
    opacity: 1;
    text-align: center;
    border-radius: 50%;

    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/

    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 0.21rem;*/
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.research-common-detail-auth >div:nth-child(1)> img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ebebeb;
}
.research-common-detail-auth >div:nth-child(2){
    width: 1.86rem;
    font-size: 0.2rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.33rem;
    margin-top: 0.26rem;
    text-align: center;
}

.research-common-detail-auth-pv {
    margin-top: 0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 1.41rem;
}

.research-common-detail-auth-separate {
    width: 0;
    height: 0.39rem;
    opacity: 0.3;
    border: 0.01rem solid #929292;
}
.research-common-detail-auth-pv >div >span:first-child {
    display: block;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
}

.research-common-detail-auth-pv >div >span:last-child {
    display: block;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #999999;
    line-height: 0.17rem;
    text-align: center;
}

.research-common-detail-auth-share-title {
    margin-top: 0.6rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 1.83rem;
}

.research-common-detail-auth-share-title > div{
    width: 0.6rem;
    height: 0;
    opacity: 0.3;
    border: 0.01rem solid #929292;
    margin-top: 0.13rem;
}

.research-common-detail-auth-share-title > span{
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.25rem;
}


.research-common-detail-auth-share-container {
    margin-top: 0.2rem;
    width: 1.16rem;
}

.research-common-detail-auth-share-container >div {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 0.21rem;
    padding: 0.06rem 0.06rem;
}

.research-common-detail-auth-share-container >div:hover{
    cursor: pointer;
    background: #f1f4fe;
    border-radius:6px;
}

.research-common-detail-auth-share-container >div img{
    width: 0.26rem;
    height: 0.26rem;
    object-fit: fill;
    border-radius: 3px;
}

.research-common-detail-auth-share-container >div span{
    width: 0.72rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.25rem;
}

.research-common-detail-desc {
    width: 7.87rem;
}


.research-common-detail-desc-title {
    margin-top: 0.19rem;
    width: 7.87rem;
    font-size: 0.3rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.5rem;
}

.research-common-detail-desc-info {
    margin-top: 0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.research-common-detail-desc-info >div{
    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.2rem;
}

.research-common-detail-desc-info >div:first-child{
    margin-right: 0.48rem;
}


.research-common-detail-desc-content {
    margin-top: 0.41rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
}



/*学者专栏-详情页面 成果列表样式*/
.research-scholar-detail-result {
    margin-top: 0.5rem;
    margin-bottom: 1.4rem;
}

.research-scholar-detail-result-container{
    width: 100%;
    min-height: 1rem;
}

.research-scholar-detail-result-header{
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.research-scholar-detail-result-header >div:first-child {
    background-color: #009fe9;
    height: 0.4rem;

    font-size: 0.2rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    padding: 0 0.2rem;

    border-radius: 5px 0 0 5px;
}

.research-scholar-detail-result-header >div:last-child {
    width: 13rem;
    background-image: linear-gradient(to right,#D3E3FD, #F7F7F7);
    height: 0.4rem;
}


.research-scholar-detail-result-list{
    margin-top: 0.2rem;
}
.research-scholar-detail-result-list-item >span,
.research-scholar-detail-result-list-item-no-icon>span{
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    width: 13rem;
    margin-bottom: 0.1rem;
}

.research-scholar-detail-result-list-item >img{
    width: 0.17rem;
    height: 0.17rem;
    object-fit: fill;
    vertical-align: -0.04rem;
}

.research-scholar-detail-result-list-item >span{
    font-size: 0.14rem;
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.17rem;
    margin-left: 0.05rem;
}

.research-scholar-detail-result-list-item span >a:hover,
.research-scholar-detail-result-list-item-no-icon  span >a:hover{
    text-decoration: underline;
}
.research-scholar-detail-result-list-item-no-icon,
.research-scholar-detail-result-list-item {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.research-scholar-detail-result-list-item-no-icon >span {
    font-size: 0.14rem;
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.17rem;
}

.article-item-symbol{
    width: 0.06rem;
    height: 0.06rem;
    background-color: #CCCCCC;
    border-radius: 4rem;
    margin-top: 0.06rem;
    margin-right: 0.14rem;
    margin-left: 0.05rem;
}

.institute-research-header-container-back {
    width: 100%;
    min-width: 1120px;
}

.institute-research-scholar-container-back {
    width: 100%;
    min-width: 1120px;
}

.institute-research-common-item-container-back {
    width: 100%;
    min-width: 1120px;
}

.institute-research-magazines-container-back {
    width: 100%;
    min-width: 1120px;
}

.institute-research-book-content-back {
    width: 100%;
    min-width: 1120px;
}

.research-second-level-container-back {
    width: 100%;
    min-width: 1120px;
}

.research-common-detail-container-back {
    width: 100%;
    min-width: 1120px;
}

.research-scholar-detail-container-back {
    width: 100%;
    min-width: 1120px;
}

.research-scholar-detail-result-container-back {
    width: 100%;
    min-width: 1120px;
}