.news-wrap {
    padding-bottom: .7rem;
}

.news-title {
    margin: .7rem 0 .4rem 0;
}

.news-box {
    margin: 0 auto;
    margin-top: .5rem;
}

.news-list {
    margin-bottom: .5rem;
}

.news-item {
    padding: 0.3rem 0.42rem;
    display: flex;
    align-items: center;
    background: url(../img/news/bg.png);
    background-size: cover;
    transition: all .365s;
}

.news-left {
    width: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.4rem;
}

.news-time {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333;
}

.news-more {
    font-size: 0.18rem;
    font-family: Cambria-Bold, Cambria;
    font-weight: bold;
    color: #666666;
    margin-top: 0.3rem;
}

.news-des {
    flex: 1;
}

.news-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.news-p {

    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.28rem;
    margin-top: 0.11rem;
}

.news-item:hover {
    background: url(../img/news/bg-a.png) no-repeat;
    background-size: cover;
}

.news-item:hover .news-time {
    color: #fff;
}

.news-item:hover .news-more {
    color: #fff;
}

.news-item:hover .news-text {
    color: #fff;
}

.news-item:hover .news-p {
    color: #fff;
}

/* 详情 */
.newsDetail-wrap {
    padding: .7rem 0;
    margin: 0 auto;
}

.newsDetail-text {
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    text-align: center;
}

.newsDetail-time {
    width: 100%;
    height: .5rem;
    background: #F5F5FA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .45rem 0;
}

.newsDetail-time p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0 .2rem;
}

.newsDetail-content {
    padding: .4rem;
    padding-top: 0;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}

.newsDetail-page-box {
    border-top: 1px solid #E7E7E7;
    padding-top: .32rem;
}

.newsDetail-page {
    margin-bottom: .32rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.newsDetail-page:hover {
    color: #F18F29;
}