.banner {
  padding-top: 80px;
  width: 100%;
  height: 500px;
  background: url("../image/news-banner.jpg") no-repeat center bottom;
}

.news .news-box .li-item {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
}

.news .news-box .active-item {
  display: block;
  background-color: #f5f5f5;
}

.news .news-box .active-item .arrow-style {
  background: url("../image/arrow-active.png") no-repeat bottom right !important;
}

.news .news-box .item-left {
  width: 317px;
  height: 242px;
}

.news .news-box .item-right {
  padding: 35px;
}

.news .news-box .item-right .arrow-style {
  width: 40px;
  height: 50px;
  background: url("../image/arrow.png") no-repeat bottom right;
}

.news .news-box .item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.news .news-box .item-title h1 {
  font-weight: bold;
  font-size: 24px;
}

.news .news-box .item-title p {
  font-size: 18px;
  font-weight: bold;
}

/* === news_detail */
.news-detail {
  background-color: #f5f5f5;
  border: 1px solid #000;
}

.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: 18px;
  color: #999;
}

.news-detail .item-text p {
  margin-bottom: 20px;
}

.news-detail .item-text .news-detail-pic {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  float: right;
  position: relative;
}

.news-detail .item-text .news-detail-pic img {
  margin-bottom: 20px;
}
