.banner_44_class_fix, .banner_48_class_fix{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.banner_44_class_fix .banner, .banner_48_class_fix .banner{
    width: 300px;
}
.special_info_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.special_info_wrap .part_point_info{
    text-align: center;
    margin-bottom: 8px;
}
.after-article-bn-fix{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
@media screen AND (max-width: 766px) {
    .after-article-bn-fix{
        width: 100%;
    }
}

.aside_box_banner{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.aside_box_banner div.sunsite_actions{
    width: 300px;
}