@charset "UTF-8";
/**
* 吉林银行吉林省公共资源一体化项目
* date:2022-11-2
* author: xuhai;
 */
/**
* 吉林银行吉林省公共资源一体化项目
* date:2022-11-2
* author: xuhai;
 */
@font-face {
  font-family: 'D-DIN-Bold';
  src: url("../css/fonts/D-DIN-Bold/D-DIN-Bold.eot") format("embedded-opentype"), url("../css/fonts/D-DIN-Bold/D-DIN-Bold.ttf") format("truetype"), url("../css/fonts/D-DIN-Bold/D-DIN-Bold.woff") format("woff");
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html {
  height: 100%;
}

body.hasfooter {
  position: relative;
  height: auto;
  min-height: 100%;
  min-width: 1366px;
  font-size: 16px;
  color: #333333;
  /* padding-bottom: 328px; */
  box-sizing: border-box;
  z-index: 1;
}

body.ceiling .header-nav {
  position: fixed;
  top: 0;
  bottom: unset;
  background-color: #fff;
}

.header {
  position: relative;
  width: 100%;
  height: 239px;
  background: url("../images/bg2.png") no-repeat center;
  border-bottom:1px #003984 solid;
  background-size: cover;
  z-index: 99;
}

.header .container {
  height: 100%;
}

.header-top {
  display: flex;
  justify-content: space-between;
}

.header-logo {
  position: relative;
  height: 110px;
  padding-top: 35px;
  padding-left: 117px;
  box-sizing: border-box;
  z-index: 1;
}

.header-logo .logo {
  position: absolute;
  top: 28px;
  left: -4px;
  width: 101px;
  height: 105px;
  z-index: 1;
  margin: 0;
  background: none;
}

.header-logo .title,
.header-logo .subhead {
  height: 42px;
  font-size: 36px;
  color: #003984;
  font-weight: 600;
  line-height: 42px;
  
  margin-bottom: 2px;
}

.header-logo .subhead {
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.header-search {
  width: 425px;
  padding-top: 39px;
  box-sizing: border-box;
}

.header-search-input {
  position: relative;
  height: 55px;
  margin-bottom: 20px;
  z-index: 1;
}

.header-search-input .input {
  width: 100%;
  height: 100%;
  color: #3B4351;
  font-size: 18px;
  padding: 0 55px 0 22px;
  border: 1px solid #003984;
  outline: none;
  background-color: transparent;
  border-radius: 27.5px;
  box-sizing: border-box;
}

.header-search-input .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  background: #003984 url("../images/search_btn.png") no-repeat center;
  background-size: 28px 28px;
  cursor: pointer;
  border-radius: 50%;
}

.header-search-hot {
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding-left: 23px;
  box-sizing: border-box;
}

.header-search-hot .hot {
  flex: 1;
  width: 0;
}

.header-search-hot .hot-item {
  color: #3B4351;
  padding: 0 13px;
  box-sizing: border-box;
}

.header-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  z-index: 999999999;
  padding: 12px 0;
  box-sizing: border-box;
}

.header-nav .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 0 17px 0 19px;
  box-sizing: border-box;
}

.header-nav-item {
  position: relative;
  height: 100%;
  color: #3B4351;
  box-sizing: border-box;
  z-index: 1;
}

.header-nav-item.current{
  color:#003984;
}

.header-nav-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color:#003984;
  z-index: 1;
}

.header-nav-item:hover::after, .header-nav-item.current::after, .header-nav-item.active::after {
  content: '';
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 208px;
  color: #5A6271;
  background-color: #FAFBFD;
  padding-top: 28px;
  box-sizing: border-box;
}

.footer-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.footer-select-item {
  width: 190px;
}

.footer-select .chosen-container-single .chosen-single {
  padding-left: 21px;
  border:0;
}

.footer-select .chosen-container .chosen-results li {
  padding-left: 17px;
}

.footer-con {
  display: flex;
  justify-content: space-between;
}

.footer-con-left {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  padding-top: 19px;
  padding-left: 148px;
  box-sizing: border-box;
  z-index: 1;
}

.footer-con-left .icon,
.footer-con-left .link {
  position: absolute;
  background: no-repeat center;
  background-size: 1005 100%;
  z-index: 1;
}

