.cj-events-top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.cj-nav-item-link-user {
  font-size: 14px;
  color: #333;
  line-height: 44px;
}

.cj-has-child .cj-nav-item-link-user:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  top: 4px;
  margin-left: 7px;
  border: 5px solid transparent;
  border-top: 8px solid currentColor;
}

.cj-child-open .cj-nav-item-link-user {
  color: #c6000b;
}

.cj-child-open .cj-nav-item-link-user:after {
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cj-child-nav-user {
  position: absolute;
  top: 56px;
  right: -60px;
  display: none;
  min-width: 230px;
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 4px 16px rgba(10, 2, 5, 0.04);
}

.cj-child-nav-user .cj-child-link {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  padding: 10px 12px;
  text-align: left;
}

.cj-child-nav-user .cj-child-link:hover {
  background: #f7f7f7;
}

.cj-child-open .cj-child-nav-user {
  display: block;
}

.cj-nav-item-link-user img {
  display: inline;
  width: 50px;
  vertical-align: middle;
  border: 1px solid #eee;
  border-radius: 100%;
}

.cj-footer {
  padding: 38px 10px;
  background: #3b3b3b;
}

.cj-footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 0px;
  font-size: 0;
}

.cj-footer-nav {
  display: inline-block;
  vertical-align: top;
  width: 16%;
}

