@media screen and (max-width:5000px) {
    #mobileCalendar{
        display: block;
    }
}
@media screen and (max-width:839px) {
    #mobileCalendar{
        display: block;
    }
}

#hl-container{
    margin-bottom: 10px;
}
.fa{
    margin-right: 5px;
}
.main-kingkong{
    padding-bottom: 10px;
}
.main-kingkong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-kingkong ul li{
    margin:5px 10px;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.main-kingkong ul li .kk-img{
    text-align: center;
}
.main-kingkong ul li .kk-img img{
    width: 48px;
    height: 48px;
}
.main-kingkong ul li .kk-title{
    font-size: 1.0em;
    margin-top: 5px;
    text-align: center;
}
.main-kk-title{
    margin-bottom: 10px;
    overflow: hidden;
}
.main-kk-title h2{
    font-size: 1.0em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.main-kk-title .kk-ltitle{
    float: left;
}
.main-kk-title .kk-more{
    float: right;
    font-size: 0.8em;
    color:#666;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding:0 4px;
    padding-right: 0;
    position: relative;
    top:-2px;
}
.main-kk-title .kk-more .fa{
    margin-left: 5px;
}
.main-kingkong .row{
    clear: both;
}
.main-kingkong .row .list-img img{
    width: 100%;
    border-radius: 4px;
}
.col-md-3{
    padding:0 10px;
}
.main-kingkong .row .title{
    font-size: 0.9em;
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -webkit-box-orient: vertical;  
    display: -webkit-inline-box;  /* Safari 和 Chrome */  
    height:3.0em;
    line-height: 1.4em;
    margin-top: 3px;
    margin-bottom: 3px;
}

.flex-direction-nav a{
    top:45% !important;
    height:60px !important;
}
.mainbody .main-container .column-wrap{
    overflow: hidden;
    margin-bottom: 10px;
}

.mainbody .main-container .column-wrap.kk-slider{
    background: none;
    padding:0;
}
.flexslider{
    width:100%;
    margin:0 !important;
    background: rgba(255, 255, 255, 0);
    border:none;
    border-radius: 4px;
    overflow: hidden;
}
.flexslider img{
    border-radius: 4px;
}
.flex-control-nav{
    bottom:0px;
    text-align: right;
}
.flex-control-nav li a{
    overflow: hidden;
    color: rgba(255,255,255,0);
}
.flex-control-paging li a{
    background: rgba(255,255,255,.5);
    
}
.flex-control-paging li a.flex-active{
    background: rgba(255,255,255,1);
}
.flex-caption {
    overflow: hidden;
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 0px;
    border-radius: 0 0 4px 4px;
}
.flex-caption p{
    padding: 0 5px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 0;
}
.viewbox-mobile{
    border-bottom:none;
    border-top: none;
    margin-top: 0;
}
.hl-buttons .row{
    margin-top: 10px;
}
.hl-buttons .hl-btn .btn{
    width: 100%;
}
#hl-container{
    padding-bottom: 10px;
}
#hl-container .pannel-box{
    margin-bottom:0;
    padding:5px;
}

.pannel-box .content-list{
    clear: both;
}
.pb-title{
    overflow: hidden;
}
.pb-title .pannel-title{
    float: left;
}
.pb-title .pb-more{
    float: right;
    position: relative;
    top:-4px;
}



@media screen and (max-width:839px) {
    #mobileCalendar{
        display: block;
    }
    .main-kingkong .list-img{
        width: 50%;
        float: left;
    }
    #hl-container .hl-buttons .col-md-6{
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .flexslider{
        border-radius: 0;
    }
    .flexslider img{
        border-radius: 0;
    }
    .flex-direction-nav a{
        top:40% !important;
    }
}
