.box{
    min-height: 100vh;
    height: auto;
    background: #fafbfc;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 110px;
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-le{
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.content .con-ri{
    width: 880px;
    height: auto;
    overflow: hidden;
    background: #fafbfc;
    border-radius: 5px;
    margin-bottom: 40px;
}
.con-ri .con-title{
    width: 100%;
    height: 62px;
    padding-left: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #db3030;
    line-height: 62px;
    background: #ffffff;
}
.con-ri .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    background: #ffffff;
}
.con-head .con-l1{
    width: 100px;
    height: 28px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
}
.con-head .con-ul{
    width: 1040px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.con-ul .con-li{
    width: auto;
    height: 28px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 5px;
    margin-left: 8px;
    cursor:pointer;
    float: left;

}
.con-li:last-child{
    margin-bottom: 10px;
}
.con-li.active{
    background: #ef302c;
    color: #ffffff;
}


.ind-box{
    width: 100%;
    min-height: 500px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;

    background: #fafbfc;
}
.ind-box .ind-item{
    width: 210px;
    height: 300px;
    box-sizing: border-box;
    border-radius: 5px;
    float: left;
    margin-right: 12px;
    background: #ffffff;
    position: relative;
    cursor:pointer;
    margin-top: 20px;
}
.ind-item:nth-of-type(4n){
    margin-right: 0;
}
.ind-item:last-child{
    margin-bottom: 40px;
}

.ind-item .ind-img{
    width: 210px;
    height: 210px;
}
.ind-item .ind-last{
    width: 100%;
    height: 93px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
}
.ind-last .ind-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind-last .ind-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}
.ind-last .ind-on{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.ind-on .on-li:nth-of-type(n+2){
    margin-left: 15px;
}

.ind-item .ind-out{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    display: none;
    cursor:pointer;
}
.ind-out .iconfont{
    display: block;
    width: 36px;
    height: 25px;
    position: absolute;
    top: 9px;
    right: 9px;
    background: rgba(0,0,0,0.6);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    cursor:pointer;
}

.ind-out .ind-con{
    width: 87px;
    height: 86px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    right: 9px;
    overflow: hidden;
    display: none;
}
.ind-out .iconfont:hover .ind-con{
    display: block;
}
.ind-con .ind-li{
    width: 100%;
    height: 43px;
    font-size: 14px;
    color: #ef302c;
    text-align: center;
    line-height: 43px;
}
.ind-li:last-child{
    color: #333333;
}

.ind-item:hover .ind-out{
    display: block;
}


.ind-box .icon-zanwushuju{
    display: block;
    width: 100%;
    font-size: 50px;
    color: #333333;
    text-align: center;
    line-height: 100px;
    margin-top: 100px;
}

.ind-box .ind-text{
    width: 100%;
    height: auto;
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}
