.meetPage {
  background: #f5f5f5;
}
.TopNavList .logoImgs {
  display: inline-block;
  height: 50px;
}
/* .TopNavList .layui-nav .layui-nav-item {
  flex: 0 0 90px;
} */
.header {
  position: relative;
  width: 100%;
  /* height: 480px; */
  background-repeat: no-repeat !important;
  background-position :center center !important;
  background-size:cover !important;
  background-color: rgba(31,104,172,0.5);
  overflow: hidden;
}
.heaerPoster {
  width: 100%;
}
.contentWrap {
  width: 1200px;
  margin: 0 auto;
}
.headerContent {
  width: 1200px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:1;
}
.headerContent::before{
  content:'';
  position: absolute;
  top:0px;
  left:0px;
  width: 42px;
  height: 42px;
  border-top:5px solid #fff;
  border-left:5px solid #fff;
}
.headerContent::after{
  content:'';
  position: absolute;
  bottom:0px;
  right:0px;
  width: 42px;
  height: 42px;
  border-bottom:5px solid #fff;
  border-right:5px solid #fff;
}
.meetName {
  font-size: 42px;
}
.banner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background:#f2f2f2;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 42px 5px 5px 42px;
  box-sizing: border-box;
}
.timerWrap_all {
  background-size: 100% 100% !important;
  font-size: 20px;
  width: 600px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}
.timerWrap_start {
  background: url('/res/images/meet/meetstart.png') no-repeat;
}
.timerWrap_now {
  background: url('/res/images/meet/meeting.png') no-repeat;
}
.timerWrap_end {
  background: url('/res/images/meet/meetend.png') no-repeat;
}
.timerWrap_now_title::before{
  display: inline-block;
  content: "";
  background: url('/res/images/meet/ingBg.gif') no-repeat;
  background-size: 100% 100%;
  width: 93px;
  height: 23px;
  margin-right: 15px;
}
.timerWrap_now_title::after{
  display: inline-block;
  content: "";
  background: url('/res/images/meet/ingBg.gif') no-repeat;
  background-size: 100% 100%;
  width: 93px;
  height: 23px;
  margin-left: 15px;
}
.timerWrap_end::before{
  display: inline-block;
  content: "";
  background: url('/res/images/meet/endBg.png') no-repeat;
  background-size: 100% 100%;
  width: 93px;
  height: 23px;
  margin-right: 15px;
}
.timerWrap_end::after{
  display: inline-block;
  content: "";
  background: url('/res/images/meet/endBg.png') no-repeat;
  background-size: 100% 100%;
  width: 93px;
  height: 23px;
  margin-left: 15px;
}
.banner #btnWrap {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.banner #btnWrap .btn {
  display: inline-block;
  width: 109px;
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color:#fff;
  margin: 0 25px;
}
.toSignUpBtn {
  background: #f58223;
  border: 1px solid #f5a623;
}
.paperSubmitBtn {
  background: #1f68ac;
  border: 1px solid #66acff;
}
.handleWrap {
  display: flex;
  align-items: center;
  line-height: 23px;
  margin-left:auto;
}
.relay {
  position: relative;
}
.relay:hover .relay_div{
  display: block;
}
.relay_div {
  width: 145px;
}
.noticeWrap {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 50px;
  background: rgba(7, 104, 172, 0.2);
  box-sizing: border-box;
}
.noticeWrap::before{
  background: url("/res/images/meet/meet_left.png") no-repeat;
  content:'';
  display: block;
  background-size:cover;
  width: 70px;
  height: 35px;
}
.noticeWrap::after{
  background: url("/res/images/meet/meet_right.png") no-repeat;
  content:'';
  display: block;
  background-size:cover;
  width: 70px;
  height: 35px;
  margin-left: auto;
}
.noticewrap_item::before{
  content:'';
  background: url("/res/images/meet/meet_notice.png") no-repeat;
  width: 20px;
  height: 16px;
  display: inline-block;
  background-size:cover;
}
.noticeWrap_all {
  border-bottom: 1px solid #399eb8;
  color:#1f68ac;
}
.titleFont {
  color: rgba(153, 153, 153, 0.4);
}
.titleFont::before,  .titleFont::after{
  content:'';
  display: inline-block;
  width: 30px;
  height: 5px;
  background: rgba(216, 216, 216, 0.4);
  vertical-align: middle;
}
  .meetHome_item {
    margin-top: 80px;
    position: relative;
  }
  .meetHome_header {
    position: absolute;
    top: -25px;
    left: 25px;
  }
  .meetHome_index {
    display: inline-block;
    height: 95px;
    width: 154px;
    background: url("/res/images/meet/icon.png")
      no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 95px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: -30px;
    top: -30px;
  }
  .meetHome_font {
    display: inline-block;
    line-height: 50px;
    padding: 0 130px;
    border-radius: 5px;
    height: 50px;
    background: url("/res/images/meet/xing.png") no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
  }
  .meetHome_old_content {
    margin-top: 10px;
    overflow-x: auto;
    padding: 60px 60px 30px;
    background: rgba(251, 251, 251, 0.9);
    border: 1px solid rgba(153, 153, 153, 1);
    box-sizing: border-box;
  }
