.nav {
    position: static;
    background-color: #fff;
}

.nav .container .nav-lists ul li a {
    color: #333;
}

.nav .container .search .enter {
    color: #333;
}

.mine-banner {
    width: 100%;
}

.mine-banner img {
    width: 100%;
}

.content .container .lists {
    margin-bottom: 18px;
}

.content .container .lists li {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .container .news_2 .desc h3 {
    margin-top: 50px;
    color: #363636;
}

.content .container .news_2 .desc div {
    margin-top: 30px;
    overflow: hidden;
}

.content .container .news_2 .desc .date {
    color: #f00;
    height: 22px;
    font-size: 16px;
}

.content .container .news_2 {
    margin-top: 30px;
    background-color: #f5f5f5;
    position: relative;
}

.content .container .news_2 .pic {
    position: relative;
}

.content .container .news_2 .pic img {
    width: 100%;
}

.content .container .news_2 .look {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.content .container .news_2 .look a {
    text-decoration: underline;
    color: #f00;
}

.content .container .news_2 .desc ._pdesc {
    font-family: PingFangSC-Regular, PingFang SC;
    color: #363636;
    font-size: 18px;

}

.content .container .news_2 .desc ._pdesc p {
    display: none;
}

.content .container .news_2 .desc ._pdesc p img {
    display: none;
}

.content .container .lists .active {
    color: #f44336;
}

.content .container .lists .progress {
    width: 25%;
    margin: 0 auto;
    background-color: #f00;
    height: 4px;
    display: none;
}

.content .container .lists .active .progress {
    display: block;
}

.content .container > .news_2:hover {
    box-shadow: 6px 4px 10px silver;
}

.content .container .yema {
    width: 68%;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
}

.content .container .yema .lookmore {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content .container .yema .lookmore li a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
}

.content .container .yema .lookmore .num {
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .container .yema .lookmore li .num_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .container .yema .lookmore li .num_ul li {
    margin-left: 15px;
    margin-right: 15px;
}

.content .container .yema .lookmore li a img {
    width: 28px;
}

@media screen and (min-width: 768px) {
    .container .lists {
        height: 80px;
        line-height: 80px;
    }

    .content .container .news_2 .pic {
        width: 48%;
    }

    .content .container .news_2 .desc {
        width: 52%;
        padding-left: 14px;
    }

    .content .container .news_2 {
        margin-top: 30px;
    }

    .content .container .news_2 .desc h3 {
        margin-top: 30px;
        font-size: 22px;
    }

    .content .container .news_2 .desc div {
        margin-top: 20px;
    }


}

@media screen and (min-width: 996px) {
    .container .lists {
        height: 100px;
        line-height: 100px;
    }
}


@media screen and (max-width: 664px) {
    .container .lists {
        height: 50px;
        line-height: 50px;
    }

    .content .container ul li {
        font-size: 14px;
    }

    .content .container .lookmore {
        font-size: 14px;
    }

    .content .container .news_2 .desc h3 {
        margin-top: 30px;
        font-size: 20px;
        font-weight: 500;
    }

    .content .container .news_2 .desc p {
        font-size: 16px;
    }
}

@media screen and (max-width: 372px) {

    .content .container .news_2 .desc {
        margin-top: 15px;
    }

    .content .container .lookmore {
        height: 40px;
        line-height: 40px;
    }

    .content .container .lookmore a {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .content .container .lists {
        margin-top: 18px;
    }
}

.active {
    color: #ff0000;
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
    .content .container .news_2 .pic {
        padding-top: 10px;
    }
}
@media screen and (max-width: 992px) {
    .content .container .news_2 .pic {
        padding-top: 30px;
    }
}
.content .container .phone_news_2 .desc h3{
    margin-top: 30px;
    font-size: 20px;
    color: #363636;
    font-weight: 500;
}
a:focus {
    outline-width: 0px;
}

