article .content {
  position: relative;
}
article .content .tit {
  padding-top: 2px;
  padding-left: 16px;
  margin: 40px auto 0;
  width: 1105px;
  height: 44px;
  color: #3a9be0;
  font-size: 24px;
  line-height: 44px;
  background: url(../images/post_tit.png) no-repeat;
}
article .content .jobtc {
  display: none;
  position: absolute;
  top: 240px;
  left: 50%;
  padding: 23px 30px 30px;
  width: 1105px;
  border-radius: 30px;
  background-color: #e1f9f5;
  transform: translateX(-50%);
}
article .content .jobtc .close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 23px;
  width: 100%;
  cursor: pointer;
}
article .content .jobtc p {
  display: block;
  margin: 0 auto;
  width: 1020px;
  height: 45px;
  color: #3a9be0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border: 1px dashed #3a9be0;
}
article .content .jobtc .jobar {
  display: flex;
  flex-wrap: wrap;
  margin: 33px auto 0;
  width: 1020px;
}
article .content .jobtc .jobar li {
  margin-bottom: 24px;
  margin-left: 30px;
  width: 180px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 25px;
  background: linear-gradient(to right, #3e9de0, #6dc2d8);
  cursor: pointer;
}
article .content .jobtc .jobar li:nth-of-type(5n+1) {
  margin-left: 0;
}
article .content .jobtc .jobar li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
article .content .jobtc .notice {
  margin-top: 40px;
  color: #333333;
  font-size: 16px;
  text-align: center;
}
article .content .txt {
  margin: 24px auto 0;
  width: 1100px;
}
article .content .txt p {
  color: #333333;
  font-size: 18px;
  line-height: 40px;
}
article .content .txt p strong {
  color: #3a9be0;
  font-size: 24px;
}
article .content .combox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 82px;
  width: 1094px;
}
article .content .combox li {
  margin-top: 27px;
  margin-left: 46px;
  width: 239px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 6px;
  background: linear-gradient(to right, #3a9be0, #6bc1d7);
  cursor: pointer;
}
article .content .combox li:nth-of-type(4n+1) {
  margin-left: 0;
}
article .content .combox li strong {
  color: #ffffff;
  font-size: 20px;
}
