article {
  width: 100%;
  background: url(../images/post_bg.jpg) no-repeat center bottom;
  background-size: 100%;
}
article .content .request {
  position: relative;
  padding-top: 54px;
  padding-bottom: 22px;
  margin: 25px auto 60px;
  width: 1145px;
}
article .content .request .icon1 {
  position: absolute;
  top: 0;
  left: 0;
}
article .content .request .icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
article .content .request .rqnum {
  display: flex;
  align-items: flex-start;
  margin-left: 77px;
  margin-bottom: 22px;
}
article .content .request .rqnum .lf {
  margin-top: 5px;
  width: 53px;
}
article .content .request .rqnum .rg {
  margin-left: 12px;
}
article .content .request .rqnum .rg p {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 38px;
}
article .content .request .rqnum:last-of-type {
  margin-bottom: 0;
}
article .content .comlistbox .comlist_head {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  width: 1020px;
}
article .content .comlistbox .comlist_head li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 279px;
  height: 69px;
  background: url(../images/post_comlistnav.png) no-repeat;
  cursor: pointer;
}
article .content .comlistbox .jobbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 78px auto 0;
  width: 1150px;
}
article .content .comlistbox .jobbox .joblf {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  width: 272px;
  background-color: #55bfb2;
  border: 5px solid #a3f2c6;
  border-radius: 8px;
}
article .content .comlistbox .jobbox .joblf li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 5px;
  width: 237px;
  color: #ffffff;
  font-size: 18px;
  background-color: #1e897d;
  border-radius: 8px;
  cursor: pointer;
}
article .content .comlistbox .jobbox .joblf li:last-of-type {
  margin-bottom: 0;
}
article .content .comlistbox .jobbox .joblf li:hover {
  color: #2c2c2c;
  background-color: #eafff7;
}
article .content .comlistbox .jobbox .joblf .jobactive {
  color: #2c2c2c;
  background-color: #eafff7;
}
article .content .comlistbox .jobbox .jobrg .head {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  width: 837px;
  height: 67px;
  background: url(../images/post_comlist_rg.png) no-repeat;
}
article .content .comlistbox .jobbox .jobrg .head div:nth-of-type(1) {
  width: 35%;
  text-align: center;
}
article .content .comlistbox .jobbox .jobrg .head div:nth-of-type(2) {
  width: 15%;
  text-align: center;
}
article .content .comlistbox .jobbox .jobrg .head div:nth-of-type(3) {
  width: 30%;
  text-align: center;
}
article .content .comlistbox .jobbox .jobrg .head div:nth-of-type(4) {
  width: 20%;
  text-align: center;
}
article .content .comlistbox .jobbox .jobrg .joblist {
  margin-top: 25px;
}
article .content .comlistbox .jobbox .jobrg .joblist li {
  display: flex;
  align-items: center;
  height: 51px;
  border-bottom: 5px dotted #1c7061;
}
article .content .comlistbox .jobbox .jobrg .joblist li span {
  color: #3f3f3f;
  font-size: 19px;
}
article .content .comlistbox .jobbox .jobrg .joblist li span:nth-of-type(1) {
  width: 35%;
  text-align: center;
  font-size: 17px;
}
article .content .comlistbox .jobbox .jobrg .joblist li span:nth-of-type(2) {
  width: 15%;
  text-align: center;
}
article .content .comlistbox .jobbox .jobrg .joblist li span:nth-of-type(3) {
  width: 30%;
  text-align: center;
}
article .content .comlistbox .jobbox .jobrg .joblist li a {
  display: block;
  width: 20%;
  height: 38px;
  text-align: center;
}
