.notice {
  padding: 86px 0 70px;
  background: #F2F2F2;
}
.detail-content {
  background: #FFFFFF;
  padding: 40px 46px;
  margin-top: 100px;
}
.layui-tab-title {
  display: flex;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.m-tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 92px; */
  height: 36px;
  background: #F5F7F9;
  border-radius: 50px;
  color: #333333;
  margin-right: 15px;
}
.layui-this {
  background-color: #0d7bff;
  color: #FFFFFF!important;
}
.layui-this:after {
  border: 0!important;
}
.schedule .schedule-header {
  background: rgba(13, 123, 255, 0.06);
  height: 40px;
  border-radius: 2px;
  color: #0D7BFF;
  display: flex;
  align-items: center;
  text-align: center;
}
.schedule .schedule-content-line {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #FCFCFC;
  margin-top: 10px;
}
.schedule .schedule-content-line .date,
.schedule .schedule-content-line .time
 {
  text-align: center;
  flex: 2;
  border-right: 1px solid #E6E8EE;
}
.schedule .schedule-content-line .date {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 10px solid #fff;
  background-color: #eee;
}
.schedule .schedule-content-line .content {
  flex: 6;
}
.schedule-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #E6E8EE;
}
.schedule-box:last-child {
  border-bottom:0;
}
.notice-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*align-items: center;*/
  width: 100%;
  margin-bottom: 20px;
}
.notice-item .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
}
.notice-item .title .new {
  padding: 1px 5px;
  font-size: 12px;
  color: #FF3B3B;
  border: 1px solid #FF3B3B;
  background: #ffffff;
  margin-right: 5px;
  border-radius: 2px;
  box-sizing: border-box;
  min-width: 36px;
}
.notice-item .time {
  font-size: 13px;
    font-weight: 400;
    color: #999999;
    min-width: 150px;
}
.notice-item .content{
  font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    color: #666666;
}
