@charset "UTF-8";
/**!
* 青海政务服务
* date:2021-02-08
* author: huangweiping;
*/
.banner-content {
  height: 180px;
  background: url("../images/agedserve/banner.png") no-repeat center;
}

/* 标题 */
.mod-title {
  font-size: 36px;
  position: relative;
  height: 75px;
  line-height: 75px;
  margin-top: 15px;
  background: url("../images/agedserve/title-icon.png") no-repeat right center;
}

.type-hd {
  height: 50px;
  border-bottom: 1px solid #e9edf1;
  line-height: 49px;
  margin-top: 30px;
}

.type-btn {
  position: relative;
  font-size: 26px;
  color: #c6d4ec;
  margin-right: 5px;
  padding-left: 18px;
}

.type-btn.active {
  font-size: 30px;
  color: #3a69c1;
}

.type-btn.active::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 29px;
  border-radius: 4px;
  background-color: #5989da;
  left: 3px;
  top: 9px;
}

.things-wrap {
  background-color: #f9f9f9;
  margin-top: 20px;
}

.things-wrap .things-tip {
  font-size: 18px;
  color: #999999;
  padding-top: 20px;
  padding-left: 16px;
}

.things-wrap .things-tip span {
  font-size: 22px;
  color: #5989da;
}

.things-wrap .things-list {
  padding: 0 19px;
  margin-top: 10px;
}

.things-wrap .things-list li .things-content {
  display: block;
  height: 62px;
  border-bottom: 1px dashed #d6d9dd;
  line-height: 62px;
  font-size: 26px;
}

.things-wrap .things-list li .things-content .info {
  position: relative;
  padding-left: 20px;
  max-width: 690px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.things-wrap .things-list li .things-content .info::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #3b76cd;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.things-wrap .things-list li .things-content .handle-btn {
  cursor: pointer;
  width: 149px;
  height: 41px;
  background: url("../images/agedserve/handle-btn.png") no-repeat center;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 48px;
}

.pager {
  text-align: center;
  margin-top: 20px;
}

.aged-wrap {
  height: 455px;
  background: url("../images/agedserve/aged-bg.jpg") no-repeat center;
  margin-top: 40px;
}

.aged-wrap .aged-list {
  width: 1200px;
  margin: 65px auto 0;
  padding: 0 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aged-wrap .aged-list li {
  float: left;
  width: 33.3%;
  text-align: center;
}

.aged-wrap .aged-list li a {
  display: block;
  font-size: 26px;
  width: 200px;
  margin: 0 auto;
  padding-top: 173px;
  background: url("../images/agedserve/aged-icon1.png") no-repeat center 4px;
}

.aged-wrap .aged-list li:nth-child(2) a {
  background: url("../images/agedserve/aged-icon2.png") no-repeat center 4px;
}

.aged-wrap .aged-list li:nth-child(3) a {
  background: url("../images/agedserve/aged-icon3.png") no-repeat center 4px;
}

.aged-title {
  position: relative;
  text-align: center;
  font-size: 36px;
  padding-top: 55px;
  padding-bottom: 15px;
}

.aged-title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 3px;
  background-color: #848585;
  bottom: 0;
  left: 50%;
  margin-left: -27px;
}

/* 热点服务 */
.server-list {
  margin-right: -20px;
  margin-top: 80px;
  padding-bottom: 20px;
}

.server-list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
  height: 130px;
}

.server-list li a {
  display: block;
  height: 130px;
  border-radius: 4px;
  background: url("../images/agedserve/server-bg.png") no-repeat center;
  line-height: 130px;
  padding: 0 25px;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

.server-list li a:hover {
  margin-top: -12px;
  background: url("../images/agedserve/server-ac.png") no-repeat center;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

.server-list li a span {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  line-height: 27px;
  vertical-align: middle;
  margin-top: -3px;
  text-align: center;
  width: 100%;
}

.new-server-list {
  margin-top: 25px;
}

.new-server-list li {
  float: left;
  width: 25%;
}

.new-server-list li a {
  display: block;
  height: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  text-align: center;
  width: 230px;
  margin: 0 auto;
}

.new-server-list li a span {
  display: block;
  font-size: 28px;
  margin-top: 10px;
}

.once-list {
  margin-right: -20px;
}

.once-list li {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.once-list li a {
  display: block;
  height: 140px;
  background-color: #f9f9f9;
  line-height: 140px;
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.once-list li a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(37, 70, 107, 0.16);
          box-shadow: 0px 4px 15px 0px rgba(37, 70, 107, 0.16);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.once-list li a i {
  margin: 25px 0 0 30px;
}

.once-list li a p {
  margin-left: 165px;
  font-size: 28px;
}

.矩形_1_拷贝_4 {
  position: absolute;
  left: 1165px;
  top: 1768px;
  width: 387px;
  height: 141px;
  z-index: 44;
}

.more-btn {
  display: block;
  height: 32px;
  /*background-color: #f2f8ff;*/
  margin: 0 0 0 30px;
  text-align: center;
  line-height: 32px;
  color: #2868b1;
}

.more-btn::before {
  content: "更多";
  display: inline-block;
  width: 48px;
  background: url("../../index/bIndex/images/more-b.png") no-repeat right center;
  text-align: left;
}

.show-all .more-btn::before {
  content: "收起";
  background: url("../../index/bIndex/images/more-t.png") no-repeat right center;
}
