.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;
    }
}

.embed-card{
    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;
}
.embed-card.embed-card--right{
    float: right;
    margin: 6px 0 18px 28px;
}
.embed-card.embed-card--justify{
    float: none;
    display: flex;
    align-items: stretch;
    width: auto;
    margin: 20px 0;
}
.embed-card .embed-card__img{
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}
.embed-card.embed-card--justify .embed-card__img{
    flex: 0 0 260px;
    aspect-ratio: auto;
    min-height: 146px;
}
.embed-card .embed-card__img img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.embed-card .embed-card__body{
    padding: 14px 16px 16px;
}
.embed-card.embed-card--justify .embed-card__body{
    flex: 1 1 auto;
}
.embed-card .embed-card__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;
}
.embed-card a.embed-card__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;
}
.embed-card a.embed-card__title:hover{
    text-decoration: underline;
}
.embed-card .embed-card__text{
    display: -webkit-box;
    margin: 6px 0 0;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #4a4a4a;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.embed-card .embed-card__date{
    display: block;
    margin-top: 8px;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #6f6f6f;
}
@media screen AND (max-width: 766px) {
    .embed-card, .embed-card.embed-card--right{
        float: none;
        width: auto;
        margin: 20px 0;
    }
    .embed-card.embed-card--justify{
        display: block;
    }
    .embed-card.embed-card--justify .embed-card__img{
        aspect-ratio: 16 / 9;
        min-height: 0;
    }
}