#container-slider {
    display: flex;
    position: relative;
    right: 0px;
    transition: all 500ms linear;
}


.content-slider {
    width: 100%;
    overflow: hidden;
}

#container-slider img {
    object-fit: cover;
}

#item-slide1 {
    width: 100%;
    height: 100%;
}

.ssbutton {
    text-align: right;
    position: fixed;
    z-index: 200;
    top: 458px;
    margin-right: 2px;
    margin-left: 580px;

}

.ssnext {
    margin-right: 8px;
    cursor: pointer;
}

.ssprev:hover {
    cursor: pointer;
}

.bgs_bottom_left {
    background: url(/assets/images/shadow_left.png) 0 0 no-repeat;
    width: 50%;
    float: left;
    height: 57px;
}

.bgs_bottom_right {
    background: url(/assets/images/shadow_right.png) top right no-repeat;
    width: 50%;
    height: 57px;
    line-height: 0%;
    font-size: 0%;
    float: right;
}

.bgs_bottom {
    background: none;
    height: 57px;
    bottom: 6px;
    width: 100%;
    position: relative;
}

.articleBody h2 {
    font-size: 25px;
    text-align: justify;
    line-height: 24px;
    font-size: 22.4px;
}

.articleBody p {
    text-align: right;
}

.articleBody {
    padding-left: 20px;
    padding-right: 20px;
}