.news-banner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.news-banner img {
  width: 100%;
  height: auto;
}
#tab_menu {
  float: left;
  width: 170px;
  margin-top: 20px;
}
#tab_menu ul li {
  background: url('/node/public/image/new-website/icons/right_arrow.svg') no-repeat 10px center;
  border-left: 5px solid #FFF;
  cursor: pointer;
  padding-left: 40px;
  font-size: .16rem;
  line-height: 46px;
  color: #727272;
}
#tab_menu ul li.active, #tab_menu ul li:hover {
  background-color: rgba(186, 0, 1, .10);
  border-left: 5px solid rgba(186, 0, 1, .3);
  color: #3D3D3D;
}
#news-content {
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 190px;
  margin-bottom: 100px;
  min-height: 300px;
}
.exchange-notice {
  margin: 20px 100px 100px !important;
}
.content-list {
  display: none;
}
.content-list.active {
  display: block;
}
.content-list li {
  padding: 13px 0;
  position: relative;
  border-bottom: 1px dashed #DDD;
}
.content-list dl {
  float: right;
  margin: 0;
  padding: 0;
  color: #AFAFAF;
  font-size: .14rem;
}
.content-list a {
  display: inline-block;
  max-width: 710px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #666;
  text-decoration: none;
  font-size: .14rem;
}
.content-list a:hover {
  color: #BA0001;
}