.innews {
  max-width: 1400px;
  height: auto;
  margin: 40px auto 0;
}
.innews ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.innews ul li {
  display: flex;
  width: 100%;
  height: auto;
  padding: 2%;
  background: #f3f3f3;
  margin-bottom: 20px;
}
.innews ul .rt {
  flex: 1;
}
.innews li img {
    display: none;
  width: 350px;
  height: 200px;
  object-fit: cover;
  margin-right: 20px;
}
.innews li h6 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innews li .ls {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innews li .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7%;
}
.innews li .time span,
.innews li .time a {
  font-size: 14px;
  color: #000;
}
.innews li:hover {
  background: linear-gradient(#009959, #006bad);
  box-shadow: 0px 0px 2px 2px #009959;
}
.innews li:hover h6,
.innews li:hover .ls,
.innews li:hover .time span,
.innews li:hover .time a {
  color: #fff;
}
/* =============================== */

.invite {
  width: 100%;
  height: auto;
    margin-bottom: 20px;
}
.invite-card {
  max-width: 1400px;
  margin: 0 auto;
}
.invite .tl {
  font-size: 30px;
  color: #000;
    text-align: center;
}
.invite .title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 65px;
  background: linear-gradient(#009959, #006bad);
  box-shadow: 0px 0px 2px 2px #009959;
  margin-top: 40px;
}
.invite .title span {
  font-size: 20px;
  color: #fff;
}

.jobList .tl {
  cursor: pointer;
  display: flex;
  align-items: center;
 // justify-content: space-around;
  width: 100%;
  height: 65px;
  background-color: #fff;
  border: 2px solid  #009959;
  margin-top: 20px;
}

.jobList .tl:hover {
  background: linear-gradient(#009959, #006bad);
}
.jobList .tl.active{
  background: linear-gradient(#009959, #006bad);
}
.jobList .tl:hover span,.jobList .tl.active span  {
  color: #fff;
}
.jobList .tl img {
  width: 25px;
  height: 25px;
}
.jobList .tl span {
  font-size: 18px;
  color: #5a5a5a;
   width: calc(100% / 5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobList .pull-down {
  display: none;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 35px;
  padding: 3%;
  background-color: #fff;
  border: 2px solid #e5e4e2;
}
.jobList .tl .active,
.jobList .tl:hover .default,
.jobList .tl.active .default {
  display: none;
}

.jobList .tl:hover .active,
.jobList .tl.active .active {
  display: block;
}



.company .jobList .tl:hover span {
  color: #fbca07;
}
.company .jobList .tl {
  box-shadow: 0px 0px 2px 2px #f9f8f7;
}
.company .title span,
.company .jobList .tl span {
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
}
.company .jobList .tl .lt{
    text-align: left;
    padding: 0  20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.company .jobList .tl a {
  display: inline-block;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pull-down a{
width: fit-content;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #009959;
    display: block;
    margin-top: 15px;
}

.pull-down a:hover{
    background: linear-gradient(#009959, #006bad);
color:#fff;
}