body {
  color: #262626;
}

.header {
    /*background-color: #121d38 !important;*/
}

.content-bg {
  background-image: url('../images/content/content-banner-bg.png');
  height: 320px;
  margin-bottom: 48px;
}
.content-bg .search{
  padding-top: 72px;
}
.content-bg .title{
  font-size: 40px;
  color: #FFFFFF;
  padding-top: 128px;body {
    color: #262626;
  }
  
  .header {
      /*background-color: #121d38 !important;*/
  }
  
  .content-bg {
    background-image: url('../images/content/content-banner-bg.png');
    height: 320px;
    margin-bottom: 48px;
  }
  .content-bg .search{
    padding-top: 30px;
  }
  .content-bg .title{
    font-size: 40px;
    /* color: #FFFFFF; */
    padding-top: 128px;
    display: flex;
    line-height: 48px;
    justify-content: center;
  }
  
  .content-bg .search .input-group{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .content-bg .search .input-group input{
    background: rgba(255, 255, 255, 0.85);
    width: 890px;
    height: 48px;
    outline: none;
    border: none;
    padding-left: 16px;
    color: #8C8C8C;
  }
  
  .content-bg .search .input-group .input-group-addon{
    width: 90px;
    height: 48px;
    background: #027FFF;
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
  }
  .input-group-addon .search-icon{
    background-image: url("../images/content/search-icon.png");
    width: 32px;
    height: 32px;
  }
  .content{
    padding: 0;
  }
  .content-item-web{
    display: block;
    cursor: pointer;
  }
  .content-item-mod{
    display: none;
  }
  .content-item-web:hover{
    box-shadow: 1px 1px 10px 8px #F1F2F5;
  }
  .content-item-web {
    display: flex;
    padding: 32px 24px;
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 1px 0px 0px #F1F2F5;
    border-bottom: #F1F2F5 1px solid;
  }
  
  .content-item-web .img img{
    width: 462px;
    height: 260px;
  }
  .content-item-web .new-content{
   margin: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  
  .new-content .content-item-text .title{
    font-size: 24px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
  }
  
  .new-content .content-item-text .text{
    font-size: 16px;
    color: #8C8C8C;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 28px;
  }
  
  .new-content .content-item-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .new-content .content-item-bot i{
    font-size: 14px;
    color: #8C8C8C;
  }
  
  .new-content .content-item-bot .more{
    font-size: 16px;
    color: #027FFF;
  }
  
  .content-page{
    width: 1200px;
    margin: 48px auto;
    
  }
  
  .page-nation{
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
  }
  .page-nation .prev-btn{
    border: 1px solid #D9D9D9;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-nation .prev-btn:hover{
    color: #027FFF;
  }
  
  .page-nation .next-btn{
    border: 1px solid #D9D9D9;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-nation .next-btn:hover{
    color: #027FFF;
  }
  .page-nation .first-btn{
    border: 1px solid #D9D9D9;
    width: 48px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .page-nation .first-btn:hover{
    border: 1px solid #027FFF;
  }
  
  .page-nation .last-btn{
    border: 1px solid #D9D9D9;
    width: 48px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-nation .last-btn:hover{
    border: 1px solid #027FFF;
  }
  .page-nation .disabled{
    pointer-events: none;
    color: #8C8C8C;
  }
  
  .page-nation .page-ol{
    display: flex;
  }
  .page-nation .page-ol li{
    font-size: 14px;
    width: 32px;
    height: 32px;
    color: #262626;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    cursor: pointer;
  }
  
  .page-nation .page-ol li:hover{
    border: 1px solid #027FFF;
  }
  
  .page-nation .page-ol .hover{
    background: #027FFF;
    border: 1px solid #027FFF;
    color: #FFFFFF;
  }
  
  .page-nation .pageMark{
    font-size: 14px;
    color: #262626;
  }
  
  .page-nation .pageMark :first-child{
    color: #027FFF;
  }
  
  .page-nation .enter-btn{
    font-size: 14px;
    color: #8C8C8C;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .page-nation .enter-btn .enterText{
    margin: 0 8px;
  }
  
  .page-nation .enter-btn input{
    width: 32px;
    height: 32px;
    border: 1px solid #D9D9D9;
    text-align:center
  }
  
  .page-nation .enter-btn .enterBtn{
    width: 60px;
    height: 32px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .listNone{
    width: 1200px;
    margin: 48px auto;
    display: flex;
    justify-content: center;
    color: #595959;
    font-size: 24px;
  }
  .content-category{
    margin: 0 auto;
    width: 1200px;
    padding-left: 24px;
  }
  .category-nav{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    text-align: center;
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .category-nav-item{ 
    margin-right: 25px;
  }
  .category-nav-link{
    font-size: 14px;
      font-family: PingFangSC-Regular;
      padding: 12px 28px;
      border-radius: 0;
      background-color: transparent;
      color: rgba(38, 38, 38, 1) !important;
      border: 1px solid rgba(38, 38, 38, 1);
  }
  .category-nav-link.active {
    background-color: rgba(38, 38, 38, 1);
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 0;
    outline: none;
  }
  
  @media screen and (max-width: 768px) {
    body {
      background-color: rgba(0, 0, 0, .03);
    }
    .header{
      margin-top: -88px;
    }
    
    
    .content-category{
      margin: 0 auto;
      width: 1200px;
      padding-left: 50px;
    }
    
    .content-bg {
      background-image: url('../images/content/banner-mob-bg.png');
      height: 360px;
      margin-bottom: 48px;
      margin-top: 88px;
    }
  
    .content-bg .search{
      padding-top: 60px;
    }
    .content-bg .title{
      font-size: 56px;
      padding-top: 96px;
    }
    
    .content-bg .search .input-group input{
      width: 564px;
      height: 64px;
    }
  
    .content-bg .search .input-group .input-group-addon{
      height: 64px;
      cursor: pointer;
    }
    .content{
      padding: 0;
    }
    /*.content-item:hover{*/
    /*  box-shadow: 1px 1px 10px 8px #F1F2F5;*/
    /*}*/
    .content-item-web{
      display: none;
    }
    .content-item-mod{
      display: block;
    }
    .content-item-mod {
      display: flex;
      flex-direction: column;
      padding: 0 24px;
      width: 654px;
      height: 360px;
      margin: 48px auto;
      background: #FFFFFF;
      border-bottom: none;
    }
  
    .content-item-mod .img {
      margin-top: 32px;
    }
  
    .content-item-mod .img img{
      width: 606px;
      height: 340px;
    }
    .content-item-mod .new-content-mod{
      /*margin: 0 64px;*/
      display: flex;
      flex-direction: column;
    }
  
    .content-item-mod .title{
      font-size: 32px;
      color: #262626;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 40px;
    }
  
    .new-content-mod .text{
      font-size: 24px;
      color: #8C8C8C;
      margin-top: 32px;
      line-height: 48px;
      font-weight: 400;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    
    
    .content-item-bot{
      margin-top: 24px;
    }
  
    .content-item-bot i{
      font-size: 20px;
      color: #8C8C8C;
    }
    
  
    .content-page{
      width: 654px;
      margin: 48px auto;
  
    }
  
    .page-nation{
      display: flex;
      text-align: right;
      justify-content: flex-end;
      align-items: center;
    }
    .page-nation .prev-btn{
      border: 1px solid #D9D9D9;
      width: 32px;
      height: 32px;
      margin-right: 8px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-nation .prev-btn:hover{
      color: #027FFF;
    }
  
    .page-nation .next-btn{
      border: 1px solid #D9D9D9;
      width: 32px;
      height: 32px;
      margin-right: 8px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-nation .next-btn:hover{
      color: #027FFF;
    }
    .page-nation .first-btn{
      border: 1px solid #D9D9D9;
      width: 48px;
      height: 32px;
      margin-right: 8px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .page-nation .first-btn:hover{
      border: 1px solid #027FFF;
    }
  
    .page-nation .last-btn{
      border: 1px solid #D9D9D9;
      width: 48px;
      height: 32px;
      margin-right: 8px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-nation .last-btn:hover{
      border: 1px solid #027FFF;
    }
    .page-nation .disabled{
      pointer-events: none;
      color: #8C8C8C;
    }
  
    .page-nation .page-ol{
      display: flex;
    }
    .page-nation .page-ol li{
      font-size: 14px;
      width: 32px;
      height: 32px;
      color: #262626;
      border: 1px solid #D9D9D9;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 8px;
      cursor: pointer;
    }
  
    .page-nation .page-ol li:hover{
      border: 1px solid #027FFF;
    }
  
    .page-nation .page-ol .hover{
      background: #027FFF;
      border: 1px solid #027FFF;
      color: #FFFFFF;
    }
  
    .page-nation .pageMark{
      display: none;
    }
  
    .page-nation .pageMark :first-child{
      color: #027FFF;
    }
  
    .page-nation .enter-btn{
      display: none;
    }
  
    .page-nation .enter-btn .enterText{
      margin: 0 8px;
    }
  
    .page-nation .enter-btn input{
      width: 32px;
      height: 32px;
      border: 1px solid #D9D9D9;
      text-align:center
    }
  
    .page-nation .enter-btn .enterBtn{
      width: 60px;
      height: 32px;
      border: 1px solid #D9D9D9;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
  }
  
  display: flex;
  line-height: 48px;
  justify-content: center;
}

.content-bg .search .input-group{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.content-bg .search .input-group input{
  background: rgba(255, 255, 255, 0.85);
  width: 890px;
  height: 48px;
  outline: none;
  border: none;
  padding-left: 16px;
  color: #8C8C8C;
}

.content-bg .search .input-group .input-group-addon{
  width: 90px;
  height: 48px;
  background: #027FFF;
  display: flex;
  align-items:center;
  justify-content: center;
  cursor: pointer;
}
.input-group-addon .search-icon{
  background-image: url("../images/content/search-icon.png");
  width: 32px;
  height: 32px;
}
.content{
  padding: 0;
}
.content-item-web{
  display: block;
  cursor: pointer;
}
.content-item-mod{
  display: none;
}
.content-item-web:hover{
  box-shadow: 1px 1px 10px 8px #F1F2F5;
}
.content-item-web {
  display: flex;
  padding: 32px 24px;
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 1px 0px 0px #F1F2F5;
  border-bottom: #F1F2F5 1px solid;
}

.content-item-web .img img{
  width: 462px;
  height: 260px;
}
.content-item-web .new-content{
 margin: 0 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.new-content .content-item-text .title{
  font-size: 24px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
}

.new-content .content-item-text .text{
  font-size: 16px;
  color: #8C8C8C;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
}

.new-content .content-item-bot{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-content .content-item-bot i{
  font-size: 14px;
  color: #8C8C8C;
}

.new-content .content-item-bot .more{
  font-size: 16px;
  color: #027FFF;
}

.content-page{
  width: 1200px;
  margin: 48px auto;
  
}

.page-nation{
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}
.page-nation .prev-btn{
  border: 1px solid #D9D9D9;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nation .prev-btn:hover{
  color: #027FFF;
}

.page-nation .next-btn{
  border: 1px solid #D9D9D9;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nation .next-btn:hover{
  color: #027FFF;
}
.page-nation .first-btn{
  border: 1px solid #D9D9D9;
  width: 48px;
  height: 32px;
  margin-right: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-nation .first-btn:hover{
  border: 1px solid #027FFF;
}

.page-nation .last-btn{
  border: 1px solid #D9D9D9;
  width: 48px;
  height: 32px;
  margin-right: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nation .last-btn:hover{
  border: 1px solid #027FFF;
}
.page-nation .disabled{
  pointer-events: none;
  color: #8C8C8C;
}

.page-nation .page-ol{
  display: flex;
}
.page-nation .page-ol li{
  font-size: 14px;
  width: 32px;
  height: 32px;
  color: #262626;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}

.page-nation .page-ol li:hover{
  border: 1px solid #027FFF;
}

.page-nation .page-ol .hover{
  background: #027FFF;
  border: 1px solid #027FFF;
  color: #FFFFFF;
}

.page-nation .pageMark{
  font-size: 14px;
  color: #262626;
}

.page-nation .pageMark :first-child{
  color: #027FFF;
}

.page-nation .enter-btn{
  font-size: 14px;
  color: #8C8C8C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-nation .enter-btn .enterText{
  margin: 0 8px;
}

.page-nation .enter-btn input{
  width: 32px;
  height: 32px;
  border: 1px solid #D9D9D9;
  text-align:center
}

.page-nation .enter-btn .enterBtn{
  width: 60px;
  height: 32px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.listNone{
  width: 1200px;
  margin: 48px auto;
  display: flex;
  justify-content: center;
  color: #595959;
  font-size: 24px;
}


@media screen and (max-width: 768px) {
  body {
    background-color: rgba(0, 0, 0, .03);
  }
  .header{
    margin-top: -88px;
  }
  
  
  
  .content-bg {
    background-image: url('../images/content/banner-mob-bg.png');
    height: 360px;
    margin-bottom: 48px;
    margin-top: 88px;
  }

  .content-bg .search{
    padding-top: 96px;
  }
  .content-bg .title{
    font-size: 56px;
    padding-top: 96px;
  }
  
  .content-bg .search .input-group input{
    width: 564px;
    height: 64px;
  }

  .content-bg .search .input-group .input-group-addon{
    height: 64px;
    cursor: pointer;
  }
  .content{
    padding: 0;
  }
  /*.content-item:hover{*/
  /*  box-shadow: 1px 1px 10px 8px #F1F2F5;*/
  /*}*/
  .content-item-web{
    display: none;
  }
  .content-item-mod{
    display: block;
  }
  .content-item-mod {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    width: 654px;
    height: 360px;
    margin: 48px auto;
    background: #FFFFFF;
    border-bottom: none;
  }

  .content-item-mod .img {
    margin-top: 32px;
  }

  .content-item-mod .img img{
    width: 606px;
    height: 340px;
  }
  .content-item-mod .new-content-mod{
    /*margin: 0 64px;*/
    display: flex;
    flex-direction: column;
  }

  .content-item-mod .title{
    font-size: 32px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 40px;
  }

  .new-content-mod .text{
    font-size: 24px;
    color: #8C8C8C;
    margin-top: 32px;
    line-height: 48px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  
  .content-item-bot{
    margin-top: 24px;
  }

  .content-item-bot i{
    font-size: 20px;
    color: #8C8C8C;
  }
  

  .content-page{
    width: 654px;
    margin: 48px auto;

  }

  .page-nation{
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
  }
  .page-nation .prev-btn{
    border: 1px solid #D9D9D9;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-nation .prev-btn:hover{
    color: #027FFF;
  }

  .page-nation .next-btn{
    border: 1px solid #D9D9D9;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-nation .next-btn:hover{
    color: #027FFF;
  }
  .page-nation .first-btn{
    border: 1px solid #D9D9D9;
    width: 48px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page-nation .first-btn:hover{
    border: 1px solid #027FFF;
  }

  .page-nation .last-btn{
    border: 1px solid #D9D9D9;
    width: 48px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-nation .last-btn:hover{
    border: 1px solid #027FFF;
  }
  .page-nation .disabled{
    pointer-events: none;
    color: #8C8C8C;
  }

  .page-nation .page-ol{
    display: flex;
  }
  .page-nation .page-ol li{
    font-size: 14px;
    width: 32px;
    height: 32px;
    color: #262626;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    cursor: pointer;
  }

  .page-nation .page-ol li:hover{
    border: 1px solid #027FFF;
  }

  .page-nation .page-ol .hover{
    background: #027FFF;
    border: 1px solid #027FFF;
    color: #FFFFFF;
  }

  .page-nation .pageMark{
    display: none;
  }

  .page-nation .pageMark :first-child{
    color: #027FFF;
  }

  .page-nation .enter-btn{
    display: none;
  }

  .page-nation .enter-btn .enterText{
    margin: 0 8px;
  }

  .page-nation .enter-btn input{
    width: 32px;
    height: 32px;
    border: 1px solid #D9D9D9;
    text-align:center
  }

  .page-nation .enter-btn .enterBtn{
    width: 60px;
    height: 32px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
