.huase_box {
    width: 100%;
    padding: calc(5px + 5rem) 0;
}

.huase_box .huase {
    max-width: 1470px;
    width: 85%;
    margin: auto;
}

.huase .huase_title {
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(6px + 1.5rem);
    color: #A22124;
    line-height: calc(12px + 2rem);
    text-align: center;
    margin-bottom: calc(7px + 1rem);
}

.huase .huase_miaoshu {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    text-align: center;
}

.huase .p3 {
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(8px + 2rem);
    color: #333333;
    line-height: calc(10px + 3rem);
    text-align: center;
    margin-top: calc(30px + 5rem);
}

.huase_list_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 5rem);
    margin-top: calc(14px + 4rem);
}

.huase_list_box .huase_list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.huase_list_box .huase_list_item:nth-child(even) {
    flex-flow: row-reverse;
}

.huase_list_box .huase_list_item .huase_text {
    width: 47.619%;
}

.huase_list_box .huase_list_item .huase_pic {
    width: 47.619%;
    height: calc(114px + 20rem);
}

.huase_list_box .huase_list_item .huase_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.huase_list_box .huase_list_item .huase_text .p1 {
    font-family: Source_Han_Light;
    font-weight: 600;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: calc(5px + 1.5rem);
}

.huase_list_box .huase_list_item .huase_text .p2 {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    margin-top: calc(5px + 0.5rem);
}

.huase_list_box .huase_list_item .huase_text .p2 p {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);

}

.huase_more a {
    font-family: Source_Han_Light;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #231F20;
    line-height: calc(10px + 1.5rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.25rem);
    margin-top: calc(7px + 2rem);
    transition: .5s;
}

.huase_more img {
    width: calc(3px + 0.5rem);
    display: none;
}

.huase_more img:nth-of-type(1) {
    display: block;
}

.huase_list_item:hover .huase_more a {
    color: #A22124;
}

.huase_list_item:hover .huase_more img {
    display: none;
}

.huase_list_item:hover .huase_more img:nth-of-type(2) {
    display: block;
}

@media (max-width: 1100px){
    .huase .huase_title{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .huase .huase_miaoshu{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .huase .p3{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .huase_list_box .huase_list_item{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .huase_list_box .huase_list_item .huase_text{
        width: 100%;
    }
    .huase_list_box .huase_list_item .huase_text .p1{
        font-size: calc(12px + 1rem);
    }
    .huase_list_box .huase_list_item .huase_text .p2 p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .huase_more a{
        font-size: calc(10px + 1rem);
    }
    .huase_more img {
        width: calc(11px + 0.5rem);
       
    }
    .huase_list_box .huase_list_item .huase_pic{
        width: 100%;
        height: calc(114px + 30rem);
    }
    .huase_list_box .huase_list_item:nth-child(even) {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
        
    }
}