.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;
}

.read-also-box{
    float: left;
    width: 260px;
    margin: 6px 28px 18px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.read-also-box .read-also-box__img{
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}
.read-also-box .read-also-box__img img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.read-also-box .read-also-box__body{
    padding: 14px 16px 16px;
}
.read-also-box .read-also-box__label{
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 3px;
    border-bottom: 2px solid #feb526;
    font-family: Commissioner, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    color: #161616;
}
.read-also-box a.read-also-box__title{
    display: block;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #161616;
    text-decoration: none;
}
.read-also-box a.read-also-box__title:hover{
    text-decoration: underline;
}
@media screen AND (max-width: 766px) {
    .read-also-box{
        float: none;
        width: auto;
        margin: 20px 0;
    }
}