.footer-con-left .icon {
  left: 0;
  top: 6px;
  width: 52px;
  height: 64px;
  background-image: url("../images/icon_1.png");
}

.footer-con-left .link {
  left: 0;
  top: 90px;
  width: 110px;
  height: 55px;
  background-image: url("../images/icon_2.png");
}

.footer-con-right {
  display: flex;
  justify-content: space-around;
  width: 447px;
  height: 163px;
}

.footer-code {
  text-align: center;
  padding-top: 21px;
  box-sizing: border-box;
}

.footer-code .code {
  width: 97px;
  height: 92px;
}

.footer-code .title {
  height: 18px;
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
  line-height: 18px;
}

.footer-links {
  display: flex;
  justify-content: flex-start;
  height: 18px;
  margin-bottom: 34px;
}

.footer-links-item {
  position: relative;
  color: #5A6271;
  margin-left: 24px;
  margin-right: 24px;
  z-index: 1;
}

.footer-links-item::after {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #B9C0D5;
  z-index: 1;
}

.footer-links-item:first-child {
  margin-left: 0;
}

.footer-links-item:not(:last-child)::after {
  content: '';
}

.footer-links-item:last-child {
  margin-right: 0;
}

.footer-msg {
  height: 18px;
  margin-bottom: 32px;
}

.footer-msg span {
  margin-left: 36px;
  color: #5A6271
}

.footer-msg span:first-child {
  margin-left: 0;
}

.footer-detail {
  height: 18px;
}

.footer-detail span {
  margin-left: 51px;
  color: #5A6271
}

.footer-detail span:first-child {
  margin-left: 0;
}

.footer-detail .police {
  position: relative;
  z-index: 1;
}

.footer-detail .police::before {
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url("../images/police.png") no-repeat center;
  background-size: 100% 100%;
  content: '';
  z-index: 1;
}

.crumbs {
  position: relative;
  height: 59px;
  font-size: 15px;
  color: #666;
  line-height: 59px;
  padding-left: 27px;
  box-sizing: border-box;
  z-index: 1;
}

.crumbs::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;

  background-size: 100% 19px;
  content: '';
  z-index: 1;
}

.crumbs a {
  color: #666;
}

.crumbs a:last-child {
  color: #003984;
}

.crumbs span {
  margin: 0 9px 0 7px;
}

.pager .m-pagination-page > li {
  margin-right: 4px;
}

.pager .m-pagination-page > li > a {
  font-weight: 500;
  padding: 0 8px;
  border-radius: 4px;
}

.pager .m-pagination-page > li:hover > a {
  color: #003984;
  border-color: #003984;
}

.pager .m-pagination-page > li.active > a {
  color: #fff;
  background-color: #003984;
  border-color: #003984;
}

.pager .m-pagination-size > select {
  height: 28px;
}

.pager .m-pagination-group > input {
  border-right: 1px solid #dedede;
  height: 26px;
  border-radius: 4px;
}

.pager .m-pagination-group > button {
  position: absolute;
  right: -38px;
  top: 0;
  width: 44px;
  height: 26px;
  color: #fff;
  background-color: #003984;
  line-height: 26px;
  border: none;
  box-sizing: border-box;
  opacity: 0.9;
  border-radius: 4px;
}

.pager .m-pagination-group > button:hover {
  opacity: 1;
}

.pager .m-pagination-jump {
  width: auto;
  color: #888;
  margin-left: 10px;
  padding: 0 33px 0 36px;
  position: relative;
}

.pager .m-pagination-jump:before {
  content: '跳至';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
}

.pager .m-pagination-jump:after {
  content: '页';
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 28px;
}

.pager .pager-select {
  border-radius: 4px;
}

#class_Two .footer {
  position:relative;
}

.header-search-hot .title {
  color: #3B4351;
}

.ewb-region.ccsggzy,
.ewb-region.jlsggzy
 {
  height: 92px;
}

.ewb-region-node {
	margin-left: 15px;
}

.ewb-region-node:first-child {
    margin-left: 0;
}

.ewb-region.ccsggzy .ewb-region-node  {
  margin-left: 8px;
}

.chosen-container-single .chosen-single div b{
      background: url(chosen-sprite.png) no-repeat 0px 13px;
}