.z-breadcrumb {
    background: #000 url(/mmomh/images/static/static_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 12px 0 36px;
    height: 271px;
 
    position: relative;

}


.z-breadcrumb .z-page-container {
    align-items: flex-start;
    /* height: 100%; */
}

.z-breadcrumb .z-page-container .z-breadcrumb_home {
    margin-bottom: 60px;
    font-size: 12px;
}

.z-breadcrumb .z-page-container .z-breadcrumb_home a,
.z-breadcrumb .z-page-container .z-breadcrumb_home i {
    color: rgba(255, 255, 255, 0.5);
}

.z-breadcrumb .z-page-container .z-breadcrumb_home i {
    margin: 0 5px;
}

.z-breadcrumb .z-page-container .z-breadcrumb_home a:hover {
    color: #1C7DF6;
}

.z-news_games {
    display: flex;
    flex-wrap: wrap;
}

.z-news_gameWrapper {
    position: relative;
    margin-right: 10px;
}

.z-news_gameItem {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
}

.news_child {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #29314B;
    z-index: 100;
    width: 216px;
    border-radius: 5px;
    padding: 4px 12px;


}

.z-breadcrumb .z-page-container .z-news_games .news_child a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    text-align: left;
    color: #FFFFFF;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    font-family: 'default';
    border-radius: 0;
    background: none;
}

.z-breadcrumb .z-page-container .z-news_games .news_child a i {
    display: none;
}

.z-breadcrumb .z-page-container .z-news_games .news_child a:last-child {
    border-bottom: none;
}

.z-breadcrumb .z-page-container .z-news_games .news_child a:hover {
    background: none;
    color: #1C7DF6;
    font-weight: 700;
    font-family: 'default_bold';
}

.z-breadcrumb .z-page-container .z-news_games .news_child a:hover i {
    display: block;
}

.z-news_gameWrapper:hover .news_child,
.news_child:hover {
    display: flex;
    flex-direction: column;
}

.z-breadcrumb .z-page-container .z-breadcrumb_title {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    width: 100%;

}
.z-breadcrumb .z-page-container .z-breadcrumb_title h1{
    font-size: 30px;
    margin-bottom: 30px;
}
.z-breadcrumb .z-page-container .z-news_games a {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 8px 24px;
    margin-right: 4px;
    font-family: 'default_bold';
}

.z-breadcrumb .z-page-container .z-news_games a:hover {
    background: #1C7DF6;
}

.z-breadcrumb .z-page-container .z-news_games a.active {
    background: #1C7DF6;
    color: #fff;
}

.z-bolg {
    width: 100%;
}

.z-blog_container.z-page-container {
    padding-top: 40px;
    align-items: flex-start;
}

.z-blog_container .z-bolg .item_title {
    font-weight: 700;
    font-size: 14px;
    color: #1D1D1D;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;

}

.z-blog_container .z-bolg .item_create {
    font-size: 12px;
    font-weight: 600;
    color: #1C7DF6;
    margin-bottom: 10px;
}

.z-blog_container .z-bolg .item_content {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 79px;
    margin-bottom: 20px;
    padding-right: 10px;

}
.z-blog_container .z-bolg .item_content h2,
.z-blog_container .z-bolg .item_content img {
    display: none !important;
}

.z-blog_container .z-bolg .blog_item:hover {
    background: #FFEDE1;
    border-radius: 5px 5px 5px 5px;
}

.z-blog_container .z-bolg .blog_item:hover .z-news_read {
    background: #1C7DF6;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
}

.z-blog_container .z-bolg .blog_item {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 5px 5px 5px 5px;
}

.z-blog_container .z-bolg .blog_item .item_content_wrap {
    /* width: calc(100% - 260px); */
    padding: 10px 10px 00px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.z-blog_container .z-bolg .blog_item .z-news_read {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    padding: 4px 7px;
    background: #E7E7E7;
    border-radius: 4px 4px 4px 4px;
    width: max-content;
}

.z-blog_container .z-bolg .blog_item .item_img {
    margin-right: 24px;
    width: 260px;
    min-width: 260px;
    height: 156px;
    position: relative;
}

.z-blog_container .z-bolg .blog_item .item_img::after {
    content: "";
    background: url(/mmomh/images/news_border.webp) no-repeat;
    background-size: 100% 156px;
    position: absolute;
    top: 0;
    left: 0;
    height: 156px;
    width: 100%;
}

.z-blog_container .z-bolg .blog_item .item_img img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 5px;
}

.z-blog_container .z-news_other_game {
    width: 30%;
    min-width: 30%;
    margin-left: 42px;
    position: relative;

}

.z-blog_container .z-news_other_game .other_game_container {
    height: 982px;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    overflow-y: auto;
    padding: 0 12px;
}

