.contentArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 990px;
    margin-left: 4.31rem;
  
  }
  
  .contentback {
  
    margin-left: 10px;
    background-color: white;
    width: 100%;
  }
  
  .pageArea {
    display: flex;
    user-select: none;
    /* margin-left: -1.06rem; */
  }
  
  .pageArea>div {
    width: 2.38rem;
    height: 2.38rem;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0.31rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.88rem;
  }
  
  .pageArea>div {
    margin: 0 0.53rem;
    margin-top: 4.375rem;
    margin-bottom: 5.6rem;
    /* margin-top: 5.44rem; */
  }
  
  .pageArea>div:active {
    background: #08839F !important;
  }
  
  .pageArea .pre {
    width: 5rem;
    height: 2.38rem;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0.31rem;
  }
  
  .pageArea .next {
    width: 5rem;
    height: 2.38rem;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0.31rem;
  }
  
  .listItem {
    display: flex;
    border-bottom: 1px dashed #ced3dc;
    padding: 2.19rem 1.44rem 2.25rem 0;
  }
  
  .listItem .left {
    width: 85px;
    height: 85px;
    flex-direction: column;
    background: #f1f1f1;
    color: #666666;
  }
  
  .listItem:hover .left {
    background: #374e71;
    color: #ffffff;
  }
  
  .listItem .left div:nth-child(1) {
    font-size: 1.5rem;
    font-family: Times New Roman;
    font-weight: bold;
  }
  
  .listItem .right {
    margin-left: 1.06rem;
    flex: 1;
  }
  
  .listItem .right div:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  
  .listItem .right div:nth-child(2) {
    font-size: 14px;
    color: #808080;
    margin-top: 1.31rem;
  }
  
  /* .nav .a{
      color: white !important;
    } */
  /* 页脚链接 */
  .linkArea {
    padding: 25px 0 49px 0;
  }
  
  /*当屏幕尺寸1200-1400px时，应用下面的CSS样式*/
  @media screen and (min-width:1200px) and (max-width:1400px) {
  
    /* 列表 */
    .listArea {
      /* margin-left: 4.31rem; */
      margin-top: 18px;
      width: 100%;
    }
  
    /* 每个小列表 */
    .listbox {
      width: 897px;
      height: 91px;
      display: flex;
      padding: 46px 71px 35px 19px;
      border-bottom: 1px dashed #D3E3E7;
  
    }
  
    .listbox:hover {
      width: 820px;
      /* width: 61.875rem; */
      /* height: 133px; */
      background: #0B85A1;
    }
  
    /* .listbox:hover>.listtime>.listtime1{
         
          color:#F3DCDC !important;
        } */
    .listbox:hover>.listtime>.listtime2 {
  
      color: white !important;
    }
  
    .listbox:hover>.listbox2>.listboxtitle {
      color: #FFFFFF !important;
    }
  
    .listbox:hover>.listbox2>.listboxcontent {
      color: #AFD9E1 !important;
    }
  
    .listtime {
      width: 68px;
      height: 92px;
      /* border-right: 1px solid #CCCCCC; */
    }
  
    .listtime1 {
      width: 68px;
      height: 68px;
      background: #ECF6F8;
      border-radius: 50%;
  
      font-family: Times New Roman;
      font-weight: 400;
      font-size: 40px;
      color: #08839F;
      display: flex;
      align-items: center;
      justify-content: center;
  
  
    }
  
    .listtime2 {
      margin-top: 5px;
      width: 68px;
      height: 13px;
      font-family: Times New Roman;
      font-weight: 400;
      font-size: 20px;
      color: #08839F;
    }
  
    .listbox2 {
      display: flex;
      flex-direction: column;
      margin-left: 33px;
      width: 83%;
    }
  
    .listboxtitle {
      margin-bottom: 23px;
      width: 100%;
      height: 19px;
      line-height: 19px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 18px;
      color: #333333;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
  
    }
  
    .listboxcontent {
      width: 681px;
      height: 48px;
      line-height: 26px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #A6A6A6;
  
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  
    /* 图片列表 页*/
    .contentAreapic {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 790px;
      padding: 49px 63px 0px 63px;
      /* margin-left: 4.31rem; */
    }
  
    .biggerHidden {
      display: none;
    }
     /* pc主体 */
   
    .pcbody {
      width: 100%;
  
    }
    .allbox {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        /* justify-content: space-between; */
        justify-content: flex-start;
        flex-wrap: wrap;
      }
  
  
  
    .smalllistbox {
         width: 375px;
      height: 479px;
      margin-bottom: 53px;
      background: #F7F7F7;
      margin-right: 15px;
  
    }
    .smalllistbox:nth-child(3n){
      margin-right: 0px;
    }
  .smalllistbox:nth-child(1){
      margin-left: 25px;
    }
    .smalllistbox:nth-child(4n){
      margin-left: 25px;
    }
  
    .smalllistboxtitle {
    width: 100%;
      text-align: center;
      height: 24px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      font-size: 18px;
      color: #0A84A0;
      line-height: 24px;
     
      margin-top: 24px;
         /* 限制一行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    }
  
    .smalllistboxcontent {
      width: 336px;
      height: 84px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #808080;
      line-height: 21px;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 10px;
      /* 隐藏 */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
    }
    .smalllistboxpicbox{
      width: 335px;
      height: 221px;
      overflow: hidden;
      margin: 0 auto;
    }
    .smalllistboximg{
      width: 100%;height: 100%;object-fit: cover;
      margin-bottom: 14px;
      
    }
    .smalllistboximg:hover{
      transform: scale(1.1);
      overflow: hidden;
    }
  
  
  }
  
  /*当屏幕尺寸大于1400px时，应用下面的CSS样式*/
  @media screen and (min-width: 1400px) {
    .biggerHidden {
      display: none !important;
    }
  
    .listItem .left div:nth-child(2) {
      font-size: 1rem;
      font-family: Times New Roman;
      font-weight: bold;
      margin-top: 0.8rem;
    }
  
    /* 列表 */
    .listArea {
      /* margin-left: 4.31rem; */
      margin-top: 18px;
      width: 100%;
    }
  
    /* 每个小列表 */
    .listbox {
      width: 897px;
      height: 91px;
      display: flex;
      padding: 46px 71px 35px 19px;
      border-bottom: 1px dashed #D3E3E7;
  
    }
  
    .listbox:hover {
      width: 820px;
      /* width: 61.875rem; */
      /* height: 133px; */
      background: #0B85A1;
    }
  
    /* .listbox:hover>.listtime>.listtime1{
       
        color:#F3DCDC !important;
      } */
    .listbox:hover>.listtime>.listtime2 {
  
      color: white !important;
    }
  
    .listbox:hover>.listbox2>.listboxtitle {
      color: #FFFFFF !important;
    }
  
    .listbox:hover>.listbox2>.listboxcontent {
      color: #AFD9E1 !important;
    }
  
    .listtime {
      width: 68px;
      height: 92px;
      /* border-right: 1px solid #CCCCCC; */
    }
  
    .listtime1 {
      width: 68px;
      height: 68px;
      background: #ECF6F8;
      border-radius: 50%;
  
      font-family: Times New Roman;
      font-weight: 400;
      font-size: 40px;
      color: #08839F;
      display: flex;
      align-items: center;
      justify-content: center;
  
  
    }
  
    .listtime2 {
      margin-top: 5px;
      width: 68px;
      height: 13px;
      font-family: Times New Roman;
      font-weight: 400;
      font-size: 20px;
      color: #08839F;
    }
  
    .listbox2 {
      display: flex;
      flex-direction: column;
      margin-left: 33px;
      width: 808px;
    }
  
    .listboxtitle {
      margin-bottom: 23px;
      width: 100%;
      height: 19px;
      line-height: 19px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 18px;
      color: #333333;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
  
    }
  
    .listboxcontent {
      width: 740px;
      height: 48px;
      line-height: 26px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #A6A6A6;
  
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  
    /* 图片列表 页*/
    .contentAreapic {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 990px;
      padding: 49px 63px 0px 63px;
      /* margin-left: 4.31rem; */
    }
  
    
  
    /* pc主体 */
    .biggerHidden {
        display: none;
      }
    .pcbody {
      width: 100%;
  
    }
    .allbox {
        width: 1250px;
        margin: 0 auto;
        display: flex;
        /* justify-content: space-between; */
        justify-content: flex-start;
        flex-wrap: wrap;
      }
  
  
  
    .smalllistbox {
      width: 380px;
      height: 479px;
      margin-bottom: 53px;
      background: #F7F7F7;
      margin-right: 55px;
  
    }
    .smalllistbox:nth-child(3n) {
 
      margin-right: 0px;
  
    }
  
    .smalllistboxtitle {
         width: 100%;
      text-align: center;
      height: 24px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      font-size: 18px;
      color: #0A84A0;
      line-height: 24px;
    
      margin-top: 24px;
         /* 限制一行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    }
  
    .smalllistboxcontent {
      width: 336px;
      height: 84px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #808080;
      line-height: 21px;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 10px;
      /* 隐藏 */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
    }
    .smalllistboxpicbox{
      width: 335px;
      height: 221px;
      overflow: hidden;
      margin: 0 auto;
    }
    .smalllistboximg{
      width: 100%;height: 100%;object-fit: cover;
      margin-bottom: 14px;
      
    }
    .smalllistboximg:hover{
      transform: scale(1.1);
      overflow: hidden;
    }
  
  
  
  
  }
  
  /*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
  @media screen and (max-width: 1200px) {
  
    /* 大于1200不显示 */
    .smallHidden {
      display: none !important;
      /* 小于1200显示 */
    }
  
    /* .biggerHidden {
          display: block !important;
        } */
  
    .listItem .right div:nth-child(1) {
      font-size: 15px;
    }
  
    .navMenuAreaSmall {
      margin-top: -10px;
    }
  
    .listArea {
      margin-top: 30px;
    }
  
    .listItem {
      height: calc(230px / 2);
      padding: 0;
      align-items: center;
    }
  
    .listItem .left {
      width: 70px;
      height: 70px;
      color: #374E71;
    }
  
    .listItem .right div:nth-child(2) {
      display: none;
    }
  
    /* list移动端 */
    .contentAreasmall {
      width: 93%;
      margin: 0 auto;
    }
  
    .listAreasmall {
      width: 100%;
    }
  
    .listboxsmall {
      width: 100%;
      display: flex;
      height: 72px;
      border-bottom: 1px #E6E6E6 solid;
    }
  
    .listboxsmall:nth-child(n+1) {
      margin-top: 30px;
  
    }
  
    listtimesmall {
      width: 60px;
      height: 41px;
      border-right: 1px #E6E6E6 solid;
    }
  
    .listtime1small {
      width: 50px;
      height: 12px;
      font-family: Arial;
      font-weight: 400;
      font-size: 12px;
      color: #08839F;
      margin-left: 3px;
    }
  
    .listtime2small {
      margin-left: 5px;
      /* margin-top: 10px; */
      display: flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      font-family: Times New Roman;
      font-weight: bold;
      font-size: 19px;
      color: #08839F;
      text-align: center;
      border-radius: 50%;
      background: #E4F2F5;
  
    }
  
    .listbox2small {
      flex: 1;
      margin-left: 12px;
      width: 100%;
    }
  
    .listboxtitlesmall {
  
      /* width: 100%; */
      height: 44px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      line-height: 22px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  
    .pageArea {
      width: 77% !important;
      margin: 0 auto !important;
      display: flex;
      user-select: none;
      /* margin-left: -1.06rem; */
    }
  
   .pcyglistArea{
    width: 90%;
    margin: 0 auto;
   }
   .psmalllistbox{
    width: 100%;
    height: 84px;
    border-top:1px  #EAEAEA solid;
    border-bottom:1px  #EAEAEA solid;
    padding: 28px 0 26px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    
   }
   .pimgbox{
    width: 124px;
height: 90px;
   }
   .ptwobox{
    height: 90px;
    width:205px ;
    display: flex;
    flex-direction: column;
   }
   .psmallboxtitle{
    width: 195px;
height: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #0A84A0;
line-height: 14px;
margin-bottom: 15px;
/* 隐藏 */
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
   }
   .psmallboxcontent{
    width: 205px;
height: 60px;
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 12px;
color: #A6A6A6;
line-height: 20px;
/* 隐藏 */
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
   }
  
  
  }