.Breadcrumb {
    color: #737373;
    font-size: 16px;
    padding-left: 170px;
    padding-top: 15px;
    padding-bottom: 15px
}

.card-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0;
    margin-right: 28px
}





.card-title-text {
    width: 100%;
    margin-top: 5px;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 700;
    text-align: justify;
    color: #000;
    line-height: 1.5
}

.card-name-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    text-align: right
}

.card-text {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    color: #141414;
    text-align: justify;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    /* 省略号 */
}

.card-text-center {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    padding: 0 20px
}

.card-ig {
    width: 306px;
    height: 411px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    margin-right: 28px
}

.card-news {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    margin-right: 28px
}

.card-ig-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.verticalfont {
    writing-mode: vertical-lr
}

.red-font {
    color: red;
    font-weight: 700
}

#nobanner {
    padding: 0 0 100px 0
}

.projectlistcard-box {
    width: 416px;
    height: 395px;
    background-color: #F5F5F5;
    border-radius: 0;
    overflow: hidden;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0;
    margin: 20px 14px
}

.homestorycard-box {
    width: 416px;
    height: 100%;
    background-color: #F5F5F5;
    border-radius: 0;
    overflow: hidden;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0;
    margin: 20px 14px
}

.buildingcard-box {
    width: 635px;
    height: 100%;
    background-color: #F6EFE7;
    border-radius: 0;
    overflow: hidden;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0;
    margin: 20px 14px 20px 0
}

.buildingcard-box .buildingcard-box-txt {
    text-align: left;
    margin: 20px
}

.homestorycard-img {
    height: 180px;
    border-radius: 0;
    object-fit: cover
}

.buildingcard-right-imgbox {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4px;
    gap: 7px;
    box-sizing: border-box
}

.buildingcard-right-imgbox img {
    width: 100%;
    height: auto;
    max-width: 305px;
    object-fit: cover
}

.buildingcard-right-imgbox .buildingcard-right-txt {
    margin: 10px auto;
    text-align: center
}

.projectcard-box {
    width: 426px;
    height: 272px;
    background-color: #F5F5F5;
    border-radius: 0;
    overflow: hidden;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 4px;
    gap: 7px
}

.projectcard-box-img {
    width: 100%;
    height: 272px;
    border-radius: 0;
    object-fit: cover
}