﻿.top-banner {
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center
}

.topImg {
    width: 100%;
    height: 100%;
}

.container {
    display: flex;
    flex-direction: row;
    min-height: 600px;
    width: 100%;
}

.leftDivStyle {
    background: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgb(6 9 41 / 10%);
    border-radius: 8px;
    width: 200px;
    height: auto;
    /*position:absolute;*/
    margin-top: -80px;
    left: 0px;
    margin-left: 18.8%;
}

.rightDiv {
    width: 100%;
    margin-left: 30px;
    margin-right: 18.8%;
}

.imgTextDiv {
    margin-top: 132px;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
}
    .imgTextDiv strong img {
        width: auto !important;
    }
    .imgTextDiv img {
        max-width: 100% !important;
    }
    .imgTextDiv video {
        max-width: 650px !important;
    }

img {
    border-radius: 8px
}
    
.newDivStyle {
    width: 200px;
    height: 90px;
    background: #01448D;
    border-radius: 8px 8px 0 0;
}

.CompStyle {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
}

.CompEnStyle {
    font-family: ArialMT;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 12px;
    margin-top: 12px;
}

.ulStyle {
    background: #01448D;
    border-radius: 8px 8px 0 0;
    width: 200px;
    /*height: 360px;*/
}

.liStyle {
    background: #FFFFFF;
    width: 200px;
    height: 60px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.liStyleSelected {
    background: #E5ECF3;
}

.labelStyle {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    padding:0px 20px;
    position: absolute;
    font-weight: 500;
    top: 50%;
    transform: translate(0, -50%);
}

.labelStyleSelected {
    color: #01448D;
    font-weight: 600;
}

.liTitleStyle {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.lieEnTitleStyle {
    font-family: ArialMT;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1.63px;
    line-height: 12px;
    margin-top: 3px;
}

.titleSrc {
    float: right;
    margin-top: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666 !important;
    letter-spacing: 0;
    text-align: right;
    line-height: 14px;
}
    .titleSrc a {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #666666 !important;
        letter-spacing: 0;
        text-align: right;
        line-height: 14px;
    }

    .titleLeft {
        float: left;
        margin-top: 54px;
    }
