.p_partner {
    background-color: #f7f7f7;
}

.p_partner .content {
    width: 1200px;
    margin: 0 auto;
}

.p_partner .content .line1 {
    margin: 20px 0;
}

.p_partner .content .line_box {
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.p_partner .content .line_box .image {
    width: 600px;
    height: 300px;
}

.p_partner .content .line_box .info {
    background-color: #fff;
    width: 600px;
    height: 300px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.p_partner .content .line_box .info {
    background-color: #fff;
    width: 600px;
    height: 300px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.p_partner .content .line_box .info .name {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.p_partner .content .line_box .info .name .avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.p_partner .content .line_box .info .name .name_text {
    margin-left: 20px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.p_partner .content .line_box .info .name .name_text .text {
    font-weight: 700;
    font-size: 16px;
    color: #3c3e42;
}

.p_partner .content .line_box .info .name .name_text .tags {
    font-weight: 400;
    font-size: 12px;
}

.p_partner .content .line_box .info .name .name_text .tags .tag1 {
    max-width: 100px;
    font-weight: 400;
    font-size: 12px;
    background: #46B2FF;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    box-sizing: border-box; 
}

.p_partner .content .line_box .info .name .name_text .tags .tag2 {
    max-width: 100px;
    font-weight: 400;
    font-size: 12px;
    color: #DD4E41;
    background: rgba(221, 78, 65, 0.16);
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 5px;
    display: inline-block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box; 
}

.p_partner .content .line_box .info .info_text {
    /* 超出四行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #3c3e42;
}

.p_partner .content .line_box .info .btn {
    padding: 10px 20px;
    color: #108cda;
    border: 1px #108cda solid;
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
}
.p_partner .content .line_box .info .btn:hover {
    padding: 10px 20px;
    color: #ffffff;
    border: 1px #108cda solid;
    background-color: #108cda;
    box-sizing: border-box;
    border-radius: 30px;
}

.p_partner .content .line2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

.p_partner .content .line2 .line_box .image {
    width: 300px;
    height: 170px;
    object-fit: cover;
}

.p_partner .content .line2 .line_box .info {
    width: 300px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.p_partner .content .line2 .line_box .info .name .avatar {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.p_partner .content .line2 .line_box .info .name .name_text {
    height: 42px;
}

.p_partner .content .line2 .line_box .info .name .name_text .text {
    font-size: 13px;
}

.p_partner .content .line2 .line_box .info .info_text {
    /* 超出四行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #3c3e42;
}

.p_partner .content .line3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(4, 1fr); */
    grid-gap: 20px;
    margin-bottom: 20px;
}

.p_partner .content .line3 .line_box .info {
    height: 200px;
}

.p_partner .content .line3 .line_box .info .info_text {
    /* 超出四行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #3c3e42;
}