.cj-footer-nav dt {
  white-space: nowrap;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.cj-footer-nav dd a {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  opacity: 0.9;
}

.cj-footer-nav dd a:hover {
  opacity: 1;
}

.iconlink li {
  float: left;
  margin-right: 23px;
  margin-top: 10px;
}

.iconlink li img {
  width: 36px;
  height: 36px;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.iconlink li a:hover img {
  opacity: 1;
}

.cj-footer-list .cj-item {
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
}

.cj-footer-list .cj-item:last-child {
  margin-right: 0;
}

.cj-footer-list .cj-item:hover,
.cj-footer-list .cj-item:active {
  text-decoration: underline;
}

.cj-footer-txt {
  margin-top: 20px;
  color: #a5a5a5;
  font-size: 14px;
}

.cj-entry-location {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  text-shadow: 0px 2px 4px rgba(4, 0, 0, 0.26);
}

.cj-entry-location .cj-icon-location {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.chinajob.com/images/icon/icon-time-fff.svg) center center no-repeat;
  background-size: 100% 100%;
}

.cj-detail-txt h1 {
  padding-top: 18px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.cj-detail-txt h2 {
  padding-top: 18px;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

.cj-detail-txt h3 {
  padding-top: 18px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.cj-detail-txt h4 {
  padding-top: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.cj-detail-txt p {
  margin-top: 12px;
  margin-bottom: 0px;
}

.cj-detail-txt ul {
  padding-left: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cj-detail-txt ul li {
  list-style-type: disc;
}

.cj-detail-txt ul ul li {
  list-style-type: circle;
}

.cj-detail-txt ul ul ul li {
  list-style-type: square;
}

.cj-detail-txt ol {
  margin-left: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-type: none;
  counter-reset: sectioncounter;
}

.cj-detail-txt ol li {
  text-indent: -34px;
  margin-left: 30px;
}

.cj-detail-txt ol li:before {
  margin-right: 12px;
  content: counter(sectioncounter) ")";
  counter-increment: sectioncounter;
}

.pagingWrapper {
  margin-bottom: 30px;
}

.pagingWrapper .simple-pagination {
  display: block;
  text-align: center;
  overflow: visible;
}

.pagingWrapper .simple-pagination ul {
  list-style: none;
  margin: 20px auto;
  position: relative;
  display: inline-table;
}

.pagingWrapper .simple-pagination li {
  float: left !important;
  margin: 0 3px;
}

.pagingWrapper .simple-pagination a,
.pagingWrapper .simple-pagination span {
  display: block;
  font-size: 12px;
  line-height: 24px;
  min-width: 26px;
  padding: 0 7px;
  color: #4a5b9b;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
}

.pagingWrapper .simple-pagination a:hover {
  color: #4a5b9b;
  border: 1px solid #4a5b9b;
}

.pagingWrapper .simple-pagination .current {
  background: #4a5b9b;
  color: #fff;
  border-color: #4a5b9b;
  cursor: default;
  background-color: #4a5b9b;
}


.cj-thum-desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #484848;
}

.cj-thum-btn {
  position: relative;
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #717171;
}

.cj-thum-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(https://www.chinajob.com/images/icon/more-arrow.svg) center center no-repeat;
  background-size: 100% 100%;
}

.cj-entry-btn {
  position: absolute;
  right: 22px;
  top: 50%;
  display: block;
  width: 120px;
  padding: 8px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  text-shadow: 0px 2px 4px rgba(4, 0, 0, 0.26);
  border: 2px solid rgba(255, 255, 255, 0.74);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cj-entry-btn:hover,
.cj-entry-btn:active {
  color: #fff;
  border-color: #fff;
}

.cj-detail-more {
  color: rgba(65, 65, 65, 0.89);
}

.cj-company-item .name {
  min-height: 80px;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
  border-bottom: 1px solid #f0f0f0;
  margin: 10px 20px 0;
  padding: 15px 0;
  color: #434242;
  font-size: 16px;
  font-weight: 700;
}

.cj-module-box-title-comp {
  min-width: 120px;
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #1b1b1b;
  padding-bottom: 12px;
  border-bottom: 2px solid #c6000b;
}

.cj-module-box-title-comp i {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.cj-module-box-title-comp .title-black {
  color: #1b1b1b;
}

.cj-wrap-flex-stretch {
  padding-top: 0px;
  padding-bottom: 20px;
}

.cj-breadcrumb-abstr {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cj-job-desc {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}

.cj-job-desc a {
  color: #c6000b;
}

.cj-job-desc a:hover,
.cj-job-desc a:active {
  text-decoration: underline;
}

.cj-job-desc strong {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  display: block;
  font-size: 17px;
}

.cj-job-desc .fwb {
  font-weight: 900;
  font-family: Verdana;
  padding-bottom: 8px;
}

.cj-typelist-sub {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  margin-top: 4px;
  font-size: 14px;
  color: #858585;
}

.cj-typelist-list .cj-icon-location {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(https://www.chinajob.com/images/icon/icon-location-grey.svg) center center no-repeat;
  background-size: 100% 100%;
}

.cj-detail-module {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cj-detail-module:first-child {
  padding-top: 40px;
}

@media screen and (max-width: 700px) {
  .cj-breadcrumb {
    margin-bottom: 12px;
  }

  .cj-footer-nav {
    display: none;
  }

  .cj-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cj-footer-txt {
    margin-top: 0;
    text-align: center;
  }

  .cj-footer .cj-wrap-cont {
    display: block;
  }
}

.cj-events-top-img cj-events-top-txt {
  text-align: center;
  width: 100%;
  height: 100%;
}
}

.cj-artical-content {
  font-size: 16px;
  line-height: 26px;
}

.cj-artical-content p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}

.cj-artical-content strong {
  font-weight: bold;
}

.cj-artical-content h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}

.cj-artical-content h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.cj-artical-content h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.cj-artical-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0px;
}

.cj-artical-content ul {
  padding-left: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 28px;
}

.cj-artical-content ol {
  padding-left: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 28px;
}

.cj-artical-content ul li {
  font-size: 16px;
  list-style-type: disc;
}

.cj-artical-content ol li {
  font-size: 16px;
  list-style-type: decimal;
  list-style-position: inside;
}

.cj-artical-content a {
  font-size: 16px;
  text-decoration: underline;
  color: #0000ee;
}

.cj-artical-content em,
i {
  font-style: italic;
}


.cj-child-nav {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  min-width: 230px;
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 4px 16px rgba(10, 2, 5, 0.04); }

.cj-child-nav a{
  display:block;
  font-size:14px;
  font-weight:700;
  padding:8px 15px;}

.cj-child-nav .cj-child-link {
    display: block;
    white-space: nowrap;
    font-size: 14px;
	font-weight:400;
    color: #333;
    padding: 10px 12px;
	padding-left:16px;
    text-align: left; }

    .cj-child-nav .cj-child-link:hover {
      background: #e1e1e1; }


.cj-company-detail-banner {
  max-height: 419px;
  overflow: hidden;
  margin-left: -47px;
  margin-right: -47px;
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: 0 8px 21px rgba(4, 0, 0, 0.28);
}

.cj-company-detail-banner img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.cj-index-banner-img a {
  background-size: cover !important;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}

.cj-bottom-ad-banner {
  height: 120px;
  overflow: hidden;
}

.cj-company-side-info-job {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.cj-company-side-info-job:before {
  content: "";
  position: absolute;
  top: -17px;
  left: -21px;
  right: -21px;
  z-index: -1;
  height: 428px;
  background: url(https://www.chinajob.com/images/company-side-bg.png) center top no-repeat;
  background-size: 100% auto;
}

.cj-company-side-info-job .company-logo {
  width: 100%;
  height: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cj-company-side-info-job .company-logo img {
  display: block;
  height: 100px;
  margin: 0 auto;
}

.cj-company-side-info-job .company-links {
  margin: 0 20px 40px;
}

.cj-company-side-info-job .company-links li {
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #c9c9c9;
}

.cj-company-side-info-job .company-links li:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  margin-top: -6px;
  border: 4px solid transparent;
  border-left: 6px solid #a8a8a8;
}

.cj-company-side-info-job .info-list {
  margin: 0 20px 20px;
  padding: 10px 0;
}

.cj-company-side-info-job .info-list li {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #c9c9c9;
}

.cj-company-side-info-job .info-list li a,
.cj-company-side-info-job .info-list li span {
  display: inline-block;
  color: #333;
  margin-left: 3px;
}

.cj-company-side-info-job .info-list li a:hover {
  color: #c6000b;
}

.cj-job-page-h2 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.870588);
}

.cj-job-page-h3 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.870588);
}

.cj-job-page-p {
  font-weight: 300;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.870588);
}

.refine-section input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.541176) !important;
}

.refine-section input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.541176);
}

