.banner{
    background: linear-gradient(98deg, #A47052 1%, #D5A971 101%), #F6F6F6;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    min-height: 246px;
    position: relative;
}
.banner::before{
    position: absolute;
    content: '';
    inset: 0;
    background: url(../img/researchReport.png) no-repeat;
    background-size: 50% auto;
    background-position: -30px -40px;
}
.banner .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.banner .wrap>div:first-of-type{
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    position: relative;
}
.banner .wrap>div:first-of-type::before{
    position: absolute;
    content: '';
    top: -20px;
    width: 56px;
    height: 8px;
    background: #FFFFFF;
}
.banner .wrap>div:last-of-type{
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    color: #E2E2E2;
    display: flex;
    align-items: center;
    gap: 12px;
}
.banner .wrap>div:last-of-type>img{
    width: 23px;
    height: 16px;
}
.report{
    display: flex;
    justify-content: center;
    padding: 64px 0;
    background: #F6F6F6;
    width: 100%;
}
.report .list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.report .item{
    background: #FFFFFF;
    width: calc(50% - 18px);
    padding: 36px;
    display: flex;
    flex-direction: column;
}
.report .item>img{
    /* width: 510px; */
    width: 100%;
}
.report .item>span{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
    margin-top: 24px;
}
.report .item>a{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
.report .item>a>img{
    width: 24px;
    height: 24px;
}
.report .item>a>span{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0em;
    text-decoration: underline;
    font-variation-settings: "opsz" auto;
    color: #3D62D9;
}
