.news { background-color: #fff; }

.news_item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.3rem; height: 1.85rem; }

.news_item--left { width: 2.45rem; height: inherit; }

.news_item--left img { width: inherit; height: inherit; display: block; }

.news_item--right { width: 60%; height: inherit; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-around; }

.news_item--right .news_title { font-weight: bold; font-size: 0.3rem; }

/* === news_detail */
.news_detail { background-color: #fff; }

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

.news_detail .item_title h1 { font-weight: bold; font-size: 0.3rem; }

.news_detail .item_title p { margin: 0.1rem 0 0.2rem; font-size: 0.2rem; color: #999; }

.news_detail .text_p p { margin-bottom: 0.15rem; }

.news_detail .news_detail_pic { width: 100%; margin-top: 0.4rem; }

.news_detail .news_detail_pic img { display: block; width: 100%; height: 3rem; }
