/* ---------------- 条件筛选区域 start ---------------- */
/* 搜索样式 */
.search-keyword {
  padding: 24px 0;
  border-bottom: 1px solid #E9EEF3;
}
.search-keyword>input {
  width: 258px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E9EEF3;
  margin-right: 10px;
  padding: 0 12px;
}

.search-keyword>input:hover,
.search-keyword>input:focus {
  border-color: #bed3e9;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.search-keyword>button {
  width: 62px;
  height: 30px;
  background: #FF5600;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
}

.search-keyword>button:hover,
.search-keyword>button:active {
  opacity: 0.8;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.step-before {
  width: 120px;
  text-align: left;
  display: inline-block;
}

.category>div {
  width: calc(100% - 212px);
}

.category>div>span {
  margin-bottom: 15px;
  display: inline-block;
}

/* ---------------- 条件筛选区域 end ---------------- */

/* ---------------- 公告区域 start ---------------- */
.section {
  margin-top: 24px;
}

.section-l {
  width: 1264px;
  padding: 24px 24px 24px 16px;
  margin: 0;
}

.section .layui-tab-title {
  border: 0;
}

.section .layui-tab-brief>.layui-tab-title .layui-this {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222;
}

.section .layui-tab-title li {
  font-size: 16px;
  color: #89919D;
  padding: 0;
  margin-right: 40px;
  height: 30px;
  line-height: 30px;
}

/* .section .layui-tab-title .layui-this:after {
  width: 60%;
  left: 15%;
} */

.section .layui-tab-brief>.layui-tab-more li.layui-this:after,
.section .layui-tab-brief>.layui-tab-title .layui-this:after {
  border-color: #FF5600;
  height: 34px;
  border-bottom-width: 3px;
}

.section .layui-tab-content {
  padding: 24px 0;
}

.section .layui-tab-content>div.layui-tab-item>div {
  border-bottom: 1px dashed #E9EEF3;
  margin-top: 24px;
}

.section .layui-tab-content>div.layui-tab-item>div:first-child {
  margin-top: 0;
}


.section .notice-tabs-item{
  margin-bottom: 20px;
  display: block;
}

.section .notice-tabs-item:last-child {
  margin-bottom: 0;
}

.section .notice-tabs-font {
  font-family: PingFang-SC-Medium, PingFang-SC;
}

.section .notice-tabs-font > span {
  line-height: 16px;
  background: #E8EDF8;
  border-radius: 1px;
  font-size: 12px;
  padding: 0 6px;
  margin-right: 6px;
  color: #1A6DF8;
  font-weight: 500;
}

.section .notice-tabs-font > div > h4 {
  max-width: 510px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  font-weight: 500;
}

.section .notice-tabs-font > div > p {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #89919D;
}

.deadline {
  margin-left: 24px;
}

.notice-tabs-font strong {
  color: #FF5600;
  margin-left: 3px;
}

.what-doing-btn {
  width: 80px;
  height: 30px;
  background: #FF5600;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
}

.section-r {
  width: 300px;
  padding: 20px 0 14px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.supplier-list {
  border-top: 1px solid #E9EEF3;
  padding: 15px 12px 0 12px;
}

.supplier-list > li {
  margin-bottom: 24px;
}

.supplier-deal {
  border-left: 5px solid #ff5600;
  margin: 0 0 15px 12px;
  padding-left: 10px;
  font-size: 18px;
  color: #13161B;
  line-height: 20px;
}

.supplier-serial-number {
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 14px;
  background: #C0C8DC;
  color: #fff;
  border-radius: 1px;
}

.supplier-list > li:nth-child(1) > .supplier-serial-number {
  background: #FF6A6B;
}

.supplier-list > li:nth-child(2) > .supplier-serial-number {
  background: #FF9C6A;
}

.supplier-name {
  width: 154px;
  padding: 2.5px 6px;
  display: inline-block;
  margin: -3px 10px 0 3px;
  color: #333333;
  vertical-align: middle;
}

.supplier-frequency {
  color: #FF5600;
}

/* ---------------- 公告区域 end ---------------- */