.new-flash .new-flash-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-flash-head a {
  width: 305px;
  height: 90px;
}

.new-flash-head a img {
  width: 100%;
  height: 100%;
}

.new-flash-center-advertisement {
  height: 65px;
  margin-top: 20px;
}

.new-flash-center-advertisement a {
  display: block;
  height: 100%;
}

.new-flash-center-advertisement a img {
  width: 100%;
  height: 100%;
}

.new-flash-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  align-items: baseline;
  margin-top: 20px;
}

.new-flash-title a {
  color: #888;
  display: flex;
  align-items: center;
}

.new-flash-title a::before {
  content: "";
  width: 13px;
  height: 14px;
  background: #9a9a9a;
  display: block;
  margin: 0 5px 0 15px;
}

.new-flash-title .active::before {
  background: #f74747!important;
}

.new-flash-title .new-left {
  font-size: 24px;
  color: #f74747;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.new-flash-title .new-left:before {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url("/views/default/images/finance/new.png") no-repeat center;
  background-size: cover;
  left: 0;
}

.new-flash-title .new-right {
  display: flex;
  align-items: center;
  color: #888;
  font-size: 16px;
}

.new-flash-content {
  position: relative;
  padding-left: 27px;
}

.new-flash-content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 18px;
  left: 27px;
  background: #f74747;
}

.new-flash-content::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 50px);
  top: 0;
  left: 50px;
  background: #f74747;
}

.new-flash-content .content-item {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
}

.content-item-left {
  display: flex;
  width: 115px;
  justify-content: center;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  position: relative;
  font-weight: bold;
}

.content-item-left0 {
  display: flex;
  width: 115px;
  justify-content: center;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  position: relative;
  color: #f74747;
  font-weight: bold;
}

.content-item-left0::before {
  position: absolute;
  left: -9px;
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  background: url("/views/default/images/finance/new-icon-red.png") no-repeat center!important;
  background-size: cover!important;
}

.content-item-left:before {
  position: absolute;
  left: -9px;
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  background: url("/views/default/images/finance/new-icon.png") no-repeat center;
  background-size: cover;
}

.content-item-right {
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  width: calc(100% - 115px);
  padding-bottom: 15px;
  font-weight: bold;
}

.content-item-right0 {
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  width: calc(100% - 115px);
  padding-bottom: 15px;
  color: #f74747;
  font-weight: bold;
}

#message-flash {
  position: fixed;
  right: 100px;
  bottom: 100px;
  padding: 8px 10px;
  border-radius: 20px;
  line-height: 1;
  font-size: 16px;
  color: #0e9aef;
  background: #bbb;
  cursor: pointer;
}

.content-item-ad {
  display: block;
  width: 100%;
  height: 140px;
  padding-left: 115px;
}

.content-item-ad img {
  width: 100%;
  height: 100%;
}







