.contain{
    background: #ffffff;
    width: 100%;
    /*min-width: 375px;*/
}

a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.hd-banner-style-2{
    background-image: url('/static/img/m/development/banner.png');
    padding: 0px;
    height: 260px;
    
}
.hd-banner-style-2 .hd-main img{
width: 184px;
    height: 58px;
    margin: 92px 0 0 20px;
}

.invest-report {
    padding: 40px 0 50px;
}

.report-header {
    font-weight: 400;
    color: #090F21;
    text-align: center;
    margin-bottom: 20px;
}

.report-header > h1 {
    font-size: 26px;
    line-height: 37px;
}

.report-header > h2 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 8px;
    margin-top: 4px;
    opacity: 0.2;
    text-indent: 10px;
}

.report-content {
    margin: 0 auto;
    padding: 0 20px;

}
.report-content-item:first-child{
    margin-top: 0;
}
.report-content-item {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    font-weight: 400;
}

.report-content-item > .item-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    background: url("/static/img/m/development/icon.svg") no-repeat center;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.report-content-item > .item-content {
    margin-left: 12px;
}

.item-content > h2 {
    width: 299px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
    cursor: pointer;
}
.item-content > p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.4);
    line-height: 20px;
    cursor: default;
}

.item-content h2:hover{
    color: #4DB7DD;
}

.invest-develop {
    padding-bottom: 40px;
    background: #ffffff;
}

.invest-develop-tab {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-bottom: 1px solid #DFE2E4;
    font-size: 18px;
    color: #090F21;
    line-height: 25px;
}
/* .invest-develop-tab a:hover{
    border-bottom:1px solid #4DB7DD ;
} */

.tab-title {
    padding: 0 33px 12px;
    margin-left: 0;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
    color: #090F21;
    
}
.invest-develop-tab >div > p {
    position: absolute;
    top: 37px;
    left: 15px;
    width: 116px;
    height: 2px;
    background-color: #4DB7DD;
}

.invest-develop-content {
    padding: 0 20px;
    margin: 28px auto 0;
    display: flex;
    align-items: flex-start;
}

.date-tab{
    display: block !important;
    width: 40px;
}
.date-tab > li {
    margin-top: 24px;
    font-weight: 400;
    cursor: default;
    font-size: 18px;
    color: rgba(9, 15, 33, 0.4);
    line-height: 26px;
}

.date-tab > li:hover{
    color: rgba(9, 15, 33, 1);
    cursor: pointer;
}

.date-tab > li:first-child {
    margin-top: 0px;

}

.date-tab-light {
    font-weight: 500!important;
    color: #090F21!important;
}

.record-content {
    border-left: 1px solid #DFE2E4;
    min-height: 300px;
    height: auto;
    margin-left: 20px;
}
.record-content > .tabpanel{
    display: none;
    padding-left: 20px;
    position: relative !important;
}

.record-content > ul li {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.record-content > ul li:first-child {
    margin-top: 0px;
}


.record-content > ul li > .record-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 20px;
    transition: all .3s;
}

.record-content > ul li > .record-title:hover{
    font-weight: bold;
    transition: all .3s;
}

.record-content > ul li > span {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.4);
    line-height: 20px;
}