.goodMeetPage {
  background: #f9f9f9;
}
.goodMeet {
  width: 1400px;
  margin: 0 auto;
  font-size: 12px;
  /* min-height: 480px; */
}
.goodMeet .layui-breadcrumb a{
  color:#999 !important;
}
.goodMeet .layui-breadcrumb a:last-child{
  color:#333 !important;
}
/* 头部 */
.header {
  padding: 5px 20px 15px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.header > .headerItem {
  border-bottom: 1px solid #eeeeee;
}
.header > .headerItem:last-child {
  border: none;
}
.header .flexBox, .header .flexBoxWrap {
  display: flex;
}
.header .flexBoxWrap {
  flex-wrap: wrap;
}
.header .itemSelect, .header .header_item:hover {
  color: #fff !important;
  background: var(--bg);
  border-radius: 2px;
}
.header .header_item:hover a {
  color: #fff !important;
}
.header .itemSelect a{
  color: #fff !important;
}
.header .headerListHide {
  overflow: hidden;
  height: 35px;
}
.header .header_item {
  color: #505B65;
  padding: 2px 12px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}
.header .header_title {
  white-space: nowrap;
  padding: 2px 12px;
  /* min-width: 63px; */
}
.header .header_more {
  margin-top: 2px;
  padding: 2px 12px;
  flex: 0 0 60px;
  font-weight: 500;
  color: var(--col);
  cursor: pointer;
}
.header .header_more .img {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-top: -1px;
}
.header .keyword {
  display: flex;
  align-items: center;
}
.header .keyword .keyword_input {
  position: relative;
}
.header .keyword .keyword_input .keyword_input_img {
  position: absolute;
  right: 15px;
  top: 4px;
  width: 20px;
  height: 20px;
}
.header .keyword .keyword_font {
  white-space: nowrap;
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-right: 5px;
}
.header .keyword .keyword_number {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.form-control{
  width: 300px;
  height: 33px;
  border: 1px solid #c3c3c3;
  padding: 0 5px;
}

.keyword .searchBtn {
  background: var(--bg);
  border-radius: 5px;
  cursor: pointer;
  padding: 7px 40px;
  margin-left: 12px;
  color: #fff;
  font-size: 14px;
  border: none;
}
.header .handle_icon {
  margin-left: auto;
}
.totalText {
  color: #37464F;
}
.totalText .totalNum {
  color: #B65753;
}
/*.meetList {*/
/*  margin: 0 -14px;*/
/*}*/

.ml85 {
  margin-left: 85px;
}
.baseline {
  align-items: baseline;
}
#keyWord {
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  height: 30px !important;
  width: 308px !important;
  padding: 0 10px;
}
.timeMore {
  display: none;
}
/* .list1 {
  display: none;
} */
.list2 {
  background: #fff;
  width: 1200px;
  margin: 30px 14px 0;
  display: none;
}

.list2 .list2Item {
  display: flex;
  align-items: center;
  padding:10px 30px 10px 20px;
  border-bottom: 1px solid #eee;
}

.list2Item .startTime {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.list2Item .meetName {
  font-size: 16px;
  width: 922px;
  margin-left: 20px;
  color:#000;
  font-weight: 500;
}
.list2Item .newLocation {
  width: 86px;
  height: 25px;
  border: 1px solid #5092f9;
  border-radius: 14px;
  text-align: center;
  color:#5092F9;
  line-height: 25px;
  margin-left: auto;
}

.list2Item:hover {
  background: #f8f8f8;
}
.list2Item:hover .meetName {
  color:#026FEF;
  font-weight: 600;
}

