@charset "UTF-8";
/**!
* 人才服务专区
* date:2024-01-18
* author: fms;
*/
.content {
  overflow: hidden;
  padding-bottom: 55px;
}

.banner {
  height: 240px;
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  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;
  margin-bottom: 35px;
}

.content .container {
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
  padding: 40px 22px 25px;
}

.mod-tt {
  text-align: center;
  margin-bottom: 32px;
}

.mod-tt span {
  position: relative;
  color: #333;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
}

.mod-tt span::before, .mod-tt span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 191px;
  height: 8px;
  content: '';
}

.mod-tt span::before {
  right: 100%;
  margin-right: 34px;
  background: url("../../images/title-l.png") no-repeat center;
}

.mod-tt span::after {
  left: 100%;
  margin-left: 34px;
  background: url("../../images/title-r.png") no-repeat center;
}

.mod-tt em {
  font-style: normal;
  color: #0A95FC;
}

.handle-item {
  float: left;
  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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 27px;
  margin-bottom: 26px;
  width: -webkit-calc((100% - 81px) / 3);
  width: -moz-calc((100% - 81px) / 3);
  width: calc((100% - 81px) / 3);
  padding: 0 24px 0 19px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #C9E3FF;
  background: url(../../images/handle-item-bg.png) center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

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

.handle-item:hover {
  border: 1px solid #0A95FC;
  box-shadow: 0px 2px 20px 0px rgba(92, 174, 255, 0.5);
}

.handle-item:hover .handle-btn {
  color: #FFF;
  background: #0A95FC;
}

.handle-name {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.54px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.handle-btn {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 32px;
  line-height: 30px;
  color: #0A95FC;
  font-size: 18px;
  border-radius: 4px;
  border: 0.5px solid #0A95FC;
  background: #FFF;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.policy-list .item {
  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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 60px;
  padding: 0 41px 0 54px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px dashed #AEC6E3;
}

.policy-list .item .name {
  position: relative;
}

.policy-list .item .name::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url("../../images/icon-style2.png") center no-repeat;
}

.policy-list .item:hover {
  background: rgba(40, 162, 252, 0.06);
  border-color: transparent;
}

.policy-list .item:hover .name,
.policy-list .item:hover .date {
  color: #0A95FC;
}

.policy-list .name,
.policy-list .date {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}

.policy-list .name {
  max-width: 850px;
}

.policy-list .name p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.policy-list .date {
  color: #888;
}

.policy-wrap {
  padding-bottom: 1px;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}

/* 分页 */
body .m-pagination .m-pagination-size {
  top: -13px;
}

body .m-pagination .m-pagination-page > li.active > a {
  background: #4393f5;
  border-color: #4393f5;
  color: #fff;
}

body .m-pagination .m-pagination-page > li.active:hover > a {
  background: #4393f5;
  border-color: #4393f5;
  color: #fff;
}

body .m-pagination .m-pagination-page > li:hover > a {
  opacity: 0.8;
}

body .m-pagination .m-pagination-group::before {
  left: 40px;
  content: '页';
}

body .m-pagination {
  margin-top: 30px;
  margin-bottom: 50px;
}

.mod.policy {
  margin-bottom: 50px;
}

.mod.handle {
  margin-bottom: 20px;
}

.nodata {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}

.nodata::after {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '暂无数据';
  font-size: 20px;
  line-height: 50px;
  color: #666;
}
