@charset "utf-8";
/* 列表页公共css */

/*根据屏幕大小自适应*/
/*
@media (min-width: 576px) and (max-width: 767px) {
手机页面样式
}*/

@media (max-width: 767px) {
  /*手机页面样式*/
  .topbar {
    display: block;
  }
  .header {
    display: block;
  }
  .header #search_wrap form {
    width: 400px !important;
  }
  .wrapper {
    display: block;
  }
  .footer_area {
    display: block;
  }
  /*细节样式*/
  .topbar .city {
    padding-left: 5px;
  }
  .topbar .topbar_m {
    display: none;
  }
  .header #search_wrap form #search_keyword {
    width: 253px !important;
  }
  .seltion-cont dl dd select {
    margin-bottom: 10px !important;
  }
  .mainleft {
    width: 100% !important;
  }
  .mainright {
    display: none;
  }
  .sub_link_area {
    width: 100% !important;
  }
  .sub_footer {
    width: 100% !important;
  }
  .toolkits dl.dl-1 {
    width: 49%;
  }
  .toolkits dl.dl-2 {
    width: 49%;
  }
  .toolkits dl.dl-3 {
    display: none;
  }
  /*招聘简历区域的样式*/
  .jobsbox .jobs-qz-item dt {
    width: 418px !important;
  }
  .jobsbox .jobs-qz-item dd.pay {
    width: 260px !important;
  }
  .jobsbox .jobs-qz-item dd.area {
    width: 145px !important;
  }
  .jobsbox .jobs-jz-item dt {
    width: 465px !important;
  }
  .jobsbox .jobs-jz-item dd.company {
    width: 240px !important;
  }
  .jobsbox .jobs-qzjl-item dd.per-info {
    width: 550px !important;
  }
  .jobsbox .jobs-qzjl-item dd.time {
    margin-right: 20px !important;
  }
  .jobsbox .jobs-jzjl-item dd.per-info {
    width: 550px !important;
  }
  .jobsbox .jobs-jzjl-item dd.time {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*ipad页面样式*/
  /*总体样式*/
  .topbar {
    display: block;
  }
  .header {
    display: block;
  }
  .wrapper {
    display: block;
  }
  .footer_area {
    display: block;
  }
  /*细节样式*/
  .topbar .city {
    padding-left: 5px;
  }
  .topbar .topbar_m {
    display: none;
  }
  .header #search_wrap form #search_keyword {
    width: 273px !important;
  }
  .seltion-cont dl dd select {
    margin-bottom: 10px !important;
  }
  .mainleft {
    width: 100% !important;
  }
  .mainright {
    display: none;
  }
  .sub_link_area {
    width: 100% !important;
  }
  .sub_footer {
    width: 100% !important;
  }
  .toolkits dl.dl-1 {
    width: 49%;
  }
  .toolkits dl.dl-2 {
    width: 49%;
  }
  .toolkits dl.dl-3 {
    display: none;
  }
  /*招聘简历区域的样式*/
  .jobsbox .jobs-qz-item dt {
    width: 418px !important;
  }
  .jobsbox .jobs-qz-item dd.pay {
    width: 260px !important;
  }
  .jobsbox .jobs-qz-item dd.area {
    width: 145px !important;
  }
  .jobsbox .jobs-jz-item dt {
    width: 465px !important;
  }
  .jobsbox .jobs-jz-item dd.company {
    width: 240px !important;
  }
  .jobsbox .jobs-qzjl-item dd.per-info {
    width: 550px !important;
  }
  .jobsbox .jobs-qzjl-item dd.time {
    margin-right: 20px !important;
  }
  .jobsbox .jobs-jzjl-item dd.per-info {
    width: 550px !important;
  }
  .jobsbox .jobs-jzjl-item dd.time {
    margin-right: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  /*笔记本电脑页面样式*/
  /*总体样式*/
  .topbar {
    display: block;
  }
  .header {
    display: block;
  }
  .wrapper {
    display: block;
  }
  .footer_area {
    display: block;
  }
  /*部分样式*/
  .topbar .topbar_con {
    width: 980px !important;
  }
  .topbar .topbar_m {
    display: none !important;
  }
  .header .head {
    width: 980px !important;
  }
  .header #search_wrap form #search_keyword {
    width: 330px !important;
  }
  .wrapper {
    width: 980px !important;
  }
  .seltion-cont dl dd {
  }
  .mainleft {
    width: 765px !important;
  }
  .mainright {
    width: 200px !important;
  }
  .sub_link_area {
    width: 980px !important;
  }
  .sub_footer {
    width: 980px !important;
  }
  /*工具箱样式*/
  .toolkits dl.dl-1 {
    width: 37% !important;
  }
  .toolkits dl.dl-2 {
    width: 37% !important;
  }
  .toolkits dl.dl-3 {
    width: 25% !important;
  }
  /*招聘简历区域的样式*/
  .jobsbox .jobs-qz-item dt {
    width: 320px !important;
  }
  .jobsbox .jobs-qz-item dd.pay {
    width: 200px !important;
  }
  .jobsbox .jobs-qz-item dd.area {
    margin-left: 10px !important;
  }
  .jobsbox .jobs-jz-item dt {
    width: 355px !important;
  }
  .jobsbox .jobs-jz-item dd.company {
    width: 205px !important;
  }
  .jobsbox .jobs-qzjl-item dd.per-info {
    width: 420px !important;
  }
  .jobsbox .jobs-jzjl-item dd.per-info {
    width: 420px !important;
  }
}
@media (min-width: 1400px) {
  /*台式电脑显示器页面样式-默认已有样式*/
  /*总体样式*/
  .topbar {
    display: block;
  }
  .header {
    display: block;
  }
  .wrapper {
    display: block;
  }
  .footer_area {
    display: block;
  }
  /*部分样式*/
  .sub_link_area {
    width: 1200px !important;
  }
  .sub_footer {
    width: 1200px !important;
  }
  /*招聘简历区域的样式*/
  .jobsbox .jobs-qz-item dt {
    width: 418px !important;
  }
  .jobsbox .jobs-qz-item dd.pay {
    width: 270px !important;
  }
  .jobsbox .jobs-qz-item dd.area {
    width: 145px !important;
  }
  .jobsbox .jobs-jz-item dt {
    width: 465px !important;
  }
  .jobsbox .jobs-jz-item dd.company {
    width: 300px !important;
  }
  .jobsbox .jobs-qzjl-item dd.per-info {
    width: 550px !important;
  }
  .jobsbox .jobs-jzjl-item dd.per-info {
    width: 550px !important;
  }
}

