/*banner css*/
#h-banner{
    padding-top: 60px;
    min-height: 100px;
}

.h-banner{
    position: relative;
    height: 600px;
    overflow: hidden;
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
}
.h-banner>.video-con{
    position: absolute;
    z-index: 10;
    width: 900px;
    height: 400px;
    background:#1b1c2a;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -450px;
    box-shadow: 0px 14px 14px rgba(0,0,0,0.5);
}
.h-banner>.fgc{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 600px;
    background: rgba(0,0,0,0.2);
}

@media (max-width: 996px) {
    #h-banner{
        padding-top: 40px;
    }
    .h-banner{
        height: 200px;
    }
}


/*广告位 css*/
.h-adposition{
    margin-top: 30px;
}

.h-adposition .adposition{
    width: 100%;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
}
.h-adposition .adposition img{
    min-height: 100px;
}


/*推荐作品 css*/
.h-re-picture{
    margin-top: 30px;
}

.h-re-video{
    margin-top: 20px;
    background: #ffffff;
    padding: 30px 0px 20px 0px;
}
/*首页标题 css*/
.title-main{
    height: 30px;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}
.title-main>span{
    font-size: 14px;
    color: #c3c5cd;
    margin-left: 5px;
}
.title-main>a{
    float: right;
    font-size: 12px;
    color: #c3c5cd;
    margin-top: 12px;
}
.title-main>a:hover{
    color: #0171c5;
}

@media (max-width: 996px) {
    .title-main{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .title-main>span{
        font-size: 12px;
    }
    .title-main>a{
        margin-top: 8px;
    }
}

/*内容 css*/
.work-lists{
}
.work-lists .vlist,.work-lists .vlists{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.work-lists .vlist>.btm,.work-lists .vlists>.btm{
    height: 34px;
    background: rgba(0,0,0,0.3);
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 34px;
    color: #ffffff;
    padding: 0px 15px;
    text-align: center;
    margin: 0;
}
.work-lists .vlist img,.work-lists .vlists img{
    transition: all 0.5s;
}
.work-lists .vlist:hover img,.work-lists .vlists:hover img{
    transform: scale(1.04);
}







.h-content{
    margin-top: 30px;
}
/*推荐作者 css*/
.re-user{
    width:100%;
}
.user-list{
    width: 100%;
    background: #ffffff;
    padding: 20px;
    color: #aaaaaa;
    overflow: hidden;
    margin-bottom: 20px;
}
.user-list>.imgs{
    width: 100%;
    padding: 0px 30px;
    position: relative;
}
.user-list>.imgs>span{
    position: absolute;
    display: inline-block;
    background: url("../images/rz.png") no-repeat;
    height: 18px;
    width: 14px;
    right: 10px;
}
.user-list>p{
    margin: 12px 0px 8px 0px;
    text-align: center;
    overflow: hidden;
}

.user-list>ul{
    overflow: hidden;
}
.user-list>ul>li{
    float: left;
    width: 50%;
    font-size: 12px;
    text-align: center;
    height: 20px;
    overflow: hidden;
}


/*推荐足迹 css*/
.re-trail{
    width: 100%;
}


.re-trail .vlist,.re-trail .vlists{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.re-trail .vlist>.btm{
    height: 34px;
    background: rgba(0,0,0,0.3);
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 34px;
    color: #ffffff;
    padding: 0px 15px;
    text-align: center;
    margin: 0;
}
.re-trail .vlist img{
    transition: all 0.5s;
}
.re-trail .vlist:hover img{
    transform: scale(1.04);
}


/*文章列表 css*/
.h-article{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.h-article>div>.row{
    margin-left: -30px;
    margin-right: -30px;
}
.h-article>div>.row>div{
    padding-left: 30px;
    padding-right: 30px;
}


.use-con{
    margin-bottom: 20px;
}

.use-con .lists{
    height: 160px;
    width: 100%;
}
.use-con .lists>ul{
    width: 50%;
    float: left;
}
.use-con .lists>ul>li{
    width: 100%;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.use-con .lists>ul>li>a{
    color: #333333;
}


@media (max-width: 996px) {
    .h-article{
        margin-bottom: 10px;
    }
    .h-article>div>.row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .h-article>div>.row>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .use-con{
        margin-bottom: 50px;
    }

}