.job {
  padding: 0.6rem 0;
}
.job .title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.job .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 0.06rem;
  background: #0F57E2;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.searchForm {
  display: flex;
  align-items: center;
  margin: 0.6rem auto 0;
  width: 11rem;
  height: 0.64rem;
  background: #F2F2F2;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  padding-left: 0.4rem;
  margin-bottom: 0.93rem;
}
.searchForm > span {
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  white-space: nowrap;
  border-right: 0.01rem solid #D3D3D3;
  padding-right: 0.25rem;
}
.searchForm .el-input__inner,
.searchForm .el-button {
  height: 0.64rem;
  border: 0;
  border-radius: 0;
}
.searchForm .el-input__inner {
  background: transparent;
}
.searchForm .el-button {
  width: 1.58rem;
  background: #DD0F1F;
  font-size: .2rem;
}
.jobBox {
  display: flex;
}
.jobBox .left {
  width: 2.2rem;
  padding-right: 0.4rem;
  border-right: 0.01rem solid #EFEFEF;
}
.jobBox .left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.17rem;
  border-bottom: 0.01rem solid #EFEFEF;
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  cursor: pointer;
}
.jobBox .left .top img {
  width: 0.16rem;
  height: auto;
}
.jobBox .left .el-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
  padding-bottom: 0.77rem;
}
.jobBox .left .el-checkbox-group .el-checkbox {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.jobBox .left .el-checkbox-group .el-checkbox .el-checkbox__label {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}
.jobBox .right {
  width: calc(100% - 2.2rem);
  padding-left: .4rem;
}
.jobBox .right .tip {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
}
.jobBox .right .tip span {
  font-weight: bold;
  font-size: 0.16rem;
  color: #DD0F1F;
}
.jobBox .right .list {
  margin-top: 0.35rem;
}
.jobBox .right .list .item {
  width: 100%;
  height: 0.6rem;
  border-bottom: 0.01rem solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  padding-right: 0.05rem;
}
.jobBox .right .list .item span:first-child{
    /*font-size: .2rem;*/
    flex: 2;
    color: #333;
}
.jobBox .right .list .item span{
    flex: 1;
}

.jobBox .right .list .item:hover {
  background: #F8F8F8;
}
.jobBox .right .list .item:hover span:first-child {
  color: #DD0F1F;
  text-decoration: underline;
}
.jobBox .right .list .item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.jobBox .right .list .item img {
  width: 0.21rem;
  height: 0.13rem;
  filter: grayscale(100%);
  opacity: 0.3;
}
.jobBox .right .listFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.37rem;
}
.jobBox .right .listFoot .lf {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}
.jobBox .right .listFoot .lf span {
  color: #FF0000;
}
.jobBox .right .listFoot .rf {
  width: 1.02rem;
  height: 0.42rem;
  background: #FFFFFF;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.01rem solid #242424;
  cursor: pointer;
}
.jobDetail {
  padding: 0.6rem 0;
}
.jobDetail .title {
  margin-bottom: 0.3rem;
}
.jobDetail .title h2 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.15rem;
}
.jobDetail .title p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #141414;
  padding-bottom: .31rem;
  border-bottom: 0.01rem solid #E8E8E8;
}
.jobDetail .title p span{
    color: #6666;
}
.jobDetail .item {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #E8E8E8;
  margin-bottom: 0.2rem;
}
.jobDetail .item .tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .34rem;
    color: #141414;
    margin-bottom: .2rem;
}
.jobDetail .btns {
  display: flex;
  gap: 0.32rem;
}
.jobDetail .btns a {
  width: 1.7rem;
  height: 0.5rem;
  background: #DD0F1F;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.jobAlert {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.jobAlertCenter {
  width: 5.79rem;
  /* height: 6.47rem; */
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.jobAlertTitle {
  width: 5.79rem;
  height: 0.5rem;
  background: #F7F7F7;
  border-radius: 0.04rem 0.04rem 0rem 0rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 0 0.29rem;
  padding-right: 0.18rem;
  box-sizing: border-box;
  justify-content: space-between;
}
.jobAlertTitle img {
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}
.jobAlerText {
  width: 100%;
  padding: 0.29rem 0.33rem 0.44rem;
  box-sizing: border-box;
}
.jobAlertItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0.2rem;
}
.jobAlertItem p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  margin-bottom: 0.14rem;
}
.jobAlertItem input {
  width: 100%;
  height: 0.44rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #D4DEE2;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.jobAlertItem textarea{
  width: 100%;
  height: 1.32rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #D4DEE2;
  padding: .1rem 0.15rem;
  box-sizing: border-box;
}
.jobAlertItem label {
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0051A0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobAlertItem label p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #0051A0;
  margin: 0;
}
.jobAlertItem label img {
  width: 0.1rem;
  margin-left: 0.27rem;
}
.fileName {
  height: 0.4rem;
  background: #F8F8F8;
  padding: 0 0.4rem 0 0.21rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  position: relative;
  margin-bottom: 0.38rem;
}
.fileName img {
  position: absolute;
  right: 0.09rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}
.buttonBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonBox button {
  margin: 0 0.1rem;
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0051A0;
  box-sizing: border-box;
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #0051A0;
}
.buttonBox button:hover {
  background: #0051A0;
  color: #FFFFFF;
}


@media only screen and (max-width: 1024px) {
  .bannerWrap{
    margin-top: 50px;
  }
  .breadWrap{
    margin-top: 0;
  }
  .searchForm{
    width: 90%;
  }
  .searchForm > span,.searchForm .el-input__inner, .searchForm .el-button{
    font-size: 12px;
  }
  .searchForm .el-button{
    font-size: 12px;
    flex: 0 0 1.58rem;
  }
  .jobBox{
    display: block;
    width: 90%;
    margin: auto;
  }
  .jobBox .left{
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .jobBox .right{
    width: 100%;
    padding-left: 0;
  }
  .jobBox .left .top span,.jobBox .left .el-checkbox-group .el-checkbox .el-checkbox__label,.jobBox .right .tip,.jobBox .right .tip span,.jobBox .right .list .item span,.jobBox .right .listFoot .lf,.jobBox .right .listFoot .lf span{
    font-size: 12px;
  }
  .jobDetail .main{
    width: 90%;
    margin: auto;
  }
  .jobDetail .title p,.jobDetail .title p span,.jobDetail .item p,.jobDetail .btns a,.jobAlertTitle span,.jobAlertItem p,.jobAlertItem input,.jobAlertItem label p,.buttonBox button{
    font-size: 12px;
  }
  
  
}
