body {
    background-color: #F7F8FC;
}

.control {
    margin-top: 40px;
}

.control .layout {
    padding: 30px 32px;
    background-color: #fff;
}

.control .layout .screening {
    display: flex;
    padding: 0 0 28px 0;
}

.control .layout .screening p {
    margin-right: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.control .layout .selected {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border: 1px solid #DCDCDC;
    border-left: none;
    border-right: none;
}

.control .layout .selected p {
    margin-right: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.control .layout .selected ul {
    display: flex;
}

.control .layout .selected ul li {
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 9px 17px;
    background: #DCECFF;
    border-radius: 6px 6px 6px 6px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #0149AE;
}

.control .layout .selected ul li img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.control .layout .selected .clear {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    cursor: pointer;
}

.content {
    margin-top: 26px;
    margin-bottom: 26px;
}

.content .layout {}

.content .layout ul {}

.content .layout ul li {
    width: 582px;
    float: left;
    background-color: #fff;
    margin-top: 22px;
    margin-right: 36px;
}

.content .layout ul li:nth-child(2n) {
    margin-right: 0;
}

.content .layout ul li:nth-child(1),
.content .layout ul li:nth-child(2) {
    margin-top: 0;
}

.content .layout ul li a {
    height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 28px;
}

.content .layout ul li a .title_price {
    display: flex;
}

.content .layout ul li a .title_price .title {
    margin-right: 10px;
    width: 315px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.content .layout ul li a .title_price .price {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 22px;
    color: #0149AE;
}

.content .layout ul li a .tag {
    margin-top: 5px;
    display: flex;
}

.content .layout ul li a .tag .tag_item {
    margin-right: 12px;
    padding: 10px 18px;
    background: #DCECFF;
    border-radius: 6px 6px 6px 6px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #0149AE;
}

.content .layout ul li a .address {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
}

.content .layout ul li a hr {
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    border: none;
}

.content .layout ul li a .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .layout ul li a .box p {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
}

.content .layout ul li a .box .button {
    background: #0149AE;
    border-radius: 4px 4px 4px 4px;
    padding: 11px 27px;

    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}