.refine-section {
  margin-bottom: 12px;
}

.refine-section:first-of-type {
  margin-bottom: 8px;
}

.refine-section .sort-by-btn {
  /*font-family: Roboto;*/
  font-size: 13px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.870588);
  padding: 4px 12px;
  border-color: #d7d7e4;
}

.refine-section .sort-by-btn.active {
  background-color: #00aff0;
  border-color: #00aff0;
  box-shadow: none;
  color: white;
  font-weight: 500;
}

.refine li.list__item {
  margin: 0;
  padding: 0;
  display: block;
}

.refine-section .form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #d7d7e4;
  box-shadow: none;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.870588);
}

.refine {
  margin: 0 0 16px;
}

.refine .recent-searches-container {
  display: block;
  margin-bottom: 12px;
}

.refine h3 {
  text-transform: uppercase;
  font-size: 18px;
  padding: 0px 0px 6px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.refine ul li {
  display: inline-block;
}

.refine .label-default {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  padding: 8px 10px;
  vertical-align: top;
  border-radius: 5px;
  max-width: 152px;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.12);
}

.refine .label-default .refinement-tag-text {
  margin-right: 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.refine .label-default .acRemoveFacet {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 100%;
  width: 20px;
  text-align: center;
  line-height: 36px;
  color: #666;
  font-size: 14px;
}

.refine .label-default .acRemoveFacet:hover {
  color: #4a5b9b;
}

.refine a {
  font-size: 14px;
  color: #4a5b9b;
}

.pop-edit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 84%;
  max-width: 5.68rem;
  height: 2.80rem;
  margin: auto;
  padding: .24rem .26rem;
  background: #fff;
  box-shadow: 0 0 0.27rem rgba(0, 0, 0, 0.3);
}

.pop-edit-close {
  position: absolute;
  top: 0;
  right: -.23rem;
  display: block;
  width: .23rem;
  height: .23rem;
  padding: 1px;
  background: #007cc2;
}

.pop-edit-close .icon-pop-close {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(https://www.chinajob.com/images/icon/sprite-icon.png);
  background-size: 2rem 2.5rem;
  background-repeat: no-repeat;
  background-position: -1.24rem -1rem;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
  .pop-edit-close .icon-pop-close {
    background-image: url(https://www.chinajob.com/images/icon/sprite-icon@2x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3),
(min-device-pixel-ratio: 3) {
  .pop-edit-close .icon-pop-close {
    background-image: url(https://www.chinajob.com/images/icon/sprite-icon@3x.png);
  }
}

.pop-edit-cont {
  margin-top: 20px;
  height: 1.5rem;
  border: 1px solid #ccc;
}

.pop-edit-cont .txt-area {
  width: 100%;
  height: 100%;
  padding: .07rem .12rem;
  font-size: .16rem;
  line-height: .24rem;
  color: #5a5a5a;
  border: none;
}

.pop-edit-btn {
  margin-top: .11rem;
  text-align: right;
}

.pop-edit-btn .btn-add {
  width: .77rem;
  height: .32rem;
  font-size: .14rem;
  color: #fff;
  border-radius: .05rem;
  background: #007cc2;
}

@media screen and (max-width: 1000px) {
  .cj-entry-location {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
	.cj-top-nav-list{
	  overflow: auto;  }

	.cj-child-nav a{
	  display:block;
	  font-size:14px;
	  font-weight:700;}

  .cj-child-nav .cj-child-link {
    display: block;
    white-space: nowrap;
    font-size: 12px;
	font-weight:400;
    color: #333;
    text-align: left; 
	overflow: hidden;
	text-overflow: ellipsis;}

}