@charset "UTF-8";
/**
 * 四川省广元市公共资源电子化系统
 * date: 2024-3-7
 * author: hcong;
 */
.main {
  padding-bottom: 27px;
  border-bottom: 3px solid #005794;
}

.ewb-container {
  width: 1100px;
  margin: 0 auto;
}

.ewb-location {
  padding-left: 25px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  background: url("../images/location_icon.png") 1px center no-repeat;
}

.ewb-location > a {
  color: #666;
}

.ewb-location > span {
  color: #005fa2;
}

.enter {
  height: 560px;
  margin-top: 10px;
  padding-top: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/enter_bg.png") no-repeat;
}
.enter-hd {
  font-weight: 500;
  font-size: 20px;
  color: #2475AE;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.enter-bd {
  margin-top: 14px;
}
.enter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enter-item {
  margin-left: 20px;
}
.enter-item:first-child {
  margin-left: 0;
}
.enter-item > a {
  display: block;
  width: 222px;
  height: 177px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/entrance_bg.png") no-repeat;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(144, 168, 183, 0.22);
          box-shadow: 0px 4px 17px 0px rgba(144, 168, 183, 0.22);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 18px;
  color: #3C4C58;
  line-height: 28px;
  text-align: center;
}
.enter-item > a:hover {
  background-image: url("../images/entrance_bgh.png");
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.enter-icon {
  padding-top: 13px;
  text-align: center;
  height: 109px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.enter-icon img {
  width: 96px;
  height: 96px;
  vertical-align: top;
}

.mt40 {
  margin-top: 40px;
}


/* 2024-8-13 */
.enter-item {
   position:relative;
}

.sub-area {
  position:absolute;
  display:none;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index;105;
  background: url("../images/entrance_bgh.png") center no-repeat;
  background-size:100% 100%;
}

.sub-area>a {
   display:flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   color: #fff;
   height:50%;
   box-sizing: border-box;
}

.sub-area>a:nth-child(2) {
  border-top:1px solid #fff;
}

.sub-area>a>p:first-child {
  font-size:20px;
}
.sub-area>a>p:nth-child(2) {
   margin-top:5px;
   color:#ddd;
}

.enter-item:hover .sub-area {
  display:block;
}