@media (min-width: 992px) {
    .container .top-container .top .nav li .li-hover-too .active-p {
        color: #009FE8;
    }
    .container .top-container-too .top .nav li .li-hover-too .active-p {
        color: #009FE8;
    }
    /* 小牛动态背景图 */
    .container .banner-container-mobile {
        display: none;
    }
    .container .banner-container {
        width: 100%;
        position: relative;
    }
    .container .banner-container .main-bac {
        width: 100%;
        height: 100%;
    }
    .container .banner-container .banner {
        width: 1200px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .container .banner-container .banner .text {
        font-size: 32px;
        font-weight: 300;
        line-height: 50px;
        color: #FFFFFF;
        margin-top: 39px;
    }
    /* 动态列表 */
    .container .list-container {
        width: 100%;
        margin-top: 61px;
        margin-bottom: 30px;
    }
    .container .list-container .list {
        width: 1200px;
    }
    .container .list-container .list .item {
        width: 100%;
        height: 308px;
        background: #F2F9FF;
        padding: 24px;
        box-sizing: border-box;
        margin-top: 36px;
        display: flex;
    }
    .container .list-container .list .item .left {
        width: 384px;
    }
    .container .list-container .list .item .left img {
        width: 100%;
        height: 260px;
    }
    .container .list-container .list .item .right {
        display: flex;
    }
    .container .list-container .list .item .right .right-detail {
        width: 562px;
        margin-left: 24px;
    }
    .container .list-container .list .item .right .right-detail .title {
        width: 100%;
        margin-top: 22px;
        font-size: 20px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        line-height: 36px;
        color: #3E5271;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .container .list-container .list .item .right .right-detail .content {
        width: 100%;
        /* height: 100px;
        border: 1px solid red; */
        margin-top: 24px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        line-height: 26px;
        color: #55718A;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .container .list-container .list .item .right .right-detail .detail {
        width: 100%;
        margin-top: 49px;
    }
    .container .list-container .list .item .right .right-detail .detail .tag {
        padding: 6px 12px;
        background: #CEE9FF;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #009FE8;
    }
    .container .list-container .list .item .right .right-detail .detail .time {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #3E5271;
        margin-left: 6px;
    }
    .container .list-container .list .item .more {
        width: 136px;
        height: 46px;
        border: 1px solid #009FE8;
        border-radius: 2px;
        margin-top: 132px;
        margin-left: 45px;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #009FE8;
        background-image: url("../../dist/images/index_about_arrow.png");
        background-repeat: no-repeat;
        background-position: 95px 14px;
        padding-left: 24px;
        box-sizing: border-box;
        cursor: pointer;
        transition: all .5s;
    }
    .container .list-container .list .item .more:hover {
        background: #009FE8;
        color: #FFFFFF;
        background-image: url("../../dist/images/index_about_arrow_hover.png");
        background-repeat: no-repeat;
        background-position: 95px 14px;
    }
    .container .get-more-container {
        width: 100%;
    }
    .container .get-more-container .get-more {
        width: 1200px;
    }
    .container .get-more-container .get-more .get-more-data {
        margin-left: auto;
        font-size: 18px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #3E5271;
        cursor: pointer;
        /* display: none; */
    }
    .container .get-more-container .get-more .get-more-data img {
        margin-left: 6px;
    }
    .container .get-more-container .line {
        width: 100%;
        height: 1px;
        background: #CBCFD2;
        margin-top: 36px;
        margin-bottom: 150px;
        /* display: none; */
    }
    .container .empty {
        width: 100%;
        margin-bottom: 120px;
    }
}

@media (min-width: 375px) and (max-width: 991px) {
    .container {
        background: #F1F3F5;
    }
    /* 小牛动态背景图 */
    .container .banner-container {
        display: none;
    }
    .container .banner-container-mobile {
        width: 100%;
        position: relative;
        margin-top: 60px;
    }
    .container .banner-container-mobile .main-bac {
        width: 100%;
    }
    .container .banner-container-mobile .banner {
        width: 343px;
        position: absolute;
        top: 207px;
    }
    .container .banner-container-mobile .banner .text {
        font-size: 20px;
        font-weight: 300;
        line-height: 34px;
        color: #FFFFFF;
        margin-top: 28px;
    }
    /* 动态列表 */
    .container .list-container {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 22px;
    }
    .container .list-container .list {
        width: 343px;
    }
    .container .list-container .list .item {
        width: 100%;
        height: 380px;
        background: #FFFFFF;
        border-radius: 6px;
        margin-top: 16px;
    }
    .container .list-container .list .item .left {
        width: 343px;
        height: 232px;
    }
    .container .list-container .list .item .left img {
        width: 100%;
        height: 100%;
        border-radius: 6px 6px 0px 0px;
    }
    .container .list-container .list .item .right {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    .container .list-container .list .item .right .right-detail {
        width: 100%;
    }
    .container .list-container .list .item .right .right-detail .title {
        width: 100%;
        font-size: 16px;
        font-family: "PingFang SC";
        font-weight: bold;
        line-height: 26px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .container .list-container .list .item .right .right-detail .content {
        width: 100%;
        margin-top: 12px;
        font-size: 13px;
        font-family: "PingFang SC";
        font-weight: 400;
        line-height: 21px;
        color: #999999;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .container .list-container .list .item .right .right-detail .detail {
        width: 100%;
        margin-top: 16px;
    }
    .container .list-container .list .item .right .right-detail .detail .tag {
        padding: 4px 12px;
        background: #CEE9FF;
        font-size: 12px;
        font-family: "PingFang SC";
        font-weight: 400;
        color: #009FE8;
        border-radius: 2px;
    }
    .container .list-container .list .item .right .right-detail .detail .time {
        font-size: 12px;
        font-family: "PingFang SC";
        font-weight: 400;
        color: #3E5271;
        margin-left: 12px;
    }
    .container .list-container .list .item .more {
        display: none;
    }
    .container .get-more-container {
        width: 100%;
    }
    .container .get-more-container .get-more {
        width: 343px;
    }
    .container .get-more-container .get-more .get-more-data {
        margin-left: auto;
        font-size: 16px;
        font-family: "PingFang SC";
        font-weight: 400;
        color: #3E5271;
        cursor: pointer;
        /* display: none; */
    }
    .container .get-more-container .get-more .get-more-data img {
        margin-left: 2px;
    }
    .container .get-more-container .line {
        width: 100%;
        height: 1px;
        background: #CBCFD2;
        margin-top: 24px;
        /* display: none; */
    }
}