@charset "UTF-8";
.topbg {
  height: 200px;
  background: url(../../images/img/zdqy/bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbg .topContent {
  width: 620px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.topbg .topContent .line {
  border: 1px solid #FFFFFF;
  height: 0;
  width: 144px;
}
.topbg .topContent .title {
  font-size: 36px;

  font-weight: 400;
  color: #FFFFFF;
}
.topbg .titleE {
  margin-top: 13px;
  text-align: center;
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
  opacity: 0.6;
}
.inputa {
  margin-top: 34px;
  margin-bottom: 13px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  width: 753px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #0092FF;
  box-shadow: 0px 3px 10px 0px rgba(22, 64, 140, 0.06);
  border-radius: 6px;
}
.inputa .search {
  cursor: pointer;
  width: 110px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0092FF;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.inputa .search:hover {
  background: #0283e3;
}
.inputa input {
  padding-left: 22px;
  width: 643px;
  outline: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #868686;
}
.navigation {
  height: 80px;
  background: #0092FF;
  box-shadow: 0px 3px 40px 0px rgba(67, 67, 67, 0.05);
}
.navigation .navigation-content {
  display: flex;
  justify-content: space-between;
}
.navigation .navigation-content .nav {
  display: flex;
  align-items: center;
  height: 80px;
}
.navigation .navigation-content .nav .nav-item {
  margin-left: 40px;
  display: flex;
  width: 640px;
  justify-content: space-around;
  font-size: 16px;
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
}
.navigation .navigation-content .meCenter {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
}
.navigation .navigation-content .icon {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.navigation .navigation-content .triangle {
  position: relative;
}
.navigation .navigation-content .triangle:after {
  position: absolute;
  bottom: -10%;
  right: -20px;
  content: " ";
  border: 7px solid transparent;
  border-top: 7px solid #FFFFFF;
}

.select {
  background-color: #FFFFFF;
  padding: 20px;
}
.select .top {
  margin-left: 100px;
  display: flex;
  width: 900px;
}
.select .top .left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.select .top .input {
  display: flex;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #0092FF;
  box-shadow: 0px 3px 10px 0px rgba(22, 64, 140, 0.06);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}
.select .top .input input {
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
.select .top .input .search {
  width: 110px;
  height: 50px;
  background: #0092FF;
  cursor: pointer;
}
.select .top .input .search:hover{
  background: #0088ed;
}
.select .top .input .content {
  width: 100px;
  position: relative;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #575757;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #E4E4E4;
}
.select .top .input .content .triangle:after {
  content: "";
  width: 5px;
  height: 5px;
  border: solid #575757;
  border-width: 0 0 1px 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  right: 5%;
  top: 45%;
}
.select .top .fabu {
  cursor: pointer;
  width: 136px;
  height: 50px;
  background: #FF8D2D;
  border-radius: 6px;
  display: flex;
  line-height: 50px;
  justify-content: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 10px;
}
.select .top .fabu:hover{
  background: #f57d18;
}
.select .top .fabu .icon {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.select .bottom {
  margin-top: 25px;
  color: #747474;
  font-size: 14px;
}
.select .bottom .line {
  display: flex;
  margin-top: 13px;
}
.select .bottom .line:nth-child(2){
  margin-top: 10px;
}
.select .bottom .line .area-title{
  margin-top: 5px;
}
.select .bottom .line .title {
  width: 85px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  flex: none;
}
.select .bottom .line .classify {
  line-height: 26px;
}
.select .bottom .line .classify .classify-item {
  display: flex;
  flex-wrap: wrap;
}
.select .bottom .line .classify .classify-item .classify-item-list {
  margin-right: 15px;
  /* margin-bottom: 5px; */
}
.select .bottom .line .classify .classify-item-two {
  display: flex;
  flex-wrap: wrap;

}
.select .bottom .line .classify .classify-item-two .classify-item-list-two {
  margin-right: 15px;
  /* margin-bottom: 5px; */
}
.select .bottom .line .classify .classify-item-two .classify-item-list-two:hover{
  cursor: pointer;
  color: #0092FF;
}
.select .bottom .line .classify .classify-item-three {
  display: flex;
  flex-wrap: wrap;
}
.select .bottom .line .classify .classify-item-three .classify-item-list-three {
  margin-right: 15px;
  /* margin-bottom: 5px; */
}
.select .bottom .line .classify .classify-item-three .classify-item-list-three:hover{
  cursor: pointer;
  color: #0092FF;
}
.select .bottom .line .area-item {
  width: 287px;
  height: 32px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
.select .bottom .line .moreSelect {
  display: flex;
}
.select .bottom .line .moreSelect .moreSelect-item {
  margin-right: 8px;
}
.select .bottom .line .moreSelect .moreSelect-item  .el-input__inner{
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.select .bottom .line .moreSelect .moreSelect-item .date-picker{
  line-height: 32px;
}
.line .area .area-select .el-input__inner{
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.job {
  background-color: #F5F6FA;
  margin-bottom: 15px;
}
.job .job-content {
  display: flex;
  justify-content: space-between;
}
.job .job-content .left .jobList {
  position: relative;
  width: 850px;
  background: #ffffff;
  border-radius: 3px;
  /* padding: 15px 15px 3px 15px; */
  margin-top: 15px;
  padding-top: 15px;
}
.job .job-content .left .jobList:hover{
  background: #F7FCFF;
}
.job .job-content .left .jobList .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
.job .job-content .left .jobList .title .left {
  display: flex;
  align-items: center;
  height: 25px;
  line-height: 25px;
}
.job .job-content .left .jobList .title .left .tit {
  display: flex;
  font-size: 18px;

  font-weight: 400;
  color: #242424;
  /* width: 478px; */
}
.job .job-content .left .jobList .title .left .tit .titt-item{
  max-width: 150px;
  font-size: 16px;
}
.job .job-content .left .jobList .title .left .tit:hover{
  color: #0088ed;
}
.job .job-content .left .jobList .title .left .tit .titt {
  display: block;
  max-width: 450px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
  height: 25px;
}
.job .job-content .left .jobList .title .left .lable {
  width: 37px;
  height: 19px;
  background: #E60012;
  border-radius: 2px;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  /*font-weight: 400;*/
  color: #FFFFFF;
  margin-right: 5px;
}
.job .job-content .left .jobList .title .left .icon {
  margin-left: 5px;
}
.sign{
  font-size: 12px;
}
.job .job-content .left .jobList .title .right {
  font-size: 16px;

  font-weight: 400;
  color: #FE8116;
  width: 150px;
  height: 40px;
  text-align: right;
  line-height: 40px;
  padding-top: 0;
}
.job .job-content .left .jobList .details {
  font-size: 12px;

  font-weight: 300;
  color: #5A5858;
  padding: 0px 15px;
  margin-top: 5px;
  max-width: 87%;
    text-align: justify;
    line-height: 1.5;
}
.job .job-content .left .jobList .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding: 0px 15px;
  padding-bottom: 8px;
  margin-top: 3px;
}
.job .job-content .left .jobList .area .left {
  width: 310px;
  display: flex;
  justify-content: space-between;
}
.job .job-content .left .jobList .area .left .update_time {
  font-size: 12px;
  font-weight: 400;
  color: #8D8D8D;
}
.job .job-content .left .jobList .area .left .area-name {
  display: flex;
  height: 15px;
  line-height: 15px;
}
.job .job-content .left .jobList .area .left .area-name .icon {
  display: flex;
  align-items: center;
  margin-right: 3px;
}
.job .job-content .left .jobList .time {
  position: absolute;
  right: 16px;
  bottom: 13px;
  font-size: 12px;
  font-weight: 400;
  color: #8D8D8D;
}
.job .job-content .left .jobList .area .left .content {
  font-size: 12px;

  font-weight: 400;
  color: #8D8D8D;
}
.job .job-content .left .jobList .area .right {
  width: 96px;
  height: 32px;
  padding-top: 0px;
  background: #0092FF;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.job .job-content .left .jobList .area .right:hover{
  background: #0088ed;
}
.job .job-content .left .jobList .area .rightActive{
  background: #5FBBFF;
            width: 96px;
            height: 32px;
            padding-top: 0px;
            border-radius: 16px;
            line-height: 32px;
            text-align: center;
            color: #ffffff;
            cursor:pointer;
}
.job .job-content .left .jobList .lableList {
  height: 40px;
  padding: 8px;
  padding-left: 15px;
  display: flex;
  overflow: hidden;
}
.job .job-content .left .jobList .lableList .lableList-item {
  flex: none;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px;

  font-weight: 300;
  margin-right: 5px;
  line-height: 24px;
  text-align: center;
  padding: 0px 13px;
}
.job .job-content .left .jobList .lableList .lableList-item:nth-child(1) {
  color: #FF841D;
  background-color: rgba(255, 157, 84, 0.1);
}
.job .job-content .left .jobList .lableList .lableList-item:nth-child(2) {
  color: #AE79FF;
  background-color: rgba(174, 121, 255, 0.1);
}
.job .job-content .left .jobList .lableList .lableList-item:nth-child(3) {
  color: #44BF8C;
  background-color: rgba(68, 191, 140, 0.1);
}
.job .job-content .left .jobList .lableList .lableList-item:nth-child(4) {
  color: #FF841D;
  background-color: rgba(255, 157, 84, 0.1);
}
.job .job-content .left .jobList .lableList .lableList-item:nth-child(5) {
  color: #AE79FF;
  background-color: rgba(174, 121, 255, 0.1);
}
.job .job-content .right {
  width: 338px;
}
.job .job-content .right .login {
  background-color: #FFFFFF;
  padding: 12px 20px 22px 20px;
  margin-top: 15px;
}
.job .job-content .right .login .input {
  /* width: 315px; */
  height: 40px;
  border: 1px solid #E4E4E4;
  line-height: 40px;
  padding-left: 5px;
  margin-top: 20px;
}
.job .job-content .right .title {
  margin-top: 15px;
  width: 338px;
  height: 43px;
  background: #FFFFFF;
  border-radius: 3px;
  line-height: 43px;
  font-size: 16px;
  color: #242424;
  padding-left: 10px;
  font-weight: bold;
}
.job .job-content .right .jobListA {
  width: 338px;
  background: #FFFFFF;
  border-radius: 3px;
  border-top: 1px solid #f3f3f3;
  /* padding: 15px 20px 0 20px; */
}
.job .job-content .right .jobListA:hover{
  background: #F7FCFF;
}
.job .job-content .right .jobListA .titlee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 18px;

  font-weight: 400;
  color: #242424;
  margin-bottom: 6px;
  padding: 15px 20px 0 20px ;
}
.job .job-content .right .jobListA .titlee .tit {
  color: #242424;
  max-width: 228px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
.job .job-content .right .jobListA .titlee .tit:hover{
  color: #0088ed;
}
.job .job-content .right .jobListA .titlee .lable {
  width: 37px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #FF8D2D;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;

  font-weight: 400;
}
.job .job-content .right .jobListA .price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.job .job-content .right .jobListA .price .priceA{
  font-size: 14px;
  color: #fe8116;
}
.job .job-content .right .jobListA .price .priceB{
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #8d8d8d;
}
.job .job-content .right .jobListA .lableList {
  display: flex;
  margin-top: 8px;
  padding: 0px 20px;
}
.job .job-content .right .jobListA .lableList-item {
  flex: none;
  height: 24px;
  line-height: 24px;
  padding: 0px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-right: 10px;
}
.job .job-content .right .jobListA  .lableList-item:nth-child(1) {
  color: #FF841D;
  background-color: rgba(255, 157, 84, 0.1);
}
.job .job-content .right .jobListA  .lableList-item:nth-child(2) {
  color: #AE79FF;
  background-color: rgba(174, 121, 255, 0.1);
}
.job .job-content .right .jobListA  .lableList-item:nth-child(3) {
  color: #44BF8C;
  background-color: rgba(68, 191, 140, 0.1);
}
.job .job-content .right .line{
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  margin-top: 10px;
}
.job .job-content .right .area {
  display: flex;
  justify-content: space-between;
  padding:2px 20px;
}
.job .job-content .right .area .dianpu {
  display: flex;
  align-items: center;
}
.job .job-content .right .area .dianpu .title {
  background: url(../../images/img/wslg/dianpu.png) no-repeat center left;
  padding-left: 20px;
  max-width: 190px;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #8D8D8D;
  margin-top: 0;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}/*# sourceMappingURL=aaa.css.map */
.pagination{
  width: 850px;
  margin:15px 0 ;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #ffffff;
}
.pagination .p-item{
  display: flex;
}
.p-item li{
  color: #8D8D8D;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #E4E4E4;
  margin-right: 10px;
}
.pagination .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
input,select{
  outline: none;
}
.area .dianpu .icon{
  margin-right: 5px;
}
.left .jobList .title .left .lablejizhao{
  color: #ffffff;
  width: 37px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: #FF8D2D;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 12px;
}
.classify-item-list{
  cursor: pointer;
}
.classify-item-list:hover{
  color: #0092FF;
}
#jqPaginator{
  margin-top: 15px;
}
.moreSelect-item .date-picker .el-input__prefix .el-input__icon{
  line-height: 32px;
}
/* .login .yue{
  color: #8d8d8d;
  border-radius: 0;
}
.login .yue .el-radio__inner {
  border-radius: 0;

} */
