.h_index_l_box {
  display: none;
  float: left;
  background-image: linear-gradient(to bottom, #cee3fe 80%, #f6fafe);
  background-size: 100% 100%;
  border-radius: 20px;
  z-index: 999;
  height: 275px;
  padding: 30px;
  width: 820px;
  position: absolute;
  left: 130px;
  top: 430px;
  opacity: 0.95;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
}
.h_index_l_box .rili_sanjiao {
  position: absolute;
  left: -12px;
  top: 30px;
  background: url(../images/icon/rili_i3.png) no-repeat;
  width: 20px;
  height: 16px;
}
.toggle {
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  background: #e7f2ff;
  border-radius: 50%;
  z-index: 999;
  position: absolute;
  top: 430px;
  left: 30px;
}
.toggleT span {
  transform: rotateY(180deg);
}
.bar-mini .toggle span {
  transform: rotateY(180deg);
}
.l_logo_box {
  margin-top: 30px;
  text-align: center;
  line-height: 13px;
}
.l_logo_box img {
  max-width: 100%;
}
.l_box_head {
  position: absolute;
  left: 0;
}
.l_box_head h1 {
  padding-left: 30px;
  color: #333;
  font-size: 24px;
  line-height: 40px;
  cursor: pointer;
  font-family: "siyuanB";
  font-weight: bold;
}
.l_hdrl_box {
  position: relative;
  z-index: 1;
}
.l_hdrl_box .l_box_head h1 a {
  color: #333;
}
.rili_box {
  width: 355px;
}
.rili_box .main {
  width: 100%;
  height: 270px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.rili_header {
  width: 355px;
  height: 40px;
  position: relative;
}
.rili_header_btn {
  position: absolute;
  top: 10px;
  right: 4%;
}
.rili_box button {
  width: 10px;
  height: 30px;
  font-size: 0.8rem;
  text-align: center;
  line-height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  user-select: none;
  background: transparent;
  float: left;
}
.rili_box .nowTime {
  font-size: 16px;
  -webkit-background-clip: text;
  color: #005293;
  float: left;
  line-height: 30px;
  margin: 0 10px;
}
.rili_box .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.tishi_p {
  background: rgba(255, 255, 255, 0.4);
}
.rili_box .container .rili_week {
  background-color: #fff;
}
.rili_box .container ul:first-of-type {
  color: #3476b7;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.rili_box .container ul {
  width: 315px !important;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.rili_box .container li {
  /* height: 50px; */
  text-align: center;
  width: 30px;
  line-height: 30px;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.rili_box .container li::nth-child(7n) {
  margin-right: 0px;
}
.rili_box .container .rili_content li:not(.disabled):hover {
  color: #fff;
  background: #005293;
  border-radius: 50%;
}
.rili_box li.disabled {
  background: transparent;
  cursor: not-allowed;
  color: transparent;
}
.rili_box .content li.click_active {
  background: #539dd8;
  color: #fff;
}
.rili_box .content li.active {
  color: #fff;
  background-color: #3476b7;
  border-radius: 50%;
}
.rili_box .today_li {
  border: 1px solid #005293;
}
.rili_icon {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3d6e9e;
  position: absolute;
  display: none;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.ac_num_box {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  bottom: -6px;
  left: 0;
  font-size: 12px;
  color: #9b9c9c;
  line-height: 20px;
  text-align: left;
  padding: 0 10%;
  display: none;
  text-align: center;
}
.ac_num_icon {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3476b7;
}
.colr_grey {
  color: #999999;
}
.rili_event {
  position: absolute;
  top: -50px;
  left: 370px;
  display: none;
  width: 450px;
}
.rili_event.active {
  display: block;
}
.event_list_tt {
  text-align: left;
  line-height: 50px;
  font-size: 24px;
  /* display:none; */
}
.rili_event p {
  line-height: 30px;
  color: #000;
  border-bottom: 1px dashed #eeeeee;
  padding: 15px;
  position: relative;
}
.rili_event p.et_l::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon/rili_point.png) center no-repeat;
  position: absolute;
  left: 5px;
  top: 26px;
  /* transform: translateY(-50%); */
}
.rili_event p a {
  color: #333;
}
.rili_event p span {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_close {
  position: absolute;
  right: 4%;
  top: 4%;
  font-size: 20px;
  /* background: #005293; */
  text-align: center;
  color: #eee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: none;
}
.rili_event p a:hover {
  color: #005293;
}
.rili_box .rili_content li.active .ac_num_box {
  display: block;
}
.et_box_pos {
  padding: 20px;
  background: #f6fafe;
  border-radius: 10px;
}
.et_box_pos .et_box {
  max-height: 185px;
  height: 185px;
  overflow-y: auto;
}
.et_box_pos .et_box::-webkit-scrollbar {
  width: 3px;
}
.et_box_pos .et_box::-webkit-scrollbar-track {
  background-color: #ebebeb;
}
.et_box_pos .et_box::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #3476b7;
  border-radius: 4px;
  max-height: 50px;
}
.et_box_pos .et_box::-webkit-scrollbar-thumb:hover {
  background-color: #3476b7;
}
