﻿@charset "utf-8";


#schedule-box {
  position: relative;
  z-index: 1;
  padding-top: .7rem;
  width: 34.94%;
  height: 5.21rem;
  padding-right: 1.5rem;
}

#schedule-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.76rem;
  right: 0;
  height: 100%;
  background: url(../images/s3-lbg.png) no-repeat right center;
  background-size: 100% 100%;
  z-index: -1;
}

.other-month {
  opacity: 0.4;
}

.schedule-hd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .4rem;
  position: relative;
}

.schedule-hd>h3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: PingFang-SC-Bold;
  font-size: 0.21rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  letter-spacing: 0px;
  color: #ffdd9c;
  background: url(../images/rl-tit.png) no-repeat left center;
  background-size: 0.15rem auto;
  padding-left: 0.25rem;
}

#prevYear {
  width: .28rem;
  height: .28rem;
  background: url(../images/s3-yl.png) no-repeat;
  background-size: 100% 100%;
}

#nextYear {
  width: .28rem;
  height: .28rem;
  background: url(../images/s3-yr.png) no-repeat;
  background-size: 100% 100%;
}

#prevMonth {
  width: .35rem;
  height: .19rem;
  background: url(../images/s3-ml.png) no-repeat center center;
  background-size: .1rem 100%;
}

#nextMonth {
  width: .35rem;
  height: .19rem;
  background: url(../images/s3-mr.png) no-repeat center center;
  background-size: .1rem 100%;
}

.schedule-hd div {
  display: flex;
  align-items: center;
}


.ul-box {
  overflow: hidden;
  color: #fff;
  border-top: none;
}

.week-ul {
  padding-bottom: .2rem;
  border-bottom: .01rem solid #dea84d;
  position: relative;
}

/* .week-ul::before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 10px;
  border-left: 1px solid #dea84d;
  transform: rotate(45deg);
}

.week-ul::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -4px;
  height: 10px;
  border-left: 1px solid #dea84d;
  transform: rotate(45deg);
} */

.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-family: PingFang-SC-Bold;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  margin-top: .15rem;
  position: relative;
}

.week-ul>li {
  font-family: PingFang-SC-Heavy;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  letter-spacing: -2px;
  color: #ffdd9c;
  margin-top: 0;
}

.other-month span {
  color: rgba(255, 255, 255, .4);
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #fff;
}

.arrow {
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-size: .22rem;
  font-weight: normal;
}

.dayStyle {
  display: inline-block;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  text-align: center;
  line-height: .4rem;
  cursor: pointer;
  font-family: PingFang-SC-Bold;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #ffdd9c;
  position: relative;
  transition: all 0.5s;
  border: .01rem solid transparent;
}

.current-month.cur::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .5rem;
  height: .5rem;
  background: url(../images/s3-q.png) no-repeat;
  background-size: 100% 100%;
}

.current-month.cur .selected-style {
  border-color: transparent;
}

.selected-style {
  color: #ffffff;
  border: solid 0.02rem #ffdd9c;
  color: #ffdd9c;
}

.today-flag {
  color: #011f5b;
  background: #ffdd9c;
  font-weight: 600;
}

.boxshaw {
  box-shadow: .02rem .02rem .15rem .02rem #e3e3e3;
}

.selected-current-style {
  color: #fff;
  background: #9B010A;
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: .1rem;
}

.today {
  text-align: center;
  cursor: pointer;
  font-family: PingFang-SC-Bold;
  font-size: 0.21rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  letter-spacing: 0px;
  color: #ffdd9c;
  flex: none !important;
}


.pub_date {
  display: flex;
  align-items: flex-end;
  position: relative;

}

.pub-date-list ul>li {
  border-bottom: .01rem dashed #D6BEBF;
}

.pub-date-list ul li a {
  display: block;
  padding: .2rem .3rem;
}

.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: .24rem;
  font-weight: bold;
  line-height: .32rem;
  color: #034E9E;
}

.pub-date-list ul>li a>div span {
  font-size: .16rem;
  font-weight: normal;
  line-height: .26rem;
  color: #034E9E;
}

.pub-date-list ul>li a>h3 {
  font-size: .18rem;
  font-weight: normal;
  line-height: .32rem;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: .64rem;
  margin-top: .05rem;
}

.pub-date-list ul>li a ol {
  margin-top: .1rem;
  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: .14rem;
  font-weight: normal;
  line-height: .28rem;
  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%);
}