/*PC端样式*/
/*页眉*/
.header {
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f4;
  clear: both;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 9;
  min-width: 768px;
}
.header .head {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  height: 50px;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 150px;
}
.header .logo a.list_logo {
  height: 50px;
  width: 132px;
  display: block;
  line-height: 50px;
  _background-image: url(../../../images/desktop/list_logo.png);
  _background-repeat: no-repeat;
  _background-position: 0 7px;
}
.header #search_wrap {
  height: 28px;
  position: relative;
  text-align: left;
  _width: 650px;
  margin: 0 auto;
}
.header #search_wrap form {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.header #search_wrap form #search_keyword {
  padding: 0 0 0 10px;
  width: 400px;
  height: 28px;
  line-height: 28px;
  color: #1b1b1b;
  font-size: 12px;
  box-sizing: content-box;
  border: 1px solid #b2b2b2;
}
.header #search_wrap form #search_keyword:focus {
  color: #1b1b1b;
  outline: 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: 2px 2px 3px #eee inset;
  -moz-box-shadow: 2px 2px 3px #eee inset;
  box-shadow: 2px 2px 3px #eee inset;
}
.header #search_wrap form #search_button {
  color: #fff;
  cursor: pointer;
  font-family: simsun;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  min-width: 86px;
  padding: 0px 5px;
  position: relative;
  left: -5px;
  display: inline-block;
  line-height: 28px;
  _background-color: #62af00;
  _border: 1px solid #5d9b4d;
  background-color: #ee4341;
  border: 1px solid #ee4341;
}
.header #search_wrap form #search_button:hover {
  _background-color: #50931e;
  background-color: #f33;
  border: 1px solid #f33;
}
.header #search_wrap form #searchType {
  height: 30px;
  width: 105px;
  position: relative;
  left: -5px;
  border: 1px solid #b2b2b2;
  outline: none;
}
.header .edit-eara {
}
.header .edit-eara a {
}
.header .edit-eara a.btn-post {
  min-width: 100px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  height: 30px;
  line-height: 29px;
  display: block;
  background-color: #ee4341;
}
.header .edit-eara a.btn-post:hover {
  background-color: #fd6000;
  text-decoration: none;
  color: #fff;
}
.header .edit-eara a.btn-post span.edit-ico {
}
/*包装器*/
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 50px;
  min-width: 768px;
}
/*位置*/
.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb {
  color: #707070;
  line-height: 26px;
  padding: 2px 0;
  font-family: simsun;
  margin: 0px;
  background: none;
  border-radius: 0px;
}
.breadcrumb a {
  _color: #06c;
  color: #707070;
}
.breadcrumb a:hover {
  color: #f33;
}
.breadcrumb .last {
  display: inline;
}

