@charset "UTF-8";
/**!
* 就业服务
* date:2024-01-16
* author: fms;
*/
.bdl {
  padding-top: 48px;
}

.guide-list {
  margin-bottom: 2px;
}

.guide-item {
  display: block;
  float: left;
  height: 164px;
  background: #F8FBFF;
  padding: 12px 24px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}

.guide-item:nth-child(even) {
  margin-right: 0;
}

.guide-item .name {
  display: block;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.guide-info-item {
  font-size: 20px;
  line-height: 40px;
  padding-left: 31px;
  background: url(../../images/icon-style.png) center left no-repeat;
}

.guide-info-item .label span {
  display: inline-block;
  vertical-align: top;
  width: 85px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
}

.guide-info-item .value {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.guide-info-item + .guide-info-item {
  margin-top: 6px;
}

.common-search {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 745px;
  height: 60px;
  margin: 0 auto 48px;
  border: 1px solid #d6dde4;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(161, 179, 197, 0.1);
}

.common-search-ipt {
  width: -webkit-calc(100% - 139px);
  width: -moz-calc(100% - 139px);
  width: calc(100% - 139px);
  height: 100%;
  padding: 10px 29px;
  border: none;
  outline: none;
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.common-search-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 139px;
  height: 60px;
  background: #4393f5;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.common-search-btn:hover {
  opacity: 0.8;
}

.policy-list {
  margin-bottom: 38px;
}

body .m-pagination {
  margin-bottom: 15px;
  margin-top: 0;
}

/* WebKit browsers */
input::-webkit-input-placeholder {
  color: #999;
}

/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #999;
}

/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #999;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #999;
}

.nodata {
  min-height: 200px;
}

.nodata::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sysx-list{
	padding: 0 6%;
}
.service-list {
  padding: 30px 0px;
}

.service-item {
  float: left;
  width: -webkit-calc((100% - 17%) / 3);
  width: -moz-calc((100% - 17%) / 3);
  width: calc((100% - 17%) / 3);
  height: 180px;
  padding: 24px 40px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: url(../images/service-bg.png) center no-repeat;
}

.service-item:nth-child(3n) {
  margin-right: 0;
}

.service-name {
  font-size: 20px;
  line-height: 35px;
  height: 70px;
  margin-bottom: 16px;
  width: 300px;
  padding-left: 30px;
  background: url(../../images/icon-style.png) left top 11px no-repeat;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.opt-wrap {
  font-size: 0;
}

.opt-btn {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  color: #4A6289;
  background: #EAF3FF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}	