/* 双伪标签清浮动，解决塌陷 */
.activeBarBox {
    background-color: #148DF6;
    min-width: 1200px
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
    background-color: #f7f9fc;
}


/* 筛选 */

.ml45 {
    margin-left: 45px;
}

.filterContainer ul li .filterBar {
    width: 1097px;
}

.filterContainer ul li .filterTitle {
    width: 85px;
}

.searchBlock {
    margin-top: 13px;
}


/* 主体内容 */

.contentBox {
    margin-top: 14px;
    background-color: #fff;
    min-width: 1200px;
}

.topTitle {
    background: url(../../foundService/images/supplyTitle.png) no-repeat left center;
    font-style: italic;
    padding-left: 5px;
    height: 85px;
    line-height: 90px;
}

.blue {
    color: #148df7;
    font-style: italic;
}

.TopSearch {
    border: 1px solid #cccccc;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    width: 230px;
    padding-left: 20px;
    margin-top: 25px;
    margin-right: 55px;
}

.TopSearch input {
    width: 200px;
    height: 35px;
    border: none;
}

.TopSearch .btns {
    height: 37px;
    width: 75px;
    background: url(../../foundService/images/supplySearch.png) no-repeat center center;
    top: -2px;
    right: -55px;
}



.list li {
    width: 386px;
    height: 212px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 1px rgba(20, 82, 126, 0.1);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #DCEDFC;
    margin: 20px 20px 0 0;
    box-sizing: border-box;
}

.list li:nth-of-type(1),
.list li:nth-of-type(2),
.list li:nth-of-type(3) {
    margin-top: 0;
}

.list li:nth-of-type(3n) {
    margin-right: 0;
}

.listTop {
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
}

.list img {
    width: 100%;
    height: 100%;
}

.imgA {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.list .right {
    width: calc(100% - 100px);
}

.list .lineOne {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin: 7px 0 14px 0;
}

.list .lineOne:hover {
    color: #148df7
}

.list .lineTwo {
    font-size: 14px;
    color: #999;
    line-height: 19px;
}

.list .lineTwo em {
    display: inline-block;
    padding: 4px 12px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .lineTwo em:nth-child(1) {
    color: #148DF6;
    background-color: #EDF6FE;
}
.list .lineTwo em:nth-child(2) {
    color: #F79A14;
    background-color: #FFF4EC;
}
.list .lineThree {
    width: 384px;
    height: 50px;
    line-height: 50px;
    background: #F5F9FD;
    border-radius: 0px 0px 10px 10px;
    padding: 0 20px;
    box-sizing: border-box;
}

.list .lineThree img {
    width: 14px;
    height: 15px;
    display: block;
    margin: 17px 10px 0 0;
}

.list .lineThree p {
    font-size: 15px;
    color: #666666;
}
.list .lineFour {
    width: 340px;
    height: 44px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;  /* 新增此行 */
    -webkit-line-clamp: 2;
    color: #999;
    margin-top: 10px;
}

.allOn {
    border: 1px solid #148df7 !important;
    background-color: #f3f9ff !important;
    color: #148df7 !important
}

.tdBox li:hover .lastBox {
    display: none;
}

.tdBox li:hover .nowTal {
    display: block;
}

.tdBox .nowTal {
    /* display: block; */
    display: none;
    width: 200px;
    height: 40px;
    border-radius: 8px;
    background-color: #148df7;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
}