@charset "UTF-8";
/**!
 * 交易公告
 * date:2021-06-02
 * author: wppei;
 */
.announce-right {
  margin-left: 262px;
}

.screen {
  margin-bottom: 30px;
}

.screen-box {
  padding: 8px 25px 0;
  overflow: hidden;
}

.screen-list {
  line-height: 24px;
  margin-top: 17px;
}

.screen-list:last-child {
  margin-bottom: 0;
}

.screen-label {
  width: 97px;
  color: #666;
  font-size: 16px;
}

.screen-con {
  margin-left: 97px;
  overflow: hidden;
}

.screen-con li {
  float: left;
}

.screen-con li:hover .screen-name,
.screen-con li.active .screen-name {
  color: #fff;
  background-color: #cf9138;
  border-radius: 12px;
}

.screen-name {
  display: block;
  min-width: 50px;
  text-align: center;
  height: 24px;
  padding: 0 10px;
  color: #999;
}

.screen-slide {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
  border-top: 1px dashed #e7e7e7;
}

.screen-slide-btn {
  color: #cf9138;
}