.z-blog_container .z-news_other_game .news_posts .other_game_container {
    height: 420px;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    padding-top: 10px;
}

.z_news_detail .z-news_other_game .other_game_container {
    height: 426px;
    padding-top: 10px;
}

.z-blog_container .z-news_other_game h3 {
    font-weight: 700;
    font-size: 14px;
    color: #0F0F11;
    line-height: 20px;
    margin-bottom: 15px;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item {
    border-bottom: 1px dashed rgba(29, 29, 29, .1);
    padding: 15px 0;
}
.z-blog_container .z-news_other_game .other_game_container .other_game_item h3,
.z-blog_container .z-news_other_game .other_game_container .other_game_item h4{
    font-family: 'default';
    font-weight: 400;
    margin: 0;
}
.z-blog_container .z-news_other_game .other_game_container .other_game_item:last-child {
    border-bottom: none;
}

.z-blog_container .z-news_other_game .news_posts .other_game_container .other_game_item {
    border-bottom: 1px dashed rgba(29, 29, 29, .1);
    height: auto;
    line-height: inherit;
    /* 就显示一行，多了省略号 */
    /*   display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.news_category {
    margin-top: 20px;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item:hover {
    color: #1C7DF6;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item i {
    display: none;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item:hover i {
    display: block;
    margin-left: 3px;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item:last-child {
    border-bottom: none;
}

.pager a,
.pager span {
    width: auto !important;
    padding: 0 10px;
}

.pager .pagination a.current {
    background: #1C7DF6;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
}

.z_news_detail h2 {
    font-size: 20px;
}

.z_news_detail .z-news_time {
    text-align: center;
    margin: 30px auto 20px;
}

.z_news_detail .z-news_time a {
    color: #1C7DF6
}

.z_news_detail .news_tag ul {
    width: 100%;
    border: 1px solid #dbd8d8;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
}

.z_news_detail .news_tag ul li a {
    text-align: center;
    color: #000;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.news_tag a::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #FF0000;
}

.news_tag li:nth-child(2) a:before {
    background: #FFCC00;
}

.news_tag li:nth-child(3) a:before {
    background: #56BAFD;
}

.z_news_detail .news-detail-content p {
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 14px;
    color: #626262;
}

.z_news_detail .news-detail-content h3,
.z_news_detail .news-detail-content h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.z_news_detail .news-detail-content ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}
.z_news_detail .news-detail-content ol {
    /* 首行缩进 */
    padding-left: 10px;
}
.z_news_detail .news-detail-content ol li {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 15px;
}

.z-news_detail .news-detail-content img {
    max-width: 100% !important;
}

.news-previous {
    color: #626262;
    padding: 15px 0 15px;
    border-top: 1px solid #DEE0E5;
    border-bottom: 1px solid #DEE0E5;
    margin-top: 40px;
}

.news-previous .previous {
    margin-bottom: 10px;

}

.news-previous a {
    color: #666;
}

.z-news_detail .news-recommended h3 {
    margin-bottom: 20px;
    font-size: 22px;
    margin-top: 15px;
}

.z-news_detail .news-recommended a:hover {
    color: #1C7DF6;
}

.news-previous .previous i {
    display: inline-block;
    transform: rotate(270deg);
    margin-bottom: 20px;
}

.news-previous .previous:hover,
.news-previous .next:hover,
.news-previous .previous:hover a,
.news-previous .next:hover a {
    color: #1C7DF6;
}

.z-news_detail .news-recommended {
    margin-bottom: 20px;


}

.news_detailRecommended_content {
    height: 1px;
    overflow: hidden;
}

.z-news_detail .news-recommended li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
    color: #666;

}

.z-news_detail .news-recommended a {
    color: #666;

}

.write_all div.paragraph {
    margin-bottom: 35px;
}

.write_all div.paragraph p,
.write_all div.paragraph h3 {
    margin-bottom: 30px;
}

