.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #F7F7F7;
    color: #545454;
  }
  
  .crumbs .crumbs-container {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
  }
  
  .crumbs .crumbs-container .crumbs-container-item a {
    cursor: pointer;
  }
  
  .content-container {
    width: 100%;
    display: flex;
    justify-content: center;
    /* min-height: 1200px !important; */
    background-color: #fff;
  }
  
  .content-container .content {
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
  }
  
  .content-container .content .content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
  }
  
  .content-container .content .content-time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 35px;
    color: #919191;
    background-color: rgb(250, 250, 250);
    height: 40px;
    margin-bottom: 40px;
  }
  
  .content-container .content .middle-content {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
  }
  
  .content-container .content .middle-content img {
    max-width: 100%;
  }
  
  .content-company {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    background-color: #fff;
    padding-left: 27px;
    padding-bottom: 15px;
  }
  
  .company-item {
    width: 240px;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(226, 225, 225, 0.788);
    margin: 5px;
    background-color: #fff;
    margin-top: 15px;
  }
  
  .company-item-img {
    width: 100%;
    height: 75%;
  }
  
  .company-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .company-item>p {
    width: 220px;
    height: 25px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-left: 3px;
  }
  
  .company-item-text {
    display: flex;
    height: 30px;
    margin-top: 10px;
  }
  
  .company-item-text>div {
    height: inherit;
    line-height: 30px;
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 5px;
    color: #F7F7F7;
  }
  
  .company-item-text>div:nth-of-type(1) {
    background-color: #04d2a3;
  }
  
  .company-item-text>div:nth-of-type(2) {
    background-color: #fe7c01;
  }
  
  .company-item-text>div:nth-of-type(3) {
    background-color: #1e9fff;
  }
  
  .company-item-text>div:nth-of-type(4) {
    background-color: #ff5722;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70px;
    margin: 0;
    white-space: nowrap;
  }
  
  .service-classification {
    display: flex;
    position: relative;
  }
  
  .service-classification::after {
    position: absolute;
    content: '';
    width: 105.3%;
    border-bottom: 1px dotted rgb(221, 219, 219);
    bottom: 0;
    left: -30px;
  }
  
  .service-classification>div {
    line-height: 50px;
  
  }
  
  .demand-time {
    display: flex;
    position: relative;
  }
  
  .demand-time::after {
    position: absolute;
    content: '';
    width: 105.3%;
    border-bottom: 1px dotted rgb(221, 219, 219);
    bottom: 0;
    left: -30px;
  }
  
  .demand-time>div {
    line-height: 50px;
  }
  
  .content-nav {
    border: 1px solid rgb(221, 219, 219);
    padding: 15px 30px;
  }
  
  .content-nav span {
    display: none;
  }
  
  .selected-condition {
    height: 50px;
    display: flex;
    justify-content: space-between;
  
  }
  
  .selected-condition>div {
    display: flex;
    padding-top: 15px;
  }
  
  .selected-condition>div:nth-of-type(1)>p:nth-of-type(2) {
    color: #a3a3a3;
    margin-left: 8px;
  }
  
  .selected-condition>div:nth-of-type(1)>p:nth-of-type(1) {
    font-weight: 550;
  }
  
  .selected-condition>div:nth-of-type(2)>p {
    color: #a3a3a3;
    margin-right: 3px;
    margin-top: 3px;
  }
  
  .selected-condition>div:nth-of-type(2)>input {
    height: 30px;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid rgb(221, 219, 219);
    margin-right: 30px;
  }
  
  .selected-condition>div:nth-of-type(2)>button {
    height: 30px;
    width: 80px;
    border: none;
    background-color: #00acef;
    border-radius: 5px;
    color: #F7F7F7;
    cursor: pointer;
  }
  
  .content-nav ul {
    height: 50px;
  }
  
  
  
  /*  */
  .trade-hall-wraper {
    background-color: #f3f2f2;
    overflow: hidden;
  }
  
  .search-filter-contain {
    background: #fff;
    width: 1240px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  
  .select {
    width: 100%;
    margin: 2% auto;
    font-size: 14px;
  }
  
  .select .select-list {
    border-bottom: #eee 1px dashed;
  }
  
  .select li {
    list-style: none;
    padding: 7px 0 5px 100px;
    height: 45px;
    box-sizing: border-box;
  }
  
  .select dl {
    zoom: 1;
    position: relative;
    line-height: 30px;
    height: 30px;
  }
  
  /* .select .selected a {
    background-color: #00acef;
    padding: 3px 6px;
    box-sizing: border-box;
    color:#ffffff;
  } */
  
  .select dt {
    width: 100px;
    /* margin-bottom: 5px; */
    position: absolute;
    top: 0;
    left: -100px;
    text-align: right;
    color: #666;
    height: 30px;
    line-height: 30px;
  }
  
  .select dd {
    float: left;
    display: inline;
    margin-left: 5px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .select dd a {
    color: #039;
  }
  
  .select dd:not(.selected, .select-no):hover {
    background-color: #f3edc2;
    cursor: pointer;
  }
  
  .select dd a:not(.selected):hover {
    color: #00acef;
  }
  
  .selected {
    background-color: #00acef;
  }
  
  .selected a {
    color: #ffffff !important;
  
  }
  
  .select .select-result a {
    width: 58px;
    padding-right: 20px;
    background-color: #00acef;
    background: url("/assets/index/web/images/close.gif") no-repeat;
    background-position: right 5px;
  }
  
  .select .select-result a:hover {
    background-position: right -19px
  }
  
  .select-no {
    color: #999
  }
  
  .selectbtn {
    background: #00acef;
    color: #FFF;
    text-align: center;
    border: none;
    width: 80px;
    border-radius: 3px;
    height: 30px;
  }
  
  .selectbtn:hover {
    background: #ff5c00;
  }
  
  .main-content {
    background-color: #f3f2f2;
    padding-bottom: 30px;
    margin-bottom: 12px;
  }
  
  .main-content .search-filter-type {
    height: 58px;
    width: 100%;
    background-color: #fff;
  }
  
  .clearfix {
    overflow: hidden;
  }
  
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  
  .main-content .search-filter-type .search-filter ul {
    height: 100%;
    width: 400px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #333;
  }
  
  .clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .main-content .search-filter-type .search-filter ul .default-line {
    /* border-bottom: 2px solid #00acef; */
    box-shadow: 0 0 6px #e5e5e5;
    color: #00acef;
  }
  
  .main-content .search-filter-type .search-filter ul li {
    display: inline-block;
    width: 128px;
    height: 100%;
    text-align: center;
    line-height: 58px;
  }
  
  .main-content .search-filter-type .search-filter ul li i {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(//as.zbjimg.com/static/nodejs-zbj-bid-api/widget/common/img/sprite1_c9b678c.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: -42px -1px;
  }
  
  .trade-list-contain .demand-list .demand {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    /* height: 120px; */
    background-color: #fff;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 15px 0;
  }
  
  .listtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .trade-list-contain .demand-list .demand .d-title {
    line-height: 24px;
    height: 28px;
    width: 70%;
    margin-top: 5px;
  
  }
  
  .d-num-count {
    width: auto;
    color: #c1c1c1;
    text-align: center;
    display: inline-flex;
  
  }
  
  .trade-list-contain .demand-list .demand .d-title .icons-top,
  .trade-list-contain .demand-list .demand .d-title .icons-topics {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    background-color: #8ec55b;
    color: #eee;
  }
  
  .trade-list-contain .demand-list .demand .d-title .xq-title {
    text-decoration: none;
    font-size: 16px;
    color: #484848;
    font-weight: 700;
    display: inline-block;
    max-width: 420px;
    margin-left: 10px;
  }
  
  .trade-list-contain .demand-list .text-ellipisis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .trade-list-contain .demand-list .demand .d-base {
    font-size: 14px;
    color: #999;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .trade-list-contain .demand-list .demand .d-base .d-base-price {
    font-size: 20px;
    color: #00acef;
  }
  
  .trade-list-contain .demand-list .demand .d-base span {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .trade-list-contain .demand-list .demand .d-des {
    line-height: 35px;
    color: #999;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    word-break: break-all;
    width: 1040px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .trade-content-box {
    /* width: 1200px; */
  }
  
  .demand-list {
    background-color: #ffffff;
  }
  
  .work-items {
    width: 1030px;
    height: 60px;
    margin-left: 110px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 10px;
  }
  
  .work-items>div:nth-of-type(1) {
    width: 70%;
    height: inherit;
  }
  
  .work-items>div:nth-of-type(2) {
    width: 30%;
    height: inherit;
  }
  
  .work-left>div:nth-of-type(1) {
    display: flex;
  }
  
  .work-left>p {
    max-width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    color: #a5a4a4;
  }
  
  .work-left>div:nth-of-type(1)>p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 550;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
  }
  
  .work-left>div:nth-of-type(1)>p:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 150px;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .work-right {
    padding-left: 35px;
    box-sizing: border-box;
  }
  
  .work-right>div {
    display: flex;
  }
  
  .work-right .reword {
    font-size: 18px;
    color: #ff7050;
    font-weight: 550;
    margin-top: 5px;
  }
  
  .work-right>div>span:nth-of-type(1) {
    margin-top: 5px;
    margin-left: 5px;
  }
  
  .work-right .date {
    margin-left: 80px;
    margin-top: 5px;
    color: #a3a3a3;
  }
  
  .work-right>div>span:nth-of-type(2) {
    margin-top: 5px;
    color: #a3a3a3;
  }
  
  .work-right>div:nth-of-type(2) {
    margin-top: 12px;
  }
  
  .work-right>div:nth-of-type(2)>p {
    background-color: #f8f8f8;
    padding: 2px 5px;
    color: #6c95ba;
    margin: 0 3px;
  }
  
  .work-right>div:nth-of-type(2)>p:nth-of-type(1) {
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 286px; */
  }