.z_tzlz {
  display: flex;
  align-items: center;
}
.z_tzlz p {
  padding: 5px;
  background: #fff;
}
.z_left {
  background: #fff;
  height: 30px;
  width: 30px;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
.z_right {
  background: #fff;
  height: 30px;
  width: 30px;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.z_anniu {
  display: flex;
  align-items: center;
}
.z_content {
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.z_con_left {
  width: 30%;
  background: #fff;
}
.z_con_right {
  width: 69%;
  background: #fff;
}
.qzjianli{
    width: 78%;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
}
.z_info {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
}
.z_info button {
  background: #fff;
  border-radius: 12px;
  padding: 3px 10px;
}
.z_jie {
  display: flex;
  flex-direction: column;
  padding: 10px 40px;
}
.z_jie button {
  background: #fff;
  color: #408ed6;
  border: 1px solid #408ed6;
  border-radius: 10px;
  padding: 10px 0;
  margin: 10px;
  font-weight: 500;
}
.z_jie .z_jie_active {
  background: #408ed6;
  color: #fff;
}
.z_news {
  padding: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.z_news li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 20px 0;
}
.z_news li img {
  width: 280px;
  height: 130px;
  border-radius: 5px;
}
.z_new_dea {
  width: 542px;
  padding: 0 20px;
  position: relative;
}
.z_new_dea button {
  position: absolute;
  right: 30px;
  bottom: 10px;
  background: #fff;
  color: #408ed6;
  border-color: #408ed6;
  padding: 5px 10px;
  border-radius: 5px;
}

.tanchuang {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.z_table {
  width: 80%;
  background: #fff;
  margin: 18% auto;
}
.z_tab_head {
  background: #408ed6;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  color: #fff;
}
.z_tab_head h2 {
  font-weight: 400;
}
.z_tab_head span {
  font-size: 30px;
}
.z_tab_table {
  padding: 20px;
}
.z_tab_table table {
  width: 80%;
  margin: 0 auto;
}
.z_tab_table thead {
  background: #f6f6f6;
}
.z_tab_table table td {
  text-align: center;
  padding: 30px 0;
}
.z_tab_table thead td {
  padding: 20px 0;
  color: #fff;
  /* font-weight: 600; */
  font-size: 15px;
  background-color: #408ed6;
}
.z_butttt {
  cursor: pointer;
}
.table_ff thead {
  background: #fff;
}

.sh_dai {
  font-weight: bold;
  color: #333;
}
.sh_suc {
  font-weight: bold;
  color: green;
}
.sh_fail {
  font-weight: bold;
  color: red;
}
.resume_header {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.resume_header img {
  width: 200px;
  border-radius: 10px;
}
.resume_header_info {
  width: 66%;
}
.resume_com {
  display: flex;
  font-size: 16px;
}
.resume_com p{
  width: 45%;
}
/* .resume_com .sex{
  margin-left: 8%;
} */
.resume_com :nth-of-type(1) {
  /* width: 60%; */
  /* margin-right: 57px; */
  word-break: break-all;
}
.resume_body,
.resume_foot {
  padding: 0 40px;
}
.resume_body h3 {
  border-bottom: 3px solid #408ed6;
  padding-bottom: 15px;
  font-size: 22px;
  color: #408ed6;
}
.resume_foot_info {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.resume_foot_info {
  font-size: 17px;
}
.resume_foot_info>div{
  width: 30%;
}
.resume_foot_info>div p:nth-child(1){
  width: 100%;
  /* text-align: center; */
}
.resume_foot_info>div p:nth-child(2){
  color: #000;
  font-weight: 500;
  /* text-align: center; */
}
.resume_foin {
  font-size: 20px;
}
.resume_foin p {
  word-break: break-all;
  font-size: 18px;
}
