.caption.caption_style {
    color: rgb(82, 82, 82);
    font-size: 13.44px;
    font-style: italic;
    text-align: justify;
    background-color: rgb(255, 255, 255);
}

.div_img {
    float: right;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px
}

.div_img:lang(en) {
    float: right;
    width: 40%;
    margin-left: 10px;
    margin-top: 10px
}

.width100 {
    width: 100% !important;
}

.text_center {
    text-align: center;
}

.font_bold {
    font-weight: bold;
}

.img_style {
    width: 200px;
    cursor: pointer;
}

.direct_en {
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    color: rgb(0, 166, 210);
    outline: 0px;
    font-family: custom-serif, PMingLiu, MingLiu, Arial, Helvetica, sans-serif;
    font-size: 15.6px;
    letter-spacing: 1px;
}