﻿/* 模板九 Start */
.build_top {
    display: flex;
    flex-direction: column;
}

.build_top_zn {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 31px;
}

.build_top_en {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 31px;
}

.build_top_en>p {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
    flex: 1;
    min-width: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.build_top_en>a {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}
/* 模块1 */
.build_demo1 {
    margin-top: 40px;
    display: flex;
}

.build_demo1_left {
    width: 460px;
    height: 280px;
    margin-right: 30px;
}

    .build_demo1_left > span {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #882931;
    }

.build_demo1_right {
    flex: 1;
    min-width: 1px;
    padding: 15px 0;
    box-sizing: border-box;
}

.build_demo1_right_text {
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}
/* 模板九 End */
