/* 版心盒子开始 */
.newwrap{
width: 1100px;
margin: 0 auto;
}
/* 版心盒子结束 */

/* 左侧盒子宽度开始 */
.computerRight{
width: 849px;
}
/* 左侧盒子宽度结束 */
.el-pagination{
  text-align: center;
}
/* 所有的边框 */
.allComputerR{
  border: 1px solid #ccc;
  padding: 40px 20px 100px 20px;
  box-sizing: border-box;
}
/* 头部展示开始 */
.allTab{
  display: block;
  overflow:hidden;
  text-align: center;
}
.allTab li{
  cursor: pointer;
  display: inline-block;
  margin:0 48px;
  font-weight: 600;
  font-size: 16px;
  padding:10px 2px;
}
.bottomView{
  margin-top: 30px;
}
/* 没有内容展示开始 */
.noContent{
  text-align: center;
  color: #ccc;
  padding: 80px 0;
}


.owen[data-v-1feeb120]{
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
}
.footer[data-v-1feeb120]{
  position: absolute;
  bottom: 0;
}
.computer[data-v-1feeb120]{
  margin-top: 30px;
  margin-bottom: 100px;
}
/* 左侧开始 */
.computerLeft[data-v-1feeb120]{
  float: left;
  width: 199px;
  border:1px solid #ccc;
  margin-right: 50px;
}
/* 左侧结束 */

/* 右侧开始 */
.computerRight[data-v-1feeb120]{
  float: left;
  overflow: hidden;
}
.list[data-v-1feeb120]{
border: 1px solid #ccc;
padding: 40px 20px 100px 20px;
}
.computerRight .navTitle[data-v-1feeb120]{
  text-align: center;
}
.computerRight .navTitle li[data-v-1feeb120]{
  display: inline-block;
  margin:0 48px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  padding:10px 2px;
}
.bottomView[data-v-1feeb120]{
  margin-top: 60px;
}
.active[data-v-1feeb120]{
  color: #ffb657;
  border-bottom: 1px solid #ffb657;
}
/* 右侧结束 */

/*pc端开始  */
@media only screen and (max-width:960px){
.computer[data-v-1feeb120]{
  display: none;
}
}
/*pc端结束  */

