/* 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;}

.acol4{padding:15px 0;}

.col2{width:100%;background: #fff;}
.col2 .pcon { width:100%} 
/*右侧*/
.plist{width:100%;height: auto;padding-bottom: 20px;}
.pitem{width:380px;height: auto;background: #fff;margin-right: 30px;margin-bottom: 30px;}
.pitem .pimg{width:100%;height: 380px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.pitem .pimg img{width:auto;height: auto;max-width: 100%;max-height: 100%;transition: .4s all;}
.pitem:hover>.pimg{box-shadow: 0 8px 10px rgba(0,0,0,0.1) }
.pitem .ptxt{width:100%;height: auto;padding: 5px 0;text-align: center;}
.pitem .ptxt .pname{width:100%;height: 36px;overflow: hidden;text-overflow: ellipsis;font-size: 16px;color: #333;line-height: 36px;}
.pitem .ptxt .pitemno{width:100%;height: auto;line-height: 26px;font-size: 14px;color: #515151;}




.nomar{margin:0;}


.pagingbar{margin-bottom:60px;}



/*没有权限查看*/
.col3{width:100%;background: #fff;}
.col3 .topimg{width:100%;height: 334px;background-image: url("../images/bg.jpg");background-size: contain;background-position: center;background-repeat: no-repeat;padding-top: 295px;text-align: center;font-size: 16px;color: #999;box-sizing: border-box;}

.col3 .font16{width:100%;height: auto;text-align: center;font-size:16px;color: #999;display: block;margin: 30px 0 20px 0;}
.col3 .font16 a{color:#0f73a5;text-decoration: underline;}
.col3 .inpVip{width:446px;height: 40px;background: #ebebeb;border-radius: 20px;margin-left: 377px;margin-bottom: 60px;overflow: hidden;}
.col3 .inpVip input{width:366px;height: 40px;border:none;font-size: 14px;text-align: center;}
.col3 .inpVip .btnOK{width:80px;height: 40px;color: #fff;text-align: center;line-height: 40px;background: #000;cursor: pointer;}













