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

    .list-company-item {
     width: calc(50% - 12px);
    display: flex;
    align-items: center;
    height: 110px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    margin-right: 24px; 
    padding: 0 0 0 30px;
    margin-bottom: 24px;
    box-sizing: border-box;
cursor: pointer;
    }

    .list-company-item:nth-of-type(2n) {
      margin-right: 0px;
    }

    .list-company-item:hover {
      border: none;
      box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
      transition: 1s;
    }

    .list-company-item img {
      width: 70px;
      height: 70px;
      border-radius: 10px;
      flex-shrink: 0;
      margin-right: 20px;
    }

    .list-company-item:hover .list-company-item-title {
      color: #1E6BC2;
transition: 1s;
    }

    .list-company-item-title {
      font-size: 16px;
      font-family: MicrosoftYaHei;
      color: #333333;
      line-height: 21px;
      margin-bottom: 14px;
    }

    .list-company-item-intro {
      font-size: 14px;
      font-family: MicrosoftYaHei;
      color: #999999;
      line-height: 19px;
    }

      .company-detail {
        margin-bottom: 24px;
        background-color: #fff;
        padding: 60px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
      }

      .company-detail-left {
        width: calc(35% - 100px);
      }

      .company-detail-left img {
        width: 220px;
        height: 50px;
        margin-bottom: 60px;
      }

      .company-detail-left-title {
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
      }
     .company-detail-left-title:nth-of-type(1) {
         margin-bottom:30px;
      }
      .company-detail-left-subtitle {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #333333;
        line-height: 19px;
        margin-bottom: 24px;
        display: flex;
      }
      .company-detail-left-subtitle p:nth-of-type(1) {
         flex-shrink: 0;
      }
      .company-detail-left-subtitle:last-of-type {
        margin-bottom: 60px;

      }

      .company-detail-left-item {
        padding: 20px 0;
        border-bottom: 1px dotted #E8E8E8;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #333333;
        line-height: 19px;
        cursor: pointer;
      }

      .company-detail-left-item:hover {
        color: #1E6BC2;
transition: 1s;
      }

      .company-detail-right {
        width: 65%;
      }

      .company-detail-right-title {
        font-size: 24px;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #333333;
        line-height: 31px;
      }

      .company-detail-right img {
        width: 100%;
        height: 240px;
        margin: 40px 0;
      }

      .company-detail-right-subtitle {
        font-size: 18px;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        margin-bottom: 30px;
      }

      .company-detail-right-intro {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #333333;
        line-height: 28px;
      }



.list-view-g {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  display: none;
  opacity: 0;
}

.list-view-g.active {
  display: flex;
  animation: show 0.5s forwards;
  animation-delay: 0s;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.list-view-g::before {
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  left: 100px;
  content: '';
  top: 0;
  background: #D8D8D8;
}

.list-view-list {
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  cursor: pointer;
}

.list-view-list:hover .list-view-list-title {
  background: rgba(30, 107, 194, 1);
}

.list-view-list:hover .list-view-list-title span {
  color: #fff;
}

.list-view-list:hover .list-view-list-title::before {
  background: rgba(30, 107, 194, 1);
}

.list-view-list:hover .list-arr {
  width: 12px;
  opacity: 1;
}

.list-view-list:hover .list-view-list-view-p p:nth-child(1) {
  color: rgba(30, 107, 194, 1) !important;
}



.list-view-list-title {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.list-view-list-title::before {
  width: 20px;
  height: 1px;
  background: #D8D8D8;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.list-view-list-title span {
  color: rgba(30, 107, 194, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.list-view-list-title span:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.list-view-list-title span:nth-child(2) {
  font-size: 12px;
}

.list-view-list-view {
  width: calc(100% - 150px);
  background: #FAFAFA;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.list-view-list-view-p p:nth-child(1) {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin-bottom: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.list-view-list-view-p p:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  box-sizing: border-box;
}

.list-view-list-view-pic {
  width: 160px;
  height: 110px;
}

.list-view-list-view-p {
  width: calc(100% - 200px);
}

.list-arr {
  width: 0;
  height: 24px;
  overflow: hidden;
  left: 100%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
}

.list-arr-inner {
  width: 18px;
  height: 18px;
  top: 50%;
  margin: -9px;
  right: 13px;
  position: absolute;
  transform: rotate(45deg);
  background: rgba(30, 107, 194, 1);
}

@media (max-width: 1024px) {
  .list-view-g::before {
    display: none;
  }

  .list-view-list-title {
    position: absolute;
    right: 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    height: 110px;
    top: 50%;
    margin-top: -55.5px;
  }

  .list-view-list-title::before {
    display: none;
  }

  .list-arr {
    display: none;
  }

  .list-view-list-view {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .list-view-list-view {
    flex-direction: column;
    padding: 20px;
  }

  .list-view-list {
    height: auto;
  }

  .list-view-list-view-pic {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
  }

  .list-view-list-view-p {
    width: 100%;
    margin-top: 220px;
  }

  .list-view-list-title {
    right: 0;
    height: 220px;
    margin: 0;
    top: 0;
  }

  .list-news-list-view-p {
    width: calc(100% - 70px) !important;
  }
  .list-company-item{
     width: 100%;
     margin-right: 0; 
   }
 .company-detail {
        display: flex;
        flex-direction: column;
      }
 .company-detail-left {
     width: 100%;
      }
 .company-detail-right {
     width: 100%;
      }

}

