﻿.flexContainer {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.flexContainer .noticeContainer {
  flex: 1 1 auto;
}
.header {
  height: 45px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 244, 244, 1) 100%
  );
  border-radius: 5px;
  border: 1px solid rgba(227, 227, 227, 1);
  line-height: 45px;
}
.tips {
  color: #066eb7;
}
.pt90 {
  padding-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.content {
  background-color: #fefefe;
}
.content .attendess_item {
  padding: 20px;
  width: 1110px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  position: relative;
}
.content .item_content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  max-height: 78px;
  color: #333;
  line-height: 25px;
}
.content .item_content *{
  word-wrap: break-word;
  line-height: 25px;
  font-size: medium;
  max-width: 100%;
}
.content .item_fotter {
  display: flex;
  align-items: center;
}
.content .fotter_date {
  color: #3fafba;
}
.content  .footer_point {
  position: relative;
}
.content .relay_div {
  display: none;
  position: absolute;
  bottom: -63px;
  left: 60px;
  width: 137px;
  height: 63px;
  background: url("../res/images/meet/zf.png") no-repeat;
  background-size: 100% 100%;
}
.content .footer_point:hover .relay_div {
  display: block;
}
.content .fotter_send {
  color: #555;
}
.content .out {
  position: absolute;
  left: -35px;
  top: -20px;
  bottom: -39px;
}
.content .radio {
  /*background: url("../res/images/meet/notice_radio.png") no-repeat;*/
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.content .line {
  width: 2px;
  background-color: #3fafba;
  position: absolute;
  top: 20px;
  bottom: 0px;
  left: 9px;
}
.editContent img, .editContent table, .editContent video {
  display: none;
}
.noticeContent {
  width: 664px;
  padding: 50px 20px 30px;
}
.noticeContent .detailTitle {
  margin: 0 90px;
  border-bottom: 2px solid #efefef;
}
.noticeContent .time {
  color: #0768ac;
}
.noticeContent  .ueEditorStyle {
  margin: 20px 50px 71px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 21px;
  max-height: 500px;
  overflow-y: scroll;
}
.noticeContent .ueEditorStyle a {
  text-decoration: none;
  color: #666;
}
.noticeContent .imgDetailLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 68px;
  height: 68px;
  opacity: 0.5;
  background: #000;
}
.noticeContent .imgDetailLeft .imgDetail {
  width: 76px;
  height: 73px;
  position: relative;
  left: -4px;
  top: -2px;
}
.meetHandle {
  top: 260px!important;
}

@media screen and (max-width: 768px) {
  .content .attendess_item {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px !important;
  }
  .content{
    background-color: transparent !important;
    padding: 0 !important;
  }
}