*{
    margin: 0;
    padding: 0;
}
.corp{
    width: 100%;
    min-width: 1180px;
    min-height:700px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}
.corp-parent{
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
    position: relative;
}
.corp .corp-left{
    position: absolute;
    top: -60px;
    left: 0;
    width: 880px;
    min-height:468px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}
.corp .corp-left .corp-left-text p{
    width: 530px;
    min-height:200px;
}
.corp .corp-left .corp-left-title :first-child{
    width: 20px;
    height: 20px;
    margin-top: 25px;
    margin-right: 10px;
}
.corp .corp-left .corp-left-title :nth-child(2){
    width: 208px;
    height: 58px;
}
.corp .corp-left .corp-left-text{
    width: 580px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 40px;
    margin-left: 50px;
    line-height: 30px;
}
.corp .corp-left .corp-left-btn{
    width: 180px;
    height: 40px;
    background-color: #E51A1A;
    margin-top: 60px;
    margin-left: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.corp .corp-left .corp-left-btn span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.corp .corp-left .message img{
    vertical-align: middle;
}
.corp .corp-right{
    background-color: white;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: -30px;
}
.corp .corp-right .corp-right-content{
    width: 480px;
    height: 454px;
    background: rgba(229, 26, 26, 0.85);
    border-radius: 8px;
    padding: 5px 40px;
}
.corp .corp-right .corp-right-content .corp-line{
    width: 120px;
    height: 4px;
    background-color: #fff;
    margin-top: 25px;
}
.corp .corp-right .corp-right-content .corp-info{
    margin-top: 20px;
    display: flex;
}
.corp .corp-right .corp-right-content .corp-info .corp-info-l{
    width: 150px;
    color: #fff;
    font-size: 18px;
}
.corp .corp-right .corp-right-content .corp-info .corp-info-l div{
    margin-bottom: 32px;
}
.corp .corp-right .corp-right-content .corp-info .corp-info-r{
    width: auto;
}

.corp .corp-right .corp-right-content .corp-info .corp-info-r div{
    height: 50px;
    margin-bottom: 10px;
    width: 350px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}