@charset "utf-8";




.tit {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .15rem;
    border-bottom: .03rem solid #2458D6;
    padding-bottom: .1rem;
}

.tit h3 {
    font-size: .46rem;
    color: #2458D6;
}

.more {
    border-radius: .3rem;
    /* border: .01rem solid #2458D6; */
    color: #2458D6;
    font-size: .18rem;
    line-height: .35rem;
    padding: 0 .2rem;
}

/* .more:hover {
    color: #ffffff;
    background: #2458D6;
} */

/* res */

.research {
    padding-top: .6rem;
    padding-bottom: 1rem;
}

.research ul li {
    margin-bottom: .7rem;
}

.res-tit {
    font-size: .46rem;
    line-height: 1;
    padding-bottom: .15rem;
    color: #2458D6;
    border-bottom: .03rem solid #2458D6;
    margin-bottom: .3rem;
}

.res-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.res-p {
    width: 48%;
    margin-left: .5rem;
}

.res-p img {
    width: 100%;
}

.res-tx {
    flex: 1;
    min-width: 0;
}

.res-tx p {
    font-size: .2rem;
    line-height: 150%;
    text-align: justify;
    color: #0C274D;
}

/* pub */

.publications {
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.publications .more {
border: .01rem solid #2458D6;
}
.publications .more:hover {
    color: #ffffff;
    background: #2458D6;
}  
.pub-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .15rem;
}

.pub-lk {
    display: flex;
    align-items: center;
}

.pub-lk a {
    width: .3rem;
    height: .3rem;
    position: relative;
    display: block;
    margin: 0 .08rem;
    background-color: #0C274D;
    border-radius: 50%;
}

.pub-lk a[href]:hover {
    background-color: rgba(36, 88, 214, 1);
}

.pub-lk a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    min-width: 50%;
}

.publications ul li span {
    font-size: .24rem;
    letter-spacing: .0048rem;
    color: #2458D6;
}

.publications ul li p {
    font-size: .2rem;
    line-height: .3rem;
    max-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #0C274D;
}

.publications ul li {
    padding: .2rem 0;
    border-bottom: .01rem solid #B5B9FA;
}

/* news */
.news {
    padding: .5rem 0;
}

.news ul {
    display: flex;
    flex-wrap: wrap;
}

.news ul li {
    width: 33.33%;
    margin-bottom: .5rem;
}

.news ul li a {
    display: block;
    margin: 0 .15rem;
}

.news ul li a .pic {
    padding-top: 63.33%;
}

.news-tx {
    padding-top: .1rem;
}

.news-tx h3 {
    font-size: .2rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #0C274D;
}

.news-tx span {
    font-size: .18rem;
    color: #B5B9FA;
    display: block;
    margin: .1rem 0;
}

.news-tx p {
    font-size: .14rem;
    line-height: .22rem;
    height: .88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #0C274D;
}

/* content */

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.con-l {
    flex: 1;
    min-width: 0;
}

.con-r {
    width: 3.42rem;
    margin-left: .6rem;
}

.con-l ul li {
    padding-bottom: .25rem;
    border-bottom: .01rem solid #B5B9FA;
    margin-bottom: .3rem;
}

.con-l ul li:last-child {
    border-color: transparent;
}

.con-l ul li h3 {
    font-size: .24rem;
    color: #2458D6;
    margin-bottom: .2rem;
    margin-top: .2rem;
}

.con-l ul li p {
    color: #0C274D;
    font-size: .2rem;
    line-height: .32rem;
}

.con-r h3 {
    line-height: .45rem;
    border-radius: .22rem;
    color: #ffffff;
    font-size: .24rem;
    padding: 0 .35rem;
    background: url(../images/c-sj.png) no-repeat right .35rem center #2458D6;
    background-size: .15rem;
}

.con-r ul li {
    margin-top: .3rem;
}

.con-r ul li a:hover {
    color: #2458D6;
}

.con-r ul li a {
    display: block;
    font-size: .24rem;
    color: #0C274D;
    padding: 0 .35rem;
}

.con-r ul li.cur a {
    color: #2458D6;
    text-decoration: underline;
}

/* peo-top */
.peo-top {
    padding-top: .6rem;
    padding-bottom: .3rem;
    background: #113260;
    margin-bottom: .6rem;
}

.peo-top .w13 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start;
}

.peo-l {
    width: 2.6rem;
    margin-right: .6rem;
}

.peo-r {
    flex: 1;
    min-width: 0;
}

.peo-l .scale {
    border-radius: 50%;
    border: .03rem solid #2458D6;
}

.peo-l .imged {
    padding-bottom: 2.6rem;
}

.peo-ifo {
    margin-top: .25rem;
}