.total-count {
}
.total-count .count {
  color: #f60;
  padding: 0px 5px;
}

/*筛选导航*/
.filter {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  position: relative;
}
/*一级小类导航*/
.seltab-box {
  clear: both;
  overflow: hidden;
  background-image: url(../../../images/desktop/list_bg_btn.png);
  background-position: 0 -843px;
}
.seltab-box ul.seltab {
  overflow: hidden;
  float: left;
}
.seltab-box ul.seltab li {
  color: #707070;
  font-size: 14px;
  float: left;
  border-right: 1px solid #ddd;
  list-style: none;
}
.seltab-box ul.seltab li a {
  color: #707070;
  display: inline-block;
  line-height: 18px;
  padding: 7px 16px 6px 16px;
}
.seltab-box ul.seltab li.first-tab {
  border: 0;
  font-weight: bold;
  height: 31px;
  position: relative;
  /* top: -1px; */

  left: -1px;
  background-image: url(../../../images/desktop/list_bg_btn.png);
  background-repeat: no-repeat;
  background-position: right -616px;
}
.seltab-box ul.seltab li.first-tab a {
  color: #404040;
  padding-bottom: 6px;
}
.seltab-box ul.seltab li.second-tab {
  border: 0;
  font-weight: bold;
  height: 31px;
  position: relative;
  /* top: -1px; */

  left: -1px;
  background-image: url(../../../images/desktop/list_bg_btn.png);
  background-repeat: no-repeat;
  background-position: right -616px;
}
/*筛选区域*/
.seltion-cont {
  padding: 10px 0;
  position: relative;
}
.seltion-cont dl.selitem {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.seltion-cont dl dt {
  box-sizing: border-box;
  min-width: 100px;
  min-height: 18px;
  padding-left: 5px;
  color: #4b4b4b;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  font-weight: bold;
  text-align: right;
}
.seltion-cont dl dd {
  padding-left: 5px;
  flex: 1;
}
.seltion-cont dl dd a {
  padding: 0px 4px;
  margin: 0px 2px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  _line-height: 24px;
  _color: #06c !important;
  line-height: 22px;
  color: #333;
}
.seltion-cont dl dd a:hover {
  color: #f33 !important;
}
.seltion-cont dl dd a.active {
  _color: #fff !important;
  _background-color: #62af00;
  border: 1px solid #ee4341;
  color: #f33;
  border-radius: 3px;
}
.seltion-cont dl dd a.active:hover {
  _color: #fff !important;
}
.seltion-cont dl dd select {
  width: 116px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  color: #707070;
  outline: none;
  margin-right: 3px;
  line-height: 22px;
}
.seltion-cont dl dd select option {
  border: 1px solid #ddd;
  outline: none;
}
.seltion-cont dl dd label {
  margin: 0px 5px;
}
.seltion-cont dl dd label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  line-height: 18px;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: 3px;
  margin-top: 2px;
}
.seltion-cont dl dd label input[type="text"] {
  width: 60px;
  text-align: center;
}
.seltion-cont dl dd > button {
  cursor: pointer;
}

