/* 头部 */
.header-con .left span {
margin-right: 0 !important;
}
.header-con .left{
  display: flex;
  align-items: center;
}
.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
background: #1544E2;
border-bottom: 1px solid #FFFFFF;
  color: #fff;
}

.header-con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-con .login-btn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
font-weight: bold;
  width: 70px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  /* border: 1px solid #FE4841; */
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.14);
  text-decoration-line: none;
}

.header-con .login-btn:hover {
  color: #1544E2;
  background: #ffffff;
}
.name_header {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
}
.name_header img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.header-con .logo {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header-con .logo > img {
  margin-right: 6px;
}
.header-con .left span {
  margin-right: 30px;
}
.school_logo{
  font-size: 16px !important;
  color: #fff;
}

/* 主要内容 */
.page{
  width: 100%;
  height: 100%;
  background: #6D66FF;
  padding-top: 70px;
}
a:hover{
  color: unset;
}
.center{
  width: 1200px;
  margin: 0 auto;
}
.banner{
  width: 100%;
  height: 841px;
  background: url(../img/banner2.png) no-repeat center bottom/auto 100% !important;
  position: relative;
}
.banner .cont{
  width: fit-content;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: -30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.banner .cont img{
  margin-bottom: 10px;
}
/* .banner img{
  width: 100%;
} */
.item ul{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 117px;
}
.item ul li{
  padding: 20px;
  width: 380px;
height: 120px;
background: #FFFFFF;
border-radius: 16px 16px 16px 16px;
margin-right: 30px;
margin-top: 30px;
font-size: 14px;
font-weight: 500;
color: #666666;
}
.item ul li a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.item ul li .campImg{
  border: 1px solid #9199B5;
  border-radius: 8px 8px 8px 8px;
  width: 80px;
  height: 80px;
  margin-right: 18px;
  padding: 10px 0;
}
.item ul li .campImg img{
  width: 100%;
    background: #FFFFFF;
    margin: auto;
    display: block;
    max-height: 100%;
}
.item ul li:nth-child(3n){
  margin-right: 0;
}

.item ul li .info .info-til{
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
  max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item ul li .info .infoPrice{
  color: #5F58FF;
  margin-top: 5px;
}
.foot{
  width: 100%;
  height: 60px;
  background: #fff;
  padding-top: 15px;
}
.foot img{
  display: block;
  width: 100px;
  margin: auto;
}
.info-del{
  color: #666;
}
.companyName{
  overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 80px;
    text-overflow: ellipsis;
    margin-bottom: -4px;
}
a{
  text-decoration: none;
}
