.search-right {
    float: right;
    width: 112px;
    height: 53px;
}
.search-tab-dw {
    width: 55px;
    height: 52px;
    border-left: 1px solid #f5f5f5;
    margin-top: 1px;
    float: left;
    background: url(/resources/views/search/images/dw-icon.png) no-repeat center;
    cursor: pointer;
}
/*图文视图*/
.search-tab-dw-red {
    background: #fff url(/resources/views/search/images/dw-icon-red.png) no-repeat center;
}
.search-tab-list {
    background: url(/resources/views/search/images/list-icon.png) no-repeat center;
}
/*列表视图*/
.search-tab-list-red {
    background: #fff url(/resources/views/search/images/list-icon-red.png) no-repeat center;
}

.term {
    width: 1150px;
    height: 50px;
    line-height: 50px;
    background: #E5E5E5;
    padding: 0 20px;
    overflow: hidden;
}

.findAll {
    float: left;
    font-size: 16px;
}

.findAll span {
    color: #D7000F;
}

.result-list {
    width: 600px;
    float: left;
    margin-left: 20px;
}

.result-list li {
    cursor: pointer;
    float: left;
    margin: 0 10px 0px 0;
    display: inline-block;
}

.result-list li span {
    background: #d7000f;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    margin-left: -4px;
    margin-right: -4px;
}

.result-list li img {
    margin-top: -3px;
}

.result-more {
    float: right;
}

.result-empty {
    color: #d7000f;
}

/*筛选*/
.screenBar {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.screenHead {
    width: 100%;
    height: 53px;
    font-size: 14px;
}

.screenHead .screenSig, .screenName {
    display: block;
    float: left;
    width: 100px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    z-index: 66;
}

.screenHead .screenSig {
    cursor: pointer;
    position: relative;
}

.arrow_s {
    margin-left: 2px;
    background: url('/resources/views/search/images/down.png') no-repeat;
    width: 12px;
    height: 6px;
    display: inline-block;
}

.arrow_more {
    margin-left: 2px;
    background: url('/resources/views/search/images/up.png') no-repeat;
    width: 12px;
    height: 6px;
    display: inline-block;
}

.screenSig .cityChose {
    width: 100px;
    height: 53px;
    line-height: 53px;
}

.screenSig .cityChoseact {
    width: 100px;
    height: 53px;
    line-height: 53px;
    background: #D7000F;
    color: #ffffff;
}
/*二级列表*/
.cityList {
    padding: 0 20px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 4px;
    background: #fff;
    overflow: hidden;
    width: 398px;
    position: absolute;
    top: 53px;
    left: 0px;
}

.companyList {
    width: 691px;
    /*height: 143px;*/
    padding: 0 12px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 4px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 53px;
    left: 0px;

}

.cityWrap .show {
    display: block;
}

.cityWrap_list {
    display: none;
}

.city_list li {
    float: left;
    width: 66px;
    height: 30px;
    line-height: 38px;
    cursor: pointer;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.city_list li:hover {
    color: #111;
}

.tap ,.tapOne{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.tap li ,.tapOne li{
    width: 66px;
    float: left;
    cursor: pointer;
}

.tap li.active {
    border-bottom: 2px solid #D7000F;
    color: #D7000F;
}
.tapOne li.active {
    border-bottom: 2px solid #D7000F;
    color: #D7000F;
}

.font14 {
    font-size: 14px;
    color: #999;
}

.cityWrap .show {
    display: block;
}

.timeList {
    background: #fff;
    width: 162px;
}

.timeWrap {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.timeWrap li {
    width: 140px;
    padding-left: 20px;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    color: #999;
}

.timeWrap li:hover {
    color: #111111;
}

.tapTwo {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    width: 1230px;
    height: 55px;
}

.tapTwo li, .tapThree li {
    font-size: 14px;
    color: #2A2A2A;
    width: 46px;
    float: left;
    cursor: pointer;
}

.tapTwo li.active {
    border-bottom: 2px solid #D7000F;
    color: #D7000F;
}

.tapThree li.active {
    border-bottom: 2px solid #D7000F;
    color: #D7000F;
}

.company_list li {
    float: left;
    width: 158px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin-right: 13px;
}
.company_list a:nth-child(4n+4) li {
    margin-right: 0;
}
.company_list a:nth-child(4n+1) li {
    margin-left: 8px;
}
.companyList .prev1, .companyList .next1 {
    display: block;
    font-family: 宋体;
    text-align: left;
    width: 12px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    color: #ccc;
    font-weight: bold;
    margin-right: 11px;
}
.companyList .next1 {
    text-align: right;
    margin-left: 12px;
    margin-right: 0;
}
.items {
    float: left;
    /*position: relative;*/
    width: 644px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 15px;
}
.tipCon {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 0px;
    box-shadow: 0px 2px 2px 2px #f5f5f5;
    z-index: 66;
}
.infoTip {
    padding: 6px;
    line-height: 18px;
    font-size: 12px;
    color: #333333;
    background: #f5f5f5;
    box-shadow: 0 0 6px #e5e5e5;
    max-width: 270px;
    border-radius: 2px;
}
