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

#search {
    position: relative;
    top: -71px;
}

#search .searchHeader {
    height: 450px;
    background: url('/themes/classic/images/search_header.png');
    background-size: 100% 100%;
    padding-top: 71px;
}

#search .searchHeader .searchHeaderTitle {}

#search .searchHeader .searchHeaderTitle .searchHeaderTitleItem {
    display: flex;
    justify-content: center;
    align-items: center;
}

#search .searchHeader .searchHeaderTitle .searchHeaderTitleItem .searchXm {
    margin-right: 87px;
    color: #1767FF;
    margin-top: 0;
    cursor: pointer;
}


#search .searchHeader .searchHeaderTitle .searchHeaderTitleItem input:checked + .searchXm {
    color: #fff;
    background: #1767FF;
    padding: 8px 17px;
    border-radius: 17px;
    margin-top: 0;
    cursor: pointer;
}

#search .searchHeader .searchHeaderTitle .searchHeaderTitleItem .active {
    color: #fff;
    background: #1767FF;
    padding: 8px 17px;
    border-radius: 17px;
    margin-top: 0;
    cursor: pointer;
}

/* 搜索框 */
#search .searchHeader .searchHeaderTitle .searchBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 765px;
    height: 50px;
    margin: 35px auto 0;
}

#search .searchHeader .searchHeaderTitle .searchBox .ipt {
    width: 100%;
    height: 100%;
    padding-left: 35px;
    background: #fff;
    border-radius: 25px 0px 0px 25px;
    border: 1px solid #1767FF;
}

#search .searchHeader .searchHeaderTitle .searchBox .ipt>input {
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
}

#search .searchHeader .searchHeaderTitle .searchBox .btn {
    width: 120px;
    background: #1767FF;
    height: 100%;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 0px 25px 25px 0px;
    border: 1px solid #1767ff;
    cursor: pointer;
}

#search .searchHeader .searchHeaderTitle .searchBox .btn>span {}

#search .Conditions {
    border: 1px solid #D2D0D0;
    border-top: 4px solid #1767FF;
    border-radius: 3px 4px 0px 0px;
    position: absolute;
    top: 256px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

#search .Conditions>h3 {
    padding:15px 0  25px 39px;
    font-size: 18px;

}

#search .Conditions .ConditionsCon {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#search .Conditions .ConditionsCon .fontW {
    font-weight: 700;
    padding-right: 39px;
    cursor: pointer;
    padding-left: 39px;
}

#search .Conditions .ConditionsCon .pad70 {
    padding-right: 70px;
    color: #666;
    cursor: pointer;
}


#search .Conditions .ConditionsCon input:checked + .pad70 {
    color: #fff;
    background: #3699FF;
    border-radius: 10px;
    padding: 7px 11px;
    cursor: pointer;
    margin-right: 70px;
}

#search .Conditions .ConditionsCon .active {
    color: #fff;
    background: #3699FF;
    border-radius: 10px;
    padding: 7px 11px;
    cursor: pointer;
    margin-right: 70px;
}

#search .Conditions .reset {
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 7px 19px;
    border-radius: 10px;
    background: #CCC;
    margin-right: 10px;
}

/* 项目列表 */
#search .projectBj {
    width: 100%;
    height: 100%;
    background: url('/themes/classic/images/search_bg.png') no-repeat top left;
    background-size: 100% 100%;
}

#search .projectList {
    margin-top: 25px;

}

#search .projectList .ListItem {

    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    transition: transform 0.3s, box-shadow 0.3s;
}

#search .projectList .card-popup {}

#search .projectList .ListItem:hover {
    transform: translateY(-5px);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.36);
    border-radius: 8px;
    border: none;
    background: #fcfcfc;
    cursor: pointer;
}

#search .projectList .ListItem .ListItemLf {}

#search .projectList .ListItem .ListItemLf .title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 17px;
    padding-top: 35px;
}

#search .projectList .ListItem .ListItemLf .qyInfo {
    padding-bottom: 10px;
    color: #7f7f7f;

}

#search .projectList .ListItem .ListItemLf .xmInfo {
    display: flex;
    width: 428px;
    height: 48px;
    background: #F7F8FA;
    border-radius: 8px;
    margin-bottom: 30px;
    align-items: center;
    padding-left: 20px;
}

#search .projectList .ListItem .ListItemLf .xmInfo .xmInfoT {
    display: flex;
    align-items: center;
}

#search .projectList .ListItem .ListItemLf .xmInfo .xmInfoT .xmInfoPic {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

#search .projectList .ListItem .ListItemLf .xmInfo .xmInfoT .xmInfoPic img {
    width: 100%;
}

#search .projectList .ListItem .ListItemLf .xmInfo .xmInfoT .name {}

#search .projectList .ListItem .ListItemLf .xmInfo .xmInfoLink {
    /* padding-right: 0 25px; */
    border-left: 1px solid #777;
    height: 25px;
    margin: 0 25px;
}

#search .projectList .ListItem .ListItemLf .xmInfo .xmInfoB {}

#search .projectList .ListItem .ListItemRg {}

#search .projectList .ListItem .ListItemRg .address {
    display: flex;
    margin-top: 48px;
    margin-right: 15px;
}

#search .projectList .ListItem .ListItemRg .address .addressPic {
    width: 16px;
    height: 18px;
    margin-right: 15px;
}

#search .projectList .ListItem .ListItemRg .address .addressPic img {
    width: 100%;
}

#search .projectList .ListItem .ListItemRg .address .addressName {
    color: #777;
}

#search .projectList .ListItem .ListItemRg .time {
    display: flex;
    margin-top: 60px;
}

#search .projectList .ListItem .ListItemRg .time .timePic {
    width: 16px;
    height: 16px;
    margin-right: 13px;
}

#search .projectList .ListItem .ListItemRg .time .timePic img {
    width: 100%;
}

#search .projectList .ListItem .ListItemRg .time .timeName {
    font-style: italic;
    color: #777;
    font-size: 16px;
}