@media (min-width: 501px) {
  .page {
    padding: 0.4rem 1.43rem 0;
  }
  .page .pagetitle {
    font-size: 0.48rem;
    color: #001E42;
    line-height: 0.84rem;
    font-family: "OPPOSans-B";
    margin-bottom: 0.6rem;
  }
  .page .contentimg {
    position: relative;
    display: flex;
  }
  .page .contentimg .leftbox {
    width: 10.7rem;
    height: 7.4rem;
    background: #E60028;
    margin-right: 0.08rem;
    position: relative;
  }
  .page .contentimg .leftbox .imginner {
    width: 10.5rem;
    height: 7.4rem;
    margin-left: auto;
    background-color: #fff;
    position: relative;
  }
  .page .contentimg .leftbox .img1 {
    width: 10.5rem;
    height: 7.4rem;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page .contentimg .leftbox .nextimg {
    z-index: 1;
    opacity: 0;
  }
  .page .contentimg .leftbox .btn {
    width: 0.9rem;
    height: 0.7rem;
    background: #E60028;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: 0;
    cursor: pointer;
  }
  .page .contentimg .leftbox .btn:hover .iconfont {
    color: #001E42;
  }
  .page .contentimg .leftbox .btn .iconfont {
    color: #fff;
    font-size: 0.34rem;
  }
  .page .contentimg .rightbox {
    position: relative;
    z-index: 99;
  }
  .page .contentimg .rightbox .img2 {
    width: 4.7rem;
    height: 3.66rem;
    position: relative;
  }
  .page .contentimg .rightbox .img2 .nextimg {
    z-index: 1;
    opacity: 0;
  }
  .page .contentimg .rightbox .img2 .innerimg {
    width: 4.7rem;
    height: 3.66rem;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page .contentimg .rightbox .img2:first-child {
    margin-bottom: 0.08rem;
  }
  .page .contentimg .img3 {
    position: absolute;
    top: 2rem;
    left: 10.8rem;
    width: 6.5rem;
  }
  .page .jobbox {
    margin-top: 1.9rem;
  }
  .page .jobbox .tiele {
    font-size: 0.48rem;
    color: #001E42;
    line-height: 0.22rem;
    font-family: OPPOSans-B;
    margin-bottom: 1rem;
  }
  .page .jobbox .joblist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 0.01rem solid #D4DFEC;
  }
  .page .jobbox .joblist .item {
    padding-bottom: 0.5rem;
    width: 50%;
    cursor: pointer;
  }
  .page .jobbox .joblist .item .box1 {
    display: flex;
    align-items: center;
    margin-bottom: 0.27rem;
  }
  .page .jobbox .joblist .item .box1 .line {
    width: 0.06rem;
    height: 0.42rem;
    background: #E60028;
    margin-right: 0.24rem;
  }
  .page .jobbox .joblist .item .box1 .text {
    font-size: 0.34rem;
    font-family: OPPOSans-B;
    color: #001E42;
    line-height: 0.34rem;
  }
  .page .jobbox .joblist .item .desc {
    width: 93%;
    font-size: 0.22rem;
    line-height: 0.33rem;
    color: #001E42;
    white-space: pre-line;
  }
  .page .emailbox {
    margin-top: 1.1rem;
    padding-bottom: 1.5rem;
    font-size: 0.22rem;
    color: #001E42;
  }
  .page .emailbox .email {
    color: #6f94c0;
  }
}
@media (max-width: 500px) {
  .animate__fadeIn {
    animation-duration: 1.5s;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .page {
    width: 310px;
    margin: 0 auto;
  }
  .page .pagetitle {
    width: 328px;
    font-size: 23px;
    color: #001E42;
    line-height: 35px;
    letter-spacing: -1px;
    font-family: "OPPOSans-B";
    margin-bottom: 34px;
  }
  .page .contentimg {
    position: relative;
  }
  .page .contentimg .leftbox {
    width: 310px;
    height: 223px;
    background: #E60028;
    margin-bottom: 7px;
    z-index: 99;
    position: relative;
  }
  .page .contentimg .leftbox .imginner {
    width: 300px;
    height: 223px;
    margin-left: auto;
    background-color: #fff;
    position: relative;
  }
  .page .contentimg .leftbox .img1 {
    width: 300px;
    height: 223px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page .contentimg .leftbox .nextimg {
    z-index: 1;
    opacity: 0;
  }
  .page .contentimg .leftbox .btn {
    width: 24px;
    height: 24px;
    background: #E60028;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    z-index: 9999;
    bottom: 0;
    cursor: pointer;
  }
  .page .contentimg .leftbox .btn .iconfont {
    color: #fff;
  }
  .page .contentimg .rightbox {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
  }
  .page .contentimg .rightbox .img2 {
    width: 151px;
    height: 112px;
    position: relative;
  }
  .page .contentimg .rightbox .img2 .nextimg {
    z-index: 1;
    opacity: 0;
  }
  .page .contentimg .rightbox .img2 .innerimg {
    width: 151px;
    height: 112px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page .contentimg .img3 {
    position: absolute;
    top: 136px;
    left: 197px;
    width: 232px;
    height: 276px;
  }
  .page .jobbox {
    margin-top: 60px;
  }
  .page .jobbox .tiele {
    font-family: OPPOSans-B;
    margin-bottom: 45px;
    font-size: 30px;
    color: #001E42;
  }
  .page .jobbox .joblist .item {
    padding-bottom: 26px;
    width: 100%;
    border-bottom: 1px solid #D4DFEC;
    margin-bottom: 38px;
    display: block;
  }
  .page .jobbox .joblist .item .box1 {
    display: flex;
    margin-bottom: 22px;
    width: 330px;
  }
  .page .jobbox .joblist .item .box1 .line {
    width: 2px;
    margin-top: 2px;
    height: 20px;
    background: #E60028;
    margin-right: 12px;
  }
  .page .jobbox .joblist .item .box1 .text {
    font-family: OPPOSans-B;
    font-size: 18px;
    color: #001E42;
  }
  .page .jobbox .joblist .item .desc {
    font-size: 15px;
    color: #001E42;
    line-height: 30px;
    white-space: pre-line;
  }
  .page .emailbox {
    margin-top: 55px;
    padding-bottom: 75px;
    font-size: 15px;
    color: #001E42;
  }
  .page .emailbox .email {
    color: #6f94c0;
  }
}
