.meeting_main {
  width: 1180px;
  margin: 106px auto 20px;
  position: relative;
}
/* 面包屑 */
.meeting_main .breadCrumbs{
  text-indent: 5px;
  margin: 3px 0px 10px 0px;
}
.meeting_main .breadCrumbs a{
  cursor: pointer;
}
.meeting_main .breadCrumbs a:last-child{
  color: #333;
  font-weight: bold;
}
.meeting_main .breadCrumbs span{
  color: #999;
}
.meeting_main .breadCrumbs a:first-child{
  color: #666;
}
.meeting_main .breadCrumbs a:first-child:hover{
  color: #0d7bff;
}



.meeting_main .meeting_title {
  /* position: absolute;
  top: 1px;
  overflow: hidden; */
  width: auto;
  float: left;
}

.meeting_main .meeting_title .meeting_icon {
  font-size: 2rem !important;
  float: left;
  line-height: 40px;
  margin-right: 8px;
  color: #0d7bff;
}

.meeting_main .meeting_title span {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 40px;
}

.meeting_main .conference_main {
  width: 100%;
}

.meeting_main .conference_main .conference_input {
  width: 1180px;
  margin: 10px auto 20px;
}

.meeting_main .conference_main .conference_input .conference {
  width: 77%;
  border: 1px solid #666;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  margin: 0px auto;
  margin-left: 125px;
  position: relative;
}

.meeting_main .conference_main .conference_input .conference .input {
  width: 850px;
  height: 40px;
}

.meeting_main .conference_main .conference_input .conference .input input {
  border: none;
  width: 850px;
  height: 100%;
  flex: 1;
  padding-left: 15px;
}

.meeting_main .conference_main .conference_input .conference .input input:focus {
  outline: none;
}

.meeting_main .conference_main .conference_input .conference .icon {
  position: absolute;
  background-color: #0d7bff;
  color: #fff;
  width: 60px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.meeting_main .conference_main .conference_input .conference .icon .icon-fangdajing {
  font-size: 2.4rem !important;
  position: absolute;
  top: 18%;
  left: 30%;
  color: #fff;
}

.meeting_main .conference_main .conference_input .conference .icon:hover {
  background-color: #085abc;
}

.meeting_main .select {
  padding-top: 20px;
  border-top: 1px solid #e6e8ee;
}

.meeting_main .select .ambit {
  display: flex;
  height: 31px;
  line-height: 31px;
  margin-bottom: 10px;
}

.meeting_main .select .ambit .subject {
  color: #666666;
  font-size: 14px;
  padding-left: 17px;
  padding-right: 28px;
}

.meeting_main .select .ambit .subject .iconfont {
  padding-right: 5px;
}

.meeting_main .select .ambit .subject_type span {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  height: 31px;
  line-height: 31px;
  text-decoration: none;
  color: #333;
}

.meeting_main .select .ambit .subject_type .active {
  color: #0d7bff;
  background-color: #f0f7ff;
  border-radius: 50px;
}

.meeting_main .select .ambit .subject_type span:hover {
  cursor: pointer;
  color: #0d7bff;
  border-radius: 50px;
}

.meeting_main .select .ambit .ambit_type {
  display: none;
  height: 84px;
  padding-top: 9px;
  padding-left: 134px;
}

.meeting_main .select .ambit .ambit_type span {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  height: 31px;
  line-height: 31px;
  text-decoration: none;
  color: #333;
}

.meeting_main .select .ambit .ambit_type span:hover {
  cursor: pointer;
  color: #0d7bff;
  border-radius: 50px;
}

.meeting_main .select:nth-last-child(3) {
  margin-bottom: 0;
}

.meeting_main .meeting_c_main {
  height: 100%;
  position: relative;
}

.meeting_main .meeting_c_main .meeting_l_c {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden !important;
  padding-top: 15px;
}

.meeting_main .meeting_c_main .meeting_l_c .meeting_list {
  width: 286px;
  margin-bottom: 20px;
  margin-right: 12px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
}

.meeting_main .meeting_c_main .meeting_l_c .meeting_list:hover {
  transform: translateY(-15px);
}

.meeting_main .meeting_c_main .meeting_l_c .meeting_list:nth-child(4n) {
  margin-right: 0;
}

.meeting_main .meeting_c_main .meeting_p_c {
  width: 100%;
  height: 191px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  background-color: #000;
}

.meeting_main .meeting_c_main .meeting_p_c .in_live {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px 0 12px 0;
  background-color: #28cc8a;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
}

.meeting_main .meeting_c_main .meeting_p_c .in_live .iconfont {
  padding-right: 4px;
}

.meeting_main .meeting_c_main .meeting_p_c .not-started {
  background-color: #f9ba39;
}

.meeting_main .meeting_c_main .meeting_p_c .finished {
  background-color: #aaaaaa;
}

.meeting_main .meeting_c_main .meeting_p_c img {
  width: 100%;
  height: 100%;
}

.meeting_main .meeting_c_main .meeting_p_c .meeting_time {
  width: 100%;
  height: 27px;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.8);
}

.meeting_main .meeting_c_main .meeting_p_c .meeting_time .iconfont {
  padding-right: 5px;
}

.meeting_main .meeting_c_main .meeting_c_content {
  padding: 8px 12px 0;
}

.meeting_main .meeting_c_main .meeting_c_content h3 {
  font-size: 14px;
  color: #222;
  line-height: 20px;
  margin-bottom: 4px;
}

.meeting_main .meeting_c_main .meeting_c_content .meeting_label {
  font-size: 12px;
}

.meeting_main .meeting_c_main .meeting_c_content .meeting_label1 {
  margin-bottom: 8px;
}

.meeting_main .meeting_c_main .meeting_c_content .subscribe {
  cursor: pointer;
  width: 74px;
  height: 24px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 4px;
  background-color: #0d7bff;
  border-radius: 50px;
}

.meeting_main .meeting_c_main .meeting_c_content .subscribe:hover {
  background-color: #085abc;
}

.meeting_main .meeting_c_main .meeting_c_content .reserved {
  cursor: pointer;
  width: 74px;
  height: 22px;
  color: #333;
  line-height: 19px;
  margin-bottom: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.meeting_main .meeting_c_main .meeting_c_content .reserved:hover {
  background-color: #ebebeb;
}

.meeting_main .meeting_c_main .meeting_c_content ul {
  overflow: hidden;
  width: 500px;
  list-style: none;
  margin-bottom: 12px;
}

.meeting_main .meeting_c_main .meeting_c_content ul li {
  line-height: 18px;
  padding: 0px 10px;
  border-radius: 10px;
  margin: 0px !important;
  background-color: #f5f7f9;
  color: #6084a5;
  float: left;
  margin-right: 10px !important;
  font-size: 1.2rem;
}

.meeting_main .paging {
  height: 140px;
}
