/* === news_detail */
.news_detail_item { margin: .4rem 0; width: 100%; }

.news_detail .item_title { text-align: center; }

.news_detail .item_title h1 { font-size: .38rem; }

.news_detail .item_title p { margin: .1rem 0 .2rem; font-size: .24rem; color: #999; }

.news_detail .item_container { background-color: #fff; border-radius: .1rem; padding: .3rem; box-sizing: border-box; -webkit-box-sizing: border-box; }

.news_detail .text_p { margin-top: .2rem; }

.news_detail .text_p p { margin-bottom: .15rem; font-size: 0.3rem; line-height: 1.6; color: #717171;}

.news_detail .news_detail_pic { width: 100%; height: 4rem; }

.news_detail .news_detail_pic img { display: block; width: 100%; height: 100%; margin: 0 auto; }
