.news { background-color: #f5f5f5; }

.news_content { width: 1200px; margin: 0 auto; position: relative; top: -40px; background-color: #fff; padding: 30px; box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.news_item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; height: 240px; }

.news_item:hover { background-color: #f5f5f5; }

.news_item:hover i { margin-top: 30px; width: 30px; height: 10px; display: block; background: url(/template/index/images/arrow-right.png) no-repeat center/cover; }

.news_item--left { width: 320px; height: inherit; }

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

.news_item--right { width: 70%; height: inherit; box-sizing: border-box; display: flex; flex-direction: column; padding: 30px; }

.news_item--right .top_title { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 30px; }

.news_item--right .top_title .news_title { font-weight: bold; font-size: 22px; }

.news_item--right i { margin-top: 30px; width: 30px; height: 10px; display: block; background: url(/template/index/images/arrow-right1.png) no-repeat center/cover; }

/* === news_detail */
.news_detail { background-color: #f5f5f5; position: relative; }

.news_detail_item { width: 1200px; margin: 0 auto; position: relative; background-color: #fff; top: -40px; padding: 60px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

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

.news_detail .item_title h1 { font-weight: bold; font-size: 24px; }

.news_detail .item_title p { margin: 10px 0 20px; font-size: 16px; color: #999; }

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

.news_detail .news_detail_pic { width: 100%; margin: 40px 0 60px; }

.news_detail .news_detail_pic img { display: block; width: 760px; height: 300px; margin: 0 auto; }

.news_detail .bottom { display: flex; justify-content: space-between; align-items: center; height: 50px; }

.news_detail .bottom a:hover { color: #01206c; }

.news_detail .bottom .bottom--left { height: inherit; display: flex; flex-direction: column; justify-content: space-between; }

.news_detail .bottom .bottom--right { color: #666666; }

.news_detail .bottom .bottom--right::after { content: ""; display: inline-block; width: 8px; height: 8px; border-top: 2px solid #666666; border-right: 2px solid #666666; transform: rotate(45deg); }
