.layOut {
  width: 1200px;
  margin: 0 auto;
}
.commonTitle {
  font-size: 48px;
  font-weight: 500;
  color: #083B74;
  line-height: 56px;
  margin-bottom: 50px;
  text-align: center;
}
.commonTitleSub {
  font-size: 40px;
  font-weight: 500;
  color: #083B74;
  text-align: center;
}
.serviceInduceImg {
  width: 1200px;
  height: 332px;
  margin: 40px auto 80px;
}
.serviceFlowImg {
  width: 1200px;
  margin: 80px auto 0;
}
.commonTitle2 {
  font-size: 16px;
  color: #909399;
  line-height: 24px;
  margin-top: 4px;
  text-align: center;
}



.collegesTop {
  width: 100%;
  height: 480px;
  text-align: left;
  padding-top: 227px;
  box-sizing: border-box;
  position: relative;
  background: url('https://s2.51offer.com/51offer/2023/shanghzi/pc/digitalizeBanner.png') no-repeat;
  background-size: cover;
}
.collegeTitle1 {
  font-size: 66px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 55px;
}
.collegeTitle2 {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
}
.collegeTitle2 .hrefStyle {
  width: 180px;
  height: 40px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  text-decoration: underline
}

.collegeTitle2 .activeHref {
  color: #083C72;
  background: #fff;
  text-decoration: none;
}
.collegeNavigations {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collegeNavigationItem {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  margin-right: 100px;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.collegeNavigationItem:last-child {
  margin-right: 0;
}
.collegeNavigationItemActive {
  border-bottom: 4px solid #DF8528;
}


.collegeDynamic {
  color: #303133;
  padding: 40px 0;
}
.crumbs {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
.crumbs a {
  color: #606266;
}
.lastCrumb {
  display: inline-block;
  font-weight: 500;
  color: #303133;
}

.companyList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.companyItem {
  border-radius: 8px;
  margin-right: 24px;
  margin-bottom: 32px;
  cursor: pointer;
  box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
}
.companyItem:nth-child(4n) {
  margin-right: 0;
}
.companyItem .slideImg {
  width: 282px;
  height: 164px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 8px 8px 0 0;
}
.companyItem .companyText {
  width: 282px;
  height: 196px;
  color: #303133;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.companyText .partytitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.companyText .time {
  font-size: 12px;
  color: #606266;
  line-height: 18px;
}
.companyText .partycontent {
  font-size: 14px;
  color: #606266;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.checkAll {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #303133;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkAll .next {
  width: 16px;
  height: 16px;
}

.collegeDynamicDetail {
  color: #303133;
  padding: 17px 0 156px;
}
.articeDynamic {
  margin-top: 40px;
}


.cooperateFoot {
  width: 100%;
  height: 88px;
  background: rgba(0,0,0,0.8);
  position: fixed;
  bottom: 0;
  left: 0;
}
.cooperateFoot .footBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
.footBox .leftCont {
  width: 240px;
  height: 88px;
  font-size: 20px;
  line-height: 28px;
  padding: 15px 0;
  box-sizing: border-box;
}
.footBox .rightCont {
  width: 900px;
  height: 88px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
}
.rightCont img {
  width: 16px;height: 16px
}
.rightCont .wechatImg {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  margin-right: 74px;
}
.cooperateBtn {
  width: 112px;
  height: 48px;
  line-height: 48px;
  background: #DF8528;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}