.peo-ifo h3 {
    font-size: .28rem;
    color: #FFFFFF;
    text-align: center;
}

.peo-ifo p {
    font-size: .2rem;
    line-height: .3rem;
    text-align: center;
    color: #5385FF;
    margin-top: .05rem;
}

.peo-r p {
    font-size: .18rem;
    line-height: .3rem;
    text-align: justify;
    color: #B5B9FA;
}


.peo-mid ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #B5B9FA;
    margin-bottom: .1rem;
}

.peo-mid ul:last-child {
    border-color: transparent;
}

.peo-mid ul li {
    width: 25%;
    padding: .5rem 0;
}

.peo-mid ul li .scale {
    border: .03rem solid #2458D6;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
}

.peo-mid ul li .imged {
    padding-bottom: 1.8rem;
}

.peo_tx {
    text-align: center;
    padding-top: .2rem;
    max-width: 90%;
    margin: 0 auto;
}

.peo_tx h3 {
    color: #0C274D;
    font-size: .28rem;
}

.peo_tx h4 {
    font-size: .18rem;
    color: #475C78;
    margin-top: .05rem;
    margin-bottom: .03rem;
}

.peo_tx p {
    font-size: .18rem;
    color: #B5B9FA;
}


.peo_pic img {
    width: 100%;
    display: block;
}


.peo-bot {
    background: #0C274D;
    padding-top: .6rem;
}

.peo-tb {
    padding-bottom: .5rem;
}

.peo-tbbox {
    padding: 0 .4rem;
}

.peo-tbbox .peo-tb:last-child {
    border-bottom: .02rem solid #B5B9FA;
}

.peo-bot .tit h3 {
    color: #B5B9FA;
    font-size: .46rem;
}

.peo-bot .tit {
    margin-bottom: .3rem;
    border-bottom: .03rem solid #AAAFFC;
}

.peo-tb h3 {
    font-size: .26rem;
    color: #B5B9FA;
    padding-bottom: .2rem;
    border-bottom: .02rem solid #AAAFFC;
}

.peo-tb ul {
    display: flex;
    flex-wrap: wrap;
}

.peo-tb ul li {
    color: #AAAFFC;
    font-size: .2rem;
    margin-top: .2rem;
}

.peo-tb ul li:nth-child(1) {
    width: 22%;
}

.peo-tb ul li:nth-child(2) {
    width: 26%;
}

.peo-tb ul li:nth-child(3) {
    width: 40%;
}

.peo-tb ul li:nth-child(4) {
    flex: 1;
    min-width: 0;
}

.peo-tb .peo-thead>li {
    color: #ffffff;
    font-size: .24rem;
}



















@media screen and (max-width: 1024px) {
.ny-index {
min-height: 9rem;
}

    .content {
        padding-top: .3rem;
        padding-bottom: .5rem;
    }

    .research {
        padding: .3rem 0;
    }

    .res-tit {
        font-size: .3rem;
    }

    .res-p {
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
    }

    .res-tx {
        flex: auto;
        width: 100%;
    }

    .research ul li {
        margin-bottom: .2rem;
    }

    .peo-l {
        margin: 0 auto;
        margin-bottom: .3rem;
    }

    .peo-r {
        flex: auto;
        width: 100%;
    }

    .peo-mid ul li {
        width: 33.33%;
    }

    .peo-top {
        margin-bottom: .3rem;
    }

    .peo-tbbox {
        padding: 0;
    }

    .peo-bot {
        padding-top: .3rem;
    }

    .peo-bot .tit h3 {
        font-size: .3rem;
    }
}

@media screen and (max-width: 768px) {
    .news ul li {
        width: 50%;
    }

    .con-r {
        width: 100%;
        order: -1;
        margin-left: 0;
        margin-bottom: .4rem;
    }

    .con-l {
        flex: auto;
        width: 100%;
    }

    .tit h3 {
        font-size: .3rem;
    }

    .peo-mid ul li {
        width: 50%;
        padding: .3rem 0;
    }
.publications ul li p {

    max-height: inherit;
-webkit-line-clamp: inherit;
}


}

@media screen and (max-width: 480px) {

.ny-index {
min-height: 6rem;
}

    .peo-tb ul li {
        font-size: .16rem;
    }

    .peo-tb h3 {
        font-size: .2rem;
    }

    .peo-tb .peo-thead>li {
        font-size: .2rem;
    }

    .peo_tx h3 {
        font-size: .2rem;
    }

    .peo_tx p,
    .peo_tx h4 {
        font-size: .14rem;
    }

    .peo-mid ul li {
        padding: .2rem 0;
    }

    .news ul li {
        width: 100%;
        margin-bottom: .2rem;
    }
}