@charset "UTF-8";
/**
 * 20231019常州市公共资源交易中心交易系统7.0升级-网站设计金融机构介绍页面
 * date: 2023-10-19
 * author: zhaodq;
 */
.toolbar {
  height: 36px;
  display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toolbar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toolbar .select {
  width: 158px !important;
  height: 36px;
  margin-right: 19px;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.toolbar .select .chosen-single {
  border: 0;
  height: 36px;
  line-height: 36px;
  text-align: left;
}
.toolbar .select .chosen-single div b {
  background-position: 0 8px;
}
.toolbar .select.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}
.toolbar .search-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 465px;
}
.toolbar .search-wrap .input {
  width: 381px;
  height: 38px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar .search-wrap .btn {
  display: inline-block;
  vertical-align: top;
  width: 88px;
  height: 38px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  border-radius: 0px 2px 2px 0px;
  background: #FFAE00;
}
.toolbar .search-wrap .btn:hover {
  background: rgba(255, 174, 0, 0.8);
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 21px;
}
.list-item {
  position: relative;
  width: 285px;
  height: 242px;
  padding: 10px 16px 16px;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 2px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(27, 52, 101, 0.15);
          box-shadow: 0px 0px 14px 0px rgba(27, 52, 101, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-item:nth-child(4n+4) {
  margin-right: 0;
}
.list-item:nth-child(-n+4) {
  margin-top: 0;
}
.list-item.bank .tag {
  background: #4782CE;
}
.list-item.insure .tag {
  background: #E3992A;
}
.list-item.security .tag {
  background: #16C7A7;
}
.list .img-wrap {
  width: 161px;
  height: 52px;
}
.list .img-wrap img {
  width: 100%;
  height: 100%;
}
.list .tag {
  position: absolute;
  top: 23px;
  right: 0;
  width: 73px;
  height: 26px;
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px 0px 0px 13px;
}
.list .name {
  margin-top: 20px;
  height: 54px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 54px;
}
.list .info .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999;
}
.list .info .value {
  color: #333;
}
.list .desc-btn {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: 253px;
  height: 36px;
  color: #666;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #C6C6C6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list .desc-btn:hover {
  color: #4782CE;
  border: 1px solid #4782CE;
  background: #F3FAFC;
}

.pagination {
  margin-top: 20px;
  padding-bottom: 16px;
  text-align: center;
}
.pagination li {
  float: left;
  margin-left: 4px;
  font-size: 14px;
  text-align: center;
  font-family: "Microsoft YaHei";
  min-width: 48px;
  height: 24px;
  border: 1px solid #dfdfdf;
  line-height: 24px;
}
.pagination li a {
  display: block;
}

.ewb-page-item {
  width: 48px;
  height: 24px;
  text-align: center;
}

.ewb-page-li.ml6 {
  margin-left: 6px;
}

.ewb-page-li.ml20 {
  margin-left: 20px;
}

.ewb-page-item {
  color: #666;
}

.ewb-page-li > a:hover {
  background-color: rgb(153, 153, 153);
  color: #fff;
}

.ewb-page-item.current {
  width: 36px;
  height: 26px;
  line-height: 26px;
  border: 0;
  color: #ff600e;
  font-weight: bold;
}

.ewb-page-li.current {
  width: 36px;
  height: 26px;
  line-height: 26px;
  border: 0;
  color: #ff600e;
  font-weight: bold;
}

.ewb-page-default {
  width: 36px;
  height: 26px;
  line-height: 26px;
  color: #666;
}

.ewb-page-omit {
  width: auto;
  padding: 0 18px 0 18px;
}

.ewb-page-family {
  font-family: "SimSun";
}

.ewb-page-fs12 {
  font-size: 12px;
}

.ewb-page-number {
  width: auto;
  padding: 0 6px 0 6px;
  font-weight: bold;
}

.ewb-page-to {
  width: auto;
}

.ewb-page-next {
  width: 58px;
}

.ewb-page-next:hover {
  background-color: #999999;
  color: #fff;
  cursor: pointer;
  border: 1px solid #999;
}

.ewb-page-go {
  width: 50px;
}