/*新闻列表页*/
.news_lists {}
.news_lists li {border: 1px solid #D9D9D9;border-radius: .2rem;overflow: hidden;margin-bottom: .3rem}
.news_lists li img {display: block;width: 100%}

.news_lists li h4 {padding: .2rem .3rem 0 .3rem;font-weight: normal}
.news_lists li span {padding: .1rem .3rem;font-size: .5rem}
.news_lists li p {padding: 0 .3rem .2rem .3rem ;font-size: .5rem;line-height: .75rem;color: #828282}

/*新闻详情页*/
#news_main {border: 1px solid #d9d9d9;padding: .2rem}
.news_main_tit {text-align: center;}
.new_from, .new_date {
    margin-right: 10px;
}
.news_tit2 {font-size: .5rem;line-height: .75rem;color: #828282;border-bottom: 1px solid #d9d9d9;padding-bottom: .1rem}
.news_main_text {padding: .3rem 0}
.news_main_text p {text-indent: 2em;}
.news_main_text img {display: block;width: 100%}
.news_main_footer {border-top: 1px solid #d9d9d9;}
.news_main_footer p {margin: .3rem 0;font-weight: bold;font-size: .55rem}

.news_main_footer p a {font-weight: normal}



























































































































