.houdongList {
    width: 100%;
}

.houdongList>li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
}

.houdongList>li>div {
    margin: 0 0 0 -25px;
}

.houdongList .left_con {
    display: flex;
}

.houdongList .left_con .poster_img {
    width: 272px;
    height: 172px;
    margin-right: 28px;
}

.houdongList .left_con .poster_img img {
    width: 100%;
    height: 100%;
}

.houdongList .left_con .text_con {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 400px;
    cursor: pointer;
}

.houdongList .left_con .text_con .hd_name {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.houdongList .left_con .text_con .hd_area {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.houdongList .left_con .text_con .hd_type {
    display: flex;
    align-items: center;
    margin: 0;
}

.houdongList .left_con .text_con .hd_type>div {
    margin: 0;
    background: #E5EAF6;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5D71BD;
    padding: 5px 8px;
    margin-right: 6px;
}

.houdongList .left_con .text_con .hd_time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.houdongList .right_con {
    /* margin-right:70px; */
}

.houdongList .right_con a {
    display: inline-block;
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #002FA7;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #002FA7;
    cursor: pointer;
}

.houdongList .right_con span {
    display: inline-block;
    width: 100px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background: #CDCDCD;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}