@charset "UTF-8";


#schedule-box {
  font-size: 16px;
  position: relative;
  z-index: 9;
  border-radius: 0px 15px 0px 0px;
  background: url(../images/s2-rlbg.png) no-repeat center bottom #fff;
  width: 100%;
}

.other-month {
  opacity: 0;
}

.schedule-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  line-height: 72px;
background: linear-gradient(97deg, #850ED1 10%, #2021EB 100%), linear-gradient(180deg, #0078D4 0%, #005A9F 100%);
  padding: 0 30px;
}

#prevYear {
  width: 30px;
  height: 50px;
  background: url(../images/s2-yl.png) no-repeat center center;
  background-size: 30px;
}

#nextYear {
  width: 30px;
  height: 50px;
  background: url(../images/s2-yr.png) no-repeat center center;
  background-size: 30px;
}

#prevMonth {
  width: 30px;
  height: 50px;
  background: url(../images/s2-ml.png) no-repeat center center;
  background-size: 11px;
}

#nextMonth {
  width: 30px;
  height: 50px;
  background: url(../images/s2-mr.png) no-repeat center center;
  background-size: 11px;
}

.schedule-hd div {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: space-around;
}

.today {
  /* flex: 1; */
  text-align: center;
}

.ul-box {
  overflow: hidden;
  color: #fff;
  border-top: none;
}

.week-ul {
  padding-bottom: 0;
  border-bottom: none;
     padding-top: 0.2rem;
}
.schedule-bd{
 padding-bottom: 0.2rem;
}

.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  font-family: Georgia;
  color: #333;
  margin-top: 15px;
  position: relative;
}
.box {
  position: absolute;
  background: #fff;
  width: 300px;
  text-align: left;
  box-shadow: 0 0 10px 0 #ddd;
  padding: 10px;
  z-index: 9;
}
.week-ul>li {
  color: #323232;
  font-family: 'sy';
  font-weight: normal;
  font-size: 0.18rem;
  margin-top: 0;
}

.other-month {
  color: rgba(255, 255, 255, .4);
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #fff;
}

.today-style {
  border-radius: 50%;
  background: #90000A;
}

.arrow {
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  font-weight: normal;
}

.dayStyle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-family: 'sy';
  color: #333333;
  font-size: 0.18rem;
  position: relative;
  transition: all 0.5s;
}

.current-month>.dayStyle:hover {
  color: #ffffff;
  background: #7d0fd3;
}


.boxshaw {
  box-shadow: 2px 2px 15px 2px #e3e3e3;
}
.selected-style.cur {
    background: #7d0fd3;
  color:#fff;
}
.selected-style::after {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  top: 0;
    z-index: -1;
  border-radius: 50%;
}

.selected-current-style {
  color: #fff;
  background: #9B010A;
}

.today-flag {
  /* color: #fff;
  background: #009144; */
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: 10px;
}

.today {
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 22px;
  flex: none !important;
}


.pub_date {
  display: flex;
  align-items: flex-end;
  position: relative;

}

.pub-date-list ul>li {
  border-bottom: 1px dashed #D6BEBF;
}

.pub-date-list ul li a {
  display: block;
  padding: 20px 30px;
}

.pub-date-list {
  flex: 1;
  min-width: 0;
}

.pub-date-list ul>li a>div {
  display: flex;
  align-items: flex-end;
}

.pub-date-list ul>li a>div b {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #034E9E;
}

.pub-date-list ul>li a>div span {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #034E9E;
}

.pub-date-list ul>li a>h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 64px;
  margin-top: 5px;
}

.pub-date-list ul>li a ol {
  margin-top: 10px;
  display: none;
}


.pub-date-list ul>li a ol li {
  display: flex;
  align-items: flex-start;
}

.pub-date-list ul>li a ol li p {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
}

.pub-date-list ul>li:nth-child(1) a ol {
  display: block;
}

.pub-date-list ul>li.on a>h3 {
  color: #0054B2;
  font-weight: 600;
}

.pub-date-list ul>li.on {
  background: linear-gradient(89deg, rgba(59, 117, 198, 0.2) 10%, rgba(59, 117, 198, 0) 107%);
}