.building {}


.buildingContent {
    width: 1200px;
    margin: 0 auto;
}

.buildingContent .search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.buildingContent .search .title {
    display: flex;
    align-items: center;
}

.buildingContent .search .title span {
    background: rgba(23, 70, 212, 1);
    width: 4px;
    height: 40px;
    display: inline-block;
}

.buildingContent .search .title p {
    margin-left: 24px;
    font-size: 28px;
    color: rgba(56, 56, 56, 1);
}

.buildingContent .search_box_input select {
    width: 120px;
    height: 43px;
    outline: none;
    color: rgba(56, 56, 56, 1);
    font-size: 14px;
    /* text-align-last: center; */
    /* padding: 10px; */
    background-color: rgba(247, 249, 250, 1);
    border: none;
}

.buildingContent .search .right {
    display: flex;
    align-items: baseline;
}
.buildingContent .search .right .input-group input {
    width:300px;
    height: 50px;
    color: rgba(56, 56, 56, 1);
    border-color: rgba(222, 222, 222, 1);
    border-right:none;
}
.buildingContent .search .right .input-group input::placeholder {
    color: rgba(56, 56, 56, 1);
}
.buildingContent .search .right .btn{
    border-color: rgba(222, 222, 222, 1);
    border-left:none;
}
.buildingContent .search .right img {}

.buildingContent .search_box {
    margin-top: 18px;
    margin-bottom: 26px;
    width: 100%;
    padding: 25px 25px 0 25px;
    background-color: rgba(247, 251, 255, 1);
    border-radius: 4px;
}
.buildingContent .search_box_title {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}
.buildingContent .search_box_title img {
    width: 23px;
    height: 18.5px;
    margin-right: 7px;
}
.buildingContent .search_box_title span {
    color: rgba(56, 56, 56, 1);
    font-weight: 500;
    font-size: 20px;
}
.buildingContent .search_box_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.buildingContent .search_box_input .input_box{
    width: 48%;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px 0 33px;
    border: 1px solid rgba(222, 222, 222, 1);
}
.buildingContent .search_box_input .input_box>span{
    font-size: 16px;
    color: rgba(56, 56, 56, 1);
    width: 24%;
    text-align: right;
}
.buildingContent .search_box_input .input_box>div {
    display: flex;
    justify-content: space-between;
}
.buildingContent .search_box_input .input_box .search_val {
    width: 48%;
    background-color: rgba(247, 249, 250, 1);
    height: 43px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    padding: 0 19px;
    box-sizing: border-box;
}
.buildingContent .search_box_input .input_box>p {
    width: 1px;
    height: 28px;
    margin: 0 18px 0 16px;
    background-color: rgba(207, 207, 207, 1);
}
.buildingContent .search_box_input .input_box .input_title_address{
    width: 90%;
}
.buildingContent .search_box_input .input_box .input_title_address .search_val{
    width: 100%;
}
.buildingContent .search_box_input .input_box .search_val img {
    width: 17.62px;
    height: 19px;
    margin-right: 15px;
}
.buildingContent .search_box_input .input_box .search_val input{
    outline: none;
    border: none;
    background-color: rgba(247, 249, 250, 1);
    color: rgba(56,56,56,1);
    width: 90%;
}
.buildingContent .search_box_input .input_box .search_val input::placeholder{
    color: rgba(56,56,56,1);
}
.buildingContent .search_box .search_btn{
    display: flex;
    justify-content: center;
}
.buildingContent .search_box .search_btn>div{
    width: 104px;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 38px;
}
.buildingContent .search_box .search_btn .search_btn_ferret{
    background-color: rgba(23, 70, 212, 1);
    color: white;
}
.buildingContent .search_box .search_btn .search_btn_reset{
    border: 1px solid rgba(23, 70, 212, 1);
    color: rgba(23, 70, 212, 1);
    background-color: white;
    margin-left: 12px;
}
.buildingList {}

.buildingList .list {
    display: flex;
    padding: 24px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.buildingList .list .workshop_bar{
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    height: 30px;
}
.buildingList .list:hover{
    border: 1px solid rgba(23, 70, 212, 1);;
}
.buildingList .list .left {
    display: flex;
}

.buildingList .list .left img:nth-of-type(2) {
    height: 150px;
    width: 200px;
    border-radius: 10px;
}

.buildingList .list .left .leftRight {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buildingList .list .left .leftRight p {
    font-size: 24px;
    font-weight: 700;
    color: rgba(56, 56, 56, 1);
}

.buildingList .list .left .leftRight .leftList {}

.buildingList .list .left .leftRight .leftList .listIn {
    margin-top: 10px;
}

.buildingList .list .left .leftRight .leftList .listIn img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.buildingList .list .left .leftRight .leftList .listIn span {
    color: rgba(56, 56, 56, 1);
    font-size: 16px;
}

.buildingList .list .right {
    text-align: center;
}

.buildingList .list .right p {
    color: rgba(23, 70, 212, 1);
    font-size: 48px;
    font-weight: 700;
}

.buildingList .list .right span {
    color: rgba(128, 128, 128, 1);
}
#page{
    margin-bottom:60px;
}


/* 分页 */
/* .pagination_table{
    margin-top: 20px;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}
.pagination_table tr{
    text-align: center;
}

.pagination_table td a{
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px;
}
.pagination_table td span{
    font-size: 12px;
}
.pagination_noactive{
    color: #606266;
    background-color: #f4f4f5;
}

.pagination_active{
    color: #c0c4cc;
    cursor: not-allowed;
    background-color: #f4f4f5;
}

.pagination_noactive_num{
    color: #606266;
    background-color: #f4f4f5;
}
.pagination_active_num{
    background-color: #409eff;
    color: #fff;
} */
/* 分页 */
#pageContainer {
    margin-top: 20px;
    margin-bottom: 45px;
}

#pagination {
    margin-top: 10px;
    text-align: center;

}

#paginationLinks span {
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
    /* border: 1px solid #ddd; */
    box-sizing: border-box;
}
#paginationLinks span:first-of-type,#paginationLinks span:last-of-type{
    border: none;
}
.page-link {
    cursor: pointer;
    color: #606266;
    background-color: #f4f4f5;
    padding: 0
}

.page-link.disabled {
    color: #c0c4cc;
    cursor: not-allowed;
    background-color: #f4f4f5;
}

.page-link-active {
    background-color: #409eff;
    color: #fff;
}

/* 新日期选择 */
.c-datepicker-date-editor{
    background-color: rgba(247, 249, 250, 1);
    border: none;
    padding: 0;
}
.c-datepicker-data-input{
    width: 80% !important;
}