/* 会议详情 */
.meetContent {
  display: flex;
}
.meetDetail {
  width: 900px;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
}
.meetHome_bottom {
  /* background: url("/res/images/meet/indexBg.png"); */
}
#bMap {
  height: 400px;
  width: 100%;
  display: none;
}
.border-5500 {
  border-radius: 5px 5px 0px 0px;
}
.customersWrap {
  display: flex;
  margin-left: -53px;
}
.customersWrap .item {
  width: 72px;
  margin-left: 53px;
}
.customersWrap .icon {
  height: 72px;
  width: 72px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  border-radius: 50%;
}
.customersWrap .itemType {
  margin: 7px auto 0px;
  height: 20px;
  width: 50px;
  line-height: 20px;
  border-radius: 10px;
}
.customersWrap .itemTypeAttend {
  color: #15a64b;
  background: #e2fdec;
}
.customersWrap .itemTypePaper {
  color: #f29b00;
  background: #ffefd1;
}
.customersNoMore {
  padding:20px;
  color:#4a90e2;
}
.meetTopsHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meetTopsHeader .links {
    display: flex;
    align-items: center;
    color:#666;
}
.meetTopsHeader .tMoreImg {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(1px);
}
.meetTopsWrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
}
.meetTopsWrap .item {
  width: 187px;
  margin-left: 24px;
}
.meetTopsWrap .item  .img {
  display: block;
  width: 100%;
  height: 88px;
  border-radius: 2px;
}
.meetOther {
  flex: 0 0 280px;
  margin-left: 20px !important;
}
.meetOther .iconWrap {
  display: block;
  max-height: 120px;
  max-width: 120px;
  margin: 17px auto 0;
}
.meetOther .iconWrap .img {
  display: block;
  max-height: 120px;
  max-width: 120px;
  height: 100%;
  width: 100%;
}
.meetOther .approve {
  display: flex;
  justify-content: center;
  align-items: center;
}
.meetOther .approve .img {
  display: block;
  width: 32px;
}
.meetOther .approve .true {
  background: #FDD386;
  color:#B55900;
  border-radius: 10px;
}
.meetOther .approve .false {
  background: #D9D9D9;
  border-radius: 10px;
}
.meetOther .approve .noticeImg {
  display: inline-block;
  width: 20px ;
  vertical-align: middle;
}

.handleCollect {
  width: 100px;
  text-align: right;
}
.newsData {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsData .newsItem {
  flex: 0 0 48%;
  width: 0;
  border-bottom: 1px solid #EBEBEB;
}
.newsData .newsItem:last-child, .newsData .newsItem:nth-last-child(2) {
  border-bottom: none;
}
.newsData .newsItem .newsTitle:hover, .meetTopsHeader .tMoreTextNews {
  color: #1F68AC;
}
