.filter {
    height: 322px;
    background: black url("../images/works_bg.png") center / cover no-repeat;
}

.innerbox {
    padding: 0 35px;
    border-radius: 4px;
    background: #f9f9f9;
    box-shadow: 0px 2px 18px 0px rgba(2, 2, 2, 0.15);
}


/* 
.category li {
  float: left;
}

.category li a {
  display: block;
  width: 68px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-radius: 4px;
}

.category li a.active {
  color: white;
  background: #f38c28;
} */

.tab-title {
    line-height: 40px;
    font-size: 16px;
    color: #666666;
}

.tab-title a {
    display: inline-block;
    width: 110px;
    text-align: center;
    border-width: 4px 0;
    border-style: solid;
    border-color: transparent;
}

.tab-title a+a {
    margin-left: 50px;
}

.tab-title a.active {
    color: #f38c28;
    border-bottom-color: #f38c28;
}


/*  */

.works {
    padding: 20px 0 80px 0;
}

.works .section {
    margin-bottom: 25px;
}

.works .section .name {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.works .section .name:hover{
    color: #00A7FF;
}

.works .title img {
    width: 36px;
    height: 36px;
}

.works .title span {
    margin-left: 10px;
    font-size: 20px;
    color: #333333;
}

.works .next {
    line-height: 40px;
    color: #a5a5a5;
}

.works .next:hover {
    color: rgb(194, 194, 194);
    cursor: pointer;
}

.works .next .text {
    font-size: 14px;
}

.works .next i {
    margin-right: 5px;
    font-size: 18px;
}

.works li {
    width: 280px;
    height: 230px;
    margin-top: 15px;
}

.works li:not(:nth-child(4n)) {
    margin-right: 20px;
}

.works .list-img {
    width: 280px;
    height: 168px;
    overflow: hidden;
}

.works .list-img img {
    width: 280px;
    height: 168px;
    transition: all linear 0.3s;
}

.videlstart{
    position: relative;
    top: -168px;
    left: 118px;
    z-index: 20;
}

.videlstart img{
    width: 50px;
    height: 50px;
}

.works li:hover .list-img img {
    transform: scale(1.1);
}

.works li {
    border-radius: 4px;
    background: white;
    overflow: hidden;
    cursor: pointer;
}

.works li .info {
    padding: 15px;
}

.works li .name {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.works li .type {
    margin-top: 5px;
    font-size: 12px;
    color: #c9c9c9;
}

.works li .info-item {
    line-height: 28px;
}

.works li .info-item {
    font-size: 12px;
    color: #c9c9c9;
}

.works li .info-item .view {
    margin-left: 10px;
}

.works li .origin {
    padding: 0 18px;
    line-height: 37px;
}

.works li .origin img {
    width: 18px;
    height: 18px;
    border-radius: 9px;
}

.works li .origin span {
    margin-left: 5px;
    font-size: 12px;
    color: #adadad;
}

.el-radio.is-bordered+.el-radio.is-bordered {
    margin-left: 0px;
}

.el-radio.is-bordered {
    margin-bottom: 8px;
}