﻿.jobDiv {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 10px;
}

.jobDiv .firstDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 20px;

}

.jobDiv .secondDiv {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: height 0.3s ease;
  position: relative;

}

.jobDiv .secondDiv .sec-left {
  height: 130px;
  width: 88%;
}

.jobDiv .secondDiv .sec-title {
  font-size: 16px;
  font-weight: 700;
}

.jobDiv .secondDiv .sec-item {
  font-size: 16px;

}

.jobDiv .secondDiv .sec-right {
  width: 130px;
  font-size: 20px;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  color: #00008B;
  /* 深蓝色 */
}

.jobDiv .secondDiv .sec-right i {
  margin-left: 5px;
}

.aboutBlock {
  padding-top: 0 !important;
}

.aboutBlock .w1400 p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 18px;
}

.aboutBlock2,
.aboutBlock3 {
  margin-top: 54px;
}

.aboutBlock2 .w1400,
.aboutBlock3 .w1400 {
  display: flex;
  justify-content: space-between;
}

.aboutBlock2 .w1400 .img,
.aboutBlock3 .w1400 .img {
  width: 660px;
  font-size: 0;
}

.aboutBlock2 .w1400 .text,
.aboutBlock3 .w1400 .text {
  width: calc(100% - 760px);
  padding-top: 20px;
  padding-right: 30px;
}

.aboutBlock2 .w1400 .text span,
.aboutBlock3 .w1400 .text span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #1794cb;
}

.aboutBlock2 .w1400 .text .tit,
.aboutBlock3 .w1400 .text .tit {
  font-size: 28px;
  color: #222;
  margin-top: 17px;
}

.aboutBlock2 .w1400 .text .content,
.aboutBlock3 .w1400 .text .content {
  padding-right: 33px;
  overflow-y: auto;
  margin-top: 24px;
  height: 258px;
}

.aboutBlock2 .w1400 .text .content p,
.aboutBlock3 .w1400 .text .content p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 18px;
  text-align: justify;
}

.aboutBlock2 .w1400 .text .content p:last-child,
.aboutBlock3 .w1400 .text .content p:last-child {
  margin-bottom: 0;
}

.aboutBlock2 .w1400 .text .content::-webkit-scrollbar-track-piece,
.aboutBlock3 .w1400 .text .content::-webkit-scrollbar-track-piece {
  background: rgba(220, 220, 220, 0.4);
}

.aboutBlock2 .w1400 .text .content::-webkit-scrollbar-thumb:vertical,
.aboutBlock3 .w1400 .text .content::-webkit-scrollbar-thumb:vertical {
  background-color: rgba(125, 125, 125, 0.3);
}

.aboutBlock3 {
  margin-top: 80px;
}

.aboutBlock3 .w1400 .text {
  padding-left: 30px;
  padding-right: 0;
}

.aboutBlock3 .w1400 .text span {
  background: #58b84f;
}

.aboutBlock3 .w1400 .text .content {
  height: 246px;
}

.aboutBlock4 {
  margin-top: 67px;
}

.aboutBlock4 .w1400 p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 18px;
}

.aboutBlock4 .w1400 p a {
  color: #222;
}

.aboutBlock5 {
  margin-top: 46px;
  padding-bottom: 80px;
}

.aboutBlock5 .w1400 .tit {
  font-size: 20px;
  color: #222;
  line-height: 1.5;
}

.aboutBlock5 .w1400 p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-top: 24px;
}

@media (max-width: 1440px) {

  .aboutBlock2 .w1400 .img,
  .aboutBlock3 .w1400 .img {
    width: 50%;
    height: 400px;
  }

  .aboutBlock2 .w1400 .img img,
  .aboutBlock3 .w1400 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .aboutBlock2 .w1400 .text,
  .aboutBlock3 .w1400 .text {
    width: 45%;
  }
}

@media (max-width: 996px) {
  .jobDiv {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .jobDiv .firstDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;

  }

  .jobDiv .secondDiv {
    display: block;
    justify-content: space-between;
    overflow: hidden;
    transition: height 0.3s ease;
    position: relative;
    /* border: 1px solid #f00; */

  }

  .jobDiv .secondDiv .sec-left {
    width: 100%;
    height: 200px;

    /* height: 150px; */
    /* overflow: hidden; */
    /* border: 1px solid #ff0; */
  }

  .jobDiv .secondDiv p.sec-title {
    font-size: 14px;
    font-weight: 700;
  }

  .jobDiv .secondDiv .sec-item {
    font-size: 14px;

  }

  .jobDiv .secondDiv .sec-right {
    height: 30px;
    width: 130px;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    cursor: pointer;
    color: #00008B;
    /* 深蓝色 */
  }

  .jobDiv .secondDiv .sec-right i {
    margin-left: 5px;
  }

  .aboutBlock {
    padding-top: 40px;
  }

  .aboutBlock .w1400 p:last-child {
    margin-bottom: 0;
  }

  .aboutBlock2,
  .aboutBlock3 {
    margin-top: 40px;
  }

  .aboutBlock2 .w1400,
  .aboutBlock3 .w1400 {
    flex-wrap: wrap;
  }

  .aboutBlock2 .w1400 .img,
  .aboutBlock3 .w1400 .img {
    width: 100%;
    height: auto;
  }

  .aboutBlock2 .w1400 .text,
  .aboutBlock3 .w1400 .text {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .aboutBlock2 .w1400 .text .content,
  .aboutBlock3 .w1400 .text .content {
    height: auto;
    padding-right: 0;
  }

  .aboutBlock3 .w1400 {
    flex-direction: column-reverse;
  }

  .aboutBlock4 {
    margin-top: 30px;
  }

  .aboutBlock5 {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

/*# sourceMappingURL=about.css.map */