@charset "UTF-8";
/**
* 办事指南
* date:2022-2-17
* author: wuzhou;
 */
.right-area {
  padding-bottom: 30px;
}

.tab-hd {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-hd .tab-hd-item {
  width: 216px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #ddedff;
  font-size: 18px;
  color: #007de6;
  border-radius: 25px;
  cursor: pointer;
}

.tab-hd .tab-hd-item:not(:first-child) {
  margin-left: 20px;
}

.tab-hd .tab-hd-item.active {
  color: #fff;
  background: #007de6;
}

.guide-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.guide-items .guide-item {
  margin-top: 23px;
  width: calc(100% / 2 - 20px);
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0px 0px;
}

.guide-items .guide-title {
  font-size: 20px;
  color: #fff;
  height: 53px;
  line-height: 53px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078de), to(#45a9ff));
  background: linear-gradient(180deg, #0078de 0%, #45a9ff 100%);
  border-radius: 10px 10px 0px 0px;
}

.guide-info {
  position: relative;
  height: 145px;
  overflow: hidden;
}

.guide-info:before {
  position: absolute;
  content: '';
  z-index: 1;
}

.guide-info.signature:before {
  right: 26px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background: url("../images/pages/sign_img1.png") center no-repeat;
}

.guide-info.subject:before {
  right: 25px;
  bottom: 16px;
  width: 60px;
  height: 68px;
  background: url("../images/pages/sign_img2.png") center no-repeat;
}

.guide-info.service:before {
  right: 25px;
  bottom: 16px;
  width: 60px;
  height: 65px;
  background: url("../images/pages/sign_img3.png") center no-repeat;
}

.guide-info.register:before {
  right: 26px;
  bottom: 16px;
  width: 60px;
  height: 68px;
  background: url("../images/pages/sign_img4.png") center no-repeat;
}

.guide-info.process:before {
  right: 25px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: url("../images/pages/sign_img5.png") center no-repeat;
}

.guide-info.file:before {
  right: 26px;
  bottom: 15px;
  width: 53px;
  height: 67px;
  background: url("../images/pages/sign_img6.png") center no-repeat;
}

.links-area {
  position: relative;
  margin: 12px auto 0;
  overflow-y: auto;
  height: calc(100% - 22px);
  margin-right: 6px;
  z-index: 20;
}

.links-area::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.links-area::-webkit-scrollbar-track {
  background-color: transparent;
}

.links-area::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d6d6d6;
}

.handle-link {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 9px;
  padding-left: 26px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.handle-link:last-child {
  margin-bottom: 0;
}

.handle-link:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 12px;
  top: 9px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.3%, #4389e7), color-stop(82.8%, #79ccfa));
  background: linear-gradient(180deg, #4389e7 12.3%, #79ccfa 82.8%);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(72, 143, 232, 0.15);
          box-shadow: 0px 4px 4px rgba(72, 143, 232, 0.15);
}

.concat-info {
  padding: 7px 18px 0;
  line-height: 24px;
  font-size: 16px;
}

.concat-info .concat-txt {
  margin-top: 12px;
}

.concat-info .concat-txt:first-child {
  margin-top: 0;
}

.concat-info .concat-txt > span {
  display: inline-block;
}

.concat-info .concat-txt > span:not(:last-child) {
  margin-right: 60px;
}

/* 适老化 */
.show-old .tab-hd{
  margin-top:20px;
}
.show-old .tab-hd-item {
  padding: 0 24px;
  height: 74px;
  background: #ddedff;
  color: #007de6;
  font-size: 28px;
  cursor: pointer;
  line-height: 74px;
  width: auto;
  border-radius: 40px;
}
.show-old .tab-hd-item.active {
  background: #007de6;
  font-weight: bold;
  color: #fff;
}
.show-old .tab-hd-item + .tab-hd-item {
  margin-left: 26px;
}


.show-old .guide-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -26px;
}

.show-old .guide-items .guide-item {
  margin-top: 26px;
  width: calc(100% / 2 - 26px);
  margin-right:26px;
 box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  border-radius: 13px 13px 0px 0px;
}

.show-old .guide-items .guide-title {
   height: 80px;
   background: linear-gradient(180deg, #0078DE 0%, #45A9FF 100%);
   border-radius: 13px 13px 0px 0px;
   padding: 0 26px;
   font-size: 28px;
   font-weight: bold;
   color: #fff;
   line-height: 80px;
   color: #fff;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   text-align: left;
}
.show-old .guide-items p{
  padding:0 24px !important;
}
.show-old .guide-items span,
.show-old .guide-items font,
.show-old .guide-items p{
  font-size:28px !important;
}
