* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img,
input {
  border: 0;
  outline: none;
}


@font-face {
  font-family: "iconfont";
  src: url('4');
  /* IE9*/
  src: url('') format('embedded-opentype'),
    /* IE6-IE8 */
    url('') format('woff');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-115rightarrowheads:before {
  content: "\e79b";
}

.icon-111arrowheadright:before {
  content: "\e6db";
}

.icon-116leftarrowheads:before {
  content: "\e807";
}

.icon-112leftarrowhead:before {
  content: "\e6f6";
}

#schedule-box {
  font-size: .16rem;
  position: relative;
  z-index: 9;
}

.schedule-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: .4rem 0 .27rem 0;
}

.schedule-hd>h3 {
  font-family: 'sys-m';
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  color: #fff;
  line-height: .36rem;
  position: relative;
}

.schedule-hd>h3::before {
  content: "";
}

.schedule-hd div {
  display: flex;
  /* flex: 1; */
  min-width: 0;
  justify-content: space-around;
  align-items: center;
}

.schedule-hd div div {
}

.schedule-hd div .today {
  /* flex: 1; */
  text-align: center;
  order: 0;
  font-family: SourceHanSerifCN-Medium;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #cec09f;
  line-height: .3rem;
  margin-right: .15rem;
}

#prevYear, #nextYear {
  display: none;
}

.ul-box {
  overflow: hidden;
  color: #fff;
  border-top: none;
  padding-top: .18rem;
}

.week-ul {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: .1rem;
  padding-bottom: .14rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: .2rem;
  line-height: .36rem;
  color: #cec09f;
  font-family: "sys-b";
}

.other-month {
  color: rgba(255, 255, 255, .3);
  margin-top: 0.05rem;
}

.other-month span {
  color: rgba(255, 255, 255, .3);
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #fff;
  margin-top: 0.05rem;
}

.today-style {
  border-radius: 50%;
  background: #58d321;
}

.arrow {
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-size: 0.21rem;
  font-weight: normal;
  width: .21rem;
  height: .21rem;
	border-radius: 0.05rem;
}

#prevMonth,#nextMonth{
  position: relative;
}
#prevMonth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/prev-month.png) no-repeat;
  background-position: center center;
  background-size: .07rem auto;
}

#nextMonth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/next-month.png) no-repeat;
  background-position: center center;
  background-size: .07rem auto;
}
#prevMonth:hover,#nextMonth:hover{
  background-color: rgba(255, 255, 255, .1);
}
.dayStyle {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.36rem;
  cursor: pointer;
  font-family: sys-m;
  color: #F7D397;
  font-size: 0.18rem;
  transition: all .5s;
}

.current-month>.dayStyle:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, .5);
}


.boxshaw {
  box-shadow: 0.02rem 0.02rem 0.15rem 0.02rem #e3e3e3;
}

.selected-style {
  color: #ffffff;
  background: rgba(255, 255, 255, .2);
}

.today-flag {
  color: #fff !important;
  background: #CBA361;
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: 0.1rem;
}

.today {
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.22rem;
  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: 0.2rem 0.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: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #034E9E;
}

.pub-date-list ul>li a>div span {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  color: #034E9E;
}

.pub-date-list ul>li a>h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.64rem;
  margin-top: 0.05rem;
}

.pub-date-list ul>li a ol {
  margin-top: 0.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: 0.14rem;
  font-weight: normal;
  line-height: 0.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%);
}



@media screen and (min-width:1025px) {
  .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%);
  }
}

@media screen and (max-width:1024px) {
  .pub_date {
    display: block;
  }

  #schedule-box {
    width: auto;
  }

  .pub-date-list ul>li a>h3 {
    font-size: 0.16rem;
    color: #0054B2;
    font-weight: 600;
  }

  .today {
    font-size: 0.18rem;
  }

  .ul-box>li {
    font-size: 0.16rem;
    margin-top: .1rem;
  }

  .dayStyle {
    font-size: 0.16rem;
  }

  .pub-date-list ul li a {
    padding: 0.15rem;
  }

  .pub-date-list ul>li a>div b {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }

  .pub-date-list ul>li a>div span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .pub-date-list ul>li a ol {
    display: block;
  }

  .schedule-hd{
    padding: .2rem;
  }
  .schedule-hd>h3{
    font-size: .24rem;
  }
  .week-ul{
    padding-top: 0;
  }
}
