.content {
  width: 14rem;
  margin: 0 auto;
}

.aboutNav {
  display: flex;
  justify-content: space-between;
  margin-top: .42rem;
  padding-bottom: .26rem;
  border-bottom: 0.01rem solid #DDDDDD;
}

.aboutNavL {
  display: flex;
}

.aboutNavitem {
  min-width: 1.3rem;
  min-height: .38rem;
  padding: 0 .33rem;
  box-sizing: border-box;
  margin-right: .2rem;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.aboutNavitem.active {
  background: #0F4892;
  color: #FFFFFF;
}

.aboutNavR {
  display: flex;
  align-items: center;
}

.aboutNavR img {
  max-width: .11rem;
  height: auto;
  margin-right: .1rem;
}

.aboutNavR a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  display: flex;
  align-items: center;
}

.aboutNavR a:last-child {
  color: #0F4892;
}

.aboutNavR a::after {
  content: '';
  width: .05rem;
  height: .1rem;
  margin: 0 .1rem;
  background: url(../img/about/arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.aboutNavR a:last-child::after {
  display: none;
}

.map {
  /*width: 100%;*/
  width: 80%;
  height: 4.23rem;
  margin: .53rem auto .9rem;
}

.contentBox {
  width: 100%;
  display: flex;
  margin-bottom: 1.23rem;
}

.contentItem {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contentItem img {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: .52rem;
  transition: 0.6s;
}
.contentItem:hover img {
    transform: rotateY(180deg) translateY(-0.1rem);
}

.contentItem p {
  max-width: 2.2rem;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
}

.jobTop {
  width: 70%;
  margin: .5rem auto .84rem;
  display: flex;
  justify-content: space-between;
}

.jobTop .jobTopItem {
  width: 6.7rem;
  height: 1.51rem;
  background-image: url(../img/contact/job.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: .43rem .5rem;
  box-sizing: border-box;
  transition: 0.6s !important;
}
.jobTop .jobTopItem:hover {
    transform: scale(1.1);
}

.jobTopItem img {
  width: .65rem;
  height: .65rem;
  margin-right: .33rem
}

/* .jobTopR {} */

.jobTopR p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.jobTopR a {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
}

.jobTitle{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.36rem;
  color: #0F4892;
  text-align: center;
  margin-bottom: .76rem;
}

.jobList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.jobItem{
  width: 6.7rem;
  height: 2.22rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.02rem rgba(0,0,0,0.05);
  margin-right: .6rem;
  margin-bottom: .51rem;
  padding: .35rem;
  box-sizing: border-box;
  transition: all .3s;
}

.jobItem:hover{
  background: linear-gradient( 92deg, #699FE4 0%, #435CDB 52%, #2F7DE2 100%);
}

.jobItem:nth-child(2n){
  margin-right: 0;
}

.jobItemTit{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #0F4892;
  margin-bottom: .35rem;
}

.jobItemTxt{
  display: flex;
  align-items: center;
  margin-bottom: .04rem;
}

.jobItemTxt img{
  width: .28rem;
  height: .28rem;
  margin-right: .09rem
}

.jobItemTxt p{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}

.jobItem:hover .jobItemTit,
.jobItem:hover .jobItemTxt p{
  color: #FFFFFF;
}

.jobItem:hover .jobItemTxt img{
  filter: brightness(0) invert(1);
}

.jobDetail{
  padding-bottom: 1.71rem;
}

.jobDetailTitle{
  padding: .62rem 0 .45rem;
  border-bottom: 0.01rem solid #DDDDDD;
}

.jobDetailTit{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  margin-bottom: .44rem;
}

.jobDetaiTime{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  text-align: center;
}

.jobDetailText{
  padding: .4rem 0;
  border-bottom: 0.01rem solid #DDDDDD;
  font-size: .16rem;
}

.jobDetailTextTit{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: .09rem;
}

.jobDetailText:last-child{
  border: 0;
}

@media (max-width:1024px){
    .banner{
        margin-top: 51px;
    }
    
    .aboutNav{
        padding-left: 10px;
    }
    
    .aboutNavitem{
        width: 75px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        padding: 0;
    }
    
    .aboutNav .aboutNavR{
        display: none;
    }
    
    .content{
        width: 100%;
        box-sizing: border-box;
    }
    
    .jobTop {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .map {
        width: 100%;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .contentItem p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.5em;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: auto;
    }
}