.artvrproBox{}

/* 标签展示 */
.artvrproBox_nav{display:inline-block;box-sizing:border-box;padding:0 20px;height:40px;margin-top: 20px;}
.artvrproBox_nav div{float:left;margin-top:5px;margin-right:24px;width:70px;height: 30px;color:#acacac;text-align:center;font-size:14px;line-height: 30px;cursor:pointer;user-select:none;}
.artvrproBox_nav div:last-child{margin-right:0;}
.artvrproBox_nav_label{color:#333!important;}
.artvrproBox_nav_list_active{border-radius:12px;background:#ff9c01;color:#fff!important;}
.artvrpro_number{color:#262626;font-size:16px;}
.artvrpro_number strong{color:#ff7070;}
.artvrproBox_navBox{margin-top:40px;height: 80px;border-radius: 4px;background: #fff;}

/* 数据列表 */
.publicDIV_box{background:#f4f4f4!important;}
.artvrpro_center{margin-top:20px;}
.artvrpro_center_item{position:relative;float:left;overflow:hidden;margin-right:20px;margin-bottom:20px;width:285px;border-radius:4px;background:#eee;box-shadow:0 2px 6px 0 rgba(4,0,0,.1);cursor:pointer;}
.artvrpro_center_item:nth-child(4n){margin-right:0;}
.artvrpro_center_item_top{overflow:hidden;}
.artvrpro_center_item_cover{width:100%;height:214px;background-size:cover;-webkit-transition:all 1.4s;-moz-transition:all 1.4s;-o-transition:all 1.4s;transition:all 1.4s;}
.artvrpro_center_item_cover:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);-ms-transform:scale(1.2);}
.artvrpro_center_item_info{box-sizing:border-box;padding:10px;width:100%;background:#fff;}
.artvrpro_center_item_title{display:-webkit-box;overflow:hidden;margin-bottom:10px;height:40px;color:#000;text-overflow:ellipsis;font-weight:400;font-size:14px;line-height:20px;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.artvrpro_center_item_org{overflow:hidden;width:100%;color:#bbb;text-overflow:ellipsis;white-space:nowrap;font-size:12px;}

/* 搜索框 */
.courseImgListSearch{margin: 20px 20px 0px 0px;border: 0;}
.courseImgListSearchSearchInput{border: 1px solid #e0e0e0;border-right: 0;border-radius: 4px 0 0 4px;}
.courseImgListSearchIcon{border-radius: 0 4px 4px 0;}
@media screen and (min-width: 1600px){	
    .artvrproBox{}
    .artvrpro_center_item{width: 330px;}
    .artvrpro_center_item_cover{height: 246px;}
}