.main .banner{
  width: 100%;
  height: 441px;
}
.main .banner .banner-img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.plane .plane-nav{
  background-color: #fff;
}
.plane .plane-item{
  line-height: 72px;
  padding: 0 10px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.plane .plane-item-active{
  font-weight: bold;
  font-size: 18px;
  color: #1C5A9E;
  position: relative;
}
.plane .plane-item-active::after{
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  background: #1C5A9E;
  bottom: 20px;
  left: calc(50% - 9px);
}
.plane .plane-box{
  padding: 36px 0 16px;
}
.plane .plane-box .plane-li{
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  background-color: #fff;
  padding: 36px;
  box-sizing: border-box;
}
.plane .plane-box .plane-li .title{
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 26px;
}
.plane .plane-box .plane-li .title .t-b{
  color: #1C5A9E;
}
.plane .plane-box .plane-li .plane-address{
  margin-top: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.plane .plane-box .plane-li .plane-address .label-img{
  width: 20px;
  height: 20px;
}
.plane .plane-box .plane-li .plane-address .label{
  color: #999;
  margin-left: 8px;
}

/* 招生指南样式 */
.pad10{
  padding: 36px 10px;
  box-sizing: border-box;
}
.guide{
  /* margin: 36px auto 0; */
  border-radius: 4px;
}
.guide .plane-nav{
  padding-left: 30px;
  border-bottom: 1px solid #F5F5F5;
}
.guide .guide-html{
  padding: 56px 0;
  width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 40px;
}
.guide .plane-item{
  padding: 0 30px;
  margin-right: 0px;
}

/* 招生文件 */
.file{
  margin:0 auto 0;
  border-radius: 4px;
  padding: 60px 20px;
  font-size: 18px;
  line-height: 40px;
  box-sizing: border-box;
}