.write_all div.paragraph ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.write_all div.paragraph a {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1024px) {
    #app {
        width: 100%;
    }

    .z-page-container {
        width: 100%;
        flex-direction: column;
        padding: 0 12px;
    }

    .z-blog_container.z-page-container {
        padding: 20px 12px;
    }

    .z-news_games {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .z-breadcrumb .z-page-container .z-news_games a {
        white-space: nowrap;
    }

    .z-breadcrumb {
        height: 160px;
        background-size: 228px 230px;
        padding-bottom: 20px;
    }
    .z-breadcrumb .z-page-container .z-breadcrumb_title h1{
        font-size: 20px;
    }
    .z-blog_container .z-bolg .blog_item:hover {
        background: none;
    }

    .z-blog_container .z-bolg .blog_item .item_img {
        min-width: 164px;
        width: 100%;
        height: 100%;
        margin-right: 0;
        /* max-height: 92px; */
        overflow: hidden;
    }

    .z-blog_container .z-bolg .blog_item .item_img img {
        height: 100%;
        min-height: 100%;
    }

    .z-blog_container .z-bolg .blog_item .item_img::after {
        background-size: 100% 100%;
        height: 100%;
    }

    .z-blog_container .z-bolg .blog_item .item_content_wrap {
        width: inherit;
        padding: 0;
    }

    .z-blog_container .z-bolg .item_title {
        margin: 0px 0 8px;
        font-size: 12px;
        display: block;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        max-height: 33px;
        line-height: 17px;
        padding-top: 15px;
    }

    .z-blog_container .z-bolg .blog_item {
        margin-bottom: 20px;
        padding: 0;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px dashed #D8D8D8;
    }

    .z-blog_container .z-bolg .item_content {
        margin-bottom: 15px;
    }

    .z-bolg,
    .z-blog_container .z-news_other_game {
        width: 100%;
        margin-left: 0;
    }

    .z-blog_container .z-news_other_game {
        margin-top: 30px;
    }

    .z-breadcrumb .z-page-container .z-breadcrumb_home {
        margin-bottom: 20px;
    }

    .z-breadcrumb .z-page-container .z-breadcrumb_title {
        margin-bottom: 20px;
        line-height: 23px;
        margin-top: 0px;
    }

    .z-breadcrumb .z-page-container .z-breadcrumb_title h2 {
        font-size: 16px;
        text-align: center;
    }

    .z_news_detail .news_tag ul {
        flex-wrap: wrap;
        white-space: nowrap;
        grid-gap: 10px;
        align-items: center;
    }

    .z-news_content,
    .z-news_content img {
        width: 100%;
    }

    .z-news_detail .news-recommended {
        font-size: 12px;
    }

    .z-news_detail .news-recommended h3 {
        font-size: 18px;
    }

    .news-previous {
        font-size: 12px;
    }

    .z-news_games {
        display: none;
    }

    .z-blog_container .z-bolg .item_content {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        max-height: 38px;
    }

    /* 侧边栏 */

    .news_menu_button i {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 5px 5px 5px 5px;
        width: 32px;
        height: 32px;
        margin-right: 12px;
        font-size: 18px;
        font-weight: 700;
    }

    .new_slide_menu {
        background: #29314B;
        left: 0;
        height: inherit;
        width: 100%;
        top: 100%;
        position: absolute;
        z-index: 98;
        display: none;
        padding: 16px 12px 0;
        border-radius: 0 0 5px 5px;

        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.81);
    }

    .new_slide_menu.show {
        display: block;
        animation: slideInDownLeft 0.2s ease-out;
        overflow-y: auto;
        max-height: 370px;

    }

    .new_slide_menu .slide_list {
        padding-bottom: 30px;
        background: #29314B;
    }

    .new_slide_menu .slide_title {
        padding: 15px 12px;
        font-size: 18px;
        border-bottom: 1px solid rgba(216, 216, 216, .15);
    }

    .new_slide_menu .slide_title i {
        font-size: 26px;
    }

    .new_slide_menu .slide_list .slide_list_item {
        margin-bottom: 8px;
    }

    .new_slide_menu .slide_list a.menu_title {
        padding: 10px 12px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
        color: #fff;

    }

    .new_slide_menu .slide_list a.menu_title.active {

        border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    }

    .new_slide_menu .sub_child_menu {
        border-radius: 0 0 5px 5px;
        background: #29314B;
        padding: 16px;
    }

    .new_slide_menu .sub_child_menu .sub-menu-ul li {
        margin-bottom: 12px;
    }

    .new_slide_menu .sub_child_menu .sub-menu-ul li a {
        color: #fff;

    }

    .new_slide_menu .sub_child_menu .sub-menu-ul li:last-child {
        margin-bottom: 0;
    }

    .new_slide_menu .sub_child_menu .sub-menu-ul li a i {
        display: block;
        font-size: 24px;
        margin-right: 6px;

    }

    .new_slide_menu .slide_list a.z_flex_between span {
        font-size: 18px;
        font-family: 'default';
    }

    .sub_child_menu {
        display: none;
    }

    .write_all div.paragraph {
        margin-bottom: 20px;
    }

    .write_all div.paragraph p,
    .write_all div.paragraph h3 {
        margin-bottom: 15px;
    }
    .news_detail_related span {
        position: inherit !important;
        margin-top: -10px;
        left: inherit !important;
    }

    .news_detail_related {

        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .news_detail_related p {
        display: none !important;
    }

    .news_detail_related_list {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
    }

    .news_detail_related_list .img_wrap {
        width: 100% !important;
    }

}