.groupIndustry-content {
    padding: 60px;
}
.groupIndustry-content .title{
    font-weight: normal;
    font-size: 30px;
    color: #266DD0;
    line-height: 17px;
    border-bottom:  1p solid #eee;
    margin-bottom: 20px;
}
.groupIndustry-content .content{
    font-weight: 400;
    font-size: 18px;
    color: #707070;
    line-height: 50px;
}
.groupIndustry-content .list-image {
    display: flex;
    justify-content: space-between;
}
.groupIndustry-content .list-image .card-image{
    width: 33.3%;
    height: 312px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.groupIndustry-content .list-image .card-image:last-child{
    margin-right: 0;
}
.groupIndustry-content .list-image .mark{
    position: absolute;
    width: 100%;
    height: 56px;
    background-color: #000;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    bottom: 0;
    cursor: pointer;
    display: none;
}
.groupIndustry-content .list-image .card-image:hover .mark{
    display: block;
}
.groupIndustry-content .list-image img{
    width: 100%;
    height: 100%;

}
/* 集团介绍样式 */
.groupIntroduction-content{
    padding: 0 20px 20px;
    margin-top: 60px;
}
.groupIntroduction-content  .title{
    font-weight: normal;
    font-size: 30px;
    color: #266DD0;
    line-height: 17px;
}
.groupIntroduction-content .content{
    font-weight: 400;
    font-size: 18px;
    color: #707070;
    line-height: 50px;
}
.groupIntroduction-content .line{
    width: 153px;
    height: 1px;
    background: #000000;
    opacity: 0.1;
    margin: 42px 0 39px;

}
.groupIntroduction-content .image-content{
    display: flex;
    height: 531px;
    margin-top: 68px;
}
.groupIntroduction-content .image-content img:first-child{
    width: 65%;
}
.groupIntroduction-content .image-content img:last-child{
    margin-left: 33px;
    width: 35%;
}
.groupIntroduction-content .image-content img{
    
    height: 100%;
}
