@CHARSET "UTF-8";

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

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

.p-l-40 {
  padding-left: 40px;
}

.p-10 {
  padding: 10px;
}

.bg-white {
  background: #fff;
}



.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;
}

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


.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;
}





@media (max-width:768px) {

  .p-10 {
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .notice-type {
    display: none !important;
  }

  .el-tabs__content {
    overflow: hidden;
    position: relative;
  }

  .noticeulList {
    min-height: 410px;
    padding-left: 0px;
  }

  .noticeList {
    min-height: 620px;
  }

  .el-tabs__content ul li:nth-child(odd) {
    background: #f5f5f5;
  }

  .el-tabs__content ul li {
    font-size: 14px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
  }

  .el-tabs__content ul li>span {
    display: inline-block;
    line-height: 1.5;
  }

  .notice-dot {
    width: 15px;
  }

  .p-l-40 {
    padding-left: 0px;
  }

  .notice-title {
    width: calc(100% - 20px);
    color: #337ab7;
    position: relative;
  }

  .notice-time {
    width: 120px;
    text-align: left;
    color: #999;
  }

  .notice-dot>span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    vertical-align: 3px;
  }
}

@media (min-width:992px) {
  .main-list {
    margin: 0 auto;
    min-height: 68vh;
  }

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

  .p-l-40 {
    padding-left: 40px;
  }

  .p-10 {
    padding: 10px;
  }

  .bg-white {
    background: #fff;
  }

  .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;
  }

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


  .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;
  }

  .el-tabs__content {
    overflow: hidden;
    position: relative;
  }

  .noticeulList {
    min-height: 410px;
  }

  .noticeList {
    min-height: 620px;
  }

  .el-tabs__content ul li:nth-child(odd) {
    background: #f5f5f5;
  }

  .el-tabs__content ul li {
    font-size: 14px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
  }

  .el-tabs__content ul li>span {
    display: inline-block;
    line-height: 1.5;
  }

  .notice-dot {
    width: 15px;
  }



  .notice-title {
    width: calc(100% - 150px - 100px - 15px);
    color: #337ab7;
    position: relative;
  }

  .notice-time {
    width: 150px;
    text-align: right;
    color: #999;
  }

  .notice-dot>span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    vertical-align: 3px;
  }
}