.index_article.type5 .left .tab_li,.index_article.type5 .right{
    display: none;
}
.index_article.type5 .tab_con{
    width: 100%;
}
.index_article.type5 .tab_con h3{
    width: 100%;
    font-size: 2rem;
    margin-top: 5vmax;
    margin-bottom: 30px;
}
.index_article.type5 .tab_con ul{
    width: min(100%, 400px);
}
.type7-list .img>img {
    height: 100%;
    max-width: none;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(20%, -50%);
}