* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', sans-serif;
}

ul {
    list-style: none;
}

a{
    text-decoration: none;
}

body{
    background-color: #FFFFFF;
}

.bg-section{
    padding: 3rem 1.5rem;
}
.bg-blackcolor{
    background-color: #F0F4F6;
}
.bg-green{
    background-color: #00838f;
    padding: 2rem;
}
.bg-green:hover{
    background-color: #00545c;
}
.container {
    max-width: 1304px;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

@media (max-width: 1337px) {
    .container {
        max-width: 1200px;
    }
}
.banner-container{
    width: 100%;
    padding: 3rem;
    background: url('../../imgs/v2/banner.png') top left no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center center;
}
.infobox-floating-container{
    max-width: 1280px;
    margin: 0 auto;
}
.banner-flex{
    display: flex;
    justify-content: flex-end;
}
.banner-box{
    width: 33%;
    background-color: rgba(0,0,0,0.501961);
    padding: 4rem;
}
.banner-hero{
    color: #fff;
    font-size: 3rem;
    font-style: 600;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: -0.066rem;
    margin-bottom: 3rem;
}
.flex-box{
    display: flex;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-left{
    flex: none;
    width: 50%;
}
.flex-right{
    flex: none;
    width: 50%;
    padding: 2rem;
}
.flex-text{
    padding:4rem;
    letter-spacing: 2px;
}
.flex-img{
    padding: 4rem 0.75rem;
}
.flex-three{
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
    max-width: 100%;
}
.flex-three a{
    cursor: pointer;
    text-decoration: none;
}
.flex-three a b{
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.show-img{
    height: auto;
    max-width: 100%;
    width: 100%;
}
.show-title{
    color: #CA2126;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: -0.066rem;
    padding-bottom: 1rem !important;
}
.show-text{
    color: #CA2126;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    padding: 1rem 0;
    position: relative;
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
}
.show-text a{
     color: #CA2126;
 }
.show-text::before{
    content: '';
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 12px;
    background: url('../../imgs/v2/more.png') center center no-repeat;
    background-size: 20px 12px ;
}
.has-text-white {
    color: white !important;
    padding-bottom: 0 !important;
}
.sgds-icon-download{
    width: auto;
    height: 20px;
    display: block;
}
.show-more-info{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    padding-top: 1.75rem;
}
.show-more-info .show-text{
    display: inline-block;
}
.padding--bottom {
    padding-bottom: 1rem !important;
}
.padding--bottom--lg {
    padding-bottom: 2rem !important;
}
.bg-green small{
    font-size: 16px;
    padding-bottom: 1rem;
    display: block;
}
.bg-green h4{
    font-size: 26px;
}
.media-card-plain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 336px;
}
.has-text-secondary {
    color: #ca2126 !important;
    padding:1rem 0.75rem;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: -0.066rem;
}
.show-center-title{
    color: #344054;
    font-weight: 400;
    line-height: 2rem;
    font-size: 1.25rem;
}
.show-top-title{
    color: #344054;
    font-size: 16px;
    padding-bottom: 1rem;
}