.centre_main_right {
    padding-bottom: 1vw;
    align-items: center;
}

.right_title {
    margin-top: 2vw;
    background-color: rgba(0, 178, 147, 1);
    height: 3vw;
    padding: 0 2vw 0 2vw;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    line-height: 3vw;
    font-size: 1.5vw;
    font-family: Roboto-Bold;
    font-weight: 700;
}

.underline {
    background-color: rgba(0, 178, 147, 1);
    width: 100%;
    height: 0.05vw;
    margin-top: 1.5vw;
}

.conference_title {
    color: rgba(0, 178, 147, 1);
    font-size: 1.5vw;
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    margin-top: 1vw;
}

.conference_Html {
    width: 28vw;
    margin-top: 1vw;
    color: rgb(98 98 98);
    font-size: 1vw;
    text-align: justify;
    font-family: SourceHanSansCN-Regular;
    overflow-y: auto;
}

.HtmlText {
    height: 100%;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 1vw;
    line-height: 1.5vw;
    font-family: SourceHanSansCN-Regular;
    overflow-y: auto;
}
