.header-con .left {
  display: flex;
  align-items: center;
}
.header-con .left .logo img {
  top: 0;
}

/* 导航区 */
.banner {
  width: 1900px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 auto;
}
.banner > .bg {
  width: 100%;
}
/* 视频代码 */
/* .banner > .video>.bg {
  width: 100%;
  height: 600px;
  object-fit: fill;
} */
.banner > .logo {
  position: absolute;
  top: 40px;
  left: 60px;
}
.banner > .title {
  font-weight: 500;
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner > .go {
  display: block;
  width: 170px;
  height: 44px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 44px;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
}
.banner > .list {
  position: absolute;
  bottom: -77px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 1200px;
  height: 153px;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 9px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner > .list > div {
  height: 74px;
  width: 239px;
  border-right: 1px solid rgba(73, 87, 113, 0.3);
}
.banner > .list > div > p {
  font-size: 49px;
  text-align: center;
}
.banner > .list > div > span {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 14px;
}

/* 内容区 */
.itemList {
  margin: 0 auto;
}
.itemList > div {
  width: 100%;
}
.itemList > div > div {
  width: 1200px;
}
.itemList > .gray {
  width: 100%;
  background: #f7f5f5;
}
.itemList > .white {
  width: 100%;
  background: #fff;
}

.itemList .itemTitle > p {
  margin-bottom: 4px;
  font-weight: 500;
  color: #333333;
  font-size: 28px;
}
.itemList .itemTitle > div {
  border-radius: 3px;
  width: 56px;
  height: 6px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  margin-bottom: 20px;
}
/* 关于就业桥 */
.itemList > .gray > .itemOne {
  box-sizing: border-box;
  padding-top: 116px;
  padding-bottom: 50px;
  width: 1200px;
  margin: 0 auto;
}
.itemList > .gray > .itemOne > .p > p {
  font-size: 14px;
  color: #564744;
  line-height: 24px;
}
.itemList > .gray > .itemOne > .p > p:first-child {
  margin-bottom: 30px;
}
/* 关于中国教育在线 */
.itemList > .white > .itemTwo {
  box-sizing: border-box;
  padding: 36px 0;
  width: 1200px;
  margin: 0 auto;
}
.itemList > .white > .itemTwo > .item {
  display: flex;
  justify-content: flex-start;
}
.itemList > .white > .itemTwo > .item > .left {
  margin-right: 60px;
  width: 736px;
}
.itemList > .white > .itemTwo > .item > .left > .img {
  display: flex;
  justify-content: flex-start;
  margin-top: 27px;
}
.itemList > .white > .itemTwo > .item > .left > .img > .left {
  margin-right: 43px;
  height: 53px;
}
.itemList > .white > .itemTwo > .item > .left > .img > .right {
  height: 32px;
}

.itemList > .white > .itemTwo > .item > .left > .p {
  line-height: 28px;
  margin-top: 16px;
}
.itemList > .white > .itemTwo > .item > .left > .p span {
  font-weight: bold;
}
.itemList > .white > .itemTwo > .item > .right {
  height: 262px;

  font-size: 14px;
  color: #564744;
  line-height: 24px;
}
.itemList > .white > .itemTwo > .item > .right img {
  height: 100%;
}
/* 专家指导 */
.itemList > .gray > .itemThree {
  box-sizing: border-box;
  padding: 36px 0;
  width: 1200px;
  margin: 0 auto;
}
.itemList > .gray > .itemThree > .item {
  display: flex;
  justify-content: flex-start;
}
.itemList > .gray > .itemThree > .item > .left {
  width: 491px;
  height: 389px;
  margin-right: 60px;
}
.itemList > .gray > .itemThree > .item > .left > .img {
  margin-bottom: 22px;
}
.itemList > .gray > .itemThree > .item > .left > .img > img {
  height: 295px;
}
.itemList > .gray > .itemThree > .item > .left > .p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  width: 280px;
  margin: 0 auto;
}
.itemList > .gray > .itemThree > .item > .left > .p > .name {
  font-size: 22px;
  font-weight: 700;
}
.itemList > .gray > .itemThree > .item > .left > .p > .job {
  font-size: 16px;
  display: inline-block;
  margin-left: 14px;
}
.itemList > .gray > .itemThree > .item > .right {
  width: 650px;
  height: 410px;
}
.itemList > .gray > .itemThree > .item > .right > .pOne {
  font-size: 18px;
  color: #666666;
  margin-bottom: 15px;
}
.itemList > .gray > .itemThree > .item > .right > .pOne b {
  font-weight: bold;
}

.itemList > .gray > .itemThree > .item > .right > .pOne > .red {
  color: #ff4743;
}
.itemList > .gray > .itemThree > .item > .right > .pTwo {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
}
.itemList > .gray > .itemThree > .item > .right > .pThree {
  height: 240px;
  overflow: hidden;
  margin-bottom: 24px;
}

.itemList > .gray > .itemThree > .item > .right > .pThree > img {
  display: inline-block;
  height: 240px;
}
.itemList > .gray > .itemThree > .item > .right > .pThree > img:last-child {
  position: relative;
  right: 5px;
}
.itemList > .gray > .itemThree > .item > .right > .pFour {
  margin: 0 auto;
  color: #ffffff;
  width: 224px;
  height: 44px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 4px;
  line-height: 44px;
  text-align: center;
}
.itemList > .gray > .itemThree > .item > .right > .pFour > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* 品牌实力 */
.itemList > .white > .itemFour {
  box-sizing: border-box;
  padding: 36px 0;
  width: 1200px;
  margin: 0 auto;
}
.itemList > .white > .itemFour > .p {
  display: flex;
  justify-content: center;
  line-height: 24px;
}
.itemList > .white > .itemFour > .p .tt {
  margin-bottom: 24px;
  font-size: 20px;
  color: #333333;
}
.itemList > .white > .itemFour > .p .ttt {
  margin-bottom: 16px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  color: #333333;
}
.itemList > .white > .itemFour > .p .ttt > .ata {
  margin-left: 20px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.itemList > .white > .itemFour > .p > .left {
  background-color: #f9f7f7;
  width: 401px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 25px;
}
.itemList > .white > .itemFour > .p > .center {
  margin-left: 35px;
  background-color: #f9f7f7;
  width: 369px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 44px;
  padding-top: 30px;
}
.itemList > .white > .itemFour > .p > .right {
  background-color: #f9f7f7;
  border-radius: 10px;
  width: 361px;
  box-sizing: border-box;
  padding: 0 44px;
  padding-top: 30px;
}

.itemList > .white > .itemFour > .imgOne {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 40px;
}
.itemList > .white > .itemFour > .imgOne > img {
  height: 230px;
}
.itemList > .white > .itemFour > .imgOne > .center {
  margin: 0 48px;
}
.itemList > .white > .itemFour > .span {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333330;
  margin-bottom: 34px;
}
.itemList > .white > .itemFour > .imgTwo {
  display: flex;
  justify-content: flex-start;
}
.itemList > .white > .itemFour > .imgTwo > div {
  padding-bottom: 24px;
}
.itemList > .white > .itemFour > .imgTwo > div > img {
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 13px;
}
.itemList > .white > .itemFour > .imgTwo > div > p {
  margin: 0 20px;
  text-align: center;
  font-size: 18px;
}
.itemList > .white > .itemFour > .imgTwo > div > p > span {
  font-size: 20px;
}
.itemList > .white > .itemFour > .imgTwo > .one {
  width: 312px;
  background: #fff4f2;
  border-radius: 10px;
  margin-right: 20px;
}
.itemList > .white > .itemFour > .imgTwo > .two {
  width: 291px;
  background: #fff8f2;
  border-radius: 10px;
  margin-right: 20px;
}
.itemList > .white > .itemFour > .imgTwo > .three {
  width: 246px;
  background: #f0f6fc;
  border-radius: 10px;
  margin-right: 20px;
}
.itemList > .white > .itemFour > .imgTwo > .four {
  width: 291px;
  background: #fff3f3;
  border-radius: 10px;
}
/* 插入的广告 */
.itemList > .bannerr {
  width: 100%;
  color: #ffffff;
  position: relative;
}
.itemList > .bannerr > img {
  width: 100%;
}
.itemList > .bannerr > p {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
/* 资质认证 */
.itemList > .gray > .itemFive {
  box-sizing: border-box;
  padding: 36px 0;
  width: 1200px;
  margin: 0 auto;
}
.itemList > .gray > .itemFive > .item {
  display: flex;
  justify-content: start;
}
.itemList > .gray > .itemFive > .item > .left > div {
  padding-left: 35px;
  box-sizing: border-box;
}
.itemList > .gray > .itemFive > .item > .left > div > .tt {
  font-size: 20px;
}
.itemList > .gray > .itemFive > .item > .left > .top {
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 35px;
  width: 350px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 24px;
}
.itemList > .gray > .itemFive > .item > .left > .top > .tt {
  margin-bottom: 20px;
  margin-right: 35px;
}
.itemList > .gray > .itemFive > .item > .left > .top > .tt1 {
  font-size: 20px;
}
.itemList > .gray > .itemFive > .item > .left > .center {
  width: 350px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  /* margin: 24px 0; */
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 83px;
  margin-bottom: 24px;
}
.itemList > .gray > .itemFive > .item > .left > .center > .tt {
  margin-bottom: 16px;
}
.itemList > .gray > .itemFive > .item > .left > .bottom {
  width: 350px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.itemList > .gray > .itemFive > .item > .left > .bottom > .tt {
  margin-right: 83px;
}
.itemList > .gray > .itemFive > .item > .center {
  margin-right: 52px;
  margin-left: 59px;
}
.itemList > .gray > .itemFive > .item > .center > img {
  width: 344px;
  margin-bottom: 19px;
  border: 0;
}
.itemList > .gray > .itemFive > .item > .right > .imgBottom {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.itemList .gray .itemFive .item .right-content {
  margin-left: 24px;
  padding: 42px 0 72px;
}
.itemList .gray .itemFive .item .right-content .img-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemList .gray .itemFive .item .right-content img {
  margin-right: 8px;
  margin-bottom: 19px;
}
.itemList .gray .itemFive .item .right-content .top-img img:nth-child(1) {
  width: 159px;
}
.itemList .gray .itemFive .item .right-content .top-img img:nth-child(2) {
  width: 159px;
}
.itemList .gray .itemFive .item .right-content .top-img img:nth-child(3),
.itemList .gray .itemFive .item .right-content .bottom-img img:nth-child(2) {
  width: 332px;
}
.itemList .gray .itemFive .item .right-content .top-img img:nth-child(4),
.itemList .gray .itemFive .item .right-content .bottom-img img:nth-child(3) {
  width: 157px;
}
.itemList .gray .itemFive .item .right-content .bottom-img img:nth-child(1) {
  width: 315px;
}
/* 又插入的广告 */
.itemList > .bgTwo {
  background-image: url(../img/bannerTwo.jpg);
}
/* 内容区结束 */

.zhuanjia-desc {
  font-size: 18px;
  margin-bottom: 15px;
}
.zhuanjia-desc b {
  font-weight: bold;
}
