.index-content{
    padding-bottom: 20px;
}
.index-content .index-left{
    position: relative;
    width: 100px;
    float: left;
    background-color: #fff;
}
.index-content .index-left .fix-menu{
    padding: 10px 20px;
}
.index-content .index-left .fix-menu li{
    height: 32px;
    line-height: 32px;
}
.index-content .index-right{
    width: 1090px;
    float: left;
    margin-left: 10px;
}
.index-content .slideimg-box{
    height: 330px;
    overflow: hidden;
    background-color: #fff;
}
.index-content .slideimg-box .img{
    float: left;
} 
#pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 14px !important;
    height: 3px !important;
    opacity:1;
    border-radius: 10px !important;;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}
#pagination .swiper-pagination-bullet-active{
    width: 14px !important;
    background: #fdd000 !important;
}
.section-content .section-left{
    float: left;
    width: 730px;
    background-color: #fff;
    border-radius: 2px;
}
.section-content .section-right{
    float: right;
    width: 340px;
    background-color: #fff;
}
.section-content .section-left .ullist li{
    /* height: 130px; */
    padding: 8px;
    border-bottom: 1px solid #E8E8ED;
    cursor: pointer;
}
.section-content .section-left .ullist li .bg{
    padding: 20px 20px;
}
.section-content .section-left .ullist li.curr .bg, .section-content .section-left .ullist li:hover .bg{
    background-color: #F7F7FC;
}
.section-content .section-left .lileft{
    width: 550px;
    float: left;
}
.section-content .section-left  .lileft .title{
    color: #222226;
    font-weight: bold;
    font-size: 18px;
}
.section-content .section-left .ullist li:hover .title a{
    text-decoration: underline;
}
.section-content .section-left .lileft .desc{
    height: 54px;
    line-height: 25px;
    margin-top: 5px;
    color: #999AAA;
    overflow: hidden;
}
.section-content .section-left .lileft .tags{
    margin-top: 12px;
    color: #555666;
}
.section-content .section-left .lileft .tags span{
    padding: 4px 8px;
    display: inline-block;
    margin-right: 10px;
    background-color: #F7F7FC;
    border-radius: 2px;
}
.section-content .section-left .lileft .info{
    margin-top: 20px;
}
.section-content .section-left .lileft .cate{
    padding: 6px 12px;
    background-color: #EDFFEF;
    border-radius: 16px;
    color: #66C571;
}
.section-content .section-left .lileft .hits{
    margin-left: 20px;
    color: #999AAA;
}
.section-content .section-left .ullist .liright{
    width: 100px;
    height: 100px;
    float: right;
}
.section-content .section-left .ullist .liright .simg img{
    width: 100px;
    height: 100px;
    border-radius: 2px;
}
.section-content .section-left .ullist .liright .simg {
    position: relative;
}
.section-content .section-left .ullist .liright .simg .bg {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 25px;
    background-color: #000;
    opacity: 0.4;
    border-radius: 0 0 4px 4px;
}
.section-content .section-left .ullist .liright .simg .time{
    position: absolute;
    right: 5px;
    bottom: 8px;
    color: #fff;
}
.section-content .section-left .ullist .liright .simg .vico{
    position: absolute;
    left: 30px;
    top: 28px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: block;
    background: url(img/icon-video.png) no-repeat;
    background-size: contain;
}
