.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/resumeWrite/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.resume-wrapper {
  width: 1200px;
  padding-top: 80px;
  margin: 0 auto;
}
.resume-wrapper > .title {
  line-height: 1;
  font-weight: normal;
  font-size: 30px;
  color: #333333;
}
.resume-wrapper .resume {
  margin-top: 55px;
  display: flex;
}
.resume-wrapper .resume .left-wrapper {
  box-sizing: border-box;
  width: 865px;
  padding-right: 150px;
  position: relative;
}
.resume-wrapper .resume .left-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 890px;
  border-right: 1px dashed #ccc;
}
.resume-wrapper .resume .left-wrapper .require {
  color: red;
  font-size: 20px;
  vertical-align: sub;
}
.resume-wrapper .resume .left-wrapper .btn {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.resume-wrapper .resume .left-wrapper .btn .layui-btn {
  margin-right: 50px;
}
.resume-wrapper .resume .left-wrapper .btn .layui-btn:last-child {
  margin-right: 0;
}
.resume-wrapper .resume .right-wrapper {
  width: 335px;
  padding-left: 28px;
}
.resume-wrapper .resume .right-wrapper > .title {
  line-height: 1;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  padding-left: 13px;
  position: relative;
}
.resume-wrapper .resume .right-wrapper > .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 4px solid #164da0;
}
.resume-wrapper .resume .right-wrapper > .job-wrapper {
  margin-top: 30px;
}
.resume-wrapper .resume .right-wrapper > .job-wrapper .job {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.resume-wrapper .resume .right-wrapper > .job-wrapper .job .item {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  margin-right: auto;
  display: block;
}
.resume-wrapper .resume .right-wrapper > .job-wrapper .job .item:last-child {
  margin-right: 0;
}
.resume-wrapper .resume .right-wrapper > .job-wrapper .job .item:last-child:hover {
  text-decoration: underline;
}
