.container {
  min-height: calc(100vh - 208px);
  min-width: 1280px;
}
.container .topBanner {
  height: 420px;
  background: url(../img/cultivateTalentsBg.png) no-repeat top center #FC6B3D;
  background-size: cover;
  padding-top: 192px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.container .topBanner h4 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 22px;
}
.container .topBanner p {
  font-size: 18px;
  font-weight: 400;
}
.container .mainCont {
  padding: 10px 0 50px;
  max-width: 1280px;
  /* 1+X证书 */
  /* 人社部门证书 */
}
.container .mainCont > .tit {
  line-height: 126px;
  font-size: 30px;
  text-align: center;
}
.container .mainCont > .tit span {
  position: relative;
  display: inline-block;
}
.container .mainCont > .tit span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(-45deg, #FFFFFF 0%, #F9745E 100%);
  border-radius: 50%;
  left: -18px;
  bottom: 58px;
}
.container .mainCont > .tit span::after {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  background: linear-gradient(45deg, #FFFFFF 0%, #F9745E 100%);
  border-radius: 50%;
  right: -18px;
  bottom: 51px;
  z-index: -1;
}
.container .mainCont > .cont {
  margin-top: -28px;
}
.container .mainCont > .cont > p {
  width: 74%;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  word-break: keep-all;
}
.container .mainCont > .cont > div {
  margin-top: 24px;
}
.container .mainCont .certificateType1 {
  margin-bottom: 18px;
}
.container .mainCont .certificateType1 .certificateBox {
  width: 620px;
  height: 300px;
  position: relative;
}
.container .mainCont .certificateType1 .certificateBox > img {
  width: 100%;
}
.container .mainCont .certificateType1 .certificateBox .cover {
  position: absolute;
  left: 64px;
  top: 55px;
  color: #fff;
}
.container .mainCont .certificateType1 .certificateBox .cover > img {
  width: 57.5px;
}
.container .mainCont .certificateType1 .certificateBox .cover .line {
  width: 25px;
  height: 3px;
  background: #FFFFFF;
  margin: 26px 0 20px;
}
.container .mainCont .certificateType1 .certificateBox .cover .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.container .mainCont .certificateType1 .certificateBox .hoverShow {
  height: 100%;
  background: rgba(179, 31, 41, 0.8);
  color: #FFFFFF;
  line-height: 1;
  padding: 48px 80px 54px 52px;
  position: absolute;
  top: 0;
  display: none;
}
.container .mainCont .certificateType1 .certificateBox .hoverShow h4 {
  font-size: 24px;
  font-weight: bold;
}
.container .mainCont .certificateType1 .certificateBox .hoverShow p {
  line-height: 26px;
  margin: 26px 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .mainCont .certificateType1 .certificateBox .hoverShow button {
  width: 150px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  color: #FFFFFF;
  background: transparent;
}
.container .mainCont .certificateType1 .certificateBox:hover {
  cursor: pointer;
}
.container .mainCont .certificateType1 .certificateBox:hover .cover {
  display: none;
}
.container .mainCont .certificateType1 .certificateBox:hover .hoverShow {
  display: block;
}
.container .mainCont .certificateType2 .certificateBox {
  width: 296px;
  height: 400px;
  position: relative;
}
.container .mainCont .certificateType2 .certificateBox > img {
  width: 100%;
}
.container .mainCont .certificateType2 .certificateBox .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(135deg, rgba(28, 9, 10, 0.3), rgba(28, 9, 10, 0.8));
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20%;
}
.container .mainCont .certificateType2 .certificateBox .cover > img {
  width: 57.5px;
}
.container .mainCont .certificateType2 .certificateBox .cover .line {
  width: 25px;
  height: 3px;
  background: #FFFFFF;
  margin: 26px auto 20px;
}
.container .mainCont .certificateType2 .certificateBox .cover .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.container .mainCont .certificateType2 .certificateBox .hoverShow {
  height: 100%;
  background: rgba(179, 31, 41, 0.8);
  color: #FFFFFF;
  line-height: 1;
  padding: 48px 40px 65px;
  position: absolute;
  top: 0;
  text-align: center;
  display: none;
}
.container .mainCont .certificateType2 .certificateBox .hoverShow h4 {
  font-size: 24px;
  font-weight: bold;
}
.container .mainCont .certificateType2 .certificateBox .hoverShow p {
  line-height: 26px;
  margin: 24px 0 40px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.container .mainCont .certificateType2 .certificateBox .hoverShow button {
  width: 150px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  color: #FFFFFF;
  background: transparent;
}
.container .mainCont .certificateType2 .certificateBox:hover {
  cursor: pointer;
}
.container .mainCont .certificateType2 .certificateBox:hover .cover {
  display: none;
}
.container .mainCont .certificateType2 .certificateBox:hover .hoverShow {
  display: block;
}
@media screen and (max-width: 1280px) {
  .container .mainCont {
    padding: 10px 10px 50px;
  }
}
