.activeBarBox {
    background-color: #148df7;
    min-width: 1200px
}


/* 筛选条件  */
.filterContainer ul li .filterTitle{
    width: 74px;
}

.mt12 {
    margin-top: 17px;
}

.all {
    padding: 3px 16px;
}


/* 主体内容 */

.content {
    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;
}

.checkBox {
    margin-top: 40px
}

.ml410 {
    margin-left: 410px;
}

.content ul {
    border: 1px solid #ededed;
    border-radius: 5px;
}

.content ul li {
    height: 120px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #ededed;
}
.content ul li:last-child {
    border-bottom: none; 
}

.bottomLeft img {
    width: 160px;
    height: 120px;
}

.bottomCenter {
    width: 800px;
    border-right: 1px solid #ededed;
    height: 120px;
}

.bottomCenter .lineOne {
    margin-top: 5px;
    display: inline-block;
    max-width: 750px;
}

.bottomCenter .lineTwo {
    max-width: 750px;
}

.bottomCenter .lineTwo {
    color: #616366;
}

.bottomCenter a.lineOne:hover {
    color: #148df7
}

.bottonRight {
    width: 202px;
}

.bottonRight .lineOne {
    color: #f78214;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.bottonRight .lineTwo em {
    color: #f78214;
}

.comeBtn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0073d8;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    margin-left: 65px;
}

.bottomLeft .text1 {
    left: 0;
    top: 0;
    background-color: #308bd8;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
}

.bottomLeft .text2 {
    left: 0;
    top: 0;
    background-color: #b3b3b3;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
}

.bottomLeft .text3 {
    left: 0;
    top: 0;
    background-color: #3eb135;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
}

.comeBtn2 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #b3b3b3;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    margin-left: 65px;
    margin-top: 30px;
}

.comeBtn3 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #b3b3b3;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    margin-left: 55px;
}


/* 弹窗 */

.backDia input {
    width: 305px;
    border: 1px solid #eeeeee;
    padding: 8px 10px
}

.backTip {
    top: 23%;
    width: 420px;
    height: 330px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(165 165 165);
    padding: 25px;
}