.company{
    background-color: #F4FAFF;
}
.company_bottom{
    background-color: #FFFFFF;
    padding: 24px 0;
}
.company_bottom .company_tit{
    margin-bottom:16px;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}
.company_bottom p{
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin-bottom: 20px;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company_box{
    /*width: 377px;*/
}
.company_box a{
    display: block;
    text-align: right;
}
.company_box a img{
    width: 100%;
}
.gd{
    margin-left: 200px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}
.industry_content{
    /*width: 588px;*/
    width: 100%;
    background-color: #F7F9FF;
}
.industry_tit div:first-child{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.industry_tit div{
    font-size: 12px;
    color: #999999;
}
.industry_box{
    width: 90%;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid #EBEBEB;
}

.industry_box:last-child{
    margin-bottom: 0;
    border: 0;
}
.industry_box .industry_box_content{
    height: 57px;
    color: #666666;
    font-size: 14px;
    margin: 24px 0 16px 0;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.industry_box a{
    font-size: 14px;
    color: #333333;
}
.industry_content .active{
    border: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}
.industry_content .active .industry_tit div:first-child{
    color: #0053B8;
}
.problem{
    background: #FAFAFA;
}
.problem_box{
    display: flex;
}
.problem_number{
    width: 75px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #0053B8;
    font-family: Oswald;
    font-weight: bold;
    color: #0053B8;
    font-size: 40px;
    margin-right: 21px;
}
.problem_text{
    width: 100%;

}
.problem_text p:first-child{
    font-weight: bold;
    color: #333333;
}
.problem_text p:last-child{
    line-height: 2;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.problem_line{
    margin: 27px 0 32px 0;
}
.problem_line img{
    width: 100%;
}