.acti-content {
    width: 100%;
    background: url("../image/game-bg.png") no-repeat center top #eeecec;
    background-size: 100% auto;
    padding-top: 80px;
    background-attachment: fixed;
    min-height: 42.0vw;
}

.acti-wrap {
    width: 61.5%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.awrap-left {
    width: 16%;
    height: 188px;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 86px;
}

.awrap-right {
    width: 83.6%;
    float: right;
}

.awrap-left li {
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding-left: 10%;
    overflow: hidden;
    padding-right: 10%;
    cursor: pointer;
}

.awrap-left li + li {
    border-top: 1px solid #e6e6e6;
}

.nav-txt {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    float: left;
}

.nav-img {
    float: right;
}

.acti-txt {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    vertical-align: middle;
}

.acti-img {
    vertical-align: middle;
}

.infortxtc {
    color: #ec4221 !important;
}

.crumb-nav {
    width: 100%;
    height: 86px;
    line-height: 86px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ac-h {
    color: #000;
}

.article-wrap {
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
}

.article-title {
    width: 87%;
    height: 74px;
    margin: 68px auto 0;
    overflow: hidden;
}

.title-p {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-time {
    width: 87%;
    margin: 38px auto 0;
}

.article-time {
    font-size: 14px;
    color: #999;
}

.origin {
    margin-left: 67px;
}

.article-list {
    width: 87%;
    /*border: 1px solid red;*/
    margin: 30px auto 0;
    text-align: center;
}

.article-list p {
    width: 100%;
    color: #000;
    text-align: left;
    margin: 0 0 5px;
}

.article-list p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.article-list img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-list div img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fist-article {
    width: 87%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.fist-article > p > a {
    color: #000000;
}

.inforClass {
    background-color: #ccc;
}

.wrap-header {
    display: block;
}

.wrap-headerapp {
    display: none;
}

.footer-content {
    display: block;
}

.footerapp-content {
    display: none;
}

/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media (max-width: 1440px) {
    .acti-wrap {
        width: 1100px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 50px;
    }
}

/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media (max-width: 1200px) {
    .article-title {
        height: 56px;
    }

    .title-p {
        font-size: 20px;
    }

    /*.nav-txt {
        font-size: 14px;
    }
    .acti-txt {
        font-size: 12px;
    }*/
}

/* 中等屏幕（桌面显示器，小于等于 992px） */
@media (max-width: 992px) {
    .article-title {
        height: 50px;
    }

    .title-p {
        font-size: 18px;
    }

    .nav-txt {
        font-size: 12px;
    }
}

@media (max-width: 850px) {
    .article-title {
        height: 44px;
    }

    .title-p {
        font-size: 16px;
    }
}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
    .acti-content {
        padding-top: 60px;
        min-height: 92%;
    }

    .wrap-header {
        display: none;
    }

    .wrap-headerapp {
        display: block;
    }

    .footer-content {
        display: none;
    }

    .footerapp-content {
        display: block;
    }

    .awrap-left {
        display: none;
    }

    .acti-wrap {
        width: 96%;
    }

    .awrap-right {
        width: 100%;
    }

    .article-list {
        width: 96%;
    }

    .crumb-nav {
        height: 45px;
        line-height: 45px;
    }

    .article-list p img {
        max-width: 100%;
    }

    .article-title {
        margin: 20px auto 0;
    }

    .article-time,
    .article-list {
        margin: 10px auto 0;
    }

    .fist-article {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}