
/* ---------------- 内容区域 start ---------------- */
/* 公告区域左侧 */
.section-l {
  padding: 0 24px;
}

.announcement-info {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.announcement-title {
  height: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #13161B;
  line-height: 24px;
  margin-bottom: 18px;
}

.announcement-nav {
  height: 14px;
  color: #89919D;
  line-height: 14px;
}

.announcement-nav>li {
  margin-right: 30px;
}

.announcement-nav>li:last-child {
  margin-right: 0;
}

.announcement-content {
  color: #6B6B6B;
  line-height: 24px;
}

.announcement-content>p:first-child {
  margin-top: 24px;
}

.announcement-content>p {
  margin-bottom: 25px;
}

.layui-bg-gray {
  margin-top: 24px;
  background: #E9EEF3;
}

.announcement-content>p:first-child {
  margin-top: 24px;
}

.announcement-content>p:last-child {
  margin-bottom: 0;
}


/* 公告区域右侧 */
.section-r {
  width: 300px;
}

.countdown {
  height: 64px;
  background: url("../images/announcementViewImg/countdown_bg.png") no-repeat center center;
  background-size: 100%;
}

.countdown>div {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  padding: 0 10px 0 13px;
}

.icon-naozhong {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: middle;
}

.countdown span {
  color: #fff;
  vertical-align: middle;
}

.countdown strong {
  margin-left: 3px;
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
}

.countdown-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ff5600;
  background: #fff;
  border-radius: 4px;
  margin-left: 5px;
}

.related-announcements {
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #13161B;
  line-height: 25px;
  margin: 7px 0;
}

.announcements-list {
  font-size: 14px;
  font-weight: 500;
  padding: 24px 12px 11px;
  font-family: PingFangSC-Regular, PingFang SC;
}

.announcements-list>li {
  margin-bottom: 30px;
}

.announcements-list>li:last-child {
  margin-bottom: 0;
}

.announcements-list h3 {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #FF5600;
  margin-bottom: 10px;
}

.announcements-list p {
  color: #333;
  line-height: 20px;
  margin-bottom: 14px;
}

.announcements-list>li span {
  color: #89919D;
  line-height: 20px;
}
/* ---------------- 内容区域 end ---------------- */
