.cbec {
  width: 100%;
  overflow: hidden;
}
.cbec .box_hd {
  margin: 0 auto 60px;
  width: 1300px;
  text-align: center;
  color: #222222;
}
.cbec .box_hd h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.cbec .box_hd p {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 24px;
  height: 24px;
  margin-top: 22px;
}
.cbec .btnbox {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.cbec .btnbox .a_btn {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #fff;
  background: -moz-linear-gradient(to bottom, #ea3726, #f6562a);
  background: linear-gradient(to bottom, #ea3726, #f6562a);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  margin: 0 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 15px 54px 15px 40px;
  line-height: 30px;
  box-sizing: border-box;
}
.cbec .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.cbec .btnbox .a_btn2 {
  background: -moz-linear-gradient(to bottom, #ff7335, #ff9b59);
  background: linear-gradient(to bottom, #ff7335, #ff9b59);
}
.cbec .btnbox .a_btn3 {
  background: linear-gradient(90deg, #e72f3c, #f43441);
  border: 2px solid #ff9654;
  line-height: 26px;
}
.cbec .btnbox .a_btn::after {
  position: absolute;
  right: 26px;
  top: 26px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffffff;
  opacity: 0.5;
  content: "";
}
.cbec .box0 {
  height: 100px;
  background-color: #fff;
}
.cbec .boxNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 101;
  background-color: rgba(0, 0, 55, 0.05);
}
.cbec .boxNav .hei {
  display: none;
}
.cbec .boxNav.cur {
  position: fixed;
  top: 0;
  height: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 30px;
}
.cbec .boxNav.on {
  background-color: #ffffff;
}
.cbec .boxNav.cur .bai,
.cbec .boxNav.on .bai {
  display: none;
}
.cbec .boxNav.cur .hei,
.cbec .boxNav.on .hei {
  display: block;
}
.cbec .boxNav .inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
  margin: 0 auto;
}
.cbec .boxNav.cur .inner {
  width: 70%;
}
.cbec .boxNav .logo {
  display: flex;
}
.cbec .boxNav .logo img {
  width: 136px;
}
.cbec .boxNav .logo p {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  padding-left: 33px;
}
.cbec .boxNav .logo p a {
  color: #fff;
}
.cbec .boxNav .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.cbec .boxNav.cur .logo p a,
.cbec .boxNav.on .logo p a {
  color: #b3b3b3;
}
.cbec .boxNav.cur .logo p:before,
.cbec .boxNav.on .logo p:before {
  background-color: #d5d5d5;
}
.cbec .boxNav .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.cbec .boxNav .nav p {
  position: relative;
  width: 96px;
  height: 34px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-weight: 300;
}
.cbec .boxNav .nav p.cur {
  font-weight: bold;
}
.cbec .boxNav .nav p.cur u {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #ea3826;
  margin-left: -15px;
}
.cbec .boxNav.cur .nav p,
.cbec .boxNav.on .nav p {
  color: #999;
}
.cbec .boxNav.cur .nav p.cur,
.cbec .boxNav.on .nav p.cur {
  color: #333333;
}
.cbec .boxNav.cur .nav p.cur u,
.cbec .boxNav.on .nav p.cur u {
  background-color: #ea3826;
}
.cbec .banner {
  position: relative;
}
.cbec .banner .slideBox,
.cbec .banner .slideBox .bd .li_in,
.cbec .banner .slideBox .bd a {
  height: 650px;
}
.cbec .banner .slideBox .hd {
  width: 1200px;
  display: none;
}
.cbec .banner .slideBox .bb {
  bottom: 330px;
}
.cbec .ban .slideban .prev,
.cbec .ban .slideban .next {
  background-color: rgba(255, 255, 255, 0.1);
}
.cbec .flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cbec .flex-align-center {
  display: flex;
  align-items: center;
}
.cbec .flex-align-end {
  display: flex;
  align-items: end;
}
.cbec .mt0 {
  margin-top: 0 !important;
}
.cbec .mb25 {
  margin-bottom: 25px !important;
}
.cbec .mb26 {
  margin-bottom: 26px !important;
}
.cbec .mb30 {
  margin-bottom: 30px !important;
}
.cbec .mb50 {
  margin-bottom: 50px !important;
}
.cbec .mb70 {
  margin-bottom: 70px !important;
}
.cbec .cbecMoudle {
  padding: 100px 0;
}
.cbec .cbecMoudle-content {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}
.cbec .cbecMoudle1 {
  background: url("/pc/module/cbec/images/part1-zbg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle1 .part1 {
  position: relative;
  width: 1300px;
}
.cbec .cbecMoudle1 .part1-left {
  position: absolute;
  left: -232px;
  bottom: -70px;
}
.cbec .cbecMoudle1 .part1-right {
  position: absolute;
  right: -290px;
  bottom: -18px;
}
.cbec .cbecMoudle2 {
  padding: 95px 0 60px;
  background: url("/pc/module/collegeservice/images/part2-bg.jpg") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle2 .part2 {
  text-align: center;
  color: #ffffff;
}
.cbec .cbecMoudle2 .part2 em {
  font-style: normal;
}
.cbec .cbecMoudle2 .part2-1 {
  padding: 20px 44px;
  background: #ff5b5c;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 2px;
  margin-bottom: 36px;
  display: inline-block;
}
.cbec .cbecMoudle2 .part2-1 em {
  font-weight: bold;
  color: #fffbb6;
}
.cbec .cbecMoudle2 .part2-2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 4px;
  margin-bottom: 36px;
}
.cbec .cbecMoudle2 .part2-2 em {
  font-weight: bold;
  color: #fffbb6;
}
.cbec .cbecMoudle2 .part2-3 {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.cbec .cbecMoudle2 .part2-4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 4px;
  margin-bottom: 32px;
}
.cbec .cbecMoudle2 .part2-5 {
  padding: 15px 30px;
  background: linear-gradient(0deg, #ffcc73, #fff8ac);
  border-radius: 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #e94041;
  letter-spacing: 4px;
  margin-bottom: 24px;
  display: inline-block;
}
.cbec .cbecMoudle2 .part2-6 {
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 28px;
}
.cbec .cbecMoudle2 .part2-7 {
  display: inline-block;
  padding: 30px 73px;
  background: #ff4b4c;
  border-radius: 22px;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #ffffff;
}
.cbec .cbecMoudle2 .part2-7 em {
  font-size: 48px;
  line-height: 48px;
  color: #fff5a7;
  margin-bottom: 30px;
  display: block;
}
.cbec .cbecMoudle3 {
  padding: 0;
}
.cbec .cbecMoudle3 .part3 {
  padding-top: 65px;
  background: #f2f2f2;
}
.cbec .cbecMoudle3 .part3-card {
  margin: 0 auto;
  width: 1200px;
  border-radius: 20px;
  box-sizing: border-box;
}
.cbec .cbecMoudle3 .part3-card em {
  font-style: normal;
}
.cbec .cbecMoudle3 .part3-card .a_btn_box {
  height: 48px;
}
.cbec .cbecMoudle3 .part3-card .a_btn_box .a_btn {
  position: relative;
  top: 9px;
  font-size: 22px;
  color: #fff;
  background: -moz-linear-gradient(90deg, #ff5527, #ff995b);
  background: linear-gradient(90deg, #ff5527, #ff995b);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 34px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 9px 54px 9px 40px;
  line-height: 30px;
  box-sizing: border-box;
}
.cbec .cbecMoudle3 .part3-card .a_btn_box .a_btn:hover {
  top: -2px;
  box-shadow: none;
}
.cbec .cbecMoudle3 .part3-card .a_btn_box .a_btn::after {
  position: absolute;
  right: 26px;
  top: 19px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffffff;
  opacity: 0.5;
  content: "";
}
.cbec .cbecMoudle3 .part3-card-1 {
  background: url("/pc/module/collegeservice/images/card-bg1.png") no-repeat center;
  background-size: cover;
  height: 400px;
  box-sizing: border-box;
  padding-left: 70px;
  padding-top: 60px;
  margin-bottom: 65px;
}
.cbec .cbecMoudle3 .part3-card-1 > div {
  color: #222222;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(1) {
  position: relative;
  margin-bottom: 27px;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(1) h2 {
  margin-right: 18px;
  padding: 0 11px;
  height: 64px;
  font-weight: bold;
  font-size: 48px;
  color: #ea4041;
  line-height: 58px;
  text-shadow: -5px -5px 0 #fffacc, 5px -5px 0 #fffacc, -5px 5px 0 #fffacc, 5px 5px 0 #fffacc;
  letter-spacing: 5px;
  border-bottom: 16px solid #ffe397;
  box-sizing: border-box;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(1) span {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.5px;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(2) {
  width: 802px;
  height: 2px;
  background: #f2f2f2;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(3) {
  width: 734px;
  height: 54px;
  background: #fff9e7;
  border-radius: 11px;
  box-sizing: border-box;
  padding: 17px 30px;
  margin: 24px 0 28px;
  font-size: 20px;
  line-height: 20px;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(3) em {
  font-weight: bold;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(4) {
  margin-bottom: 28px;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(4) h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(4) h4 em {
  color: #ea4041;
  line-height: 24px;
}
.cbec .cbecMoudle3 .part3-card-1 > div:nth-child(4) span {
  font-weight: 400;
  font-size: 16px;
}
.cbec .cbecMoudle3 .part3-card-2 {
  margin-top: 50px;
  padding: 40px;
  background: #ffffff;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top {
  width: 1120px;
  height: 143px;
  border-radius: 20px;
  padding: 50px 53px;
  box-sizing: border-box;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top h2 {
  font-weight: bold;
  font-size: 44px;
  color: #ea4041;
  text-shadow: -5px -5px 0 #fffacc, 5px -5px 0 #fffacc, -5px 5px 0 #fffacc, 5px 5px 0 #fffacc;
  letter-spacing: 5px;
  margin-right: 20px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top span {
  font-weight: 400;
  font-size: 20px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-cbec {
  background: url("/pc/module/collegeservice/images/cbec.jpg") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-ui {
  background: url("/pc/module/collegeservice/images/ui.jpg") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-test {
  background: url("/pc/module/collegeservice/images/test.jpg") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-linux {
  background: url("/pc/module/collegeservice/images/linux.jpg") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-ai {
  background: url("/pc/module/collegeservice/images/ai.png") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-hm {
  background: url("/pc/module/collegeservice/images/hm.png") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-jcdl {
  background: url("/pc/module/collegeservice/images/jcdl.png") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-javaee {
  background: url("/pc/module/collegeservice/images/javaee.png") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-top.bg-python {
  background: url("/pc/module/collegeservice/images/python.png") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-card-2 .card-center {
  padding: 30px 60px 28px;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 30px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child {
  width: 615px;
  height: 125px;
  background: linear-gradient(90deg, #ffffff, #fafafa);
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-left: 48px;
  margin-right: 45px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div {
  color: #ea4041;
  line-height: 20px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div h3,
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div em {
  font-weight: bold;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div p {
  font-size: 20px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div:nth-child(1) {
  width: 84px;
  margin-left: 18px;
  margin-right: 40px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div:nth-child(2) {
  width: 140px;
  margin-right: 18px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div:nth-child(3) {
  height: 60px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 0 18px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div:nth-child(4) {
  width: 80px;
  margin-left: 20px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-cbec {
  height: 98px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 0;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-ui {
  height: 88px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -138px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-test {
  height: 98px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -266px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-linux {
  height: 94px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -404px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-ai {
  height: 96px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -538px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-hm {
  height: 96px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -1287px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-jcdl {
  height: 101px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -674px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-javaee {
  height: 106px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -815px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:first-child > div.icon-python {
  height: 91px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -961px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:last-child h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 18px;
}
.cbec .cbecMoudle3 .part3-card-2 .card-bottom > div:last-child h3 em {
  color: #ea4041;
  line-height: 22px;
}
.cbec .cbecMoudle3 .part3-card-3 {
  margin-top: 50px;
  background: url("/pc/module/collegeservice/images/card-3.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 70px 65px;
}
.cbec .cbecMoudle3 .part3-card-3 > div:nth-child(1) {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.cbec .cbecMoudle3 .part3-card-3 > div:nth-child(2) {
  display: flex;
  align-items: end;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 44px;
}
.cbec .cbecMoudle3 .part3-card-3 > div:nth-child(2) h2 {
  color: #fffdc0;
  font-weight: bold;
  line-height: 48px;
  height: 58px;
  border-bottom: 17px solid #ff783d;
  box-sizing: border-box;
  margin-right: 10px;
}
.cbec .cbecMoudle3 .part3-card-3 > div:nth-child(2) em {
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 10px;
}
.cbec .cbecMoudle3 .part3-card-3 > div:nth-child(2) span {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 15px;
}
.cbec .cbecMoudle3 .part3-line {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.cbec .cbecMoudle3 .part3-line em {
  font-style: normal;
}
.cbec .cbecMoudle3 .part3-line-1 {
  padding: 63px 0 96px;
  background: url("/pc/module/collegeservice/images/line-bg1.jpg") no-repeat center;
  background-size: cover;
  font-size: 42px;
  letter-spacing: 2px;
}
.cbec .cbecMoudle3 .part3-line-1 h2 {
  font-weight: bold;
}
.cbec .cbecMoudle3 .part3-line-1 h2 em {
  color: #fff5a7;
}
.cbec .cbecMoudle3 .part3-line-2 {
  margin-top: 50px;
  padding: 63px 0 94px;
  background: url("/pc/module/collegeservice/images/line-bg2.jpg") no-repeat center;
  background-size: cover;
}
.cbec .cbecMoudle3 .part3-line-2 > div {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2px;
}
.cbec .cbecMoudle3 .part3-line-2 > div em {
  color: #fffb86;
}
.cbec .cbecMoudle3 .part3 .card-white .card-top,
.cbec .cbecMoudle3 .part3 .card-white .card-center,
.cbec .cbecMoudle3 .part3 .card-white .card-bottom {
  color: #fff;
}
.cbec .cbecMoudle3 .part3 .card-white .card-top h2 {
  color: #fffdc0;
  text-shadow: none;
}
.cbec .cbecMoudle3 .part3 .card-white .card-bottom > div:first-child {
  width: 635px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
}
.cbec .cbecMoudle3 .part3 .card-white .card-bottom > div:first-child > div {
  color: #fff;
}
.cbec .cbecMoudle3 .part3 .card-white .card-bottom > div:first-child > div > h3 > em {
  font-weight: 400;
}
.cbec .cbecMoudle3 .part3 .card-white .card-bottom > div:first-child > div:nth-child(2) {
  width: 150px;
}
.cbec .cbecMoudle3 .part3 .card-white .card-bottom > div:first-child > div:nth-child(3) {
  border-color: rgba(255, 255, 255, 0.2);
}
.cbec .cbecMoudle3 .part3 .card-white .card-bottom > div:last-child h3 em {
  color: #fffdc0;
}
.cbec .cbecMoudle3 .part3 .card-ai {
  background: #0c76e0;
}
.cbec .cbecMoudle3 .part3 .card-hm {
  background: #ff6143;
}
.cbec .cbecMoudle3 .part3 .card-jcdl {
  background: #009fc1;
}
.cbec .cbecMoudle3 .part3 .card-javaee {
  background: #1e23e1;
}
.cbec .cbecMoudle3 .part3 .card-python {
  background: #0c76e0;
}
.cbec .cbecMoudle3 .part3-2 {
  padding: 65px 0;
  background: #ffffff;
}
.cbec .cbecMoudle4 {
  padding: 0;
  height: 410px;
  background: url("/pc/module/collegeservice/images/part4-bg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle4 .part4 {
  padding: 68px 70px 50px;
}
.cbec .cbecMoudle4 .part4 > h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  color: #fffdda;
  margin-bottom: 27px;
}
.cbec .cbecMoudle4 .part4 > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 38px;
}
.cbec .cbecMoudle4 .part4 > div {
  display: flex;
  align-items: center;
}
.cbec .cbecMoudle4 .part4 > div > div:first-child {
  width: 178px;
  height: 152px;
  background: url("/pc/module/collegeservice/images/icon.png") no-repeat 0 -1092px;
  margin-right: 30px;
}
.cbec .cbecMoudle4 .part4 > div > div:last-child > p {
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 0px 16px #ea4041;
}
.cbec .cbecMoudle4 .part4 > div > div:last-child > p:last-child {
  color: #fff2ac;
}
