@charset "UTF-8";
/**!
 * 临沂市公共资源交易有限公司数字化综合应用系统项目-首页
 * date:2022-06-08
 * author: QuGuoQiang;
 */
.footer {
  margin-top: 20px;
}

.pager {
  margin-top: 21px;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button {
  line-height: 30px;
  height: 30px;
}

.service {
  position: relative;
  height: 563px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-tab {
  height: 100%;
  width: 226px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-tab-name {
  width: 226px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-tab-name a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 26px;
  line-height: 58px;
  color: #666;
  font-size: 18px;
  background-image: url("../css/images/service_centre/arrow.png");
  background-position: right 21px center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-tab-name:hover, .service-tab-name.active {
  background: -webkit-gradient(linear, left top, right top, from(#0e90fe), to(#b9d9ff));
  background: linear-gradient(90deg, #0e90fe 0%, #b9d9ff 100%);
}

.service-tab-name:hover a, .service-tab-name.active a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-image: url("../css/images/service_centre/arrow_hover.png");
}

.service-tab-title {
  width: 226px;
  height: 78px;
  line-height: 78px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: 2px 3px 0px #0072be;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: url("../css/images/service_centre/title_bg.png") center top -4px no-repeat;
}

.service-container {
  position: absolute;
  right: 0;
  top: -78px;
  width: 954px;
  padding: 0 20px 32px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
          box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-title {
  position: relative;
  height: 80px;
  padding-left: 12px;
  line-height: 79px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #257ce2;
}

.service-info {
  padding-top: 10px;
}

.service-li {
  height: 44px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../css/images/title_icon.png") left center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 44px;
}

.service-li:hover a,
.service-li:hover .service-time {
  color: #0e90fe;
}

.service-li a {
  max-width: 740px;
  color: #333;
}

.service-li:nth-child(n + 2) {
  margin-top: 3px;
}

.service-time {
  font-size: 16px;
  color: #8b8b8b;
}
