.banner { width: 100%; height: 500px; background: url("/assets/index/images/news-banner.jpg") no-repeat center bottom; }

.new-nav { background-color: #e60000; color: #fff !important; border-radius: 5px; }

.news .news-box .li-item { display: flex; justify-content: space-between; cursor: pointer; margin-bottom: 20px; height: 240px; }

.news .news-box .item-left { width: 340px; height: 240px; }

.news .news-box .item-right { width: 68%; height: inherit; box-sizing: border-box; padding: 0 20px; display: flex; flex-direction: column; justify-content: space-evenly; border: 1px solid #fff; }

.news .news-box .item-right:hover { border: 1px solid #ff0000; }

.news .news-box .item-right .news-title { font-weight: bold; font-size: 22px; position: relative; }

.news .news-box .item-right .news-title:after { content: ""; display: block; width: 30px; height: 3px; background-color: #ff0000; position: absolute; bottom: -10px; }

.news .news-box .item-right .data-time { font-weight: bold; }

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

.news-detail .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 .item-text p { margin-bottom: 20px; text-indent: 2em; font-size: 16px; line-height: 2; }

.news-detail .item-text .news-detail-pic { width: 100%; margin: 40px 0 60px; }

.news-detail .item-text .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: #ff0000; }

.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); }
