.newsimg{
    max-width: 100%;
}
.newsimg img{
    width: 100%;
}
.newsTitle{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px
}
.newsTime{
    margin: 5px 0;
    color: #666;
}
.newsRight{
    padding: 0 0 0 30px;
}

/* .newPages_right .news_lists a:hover .newsSpan{
    color: #0F6DCF;
} */


.newsDetilePage_title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 20px 0;
    padding: 0 10px;
}

.newsDetilePage_time{
    text-align: center;
}
.newsDetilePage_img{
    margin: 20px 0 ;
    text-align: center;
}
.newsDetilePage_img img{
    max-width: 100%;
}
.newPages_right .news_lists{
    padding: 0px;
    overflow: hidden;
}
.newPages_right .news_lists .row1{
    margin:  20px 0;
}
.rowsdiv{  
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.newPages_right .news_lists:last-child{
    padding-bottom: 30px
}

.newsDetilePage_title{
    margin: 20px 0 10px 0;
    font-size: 22px;
    line-height: 30px;
}

.pagination li{
    cursor: pointer;
}

.row1 {
    padding: 0;
}
.news_lists:nth-child(odd){
    padding:0 5px 0 5px;
}
.news_lists:nth-child(even){
    padding:0 5px  0 5px;
}
.newPages_right {
    width:1200px;
    margin:  0 auto;
}


.newPages_right .news_lists .row1{
    background: #f2f2f2;
}
.newPages_right .news_lists:nth-child(odd) .row1{
    background: #FFF;
}
.newPages_right .news_lists{
    cursor: pointer;
}
.newPages_right .news_lists a {
    color: #333;
}

.newPages_right .news_lists a:visited .newsTitle{
    color: #333;
}
.newPages_right .news_lists a:visited .newsTime{
    color: #333;
}
.newPages_right .news_lists a:visited .newsSpan{
    color: #333;
}

.newPages_right .news_lists a:hover .newsTitle{
    color: #0F6DCF;
}
.newPages_right .news_lists a:hover .newsTime{
    color: #0F6DCF;
}

.news_lists_app .newsRight{
    padding-left: 0px;
}
.news_lists_app .newsTitle{
    font-size: 15px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-weight: 500;
color: #333;
    margin-top: 10px;
}
.news_lists_app .newsTime{
    margin: 0px;
    color: #666;
}
.news_lists_app .newsSpan{
    font-size: 13px;
    /* overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; */
    color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}


.news_lists_app .news_lists .row1{
    margin: 0px 0 30px 0px;
    background: #fff !important;
}
.news_lists_app .news_lists:last-child{
    padding-bottom: 0px
}
.news_lists_app .news_lists a:hover .newsTitle{
    color: #333;
}
.news_lists_app .news_lists a:hover .newsTime{
    color: #333;
}

.pagination{
    margin: 0 0 30px 0;
    padding:  0 10px;
}
