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

.box-con {
  display: flex;
  justify-content: flex-start;
  height: 787px;

}

.box-nav {
  width: 299px;
  height: 100%;
  padding: 19px 20px;

  box-sizing: border-box;
}

.box-nav-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  font-size: 24px;
  color: #fff;
  background-color: #003984;
  padding-left: 49px;
  box-sizing: border-box;
}

.box-nav-title::before {
  display: block;
  width: 25px;
  height: 28px;
  background: url("../images/policy_services/icon.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 20px;
  content: '';
}

.box-nav-con .item {
  display: block;
  height: 50px;
  color: #404742;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  background-color: #F3FAFF;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-top: 19px;
  border-radius: 4px;
}



.box-infor {
  flex: 1;
  width: 0;
  height: 100%;
  padding: 16px 2px 0 30px;
  box-sizing: border-box;
}

.box-infor-top {
  padding-right: 18px;
  box-sizing: border-box;
}

.box-infor-title {
  display: flex;
  justify-content: space-between;
  height: 63px;
  font-size: 22px;
  color: #003984;
  line-height: 62px;
  border-bottom: 1px solid #E3E3E3;
  box-sizing: border-box;
}

.box-infor-title .title {
  position: relative;
  z-index: 1;
}

.box-infor-title .title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #003984;
  content: '';
  z-index: 1;
}

.box-infor-con {
  padding-top: 9px;
  box-sizing: border-box;
}

.box-infor-list {
  height: 580px;
  padding-right: 18px;
  box-sizing: border-box;
  overflow-y: auto;
}

.box-infor-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  font-size: 18px;
  border-bottom: 1px dashed #E3E3E3;
  box-sizing: border-box;
  cursor: pointer;
}

.box-infor-list .list-item .icon {
  width: 22px;
  height: 22px;
  background: url("../images/list_icon_b_h.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 22px;
}

.box-infor-list .list-item .title {
  flex: 1;
  width: 0;
  color: #333;
}

.box-infor-list .list-item .date {
  color: #888;
  margin-left: 74px;
}

.box-infor-list .list-item:hover .title,
.box-infor-list .list-item:hover .date, .box-infor-list .list-item.active .title,
.box-infor-list .list-item.active .date, .box-infor-list .list-item.current .title,
.box-infor-list .list-item.current .date {
  color: #003984;
}

.pager {
  margin-top: 40px;
}
