.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: 65px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 65px;
}
.con-head span{
    color: #db3030;
}
.con-ri .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #fafbfc;
}
.con-box .ind-box{
    width: 100%;
    min-height: 620px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;

    background: #fafbfc;
}
.con-box .con-item{
    width: 200px;
    height: 240px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    position: relative;
}
.con-box .con-item:nth-of-type(n+5){
    margin-top: 20px;
}
.con-box .con-item:last-child{
    margin-bottom: 40px;
}
.con-item .con-top{
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 9px;
    box-sizing: border-box;
}
.con-top .con-li{
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 2px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.con-li:nth-of-type(even){
    margin-right: 0;
}
.con-li:nth-of-type(n+3){
    margin-top: 2px;
}
.con-item .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 5px;
}


.con-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;
    overflow: hidden;
}
.ind-out .ind-l{
    width: 80px;
    height: 30px;
    background: #e62b2b;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin: 80px auto 0;
}
.ind-l a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.ind-out .ind-l:last-child{
    background: #ffffff;
    color: #333333;
    margin: 6px auto 0;
}


.con-item:hover .ind-out{
    display: block;
}
.ind-box .iconfont{
    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;
}
