﻿/* CSS Document */
.ccol1{width:100%;background: #fff;padding-top: 60px;padding-bottom: 20px;}
.category{width:100%;height: auto;background: #fff;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;}


.vacol2{padding-bottom:60px;}
.vacol2 .acol2-wap{width:100%;margin: 0;}

.vcol1{padding-bottom:30px;background: #fff;}
.vcol1 .vlist{width:100%;margin-bottom: 10px;}
.vitem{width:580px;height: auto;background: #fff;margin-bottom: 20px;}

.vimg{width:176px;height: 100px;border: 1px solid #ebebeb;box-sizing: border-box;background-position: center;background-repeat: no-repeat;overflow: hidden;background: #f2f2f2;position: relative;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.vitem .vimg img{width:100%;height: 100%;}
.vitem .vimg .vmask{width:100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background-repeat: no-repeat;background-image: url("../images/play2.png");background-position: center;background-size: 25px 29px;background-color: rgba(0,0,0,0.4);}
.vitem .vright{width:384px;height: 100px;border-bottom: 1px solid #ebebeb;padding: 20px 0;box-sizing: border-box;}
.vitem .vright .vtitle{width:100%;font-size: 16px;color: #333333;line-height: 30px;}
.vitem .vright .vtime{width:100%;font-size: 14px;color: #999;line-height: 30px;}
.nomar{margin-right:0;}
.vitem:hover>.vimg{background-color:#000;border-left:none;border-top:none;border-bottom:none;}
.vitem:hover>.vright{border-bottom: none;}
.vitem:hover{box-shadow:0 6px 10px rgba(0,0,0,0.1)}

/*没有图片*/
.vitem .nopic{border-bottom: 1px solid #ebebeb;}
.vitem .nopic .vmask{background-image: url("../images/nopic.png");background-size: 109px 109px;background-color: transparent;}


/*新闻资讯*/
.ncol1{width:100%;height: auto;background: #fff;padding-bottom: 30px;}
.nlist{width:100%;height: auto;padding: 20px 100px 30px 100px;box-sizing: border-box;}
.nlist .nitem{width:100%;height: 100px;margin-top: 20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.nitem .nimg{width:130px;height: 100px;border: 1px solid #ebebeb;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 #ebebeb;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;}

.nitem:hover{box-shadow:0 6px 10px rgba(0,0,0,0.1);}
.nitem:hover>.nright{border:none;}
.nitem:hover>.nimg{border-left:none;border-top:none;border-bottom:none;}
.pagingbar{margin:30px 0;}

