/* 首页样式 */
/* banner */
.banner{
  position: relative;
}
/* bannaer的标语 */
.slogan{
  position: absolute;
  top: 130px;
  /* margin: 0 auto; */
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  color: #ef7a00;
  font-weight: 600;
  min-width: 920px;
}
.slogan span{
  color: #0074b3
}
.slogan .line{
  display: block;
  width: 170px;
  height: 3px;
  background: #ef7a00;
  position: absolute;
  bottom: 9px;
  left: -34px;
}
/* content */
.content{
  overflow: hidden;
}
/* 企业介绍 */
.card.intro-card{
  width: 370px;
  border: none;
  float: right;
}
.intro-card .card-body .card-title{
  color: #111;
  margin-bottom: 20px;
  font-size: 18px;
}
.intro-card .card-body .card-title span{
  /* color: #0070b2; */
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
}
.intro-card .card-body .card-title span.active{
  color: #0070b2;
}
.intro-card .card-body .card-title a{
  color: #a3a3a3;
  font-size: 14px;
  float: right;
  padding-top: 2px;
}
.intro-card .card-body .card-text{
  font-size: 14px;
}
.info-container{
  width: 680px;
  position: relative;
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 200px
}
.card.info-card{
  height: 200px;
  border: unset;
  width: 380px;
  position: absolute;
  display: inline-block;
  border-radius: unset;
  transition:all 2s;
	-webkit-transition:all 2s;
  /* margin-left: -5px; */
  vertical-align: top;
  cursor: pointer;
}
.icon-recruit{
  width: 150px;
  position: absolute;
  right: 5px;
  bottom: 0px;
  transition:all 1.5s;
	-webkit-transition:all 1.5s;
}

.card.info-card:nth-of-type(1){
  background: #0068b9;
}
.card.info-card:nth-of-type(2){
  background: #ff8a00;
  left: 150px;
}
.card.info-card:nth-of-type(3){
  background: #0068b9;
  left: 300px
}
.info-card .card-title{
  color: #fff;
  font-weight: bold;
  padding: 0 14px;
  margin-top: 70px;
  font-size: 20px;
}
.info-card .card-text{
  font-size: 14px;
  color: #ffe6a3;
  padding: 0 14px;
  max-width:250px
}
.news-list p{
  width: 240px;
  color: #666666;
  font-size: 14px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-list span{
  float: right;
  color: #a1a1a1;
}
