@charset "UTF-8";
/**
 * 20240320温州市阳光采购服务平台
 * date: 2024-3-20
 * author: qgq;
 */
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left {
  width: 260px;
  min-height: 785px;
  background: #fff;
}

.trade-title {
  width: 100%;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url("../images/trade_title_bg.png") center no-repeat;
}
.trade-li {
  position: relative;
}
.trade-li.current .trade-one {
  color: #ae946d;
  background: linear-gradient(90.4deg, rgba(224, 193, 147, 0.31) 2.58%, rgba(224, 193, 147, 0) 98.94%);
  border-color: #e0c193;
}
.trade-li.current .trade-two-list {
  display: block;
}
.trade-li.current::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trade-li::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_ico_1.png") center no-repeat;
}
.trade-one {
  display: block;
  height: 62px;
  padding: 0 36px 0 21px;
  line-height: 62px;
  border-left: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.335px;
}
.trade-two {
  display: block;
  height: 46px;
  line-height: 46px;
  padding-left: 21px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-two-list {
  display: none;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-two-li {
  position: relative;
}
.trade-two-li::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/arrow_ico_2.png") center no-repeat;
}
.trade-two-li.current::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.trade-two-li.current .trade-three-list {
  display: block;
}
.trade-three {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.trade-three-li {
  position: relative;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-three-li.current .trade-three, .trade-three-li:hover .trade-three {
  color: #ae946d;
}
.trade-three-list {
  display: none;
}

.right {
  margin-left: 20px;
  width: calc(100% - 280px);
  background: #fff;
}

.title {
  width: 100%;
  padding: 21px 18px 0 40px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
  border-bottom: 5px solid #f2f2f2;
}
.title-text {
  height: 36px;
  display: block;
  padding-left: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 36px;
  font-weight: bold;
  font-size: 24px;
  color: #ae946d;
  background: url("../images/title_ico.png") left bottom no-repeat;
}
.title-more {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999;
}
.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

.select {
  width: 100px;
}
.select + .chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.select + .chosen-container-single {
  margin-top: 2px;
}
.select + .chosen-container-single .chosen-single {
  height: 26px;
  padding-left: 12px;
  border-color: #ae946d;
  border-radius: 4px;
  background: #faf7ef;
  color: #333;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select + .chosen-container-single .chosen-single span {
  margin-right: 22px;
}
.select + .chosen-container-single .chosen-single div {
  width: 22px;
}
.select + .chosen-container-single .chosen-single div b {
  background: url("../images/chosen_ico.png") left center no-repeat;
}
.select + .chosen-container-single .chosen-results {
  margin: 0;
  padding: 0;
}
.select + .chosen-container-single .chosen-results li {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select + .chosen-container-single .chosen-results li.highlighted {
  background: #e0c193;
}
.select + .chosen-container-single .chosen-drop {
  border-color: #d8d3cd;
}

.info-search {
  margin-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
  line-height: 26px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-search-input {
  display: block;
  width: 176px;
  padding: 0 22px 0 0;
  height: 26px;
  background: transparent;
}
.info-search-btn {
  display: block;
  width: 26px;
  height: 22px;
  background: url("../images/search_ico_2.png") center no-repeat;
  cursor: pointer;
}

.info-box {
  padding: 11px 40px 26px;
}
.info-li {
  height: 41px;
  line-height: 41px;
}
.info-li:hover .info-link {
  color: #b97824;
}
.info-li:hover .info-status {
  color: #b97824;
}
.info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.info-area {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-status {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #bc0000;
  font-weight: 600;
}
.info-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-date {
  width: 134px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  color: #999;
}

.pager {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .arrow-left {
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url("../images/arrow_ico_3.png") center no-repeat;
  border: none;
}
.pager .arrow-right {
  display: inline-block;
  width: 7px;
  height: 9px;
  background: url("../images/arrow_ico_4.png") center no-repeat;
  border: none;
}
.pager .layui-disabled {
  background: #f9f9f9;
}
.pager .layui-disabled .arrow-right {
  background-image: url("../images/arrow_ico_4_h.png");
}
.pager .layui-disabled .arrow-left {
  background-image: url("../images/arrow_ico_3_h.png");
}
.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #e0c193;
  color: #fff;
}
.pager .layui-laypage a:hover {
  color: #e0c193;
}
.pager .layui-laypage {
  margin: 0;
}
.pager .layui-laypage .layui-laypage-count,
.pager .layui-laypage .layui-laypage-limits,
.pager .layui-laypage .layui-laypage-refresh,
.pager .layui-laypage .layui-laypage-skip {
  margin: 0;
}
.pager .layui-laypage a,
.pager .layui-laypage span {
  margin: 0 6px 0 0;
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.pager .layui-laypage button,
.pager .layui-laypage input {
  height: 34px;
  line-height: 34px;
}
.pager .layui-laypage-btn {
  display: none;
}
.pager .layui-laypage .layui-laypage-skip {
  color: #4e5463;
}