body{
    background: #212529;
}
.content{
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    margin: auto !important;
}
.g-head {
    background: transparent;
}
.g-header .g-box .g-head-center li .bar-list{
    color:#fff;
}
.g-header .g-box .g-head-center li .bar-list:hover {
    background: rgba(44, 50, 58, 0.18);
}
.qheader .g-box .g-head-center li .bar-list:hover {
    background: rgba(44, 50, 58, 0.85);
}
.qheader{
    background: #15253a;
}
.g-header .g-box .g-head-center li.current .bar-list{
    background: rgba(37, 38, 39, 0.18);
}
.qheader .g-box .g-head-center li.current .bar-list{
    background: rgba(37, 38, 39, 0.18);
}
/* banner */
.s-body{
    width: 100%;
    position: relative;
}
.s-body .focus-wrap {
    position: relative;
    height: 620px;
    margin-bottom: 40px;
    z-index: 2;
    background-color: #f1f2f3;
}
.focus-wrap .focus-list{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0 auto;
    overflow: hidden;
}
.focus-wrap .focus-list li{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    float: left;
    display: none;
}
.focus-wrap .focus-list li:first-child{
    display: block;
}
.focus-wrap .focus-list li a{
    width: 100%;
    height:100%;
    display: block;
}
.focus-wrap .focus-list li img{
    width: 100%;
    height:100%;
}
.focus-wrap .focus-nav{
    width: 1230px;
    margin: auto;
    position: relative;
}
.focus-wrap .focus-nav .ranking{
    width: 220px;
    height: 320px;
    background: rgba(0,0,0,.5);
    box-shadow: 0px 0px 8px #696969;
    position: absolute;
    top: 90px;
    right: 0;
    overflow: hidden;
}

