@charset "UTF-8";
/**
* 吉林银行吉林省公共资源一体化项目-政策服务
* date:2022-11-4
* author: xuhai;
 */
/**
* 吉林银行吉林省公共资源一体化项目
* date:2022-11-2
* author: xuhai;
 */
.box {
  padding-bottom: 48px;
  box-sizing: border-box;
}

.box .choose {
  height: 156px;
  padding: 33px 20px 0;
  box-sizing: border-box;
  border-top: 2px solid #016BB6;
  background: #E2ECF5;
}

.box .choose-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 21px;
}

.box .choose-title {
  display: inline-block;
  width: 164px;
}

.box .choose-list {
  display: flex;
  justify-content: flex-start;
}

.box .choose-list-item {
  padding: 0 12px;
  height: 29px;
  line-height: 29px;
  border-radius: 2px;
  margin-right: 16px;
  cursor: pointer;
}

.box .choose-list-item.current {
  color: #fff;
  background: #016BB6;
}

.box .list-mod {
  margin-top: 20px;
  height: 745px;
  padding: 13px 20px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px "rgba(255, 125, 67, 0.2)";
}

.box .list-mod .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #eeeeee solid;
}

.box .list-mod .top h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 7px;
  border-bottom: 2px solid #016BB6;
}

.box .list-mod .top .right-mod {
  display: flex;
  margin-bottom: 12px;
}

.box .list-mod .sort {
  display: flex;
  align-items: center;
}

.box .list-mod .sort-box {
  margin-left: 5px;
}

.box .list-mod .sort-btn {
  display: block;
  width: 13px;
  height: 6px;
}

.box .list-mod .up-sort {
  background: url("../images/sort_up_bg.png");
  margin-bottom: 3px;
}

.box .list-mod .up-sort.current {
  background: url("../images/sort_up_bgh_b.png");
}

.box .list-mod .down-sort {
  background: url("../images/sort_down_bg.png");
}

.box .list-mod .down-sort.current {
  background: url("../images/sort_down_bgh_b.png");
}

.box .list-mod .search {
  position: relative;
  margin-left: 27px;
}

.box .list-mod .search-ipt {
  width: 362px;
  height: 40px;
  padding: 0 66px 0 15px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}

.box .list-mod .search-btn {
  position: absolute;
  left: 311px;
  width: 51px;
  height: 40px;
  background: #016BB6 url("../images/search_btn.png") no-repeat center;
  opacity: 1;
}

.list-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 26px;
}

.list-box li {
  display: flex;
  justify-content: space-between;
  width: 570px;
  height: 94px;
  padding: 13px 15px 0 41px;
  margin-right: 20px;
  margin-bottom: 24px;
  background: #E2ECF5;
  box-sizing: border-box;
}

.list-box li:nth-child(2n) {
  margin-right: 0;
}

.list-box .info {
  width: 432px;
}

.list-box .info a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  margin-bottom: 18px;
}

.list-box .info a:hover {
  color: #016BB6;
}

.list-box .info a::before {
  position: absolute;
  transform: translateX(-100%);
  content: '';
  top: 7px;
  left: -10px;
  width: 6px;
  height: 6px;
  background-color: #016BB6;
  z-index: 1;
}

.list-box .info a::after {
  position: absolute;
  transform: translateX(-100%);
  content: '';
  top: 10px;
  left: -13px;
  width: 8px;
  height: 8px;
  background-color: #ffd6c2;
  z-index: 2;
}

.list-box .info p span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-box .count {
  width: 80px;
  height: 68px;
  box-sizing: border-box;
  padding-top: 8px;
  text-align: center;
  background: #c3e0fa;
}

.list-box .count span {
  display: inline-block;
  max-width: 100%;
  color: #016BB6;
  font-size: 26px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-box .count p {
  font-size: 14px;
}

.pager {
  margin-top: 5px;
}
