.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box{
    display: none; 
    height: 400px;
    padding-right: 20px;
}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box{
    width: 60%;
    height: 100%;
    position: relative;
}
.cal-md{
    background-color: transparent;
    padding-left: 320px;
}
/* .cal-title{display: none;} */
.cal-hd{
     height: 0;
     border: none;
    }
.cal-weekend{color: #312e2f;}
.cal-weekend:hover{
    color: #333;
}
.cal-year-prev, .cal-year-next, .cal-month-prev, .cal-month-next, .cal-date-prev, .cal-date-next {
    background-color: #f8f8f8;
    color: #999;
}
.cal-week .cal-day,.cal-date{font-size: 20px;font-weight: bold;}
.cal-year-prev, .cal-year-next, .cal-month-prev, .cal-month-next, .cal-date-prev, .cal-date-next{background-color: transparent;}
/* .cal-week{height: 36px;} */
.cal-md-without-footer .cal-bd { height: 380px;}
.cal-dates {  height: 340px;}

.cal-day, .cal-date{width: 60px;height: 40px; margin: 12px;}
.cal-date{
    font-size: 16px;
    background-color: #fdf9f3;
    border-radius: 10px;
    font-weight: normal;
    color: #333;
}
[class^="icon-"], [class*=" icon-"]{display: none;}
.cal-year-prev, .cal-year-next, .cal-month-prev, .cal-month-next, .cal-date-prev, .cal-date-next{color: #d4d4d4;}
/* .cal-current{background-color: transparent;background-image: linear-gradient(to bottom,#62b6f9,#50a2f2,#3d8ceb,#2b77e4);color: #fff;} */
/* .cal-current{background-image: linear-gradient(to bottom,#62b6f9,#50a2f2,#3d8ceb,#2b77e4);color: #fff;opacity: .7;} */
.cal-date:hover,
.cal-picked{background-color: transparent;background-image: linear-gradient(to bottom,#62b6f9,#50a2f2,#3d8ceb,#2b77e4);color: #fff;}
/* 按钮 */
.cal-prev, .cal-next{background-color: #e2ecf8;width: 25px;height: 28px;}
.cal-prev{border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.cal-next{border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.cal-prev:hover, .cal-next:hover{background-color: #e2ecf8;}
.cal-hd{position: static;}
.cal-switcher{height: auto;}
.cal-switcher{left: 60px;right: auto;top: 50px;height: 28px;}
.cal-switcher{width: 200px;}
.cal-title{display: block;float: left;margin: 0 20px;height: 100%;padding: 0;line-height: 28px;color: #333;font-weight: bolder;}
.cal-title:hover{color: #333;}
/* .cal-title{position: absolute;top: 20px;left: 30px;} */
.cal-prev::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent; 
    border-right: 8px solid #1b77ca;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.cal-next::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent; 
    border-left: 8px solid #1b77ca;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* 活动小点 */
.cal-date.hasEvent::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff6201;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
}
.cal-date.hasEvent:hover::after, .cal-picked.hasEvent::after{background-color: #fff;}
/* 右边活动列表 */
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box{
    width: 40%;
    height: 100%;
    padding-bottom: 35px;
}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul{
    width: 100%;
    height: 100%;
    background-color: #fdf9f3;
    padding: 20px;
    overflow: auto;
    position: relative;
}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li{
    margin-bottom: 20px;
    background-color:white;
}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li:last-child{margin-bottom: 0;}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a{
   display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 16px;
}
/* .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a i:hover {color: #ff6200;} */

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a i {
    display: block;
    width: 100%;
    font-size: 18px;
    position: relative;
    color: #333;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    padding-left: 23px;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a i::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ff6200;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a span {
    display: block;
    padding-left: 23px;
    margin-top: 7px;
    font-size: 13px;
    color: #666;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a span em {
    margin-right:10px;
    display: block;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a span b {
    font-weight: normal;
    display: block;
}




/* 暂无活动 */
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li.noevent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 28px;
    color: #999;
}
/* 活动日历的天气 */
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box .tianqi_box{
    width: 290px;
    position: absolute;
    top: 110px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box .tianqi_box .wend{
    font-size: 36px;
    font-weight: 500;
    margin: 10px 0;
}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box .tianqi_box .week{
    font-size: 21px;
}
.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box .tianqi_box .information{
    margin-top: 10px;
    font-size: 16px;
}
/* 活动日历  end */



/* 政策月历css  start */
.lhq_index_warp  .zcyl_box{
    width: 39%;
}
.lhq_index_warp  .zcyl_box h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
}


.lhq_index_warp  .zcyl_box h4 a{color: #333;}
.lhq_index_warp  .zcyl_box .month_box .mouth{
    float: left;
    height: 90px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #f0f3f7;
    background: linear-gradient(to bottom, #e4eafa 0%,#e5ebfa 25%,#ebeffc 50%,#f2f6fe 75%,#f2f6fe 100%);
    padding-top: 15px;
    cursor: pointer;
}
.lhq_index_warp  .zcyl_box .month_box .mouth span{
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.lhq_index_warp .zcyl_box {
    width: 36%;
    margin-left: 25px;
}

.lhq_index_warp .zcyl_box .month_box .mouth.picked i.num{background-color: #2672e2;color: #fff;}
.lhq_index_warp  .zcyl_box .month_box .mouth  i.num{
    display: block;
    width: 60px;
    padding: 3px 0;
    font-size: 14px;
    background-color: #fff;
    margin: 5px auto 0;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
}
.lhq_index_warp  .zcyl_box .month_box .swiper-container{
    padding-bottom: 20px;
}
.lhq_index_warp  .zcyl_box .month_box .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
}
.lhq_index_warp  .zcyl_box .month_box .swiper-pagination-bullet{border-radius: 5px;}
.lhq_index_warp  .zcyl_box .month_box  .swiper-pagination-bullet-active{width: 30px;}





.lhq_index_warp  .zcyl_box .zcyl_list{
    height: 220px;
}
.lhq_index_warp  .zcyl_box .zcyl_list h5{margin-bottom: 5px;}
.lhq_index_warp  .zcyl_box .zcyl_list h5 a{
    font-size: 18px;
    color: #333;

}
.lhq_index_warp  .zcyl_box .zcyl_list h5 a:nth-child(2){margin: 0 25px;}
.lhq_index_warp  .zcyl_box .zcyl_list h5 a.active{color: #2672e2;font-weight: 800;}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox{
    height: 184px;
    overflow-y: auto;
    }

.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item{
    width: 100%;
    height: auto;
    padding: 10px 0 10px 10px;
    background-color: #f5f6fa;
    margin-top: 4px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .flag{
    width: 72px;
    float: left;
    border: 1px solid #028566;
    background-color: #f5fffb;
    border-radius: 3px;
    margin-right: 15px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .flag em{
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background-color: #028566;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .flag span{
    display: block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    color: #028566;
}

.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .item_xx{
    float: left;
    width: 290px;
    overflow: hidden;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .item_xx p.tit{
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .item_xx i{
    display: block;
    color: #666;
    font-size: 12px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .link{
    float: right;
    width: 160px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .link a{
    color: #ff8113;
    text-decoration: underline;
    font-size: 15px;
    padding: 1px 10px;
}

.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .item .link a:first-child{
    border-right: 1px solid #d9d7d7;
}



/* 申报 未开始和已结束 */
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox.ended .item .flag,
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox.nostart .item .flag{
    border: 1px solid #bfbfbf;
}
.lhq_index_warp .zcyl_box .zcyl_list .switchBox.ended .item .flag em,
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox.nostart .item .flag em{
    background-color: #bfbfbf;
}
.lhq_index_warp .zcyl_box .zcyl_list .switchBox.ended .item .flag span,
.lhq_index_warp .zcyl_box .zcyl_list .switchBox.nostart .item .flag span{
    color: #bfbfbf;
    background-color: #f9f9f9;
}
.lhq_index_warp .zcyl_box .zcyl_list .switchBox.ended .item .link a.handle,
.lhq_index_warp .zcyl_box .zcyl_list .switchBox.nostart .item .link a.handle{color: #c0c4cc;cursor: not-allowed;text-decoration: none;}

/*没有数据的时候 */
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .no_data{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .no_data img{width: 100px;}
.lhq_index_warp  .zcyl_box .zcyl_list .switchBox .no_data span{display: block;width: 100%;text-align: center;font-size: 16px;margin-top: 10px;font-weight: 800;color: #666;}


/* 年份切换 */
.lhq_index_warp  .zcyl_box  .year_btn_box{
    width: 150px;
    height: 40px;
    background-color: #2c60e4;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    position: relative;
    font-size: 0;
    top: -5px;
}
.lhq_index_warp  .zcyl_box  .year_btn_box span{
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}
.lhq_index_warp  .zcyl_box  .year_btn_box a img{
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.lhq_index_warp  .zcyl_box  .year_btn_box a.pre img{left: 15px;}
.lhq_index_warp  .zcyl_box  .year_btn_box a.next img{right: 15px;}

/* 弹窗警告 */
.lhq_index_warp  .zcyl_box .zcyl_list .alert{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 960px;
    border-radius: 12px;
    background-color: #fff;
    z-index: 19;
    box-shadow: 0 0 10px #ddd;
    padding-bottom: 50px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .tit{
    padding: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bolder;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .tit a{
    color: #666;
    font-size: 32px;
    position: relative;
    top: -15px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .tit a:hover{  color: rgb(47, 125, 214);}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .list{
    padding: 20px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .sx{
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #979797;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .sx span{
    font-weight: 600;
    color: rgb(47, 125, 214);
    font-size: 16px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .sxBox .item{
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    padding-left: 20px;
    border-radius: 5px;
    background: #f4f7fa;
    position: relative;
    cursor: pointer;
    
}

.lhq_index_warp  .zcyl_box .zcyl_list .alert .sxBox .item img{
    position: absolute;
    bottom: 3px;
    right: 3px;
    z-index: 3;
    width: 14px;
    display: none;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .sxBox .item.active{
    background: none;
    border: 1px solid #fd6161;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .sxBox .item.active::after{
    content: '';
    display: block;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    position: absolute;
    border: 17px solid #fd6161;
    border-left: 17px solid hsla(0, 0%, 100%, 0);
    border-top: 17px solid hsla(0, 0%, 100%, 0);
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .sxBox .item.active img{display: block;}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .footer{
    margin-top: 25px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .footer a{
    display: inline-block;
    padding: 10px 0;
    width: 75px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    letter-spacing: 5px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .footer a.determine{
    color: #fff;
    background-color: #1978ff;
    border-color: #1978ff;
    margin-left: 15px;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .footer a.cancel{
    color: #606266;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .footer a.determine:hover{
    background: #4793ff;
    border-color: #4793ff;
    color: #fff;
}
.lhq_index_warp  .zcyl_box .zcyl_list .alert .footer a.cancel:hover{
    color: #1978ff;
    border-color: #bad7ff;
    background-color: #e8f2ff;
}
/* 政策月历css  end */



@media screen and (max-width: 1650px){
.lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .item_xx {
    width: 46%;
}

.lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .link {
    width: 30%;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box {
    width: 67%;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box {
    width: 33%;
}

}


@media screen and (max-width: 1480px){

    .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box .tianqi_box {
    width: 20%;
    }

    .cal-switcher {
    left: 0px;
    }

    .cal-md {
    padding-left: 180px;
    }

    .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a span em {
        display: block;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .flag {
        margin-right:10px;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .item_xx {
        width: 47%;
    }

.lhq_index_warp .zcyl_box .zcyl_list .switchBox {
    height: 163px;
}

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .link a {
        font-size: 14px;
        padding: 1px 5px;
    }
}


@media screen and (max-width: 1200px){

    .lhq_index_warp .zcyl_box {
    width: 100%;
    float: none;
    margin-left:0;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box {
    height: auto;
}

    .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box {
        width: 700px;
        float: none;
    }

    .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box {
        width: 100%;
        float: none;
        margin-top: 25px;
    }

        .cal-md {
        padding-left: 27%;
    }

    .cal-day, .cal-date {
    width: 50px;
    height: 40px;
    margin: 13px 9px;
}

    .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box .tianqi_box {
        width: 25%;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox {
        height: 197px;
    }

    
}


@media screen and (max-width: 760px){
    .lhq_index_warp .zcyl_box h4 a {
        font-size:20px;
    }

     .lhq_index_warp .zcyl_box .month_box .mouth i.num {
    width: 80%;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .links {
        display: flex;
        flex-direction: column;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .item_xx {
        width: 53%;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .link {
        width: 25%;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .links a {
       text-align: center
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .link a:first-child {
        border-right: none;
    }

    .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box .tianqi_box {
        display: none;
    }

    .cal-md-without-footer .cal-bd {
        width:415px;
        margin-top: 50px;
    }

        .cal-switcher {
        width: 72%;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

        .cal-md {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

        .cal-day, .cal-date {
        width: 41px;
        height: 38px;
        }

    .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box {
        padding-right:0px;
    }

        .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .rl_box {
        width: 100%;
        }

   .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a i {
       font-size: 14px;
   }

   .lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a span {
       font-size:12px;
   }
}


@media screen and (max-width: 500px){
     .lhq_index_warp .zcyl_box h4 a {
        font-size:14px;
    }

    .lhq_index_warp .zcyl_box .year_btn_box {
    width: 129px;
    height: 33px;
        top: 3px;
    }

    .lhq_index_warp .zcyl_box .year_btn_box span {
    font-size: 14px;
    line-height: 34px;
}

.lhq_index_warp .zcyl_box .zcyl_list h5 a {
    font-size: 14px;
}

    .lhq_index_warp .zcyl_box .month_box .mouth {
    float: left;
    height: auto;
    padding:10px 0;
    }

    .lhq_index_warp .zcyl_box .month_box .mouth span {
    font-size: 15px;
    }

    .lhq_index_warp .zcyl_box .month_box .mouth i.num {
    font-size:12px;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .flag {
    width: 62px;
    margin-right: 10px;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .flag em {
        font-size:12px;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .flag span {
        font-size:12px;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item {
    height: auto;
    padding: 10px 0 5px 10px;
    }

     .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .item_xx {
        width: 46%;
    }

        .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .link {
        width: 25%;
    }

    .lhq_index_warp .zcyl_box .zcyl_list .switchBox .item .links a {
        font-size:14px;
        padding: 1px 3px;
    }

        .cal-week .cal-day, .cal-date {
        font-size: 12px;
        width: 10.6%;
        height: 37px;
    }

        .cal-day, .cal-date {
        margin: 7px 5px;
    }

    .cal-md-without-footer .cal-bd {
    height: 291px;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul {
    padding:10px;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a {
    padding: 2px 10px 10px 2px;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a i {
    padding: 10px 10px 4px 21px;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a span {
    margin-top:0;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box ul li a i::before {
    width: 5px;
    height: 5px;
    left: 10px;
}

.lhq_index_warp .index_theme2 .index_theme2_top .theme2_top_box .hdrl_box .event_box {
    padding-bottom: 20px;
}

.lhq_index_warp .zcyl_box .zcyl_list {
    height: auto;
    padding-bottom: 26px;
}

 
}
