.news_intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: .12rem;
    color: #aaa;
}

.news_line li {
    width: 32%;
    margin-left: 2%;
    float: left;
    margin-top: .35rem;
}

.news_title{
    width: 100%;
}
.news_line a{
    color: #000;
}
.news_line .big{
    float: left;
    width: 66%;
    position: relative;
    margin-left: 0;
    clear: both;
}

.news_line .big .news_title {
    background: #000;
    line-height: .2rem;
    color: #FFF;
    padding: .15rem 0.3rem;
    font-size: .14rem;
    position: absolute;
    bottom: 0;
}
.news_line a:nth-child(5n+1) .news_intro {
    display: none;
}

.news_line .line1{
    clear: both;
    margin-left: 0;
}

.news_line .news_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .14rem;
    padding: .1rem 0;
}
.cover_img{
    width: 100%;
    overflow: hidden;
}
.cover_img img{
    cursor: pointer;
    transition:transform 0.5s;
}
.cover_img img:hover {
    transform: scale(1.2);
}

#btn-more {
    display: block;
    width: 2rem;
    height: .4rem;
    border: .02rem #0c5977 solid;
    border-radius: 2rem;
    font-size: .14rem;
    color: #0c5977;
    margin: 0 auto;
    margin-top: 1rem;
}

#new_body{
    padding-top: .3rem;
}
#new_body img{
    width: auto !important;
    max-width: 100% !important;
}