/* CSS Document */
.ccol1{width:100%;padding-top: 20px;padding-bottom: 20px;}
.category{width:100%;height: auto;box-sizing: border-box;border:1px solid #ebebeb;padding: 0 40px;}
.one_bar{width:100%;height: auto;box-sizing: border-box;padding-top: 20px;border-bottom: 1px solid #ebebeb;float: left;}
.one_bar li{float:left;padding-bottom: 20px;}
.one_bar li a{display:inline-block;color: #000;font-size: 14px;line-height: 30px;transition: .3s all;cursor: pointer;padding: 0 10px;}
.one_bar li a:hover,.one_bar li .active{display:block;background: #000;color: #fff;}
.category .one_bar:last-child{border:none;}


.vcol1{margin-bottom:20px;}
.vcol1 .vlist{width:100%;}
.vitem{width:285px;height: 210px;border-radius: 10px;background: #fff;overflow: hidden;margin-right: 20px;margin-bottom: 20px;text-align: center;}
.vitem .vimg{width:100%;height: 160px;position: relative;overflow: hidden;}
.vitem .vimg img{width:100%;height: 100%;transition: .4s all;}
.vitem:hover>.vimg img{transform:scale(1.04);-webkit-transform:scale(1.04);}
.vitem .vimg .vmask{width:100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background-color: rgba(0,0,0,0.4);background-repeat: no-repeat;background-image: url("../images/play.png");background-position: center;background-size: 69px 69px;}
.vitem .vtxt{width:100%;height: auto;box-sizing: border-box;text-align: center;padding: 15px 0;color: #333333;font-size: 14px;line-height: 20px;}
.nomar{margin-right:0;}

/*没有图片*/
.vitem .nopic{border-bottom: 1px solid #f2f2f2;}
.vitem .nopic .vmask{background-image: url("../images/nopicVideo.jpg");background-size: 109px 109px;background-color: transparent;}
.vitem .nopicVideo {
    border-bottom: 1px solid #f2f2f2;
}

    .vitem .nopicVideo .vmask {
        background-image: url("../images/nopicVideo.jpg");
        background-size: 109px 109px;
        background-color: transparent;
    }


/*新闻资讯*/
.nlist{width:100%;height: auto;padding: 0 100px 30px 100px;background: #fff;border-radius: 10px;box-sizing: border-box;}
.nlist .nitem{width:100%;height: 100px;margin-top: 30px;}
.nitem .nimg{width:130px;height: 100px;border-radius: 10px;border: 1px solid #f2f2f2;box-sizing: border-box;background-image: url("../images/nopic.png");background-size: 66px 66px;background-position: center;background-repeat: no-repeat;overflow: hidden;}
.nitem .nimg img{width:100%;height: 100%;}
.nitem .nright{width:850px;height: 100px;border-bottom: 1px solid #f2f2f2;padding: 20px 0;box-sizing: border-box;}
.nitem .nright .ntitle{width:100%;font-size: 16px;color: #333333;line-height: 30px;}
.nitem .nright .ntime{width:100%;font-size: 14px;color: #999;line-height: 30px;}

.pagingbar{margin:30px 0;}