.seltion-cont dl#area dd a.sarea {
  _background: #f4f4f3;
  _color: #4b4b4b !important;
}
.seltion-cont dl#sub_area {
  display: none;
}
.seltion-cont dl#sub_area dt {
  display: none;
}
.seltion-cont dl#sub_area dd {
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin-left: 100px;
  margin-right: 20px;
}
.seltion-cont dl#subway {
}
.seltion-cont dl#subway dd a.sarea {
  background: #f4f4f3;
  color: #4b4b4b !important;
}
.seltion-cont dl#sub_subway {
  display: none;
}

/*下面几行代码用于新车、二手车品牌筛选区域*/
.seltion-cont dl.fixedHeight {
}
.seltion-cont dl.fixedHeight dd {
  height: 48px;
  padding-right: 60px !important;
}

.seltion-cont dl.fixedHeight a.fixedBtn {
  position: absolute;
  right: 7px;
  top: 12px;
  display: inline-block;
  padding: 0px 12px 0px 0px;
  line-height: 24px;
  cursor: pointer;
  color: #ff552e;
}
.seltion-cont dl.fixedHeight a.fixedBtn em {
  position: absolute;
  top: 12px;
  margin-left: 1px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.seltion-cont dl.fixedHeight a.fixedBtn em.shrink {
  top: 6px !important;
  border-color: transparent transparent red transparent !important;
}

/*切换内容区域*/
.topBox {
}
.topBox .tabBox {
  overflow: hidden;
  clear: both;
  _border-bottom: 1px solid #62af00;
  border-bottom: 1px solid #ee4341;
}
.topBox .tabBox ul#listtab {
  overflow: hidden;
  display: flex;
}
.topBox .tabBox ul#listtab li {
  color: #4b4b4b;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 0 14px;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
}
.topBox .tabBox ul#listtab li i {
}
.topBox .tabBox ul#listtab li.ontab {
  color: #fff;
  font-weight: normal;
  border-bottom: 0;

  border: 1px solid #ee4341;
  background: #ee4341;
}
.topBox .tabBox ul#listtab li:hover {
  color: #fff;
  font-weight: normal;
  border-bottom: 0;

  border: 1px solid #ee4341;
  background: #ee4341;
}
.topBox .tabBox ul#listtab li i.ico-tabsecu {
  background-position: -263px -56px;
  margin: 7px 5px 0 0;
  width: 24px;
  height: 20px;
  float: left;
  background-image: url(../../../images/desktop/list_bg_ico_house.png);
  background-repeat: no-repeat;
}
.topBox .border {
  border: 1px solid #e0e0e1;
  border-top: none;
  background: #fafafa;
  height: 38px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topBox .border ul.chose {
  overflow: hidden;
  display: flex;
}
.topBox .border ul.chose li {
  border-right: 1px solid #ddd;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  position: relative;
}
.topBox .border ul.chose li input[type="checkbox"] {
  vertical-align: -3px;
  margin: 0 5px 0 6px;
  padding: 0;
  cursor: pointer;
}

.topBox .border #searchBox {
  margin-right: 15px;
  position: relative;
  display: flex;
}
.topBox .border #searchBox input#searchInput {
  border: 1px solid #ccc;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  width: 178px;
  background: #fff;
  outline: none;
}
.topBox .border #searchBox a#searchBtn {
  color: #fff;
  height: 24px;
  min-width: 70px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  _background: #fd8000;
  background: #ee4341;
}
.topBox .border #searchBox a#searchBtn:hover {
  background: #f37b00;
  _background: #f33;
}

