.certificateList{
    padding-bottom: 10px;
}
.certificateItem{
    margin-bottom: 40px;
    display: flex;
}
.certificateItem .imgBox{
    position: relative;
    width: 198px;
    height: 200px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.imgBox_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgBox_cover i{
    font-size: 18px;
    color: white;
}
.certificateItem .imgBox img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}
.certificateItemInfoBox{
    width: 575px;
}
.companyName{
    line-height: 20px;
    cursor: pointer;
}
.companyName a{
    font-size: 16px;
    color: #333333;
}
.baseInfo{
    margin:20px 0 26px;
    min-height: 106px;
}
.commonInfoItem{
    margin-bottom: 8px;
    line-height: 20px;
    display: flex;
}
.commonInfoItem label:first-child{
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    float: left;
    line-height: 20px;
    margin-right: 8px;
}
.commonInfoItem label:last-child{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}
.certificateItem button{
    width: 120px;
    height: 30px;
    background: #108391;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
}
