.content {
  width: 12.72rem;
  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;
}

.newBox {
  width: 100%;
  padding-top: .43rem;
  padding-bottom: 1.31rem;
}

.newItem {
  width: 100%;
  height: 2.48rem;
  display: flex;
  align-items: center;
  padding: .1rem;
  padding-right: .36rem;
  border: 0.01rem solid #E0E0E0;
  box-sizing: border-box;
  margin-bottom: .46rem;
}

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

.newImg {
  width: 3.71rem;
  height: 100%;
  overflow: hidden;
  margin-right: .53rem;
  flex-shrink: 0;
}

.newTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #202020;
  margin-bottom: .25rem;
}

.newItem:hover .newTit {
  color: #FFFFFF;
}

.newTime {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #202020;
  margin-bottom: .36rem;
}

.newItem:hover .newTime {
  color: #FFFFFF;
}

.newTxt {
    height: .6rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.3rem;
}

.newItem:hover .newTxt {
  color: #FFFFFF;
}

/* .newDetail {} */

.newDetailTitle {
  padding-top: .62rem;
  padding-bottom: .45rem;
}

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

.newDetaiTime {
  display: flex;
  justify-content: center;
}

.newDetaiTime p {
  margin: 0 .1rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
}

.newDetailText{
  padding: .45rem 0 .8rem;
  border-top: 0.01rem solid #DDDDDD;
  border-bottom: 0.01rem solid #DDDDDD;
  margin-bottom: .43rem;
  font-size: .16rem;
}

.newDetailText img{
  max-width: 100%;
  width: revert-layer;
  height: auto;
  display: block;
}

.newDetailPage{
  display: flex;
  flex-direction: column;
  margin-bottom: 1.03rem;
}

.newDetailPage a{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: .18rem;
}

@media (max-width: 1024px) {
    .banner {
        height: auto;
        margin-top: 51px;
    }
    
    .banner img{
        animation:none;
        display: block;
    }
    
    .aboutNav{
        padding-left: 10px;
    }
    
    .aboutNavitem{
        width: 75px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        padding: 0;
    }
    
    .aboutNavR {
        display: none;
    }
    
    .content{
        width:100% !important;
    }
    
    .newBox{
        padding: 20px;
        box-sizing: border-box;
    }
    
    .newItem{
        height:auto;
        padding: 10px 20px;
        flex-direction: column;
    }
    
    .newText{
        width: 100%;
        box-sizing: border-box;
    }
    
    .newImg{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .newTit{
        font-size:18px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    
    .newTime{
        font-size: 14px;
    }
    
    .newTxt{
        font-size:14px;
    }
    
    .page p, .page a{
        font-size: 14px;
    }
    
    /*新闻详情*/
    .newDetail {
        width: 100%;
        padding:0 20px;
        box-sizing: border-box;
    }
    
    .newDetail .newDetailTit {
        font-size: 18px;
    }
    
    .newDetaiTime p{
        font-size: 12px;
    }
    
    .newDetailText {
        font-size: 14px;
    }
    
    .newDetailPage a{
        font-size: 12px;
    }
}
