.news_content { padding: 0.15rem 0 0.3rem; display: flex; flex-wrap: wrap; justify-content: space-between; }

.news_item { box-shadow: rgba(0, 0, 0, 0.16) 0rem 0.01rem 0.04rem; width: 48%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-bottom: 0.3rem; background-color: #fff; border-radius: 0.1rem; transition: all 0.3s ease; transform: translateY(0); }

.news_item:hover { transform: translateY(-0.05rem); }

.news_item--pic { border-radius: 0.1rem 0.1rem 0 0; width: 100%; height: 2.4rem; }

.news_item--pic img { border-radius: inherit; width: inherit; height: inherit; display: block; }

.news_item--text { width: 100%; box-sizing: border-box; padding: 0.1rem; }

.news_item--text .news_title { font-weight: bold; font-size: 0.22rem; margin-bottom: 0.05rem; }

.news_item--text .desc--text { color: #666; font-size: 0.18rem; height: .54rem; }

.news_item--text .bottom { margin-top: 0.05rem; display: flex; justify-content: space-between; }

.news_item--text .data_time { font-size: 0.14rem; color: #999; }

.news_item--text .data_eye { font-size: 0.14rem; color: #999; display: flex; align-items: center; }

.news_item--text .data_eye::before { content: ""; margin-right: 0.1rem; display: inline-block; width: 0.2rem; height: 0.2rem; background-image: url(/images/eye.png); background-size: cover; }

/* === news_detail */
.news_detail { margin-top: .4rem; }

.news_detail_item { 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: .14rem; 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; font-size: 0.3rem; text-align: justify;}

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

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

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