article .content .post_change {
  width: 785px;
  margin: 13px auto 0;
  display: flex;
  justify-content: space-between;
}
article .content .post_change div {
  width: 313px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  background-color: #f5f5f5;
  border-radius: 12px;
  cursor: pointer;
}
article .content .post_change div:hover {
  background-color: #0f9544;
}
article .content .post_change div:hover strong {
  color: #ffffff;
}
article .content .post_change div strong {
  color: #0f9544;
  font-size: 24px;
}
article .content .post_change .change_active {
  background-color: #0f9544;
}
article .content .post_change .change_active strong {
  color: #ffffff;
}
article .content .p1,
article .content .p2 {
  display: none;
}
article .content .post_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  width: 100%;
}
article .content .post_box .pt_lf {
  width: 320px;
}
article .content .post_box .pt_lf .lf_title {
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #0f9544;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
article .content .post_box .pt_lf .lf_title strong {
  color: #ffffff;
  font-size: 19.6px;
}
article .content .post_box .pt_lf .lf_list {
  width: 100%;
  background-color: #f5f5f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
article .content .post_box .pt_lf .lf_list li {
  width: 100%;
  height: 73px;
  text-align: center;
  line-height: 73px;
  border-bottom: 1px solid #0f9544;
  cursor: pointer;
}
article .content .post_box .pt_lf .lf_list li:last-of-type {
  border-bottom: 0;
}
article .content .post_box .pt_lf .lf_list li:hover span {
  color: #0f9544;
  font-weight: bold;
}
article .content .post_box .pt_lf .lf_list li:hover span::after {
  position: absolute;
  top: -3px;
  left: -15px;
  content: "";
  width: 10px;
  height: 25px;
  background-color: #0f9544;
}
article .content .post_box .pt_lf .lf_list li span {
  position: relative;
  color: #030303;
  font-size: 16px;
}
article .content .post_box .pt_lf .lf_list .list_active span {
  color: #0f9544;
  font-weight: bold;
}
article .content .post_box .pt_lf .lf_list .list_active span::after {
  position: absolute;
  top: -3px;
  left: -15px;
  content: "";
  width: 10px;
  height: 25px;
  background-color: #0f9544;
}
article .content .post_box .pt_rg {
  width: 855px;
}
article .content .post_box .pt_rg .rg_title {
  margin-top: 25px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #f5f5f5;
}
article .content .post_box .pt_rg .rg_title span {
  display: inline-block;
  color: #030303;
  font-size: 20px;
  font-weight: bold;
}
article .content .post_box .pt_rg .rg_title span:nth-of-type(1) {
  margin-left: 100px;
}
article .content .post_box .pt_rg .rg_title span:nth-of-type(2) {
  margin-left: 110px;
}
article .content .post_box .pt_rg .rg_title span:nth-of-type(3) {
  margin-left: 90px;
}
article .content .post_box .pt_rg .rg_title span:nth-of-type(4) {
  margin-left: 85px;
}
article .content .post_box .pt_rg .rg_jobs div {
  display: none;
}
article .content .post_box .pt_rg .rg_jobs .rg_list li {
  display: flex;
  align-items: center;
  height: 62px;
  text-align: center;
  border-bottom: 2px dashed #e0e0e0;
}
article .content .post_box .pt_rg .rg_jobs .rg_list li span {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
article .content .post_box .pt_rg .rg_jobs .rg_list li span:nth-of-type(1) {
  width: 35%;
}
article .content .post_box .pt_rg .rg_jobs .rg_list li span:nth-of-type(2) {
  width: 25%;
}
article .content .post_box .pt_rg .rg_jobs .rg_list li span:nth-of-type(3) {
  width: 30%;
}
article .content .post_box .pt_rg .rg_jobs .rg_list li a {
  margin-left: 15px;
  display: inline-block;
  width: 111px;
  height: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background-color: #0f9544;
  border-radius: 15px;
  margin-right: 10px;
}
