.news-tabs {
    height: .5rem;
    background-color: #EAF6FF;
    border: none;
    text-align: center;
    line-height: .5rem;
}

.news-tabs a {
    display: inline-block;
    width: 30%;
    height: .5rem;
    color: #404040;
    font-size: .16rem;
}

.news-tabs .active {
    background-color: #fff;
    color: #06c562;
    font-weight: bold;
}

.news-main {
    padding: 0 .2rem;
}

.news-main .news-item {
    padding-top: 0.25rem;
    padding-bottom: .15rem;
    border-bottom: 0.01rem solid #ddd;
}

.news-main .news-item:last-child {
    border-bottom: none;
}

.news-main .news-item .pic img {
    width: 100%;

}

.news-main .news-item .title {
    font-size:18px;
    font-weight: 700;
    color: #222;
    line-height: .27rem;
    margin-top: 0.15rem;
    margin-bottom: .1rem;
}

.news-main .news-item .text {
    font-size: 14px;
    color: #999;
    line-height: .23rem;
}

.news-main .news-item .data {
    margin-top: .075rem;
}

.news-main .news-item .data span {
    font-size: 0.12rem;
    color: #999;
    margin-right: .1rem;
}

.news-detail {
    padding: 0 .2rem 0;
}

.news-detail .news-detail-container .news-detail-header h1 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-top: 0.4rem;
    line-height:24px; 
}

.news-detail .news-detail-container .news-detail-header .date {
    margin-top: 0.075rem;
    margin-bottom: 0.225rem;
    color: #999;
}

.news-detail .news-detail-container .news-detail-editor {
    line-height: 0.27rem;
    font-size: 0.15rem;
    color: #000;
}

.news-detail .news-detail-container .news-detail-editor img {
    margin-top: .25rem;
    display: block;
    width: 100%;
    border: none;
}
.news-detail .news-detail-prevnext{
    margin: .1rem 0;
}
.news-detail .news-detail-prevnext,
.news-detail .news-detail-prevnext a {
    color: #666;
    font-size: .14rem;
    line-height: 1.5;
}
.news-detail .copyrightz{
    padding: .1rem 0;
    font-size: .12rem;
    color: #bbb;
    line-height: 1.5;
}