/*人才招聘*/
.jobs-main ul {
  /* margin-top: 50px; */
}

.jobs-main ul li {
  border-bottom: 1px solid #cecece;
}

.jobs-main ul li .jobtit {
  color: #333;
  line-height: 49px;
  cursor: pointer;
  background: url(../images/jobtitbg.png) no-repeat 99% center;
  position: relative;
  height: 49px;
  padding-right: 3%;
  display: flex;
}

.jobs-main ul li .jobtit span {
  width: 63px;
  height: 49px;
  background: url(../images/jobbg1.png) no-repeat center;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}

.jobs-main ul li .jobtit span b {
  /* font-family: arial; */
  font-size: 18px;
}

.jobs-main ul li .jobtit span.zhiwei {
  /* width: 90%; */
  flex: 1;
  display: inline-block;
  height: 49px;
  overflow: hidden;
  background: none;
  color: #333;
  font-weight: normal;
  padding-left: 0;
}

.jobs-main ul li .jobtit span.zhiwei b {
  font-size: 14px;
}

.jobs-main ul li .jobtit i {
  width: 16px;
  height: 11px;
  background: #0d66c1;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 64px;
  transform: rotate(-39deg);
  display: none;
}

.jobs-main ul li .jobcon {
  background: #f5f5f5;
  padding: 25px 3% 38px 40px;
  display: none;
}

.jobs-main ul li .jobcon hr {
  border-top: 1px solid #cbc7bc;
}

.jobcon pre{
	line-height:30px;
	border: 0;
	font-family: "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.jobs-main ul li.active {
  border-bottom: 0;
}

.jobs-main ul li.active .jobtit {
  background: #0d66c1 url(../images/jobtit2.png) no-repeat 99% center;
  color: #fff;
}

.jobs-main ul li.active .jobtit i {
  display: block;
}

.jobs-main ul li.active .jobtit span.zhiwei {
  color: #fff;
}

.jobs-main ul li.active .jobcon {
  display: block;
}


.nytit {
  text-align: center;
}

.nytit h2 {
  font-size: 44px;
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom: 30px;
}

.nytit h3 {
  font-size: 18px;
}

.nytit span {
  /* font-family: arial; */
  color: #999;
  line-height: 30px;
}

.container2 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.nynewwrap {
  margin: 70px 0 85px;
}

.nytit2 span {
  display: block;
  height: 8px;
  background: url(../picture/nynewsbg.jpg);
}

.nytit2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #185ABD;
  line-height: 40px;
}

.jobcon .label-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
} 
.jobcon .label-list li {
  border: none;
  height: 28px;
  line-height: 28px;
  background: #e9ecef;
  color: #39f;
  padding: 0 10px;
  border-radius: 24px;
  margin: 10px 10px 10px 0;
  font-weight: inherit;
}



.jobcon .other-require {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.jobcon .other-title {
  margin-top: 15px;
  display: inline-block;
}
.jobcon .other-require li{
  /* display: flex; */
  border: none;
  width: 30%;
  line-height: 30px;
  color: #4c4c4c;
  min-width: 150px;
  
}
.jobcon .other-require li .text {
  color: #827f7f;
}
.jobs-main ul li .bottom {
  display: flex;
  justify-content: space-between;
}
.jobs-main ul li .bottom .deliver-btn {
  padding: 5px 20px;
  margin-left: 5px;
  line-height: 35px;
  background-color: #0d66c1;
  color: #fff;
  border-radius: 20px;
  transition: all 300ms;
  opacity: 1;
}
.jobs-main ul li .bottom .deliver-btn:hover {
  opacity: .8;
}
/* .nynewwrap ul {
  margin-top: 20px;
}
.nynewwrap ul li {
  width: 50%;
  position: relative;
  float: left;
}
.nynewwrap ul li .redbg {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 12px 15px 0 35px;
}
.nynewwrap ul li .redbg a.nynewstit {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  transition: 0.3s;
  display: inline-block;
  height: 35px;
  overflow: hidden;
}
.nynewwrap ul li .redbg p {
  font-size: 13px;
  transition: 0.3s;
  height: 38px;
  overflow: hidden;
}
.nynewwrap ul li .redbg a.view {
  width: 132px;
  height: 23px;
  display: inline-block;
  background: url(../picture/view.png) no-repeat center;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  font-family: arial;
  float: right;
  margin: 7px 4px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  transition: 0.3s;
}
.nynewwrap ul li .redbghover {
  background: #d80808;
  width: 100%;
  height: 107px;
  transform: skew(
-20deg
);
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
} */