html,
body {
    background: #fafafa;
}

.choose {
    width: 1200px;
    min-height: 180px;
    background: #fff;
    margin: -22px auto 21px;
}

.search {
    width: 1200px;
    min-height: 41px;
    margin: 25px auto 0px;
}

.service,
.city,
.county {
    width: 100%;
    min-height: 70px;
    position: relative;
}

.serHd,
.cityHd,
.countryHd {
    width: 110px;
    height: 70px;
    padding: 25px 0 0 21px;
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0.1px;
}

.serCon,
.cityCon,
.countryCon {
    width: 1000px;
    min-height: 70px;
    padding: 25px 0 0 21px;
}

.serCon li,
.cityCon li,
.countryCon li {
    float: left;
    margin: 0 20px 10px 20px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.1px;
    line-height: 20px;
    cursor: pointer;
}

.more {
    display: block;
    width: 60px;
    height: 26px;
    background: #F4F2F2;
    border-radius: 100px;
    position: absolute;
    right: 30px;
    top: 25px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    font-size: 13px;
    color: #606060;
    letter-spacing: 0.1px;
}

.searchWord {

    position: relative;
    width: 289px !important;
}

.searchBtn {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 1px;
    top: 2px;
    background: #fff;
    outline: none;
    border: 0;
}

.layui-form-select .layui-edge {
    border-right-color: #ED2000;
    border-bottom-color: #ED2000;
    border-top-color: #fff;
    top: 26px!important;
    right: 5px;
    border-width: 5px;
}

.search .layui-input:hover {
    border-color: #ED2000 !important;
}

.search .layui-form-select dl dd.layui-this {
    background-color: #ED2000;
}

.content {
    width: 1200px;
    min-height: 600px;
    margin: 0 auto 50px;
}

.footerBom {
    position: relative;
    width: 100%;
    height: 200px;
}

#biuuu_city_list li {
    width: 280px;
    height: 242px;
    float: left;
    background: #fff;
    margin: 20px 10px;
    border-radius: 5px;
    overflow: hidden;
}

#biuuu_city_list {
    margin-bottom: 50px;
}

#biuuu_city_list li img {
    width: 280px;
    height: 160px;
    border-radius: 5px 5px 0 0;
}

.listCon {
    width: 100%;
    height: 82px;
    position: relative;
    padding-left: 11px;

}

.listCon h3 {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
    margin: 14px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listCon p {
    font-size: 13px;
    color: #1296DB;
    letter-spacing: 0;
    padding-left: 20px;
    background: url(../img/icon_weizhi.png) no-repeat  0  2px;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
    width: 184px;/*需要配合宽度来使用*/
    float: left;
}

.listCon span {
    display: block;
    position: absolute;
    width: 71px;
    height: 25px;
    background: #E8FFD4;
    color: #008439;
    right: 11px;
    bottom: 31px;
    border-radius: 15px 0 15px 15px;
    text-align: center;
    line-height: 25px;
}

.liActive {
    color: #E70000 !important;
    font-weight: 600;
}
.dis-hide{
    display: none!important;
}
.add-project{
    display: block;
    width: 105px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #FF0303 url(../img/addpost.png) 15px center no-repeat;
    border-radius: 2px;
    padding-left: 15px;
    display: block;
}
.add-project:hover{
    color: #fff;
}