@CHARSET "UTF-8";



.main-list {
  width: 1480px;
  margin: 0 auto;
  min-height: 68vh;
}

.scheduleFilter {
  position: relative;
}

.pc-filter-each {
  display: flex;
  flex-wrap: wrap;
}

.p-t-b-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bg-white {
  background: #fff;
}

.pc-filter-each>span {
  width: 100%;
  display: flex;
  font-size: 19px;
  border-bottom: 2px solid #26abe6;
  padding: 8px 8px 8px 40px;
  position: relative;
  font-weight: 600;
  color: #333;
}

.main-content-title .leftBorder,
.scheduleFilter .leftBorder {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  left: 0;
  bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-filter-each>ul {
  /* display: inline-block;
  width: 100%;
  transition: all .3s;
  overflow: hidden;*/
  padding-top: 5px;
}


.pc-filter-each>ul>li {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  font-size: 13px;
  transition: all .3s;
  color: #666;
  border: 1px solid #999;
  font-family: Microsoft YaHei;
  line-height: 1.4;
}

.filter-active {
  background: linear-gradient(90deg, #26abe6, #27e3dd);
  border: 1px solid #27e3dd !important;
  color: #fff !important;
}

.text-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-t-30 {
  margin-top: 30px;
}

.p-t-10 {
  padding-top: 10px;
}

.main-content-title>span {
  width: 100%;
  display: flex;
  font-size: 19px;
  border-bottom: 2px solid #26abe6;
  padding: 8px 8px 8px 40px;
  position: relative;
  font-weight: 600;
  color: #333;
}

.mainContent {
  min-height: 400px;
}

.p-10 {
  padding: 10px;
}

.displayContent h6,
.mainContent.themeContent h6 {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  font-weight: 700;
  padding: 5px;
  margin: 0px;
}

.displayContent .ProgramCatalog,
.mainContent.themeContent .ProgramCatalog {
  font-size: 12px;
  color: #93999f;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5px;
  height: 24px;
  overflow: hidden;
  margin: 1px 0;
  position: relative;
}

@media (max-width:768px) {}

@media (min-width:992px) {}

@media screen and (max-width: 1500px) and (min-width: 100px) {

  .main-list {
    width: 1480px;
  }
}