.focus-wrap .focus-nav ul li{
    height:305px;
    margin: 0 10px;
    color:rgba(255,255,255,.7);
    float: left;
    width: 200px;
}
.focus-wrap .focus-nav .ranking li .place{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: 微软雅黑;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}
.focus-wrap .focus-nav .ranking li .place strong{
    float: left;
    font-size: 16px;
    display: block;
    width: 100px;
}
.place-box{
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 140px;
    margin: 15px auto 20px;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(212, 212, 212, 0.29);
}
.place-box img{
    max-width: 100%;
}
.focus-wrap .focus-nav var{
    position: absolute;
    font-size: 160px;
    right: 122px;
    top: 65px;
    color: #e2b91a;
    z-index: 999;
    transform: rotate(-49deg);
    background: url(../images/king.png) no-repeat;
    background-size: 140px auto;
    display: inline-block;
    width: 140px;
    height: 95px;
    opacity: .8;
}
.focus-wrap .focus-nav .ranking li .name{
    text-align: center;
    font-size: 25px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.focus-wrap .focus-nav .ranking li span{
    text-align: center;
    display: block;
    line-height: 28px;
}
.focus-wrap .focus-nav .ranking a.isnull{
    width: 100%;
    display: block;
    line-height: 320px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
/*列表*/
.mod-new{
    display: block;
    margin: 0 auto 28px;
}
.mod-new .title{
    height: 24px;
    line-height: 24px;
    margin: 0 0 20px;
}
.mod-new .title h2{
    font-size: 24px;
    color: #dddddd;
}
/*首页图片列表*/
.mod-row .mod-col .pic-layer{
    height: 250px;
    line-height: 248px;
    background: #404040;
    position: relative;
    width: 100%;
}
.mod-row .mod-col .pic-layer .subtitle{
    line-height: 25px;
    position: absolute;
    bottom: 0;
    color:#f1f1f1;
    font-size: 12px;
    background: rgba(0,0,0,.5);
    padding: 0 5px;
    right: 0;
    left: 0;
}
.mod-row .mod-col .pic-layer .subtitle i{
    color:#f1f1f1;
    vertical-align: middle;
}
.mod-row .mod-col .pic-layer .subtitle i.fn-time{
    font-size: 14px;
}

/*广告块*/
.advert{
    height:100px;
    border:1px solid #eee;
    overflow: hidden;
    margin: 0 9px 28px 7px;
}

/*右边排行榜*/
.newest{
    width: 260px;
    height:auto;
    margin-bottom: 10px;
    background: #fff;
    /*box-shadow: 0px 1px 2px #eee;*/
    margin-top: 45px;
}
.newest .s-title{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    width: 100%;
    height: 37px;
    text-indent: 10px;
    color: #fff;
    /*border-radius: 4px 4px 0 0;*/
    /*background: #3b9eff;*/
    background: #404040;
    border-bottom: 1px solid #646464;
}
.newest .s-title:hover{
    background: #ffb347;
}
.newest .s-title:before{
    content: '';
    width: 25px;
    height:25px;
    background: #fff url("../images/heat.png") no-repeat center;
    background-size: 20px auto;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.newest .s-title.on:before{
    content: '';
    background: #fff url("../images/new.png") no-repeat center;
    background-size: 20px auto;
}
.newest .s-title.on{
    background: #c261ef;
    /*margin-top: 20px;*/
}
.newest .s-title.on:hover{
    background: #ca88e8;
}
.newest .s-title i{
    width: 30px;
    height: 37px;
    display: inline-block;
    background: url(../images/go.png) no-repeat center;
    background-size: 30px auto;
    float: right;
}

.newest ul{
    /*margin: 15px 0;*/
    padding: 10px;
    background: #404040;
}
.newest li{
    width: 100%;
    display: flex;
    margin-top: 0px;
    padding: 5px 0;
    transition: all .3s ease 0s;
    cursor: pointer;
}
.newest.new li:hover{
    box-shadow: 0px 0px 8px #c261ef;
}

.newest li:hover{
    box-shadow: 0px 0px 8px #ff9600;
    border-radius: 5px;
}
.newest li a{
    display: inline-block;
    width: 100px;
    height: 65px;
    /*border: 1px solid #f5f3f3;*/
    line-height: 65px;
    text-align: center;
    overflow: hidden;
}

.newest li a img{
    height:100%;
    border-radius: 4px;
}
.newest li .r_title{
    margin-left: 10px;
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.newest li .r_title h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
    color: #dddddd;
}
.newest p{
   /* position: absolute;
    left:100px;
    top:0;
    text-align: justify;
    height:40px;
    padding: 0 5px 0 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 150px;
    line-height: 30px;*/
}

.newest p.content-like{
   /* top:45px;
    right: 0;
    /*padding: 0;*/
    /*height:20px;
    line-height: normal;*/
    display: flex;
    justify-content: space-between;
}
.newest .home-r-rank-footer{
    line-height: 36px;
    height: 36px;
    text-align: center;
    border-top: 1px solid #505050;
    background: #404040;
}
.newest .home-r-rank-footer a {
    font-size: 14px;
    color: #707070;
}
.newest li .content-like .mod-data{
    float: right;
    margin-right: 8px;
}
.newest li .content-like .mod-data i{
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../images/data.png) no-repeat;
    background-size: 17px auto;
    vertical-align: middle;
}






/*媒体查询*/
@media screen and (max-width: 1400px){
    .mod-new .mod-row .mod-col{
        width: 223px;
    }

}





/*index-block*/
.container{
    position: relative;
    margin: 0 auto;
    max-width: 1505px;
}
.modown-ad{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.home-widgets{
    margin: 0 -10px 0;
    text-align: left;
}
.home-widgets .home-widget{
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.home-widgets .hf-widget{
    border: 1px solid #404040;
    padding: 14px 17px 0;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 3px;
    height: 135px;
    overflow: hidden;
}
.home-widgets .hf-widget .hf-widget-title{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #404040;
    padding: 0 0 10px;
    margin-bottom: 14px;
    color: #383838;
}

.home-widgets .hf-widget .hf-widget-title>i{
    color: #ff5f33;
    margin-right: 2px;
}

.home-widgets .hf-widget .hf-widget-title a{
    color: #dddddd;
}
.home-widgets .hf-widget .hf-widget-title span{
    font-size: 12px;
    font-weight: normal;
    color: #a7a7a7;
    line-height: 20px;
    margin-left: 10px;
}

.home-widgets .hf-widget-1 .hf-widget-content .modown-scroll-h{
    position: relative;
    overflow: hidden;
    height: 56px;
    margin: 0 -10px;
}
.home-widgets .modown-scroll-h{
    position: relative;
    overflow: hidden;
    height: 56px;
}
.home-widgets .modown-scroll-h ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    *zoom: 1;
    transition: all .2s;
}
.home-widgets .hf-widget-1 .hf-widget-content li{
    float: left;
    font-size: 12px;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 8px;
}
.home-widgets .hf-widget-1 .hf-widget-content a{
    color: #888;
}
.home-widgets .hf-widget-1 .hf-widget-content li .modown-thumb-bg{
    display: block;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .2s;
    width: 36px;
    padding-top: 36px;
    margin: 0 auto 4px;
}
.home-widgets .hf-widget-4 .hf-widget-content{
    font-size: 14px;
    color: #888;
}

.home-widgets .hf-widget-4 .hf-widget-content ul{
    background: #212529;
}
.home-widgets .hf-widget-4 .hf-widget-content ul li{
    margin-bottom: 5px;
}
.home-widgets .hf-widget-4 .hf-widget-content h3{
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}
.home-widgets .hf-widget-4 .hf-widget-content a{
    color: #888;
}
@media (min-width:768px){.home-widgets .hf-widget .hf-tags{height:64px;overflow:hidden}
}.home-widgets .hf-widget .hf-tags a{display:inline-block;white-space:nowrap;word-break:break-all;font-size:12px;background:#f9f9f9;color:#888;border-radius:2px;margin:0 5px 10px;line-height:22px;height:22px;padding:0 5px}
.home-widgets .hf-widget .hf-tags a:hover{background:#ffd700;color:#fff}
.home-widgets .hf-widget .hf-tags a.active{background:#ffd700;color:#424242}


/*视频部分*/
.play_info{
    height: 95px;
}
.play_info .cat{padding: 15px 10px 0 10px;display: block;font-size: 12px;color: #777;margin-left: 18px;height: 30px;position: relative;}
.play_info .cat:after {content: " ";width: 4px;height: 4px;display: block;border-radius: 15px;position: relative;left: -18px;top: -13px;border: 2px solid #ff5f33;}
.play_info h3{margin: 0px 10px;font-size: 15px;}
.play_info  h3 a{color:#333;line-height:20px;overflow:hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;height:20px}
.play_info h3 a:hover{color: #ffd700}
.post-sign{background: #ff9600;color:#fff;padding:0px 4px;display: inline-block;border-radius: 5px 0 5px 0;font-size: 12px;margin-right: 5px;line-height: 18px;position: relative;top: -1px;font-weight: normal;}
.grid-meta{color:#777;padding:0 10px 10px 10px;font-size:12px;height: 30px;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.mod-row .mod-col{
    margin: 0 10px 20px;
    float: left;
    background: #404040;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease 0s;
}
.mod-row .mod-col:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.widget-new-content{
    padding-left: 16px;
    position: relative;
}
.widget-new-content::before{
    background: #0066ff;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: 0;
    top: 9px;
}
.news{
    width: 260px;
    height: auto;
    margin-bottom: 10px;
    background: #fff;
    /*box-shadow: 0px 1px 2px #eee;*/
    margin-top: 45px;
}
.news .s-title.on{
    background: #c261ef;
    /* margin-top: 20px;*/
}
.news .s-title{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    width: 100%;
    height: 37px;
    text-indent: 10px;
    color: #fff;
    border-radius: 4px 4px 0 0;
     background: #3b9eff; 
    background: #ff9600;
}
.news .home-r-rank-footer{
    line-height: 36px;
    height: 36px;
    text-align: center;
    border-top: 1px solid #505050;
    background: #404040;
}
.news .home-r-rank-footer a{
    color: #707070;
}
.news h2{
    margin-bottom: 8px;
    line-height: 21px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    height: 42px;
    color: #494b4d;
}

.news h2 b{
    font-weight: 400;
    color: #dddddd;
}
.widget-new-header{
    display: flex;
    justify-content: space-between;
    height: 18px;
}
.widget-new-header span{
    margin-right: 8px;
}
.news ul{
    position: relative;
    background: #404040;
}
.news ul:before{
    content: '';
    width: 1px;
    position: absolute;
    left: 18px;
    top: 26px;
    bottom: 70px;
}
.news ul::before{
    border-left: 1px dashed rgba(0, 102, 255, 0.2);
}
.news ul li{
    font-size: 13px;
    padding: 16px;
    box-sizing: border-box;
}
.widget-news-user b, .widget-news-user a,.widget-new-header span{
    color: #aaaeb3;
}