/* 会议公告列表页 start */
.attendeesNotice {
  min-height: 100vh;
  background: #F8F8F8;
  box-sizing: border-box;
  padding-bottom: 17.333vw;
}
.meetNav {
  background-color: #fff;
}
.noticeContent {
  padding-top: 1.333vw;
}
.noticeItem {
  display: block;
  background: #fff;
  margin-bottom: 2.667vw;
  padding: 3.333vw 4vw 3.333vw 0;
}
.noticeTitle {
  font-size: 4vw;
  font-weight: 500;
  color: #333333;
  padding-left: 4vw;
  border-left: 1.067vw solid #00553D;
}
.noticeDes {
  font-size: 3.467vw;
  font-weight: 400;
  padding-left: 5.067vw;
  line-height: 4.8vw;
  margin-top: 2vw;
  word-break: break-all;
}
.noticeTime {
  margin-top: 2vw;
  font-size: 3.2vw;
  color: #B5B5B5;
  padding-left: 5.067vw;
}

/* 会议公告列表页 end */

/* 会议公告详情页 start */
.attendeesNoticeDetail {
  background: #fff;
  height: calc(100vh - 18vw);
  box-sizing: border-box;
}
.noticeHeader {
  background: #20AE9C;
  padding: 4vw 6.667vw;
  box-sizing: border-box;
  word-break: break-all;
  font-size: 4.267vw;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 5.867vw;
  position: relative;
  text-align: center;
}
.noticeHeaderBack {
  position: absolute;
  color:#fff;
  font-size: 4.267vw;
  top:50%;
  transform: translateY(-50%);
  left: 2vw;
  font-weight: 600;
}
.noticeMain {
  padding: 4vw;
  box-sizing: border-box;
}
.noticeName {
  font-size: 4.8vw;
  font-weight: 600;
  color: #333333;
}
.noticeDetailTime {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  padding: 2.667vw 0;
  border-bottom: 2px solid rgba(0, 85, 61, 0.1);
}
.noticeSafe {
  word-break: break-all;
  padding: 2.667vw 0;
}

.noticeSafe img {
  max-width: 100%;
}
/* 会议公告详情页 end */

/* 资料列表页 start */
  .materialContent {
    background: #fff;
    height: calc(100vh - 31.5vw);
    box-sizing: border-box;
    padding: 0 4vw;
    margin-top: 1.333vw;
  }
  .materialItem {
    display: flex;
    align-items: center;
    font-size: 3.733vw;
    padding: 10px 0;
    border-bottom: 2px solid rgba(0, 85, 61, 0.1);
  }
  .materialIcon {
    flex:0 0 4.533vw;
    margin-right: 0.667vw;
  }
  .materialTime {
    flex: 0 0 20vw;
    margin-left: 0.667vw;
  }
  .materialName {
    flex:1;
  }
/* 资料列表页end */