  .content {
      margin-top: 88px;
  }
  .wrap{
      width: 1200px;
      margin: 0 auto;
  }
  .wrap img{
      width: 100%;
  }
  #contentTopIn{
    display: block;
  }
  .contentTop .contentTopIn #description{
      font-size: 22px;
  }
  .contentTop .contentTopIn .cndesctiption{
      color: #fff;
      font-size: 16px;
      width: 677px;
  }
  .cultural-content {
    padding: 0 0 75px 0;
    background-color: #fff;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top:20px ;
  }
  .cultural-title {
    flex: 1;
    margin-top: 40px;
  }
  .cultural-title__head {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 69.5px;
    color: rgba(51, 47, 140, 1);
    text-align: left;
    vertical-align: top;
  }
  .cultural-title__sub {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 46.34px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
  }
  .cultural-title__desc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 35px;
  }
  .cultural-title {
    margin-right: 35px;
  }
  .header-img {
    width: 555px;
    height: 626px;
  }
  .cultural-header {
    display: flex;
    margin-bottom: 44px;
  }
  .cultural-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 60px;
    margin-top:40px;
  }
  .cultural-item {
    width: 360px;
    cursor: pointer;
    display: inline-block;
  }
  .cultural-item-img {
    width: 100%;
    height: 244px;
  }
  .cultural-item-img > img {
    width: 100%;
    height: 100%;
  }
  .cultural-item-value {
    background-color: #eeeeee;
    text-align: center;
    padding: 20px 0;
  }
  .cultural-item-value > div:first-child {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
  }
  
  .cultural-item-value > div:last-child {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    vertical-align: top;
  }
  .cultural-item:hover .cultural-item-value {
    background: rgba(199, 170, 125, 1);
  }
  .cultural-item:hover .cultural-item-value > div {
    color: rgba(255, 255, 255, 1);
  }
  /* .contentTop {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 88px;
  }
  
  .contentTop img {
    width: 100%;
    display: block;
    min-width: 1200px;
  }
  
  .contentTop .contentTopIn {
    margin: 0 auto;
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 44px;
  }
  
  .contentTop .contentTopIn span {
    font-size: 48px;
    color: #fff;
    display: inline-block;
    margin-left: 44px;
  } */
  
 /* @media only screen and (max-width: 768px) {
  body {
    min-width: 0px;
    width: 96%;
    margin: 0 8px;
  }
  .content {
    margin-top: 150px;
  }
  img {
    max-width: 100%;
  }

} */
 