/* 活动日历 */
.h_index_l_box{
    width:360px;float:left;background:url(../images/rili-pic.jpg) no-repeat bottom #fff;
    background-size: 100% 100%;z-index: 999999999;min-height: 100vh;position: absolute;left: 0;top:442px;
}
.bar-mini {
    /* left: calc(calc(100% - 1200px)/-2); */
    left:-355px;
}
.toggle{
    padding:20px 10px 30px;position: absolute;top: 370px;left: 0;
}
.toggleT span{
    transform: rotateY(180deg);
}
.bar-mini .toggle span{
    transform: rotateY(180deg);
}
.toggle{
    color: #fff;
    background: #007eff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background: #007eff;
    z-index: 999;
}
.h_index_l {
    width: 80%;
    margin: 0 auto;
}

.l_logo_box {
    margin-top: 30px;
    text-align: center;
    line-height: 13px;
}

.l_logo_box img {
    max-width: 100%;
}

.l_box {
    margin-top: 20px;
}

.l_box_head {
    background: url("../images/h_index_l_box_hx.png") bottom right no-repeat;
    background-size: 100% 70%;
    position: relative;
}


.l_box_head h1 {
    background: url("../images/l_zfw.png") left no-repeat;
    padding-left: 30px;
    color: #005293;
    font-size: 18px;
    line-height: 42px;
    cursor: pointer;
    font-family: "siyuanB";
    font-weight: bold;
    background-size: 20px 22px;
}

.l_zzc_box .l_box_head h1 {
    background-image: url("../images/l_zzc.png");
}
.l_hdrl_box{
    position:relative;
    z-index:1;
}

.l_hdrl_box .l_box_head h1 {
    background-image: url("../images/l_hdrl.png");
}

.rili_box{
    margin-bottom: 10px;
}
.rili_box .main {
    width: 100%;
    height: 370px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0;padding: 0;
    box-shadow: none;background: none;border-radius: 0;
}
.rili_header {
    width: 100%;
    height: 50px;
    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;
    background: rgba(255,255,255,0.4);
}
.tishi_p{
    background: rgba(255,255,255,0.4);
}
.rili_box .container ul:first-of-type {
    background: transparent!important;
    color: #333333;
}

.rili_box .container ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.rili_box .container li {
    width: 14.28%;
    /* height: 50px; */
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.rili_box .container .rili_content li:not(.disabled):hover {
    color: #fff;
    background: #005293;
}
.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 .ac_num_box{
    display: block;
}
.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: 0;
    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: #5459ad;
}
.colr_grey{
    color: #999999;
}
.rili_event{
    position: absolute;
    top:100%;
    left: 0;
    display: none;
    background: #fff;
    width: 100%;
    padding:10px;
    max-height: 400px;
    overflow-y: auto;
}
.rili_event.active{
    display: block;
}
.event_list_tt{
    text-align: center;
    /* display:none; */
}
.rili_event p{
    line-height: 30px;
    color: #000;
    border-bottom: 1px dashed #eeeeee;
    padding: 5px;
    position: relative;
}
.rili_event p.et_l::before{
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/rili_dian.png) center no-repeat;
    position: absolute;
    left: -10px;
    top: 15px;
    /* transform: translateY(-50%); */
}
  .rili_event p a {
      color: #333;
  }
.rili_event p span{
    display: block;
    font-size: 16px;
}
.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;
}
.rili_event p.et_l::before {
    content: '';
    width: 5px;
    height: 5px;border-radius: 100%;
    background-color: #007eff;
    position: absolute;
    left: -5px;
    top: 17px;
}