.header {
  padding: 20px 15px;
  box-sizing: border-box;
  background:rgba(254,254,254,1);
  box-shadow:0px 2px 10px 0px rgba(212,212,212,0.5);
  border-radius:5px;
}
.header > .headerItem {
  border-bottom: 1px solid #eee;
}
.header > .headerItem:last-child {
  border: none;
}
.header .flexBox,
.header .flexBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .flexBoxWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .header_item:hover,
.header .itemSelect {
  color: #fff !important;
  box-sizing: border-box;
  background: rgba(85,126,255,1);
  border-radius: 4px;
}
.header .headerListHide {
  overflow: hidden;
  height: 32px;
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1019px\0 !important;
}
.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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  font-weight: 500;
  color: #1f68ac;
  cursor: pointer;
}
.header .header_more .img {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-top: -1px;
}
.header .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .keyword .el-input__inner {
  height: 30px !important;
  width: 308px !important;
  line-height: normal !important;
}
.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: #333;
  line-height: 28px;
  margin-right: 5px;
}
.header .keyword .keyword_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.header .keyword .keyword_number .el-input__inner {
  height: 30px !important;
  width: 74px !important;
}
.header
.keyword
.keyword_number
input::-webkit-inner-spin-button,
.header
.keyword
.keyword_number
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.header .keyword .searchBtn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url(../img/goodMeet_btn.3655d934.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  cursor: pointer;
  margin-left: 51px;
}
.totalText {
  color: #37464f;
}
.totalText .totalNum {
  color: #b65753;
}
.meetList {
  margin: 0 -10px;
  /* display: flex;
  flex-wrap: wrap; */
}
.meetList_a{
  width: 49%;
}
.meetList_a:nth-child(2n-1){
  margin-right: 2%;
}
.pagination {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.goodMeet {
  min-height: 100vh;
  background-size: 100%, 100%;
  padding-bottom: 20px;
  background: #f9f9f9;
}
.goodMeet .container {
  width: 1200px;
  margin: 0 auto;
}
.goodMeet .container .breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.item_input .el-input__inner {
  height: 30px;
  line-height: normal !important;
}
.doadmin {
  width: 994px!important;
}

