/*
 * @Author: lminjuan 
 * @Date: 2022-04-07 08:39:05 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-08 14:46:09
 */
.main {
  background: #fff url("../images/finance/bg10.png") left top no-repeat;
  padding-bottom: 142px;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.enterprise {
  margin: 0 auto;
}

.breadcrumb {
  margin-top: 20px;
}

.title {
  height: 58px;
  background: url("/images/finance/title.png") center top no-repeat;
}

.listing {
  margin-top: 16px;
}

.listing .hd {
  height: 48px;
  text-align: center;
  font-size: 0;
}

.listing-li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.listing-li.active .listing-a {
  color: #764a31;
  background: url("../images/finance/listing1.png") left top no-repeat;
}

.listing-a {
  display: block;
  width: 163px;
  height: 48px;
  line-height: 48px;
  background: #eeddc9;
  font-size: 20px;
  color: #bea08f;
  border-radius: 24px;
}

.head {
  margin: 26px auto 0 auto;
  width: 1254px;
  height: 76px;
  color: #645e50;
  background: url("../images/finance/head.png") left top no-repeat;
}

.head > input {
  margin-top: 22px;
  margin-right: 12px;
  width: 286px;
  height: 32px;
  line-height: 30px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #e3dbc8;
  border-radius: 4px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head > input::-webkit-input-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.head > input:-moz-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.head > input::-moz-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.head > input::-ms-input-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.head > input:-ms-input-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.head .search {
  margin-top: 22px;
  margin-right: 10px;
  width: 48px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#dc1727), to(rgba(250, 39, 26, 0.72)));
  background: linear-gradient(180deg, #dc1727 0%, rgba(250, 39, 26, 0.72) 100%);
  -webkit-box-shadow: 0 4px 5px #ffd5d3;
          box-shadow: 0 4px 5px #ffd5d3;
  border-radius: 4px;
  cursor: pointer;
}

.head > span {
  display: block;
  margin-top: 22px;
  line-height: 30px;
}

.head .name {
  line-height: 32px;
  margin: 22px 13px 0 30px;
}

.head .time {
  margin: 22px 12px 0 0;
}

.head .to {
  margin-right: 12px;
}

.region {
  margin: 22px 23px 0 12px;
  width: 162px;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
}

.chosen-container {
  width: 100%;
  height: 32px;
  line-height: 30px;
  vertical-align: top;
  border-radius: 4px;
}

.chosen-container-single .chosen-single {
  padding: 0 0 0 9px;
  height: 32px;
  line-height: 30px;
  border: 0;
  font-size: 14px;
  background-color: #fff;
  color: #645e50;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3dbc8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e3dbc8;
  background-image: none;
}

.chosen-container-single .chosen-single span {
  margin-right: 17px;
  color: #645e50;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.chosen-container-single .chosen-single div {
  height: 30px;
  width: 17px;
  padding: 0;
}

.chosen-container-single .chosen-single div b {
  width: 9px;
  height: 6px;
  margin-top: 13px;
  background: url("../images/finance/down.png") left center no-repeat;
}

.chosen-container .chosen-drop {
  border: 1px solid #e3dbc8;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  margin-top: 11px;
  background: url("../images/finance/up.png") left center no-repeat;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #ae000e;
  background-image: none;
}

.chosen-container .chosen-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}

.before,
.after {
  margin-right: 12px;
  width: 160px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e3dbc8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.chose-time {
  margin-top: 0;
  vertical-align: top;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  font-size: 12px;
  color: #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #000;
  background: url("../images/finance/time.png") 131px center no-repeat;
}

.after {
  margin-right: 17px;
}

.wrap {
  height: 608px;
  background: url("../images/finance/bg9.png") center top no-repeat;
}

.form {
  margin: 62px auto 0 55px;
  width: 1160px;
}

.bidding-head td {
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border-right: 1px solid #fff;
  background: #9f8057;
}

.bidding-head .last {
  border-right: 0;
}

.demand,
.type-name,
.code {
  display: block;
  margin: 0 auto;
}

.type-name {
  max-width: 285px;
}

.demand {
  max-width: 125px;
}

.code {
  max-width: 170px;
}

.bidding-body tr {
  height: 43px;
  line-height: 41px;
  border: 1px solid #b08e64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.bidding-body td {
  text-align: center;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #b08e64;
}

.pager {
  text-align: center;
  margin-top: 13px;
}


.type-name a {
  color: #333;
}
