@charset "UTF-8";
/*
 * @Descripttion: 政务服务事项专区
 * @Author: qcn
 * @Date: 2024-01-19
 */
/* banner */
.banner {
  height: 240px;
  background: url("../images/banner.jpg") no-repeat center;
  padding-top: 76px;
}

.banner h4 {
  color: #FFF;
  font-size: 68px;
  line-height: 88px;
  letter-spacing: 5.44px;
  font-family: YouSheBiaoTiHei;
  text-shadow: 0px 4px 4px rgba(33, 67, 191, 0.5);
}

/* 主区域 */
.content {
  background: #F4F7FB;
}

.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
}

.type-item {
  width: 400px;
  height: 87px;
  line-height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
}

.type-item-name {
  font-size: 30px;
  color: #fff;
}

.type-item:nth-child(1) {
  background: url("../images/type-bg1.png") center no-repeat;
}

.type-item:nth-child(2) {
  background: url("../images/type-bg2.png") center no-repeat;
}

.type-item:nth-child(3) {
  background: url("../images/type-bg3.png") center no-repeat;
}

.type-item-icon {
  width: 70px;
  height: 70px;
  margin-top: 16px;
}

.type-item.active {
  height: 113px;
  margin-top: -26px;
  line-height: 113px;
  position: relative;
}

.type-item.active:nth-child(1) {
  background: url("../images/type-bg1-a.png") center no-repeat;
}

.type-item.active:nth-child(1)::after {
  content: "";
  width: 23px;
  height: 26px;
  background: url("../images/type-bg1-arrow.png") center no-repeat;
  position: absolute;
  top: 0;
  right: -23px;
}

.type-item.active:nth-child(2) {
  background: url("../images/type-bg2-a.png") center no-repeat;
}

.type-item.active:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 26px;
  background: url("../images/type-bg2-arrow.png") center no-repeat;
  position: absolute;
  top: 0;
  right: -23px;
}

.type-item.active:nth-child(3) {
  background: url("../images/type-bg3-a.png") center no-repeat;
}

.type-item.active:nth-child(3)::after {
  content: "";
  width: 23px;
  height: 26px;
  background: url("../images/type-bg3-arrow.png") center no-repeat;
  position: absolute;
  top: 0;
  right: -23px;
}

.type-item.active .type-item-icon {
  margin-top: 42px;
}

.type-item.active:nth-child(3)::after {
  left: -23px;
}

.matters {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
  padding: 31px 22px 50px;
}

.matters-item {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F1F7FF;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 18px;
  color: #333;
  padding: 0 55px 0 26px;
  margin-top: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.matters-item-name {
  margin: 0 auto 0 26px;
  max-width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.matters-item-guide {
  margin-left: 48px;
  color: #26A887;
}

.matters-item-do {
  margin-left: 41px;
  color: #0A95FC;
}

.matters-item-btn {
  width: 137px;
  height: 40px;
  font-size: 18px;
  line-height: 38px;
  border-radius: 2px;
  color: #4A6289;
  border: 1px solid #82A6D6;
  background: #F1F7FF;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  background: #0A95FC
}

.matters-item-btn:hover {
  color: #fff;
  background: #0A95FC;
}

.matters-item:hover {
  border-color: #4393F5;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(74, 98, 137, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(74, 98, 137, 0.2);
}
