.page-title{
    margin-bottom: 50px;
}
.page-title .right{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-title .right ul{
    display: flex;
}
.page-title .right ul li{
    width: 120px;
    height: 14px;
}
.page-title .right ul li + li{
    border-left: 1px solid #D9D9D9;
}
.page-title .right ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 18px;
    color: #A0ACBB;
}
.page-title .right ul li.active a{
    color: #082648;
}

.reward-list ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.reward-list ul li{
    width: 300px;
    height: 224px;
}
.reward-list ul li a{
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}
.reward-list ul li a img{
    width: 154px;
    height: 164px;
    object-fit: cover;
}

/* 大战略-大思想 */
.page-title .right p{
    width: 687px;
    font-size: 18px;
    color: #5D6C89;
    line-height: 36px;
    text-align: justify;
}
.en.page-resultStrategy .page-title{
    height: 400px;
}
.en .page-title .right p{
    width: 537px;
}
.strategy-list ul li{
    padding: 32px 0;
    border-bottom: 1px dashed #D9DDE4;
}
.strategy-list ul li:last-child{
    border-bottom: none;
}
.strategy-list ul li a{
    display: flex;
    align-items: center;
}
.strategy-list ul li a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    background: #C09C64;
    font-size: 20px;
    font-weight: bold;
    margin-right: 48px;
    border-radius: 50%;
}
.strategy-list ul li a p{
    font-weight: bold;
    font-size: 24px;
    color: #082648;
    line-height: 36px;
}

/* 全球事务 */
.journal-type{
    margin-top: 50px;
    margin-bottom: 75px;
}
.journal-type ul{
    display: flex;
    align-items: center;
}
.journal-type ul li{
    padding: 0 24px;
    height: 14px;
}
.journal-type ul li:first-child{
    padding-left: 0;
}
.journal-type ul li + li{
    border-left: 1px solid #D9D9D9;
}
.journal-type ul li a{
    display: flex;
    font-weight: bold;
    font-size: 18px;
    color: #A0ACBB;
    line-height: 14px;
}
.journal-type ul li.active a{
    color: #082648;
}
.journal-list{
    margin-bottom: 50px;
}
.journal-list ul{
    display: flex;
    flex-wrap: wrap;
}
.journal-list ul li{
    width: 370px;
    margin-right: 30px;
    margin-bottom: 48px;
}
.journal-list ul li a{
    display: flex;
}
.journal-list ul li a img{
    width: 74px;
    height: 96px;
    object-fit: cover;
    margin-right: 16px;
}
.journal-list ul li a h4{
    padding-top: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #1C222B;
    line-height: 20px;
    margin-bottom: 4px;
}
.journal-list ul li a p{
    font-weight: 400;
    font-size: 12px;
    color: #A0ACBB;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-bottom: 12px;
    min-height: 36px;
}
.journal-list ul li a span{
    font-weight: 400;
    font-size: 12px;
    color: #A0ACBB;
    line-height: 18px;
}

/* 研究成果 */
.research-list{
    margin-top: 32px;
}
.research-list ul{
    display: flex;
    flex-wrap: wrap;
}
.research-list ul li{
    width: 378px;
    height: 400px;
    background: #fff;
    margin-right: 30px;
    margin-bottom: 42px;
}
.research-list ul li:nth-child(3n){
    margin-right: 0;
}
.research-list ul li img{
    width: 100%;
    height: 224px;
    object-fit: cover;
}
.research-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.research-list ul li .text{
    box-sizing: border-box;
    padding: 16px;
}
.research-list ul li h4{
    font-weight: bold;
    font-size: 18px;
    color: #1C222B;
    line-height: 26px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow:ellipsis;
}   
.research-list ul li p{
    font-weight: 400;
    font-size: 14px;
    color: #A0ACBB;
    line-height: 20px;
    padding-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow:ellipsis;
}