.topBox .border .tab-sort {
  position: absolute;
  right: 9px;
  top: 0px;
}
.topBox .border .tab-sort a {
  margin-top: 6px;
  display: inline-block;
  width: 90px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #a4a4a4;
  border: 1px solid #e2e2e2;
  background-color: #f7f7f7;
  box-sizing: border-box;
  cursor: pointer;
}
.topBox .border .tab-sort a.active {
  background-color: #fff;
  color: #fd8000;
}
.topBox .border .tab-sort a.time {
  position: relative;
  left: 5px;
}
.topBox .border .tab-sort a.related {
}
/*内容区域*/
.main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.main:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
/*左侧内容区域*/
.mainleft {
  flex: 1;
  overflow: hidden;
  position: relative;
}
/*通用列表区域*/
.mainleft #listbox {
  min-height: 650px;
}
.list-item {
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
  clear: both;
  position: relative;
}
.list-item:hover {
  background: #f3f8e9;
}
.list-item .listimg {
  float: left;
}
.list-item .listimg a {
  display: inline-block;
}
.list-item .listimg a img {
  width: 105px;
  height: 75px;
  overflow: hidden;
}
.list-item .listinfo {
  padding-left: 115px;
  padding-right: 150px;
}
.list-item .listinfo h1 {
  height: 25px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item .listinfo h1 a {
  color: #06c;
  font-size: 14px;
}
.list-item .listinfo h1 a:hover {
  color: #f33;
  text-decoration: underline;
}
.list-item .listinfo h1 a:visited {
  color: #f33;
  text-decoration: underline;
}
.list-item .listinfo p.features {
  color: #707070;
  line-height: 24px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item .listinfo p.features time {
}
.list-item .listinfo p.remark {
  line-height: 24px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item .listinfo p.remark a.website {
  color: #999;
}
.list-item .listinfo p.remark a.website:hover {
  color: #f33;
  text-decoration: underline;
}
.list-item .listinfo p.remark span.icon-top {
}
.list-item .listtel {
  float: right;
  width: 130px;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
}
.list-item .listtel a.view_phone {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: #fd8000;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  margin: 20px 10px 0px 0;
}
.list-item .listtel a.view_phone:hover {
  background: #fd6000;
  color: #fff;
  text-decoration: none;
}
.list-item .listtel a.tel_number {
  /* display: inline-block; */
  display: none;
  color: #f60;
  font-size: 18px;
  line-height: 75px;
  text-decoration: none;
}
.list-item .listtel a.tel_number:hover {
  text-decoration: none;
}

/*分页部分*/
.pagebox {
  padding: 0;
  height: 36px;
  margin: 40px 0;
  text-align: center;
}
ul.pageLink {
}
ul.pageLink li {
  margin: 0 3px;
  color: #707070;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
ul.pageLink li:hover {
  text-decoration: none;
  color: #fff !important;
  background: #ee4341;
  border: 1px solid #ee4341;
}
ul.pageLink li.active {
  text-decoration: none;
  color: #fff;
  background: #ee4341;
  border: 1px solid #ee4341;
}
ul.pageLink li.home {
  width: 79px;
}
ul.pageLink li.prev {
  width: 79px;
}
ul.pageLink li.next {
  width: 79px;
}
ul.pageLink li.last {
  width: 79px;
}
/*右侧内容区域*/
.mainright {
  _width: 210px;
  width: 265px;
  min-height: 725px;
  border: 1px solid #ddd;
  border-top: none;
  text-align: center;
}

.rewardPay {
  display: inline-block;
  width: 100%;
}
.rewardPay img {
  width: 100%;
}

/*加载内容效果*/
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  /* 半透明黑色背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* 确保覆盖其他内容 */
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader {
  /*
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  */
  background: url(../../../images/desktop/icon/loading/loading_07.png) no-repeat;
  background-size: 100px auto;
  background-position: 0 0;

  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*广告区域*/
.adv_listRightArea {
}
