.search {
    margin-top: 4.75rem;
    background: #ececed;
    height: 21.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-container {
    width: 58%;
    margin: 0 auto;
  }

  .input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin: auto; */
    height: 4rem;
  }

  .input input {
    width: 88%;
    height: 100%;
    outline: none;
    border: none;
    /*取消文本框内外边框*/
  }

  .input p {
    margin-left: -5%;
    width: 16%;
    height: 100%;
    line-height: 4rem;
    text-align: center;
    outline: none;
    border: none;
    background: linear-gradient(158deg, #02B3FF 21%, #004FFF 74%);
    transform: skew(-23deg);
  }

  .input p a {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.375rem;
    text-align: center;
    color: #FFFFFF;
    transform: skew(23deg);
  }

  .search-result .title {
    display: flex;
    justify-content: flex-start;
    align-items: first baseline;

    border-bottom: 2px solid #ECECED;
    padding: 3rem 0 1rem 0;
  }

  .search-result .title h2 {
    /* 搜索结果 */
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
    color: #1D1D1F;
  }

  .search-result .title p {
    /* 共有96条相关信息 */
    margin-left: 1.5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    text-align: center;
    color: #1D1D1F;
  }

  .search-result .title p  b {
    color: #004FFF;
  }

  .search-result .menu {
    margin: 3.1875rem 0 2.25rem 0;
  }

  .search-result .menu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .search-result .menu ul li {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #1D1D1F;
    margin-right: 2.5rem;

  }

  .search-result .menu ul li.active,
  .search-result .menu ul li:hover {
    /* 集团新闻 */
    opacity: 1;
    font-weight: bold;
    color: #004FFF;
    cursor: default;
  }

  .search-result .menu ul li i {
    opacity: 0;
  }

  .search-result .menu ul li.active i,
  .search-result .menu ul li:hover i {
    opacity: 1;
  }

  .result-ul .li {
    display: none;
  }

  .result-ul .li.active {
    display: block;
  }
  
  .result-item {
    position: relative;
    width: 100%;
    height: 98px;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .result-item .item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, rgba(206, 215, 234, 0.1) 100%);
    background-size: 100% 100%;
    transform: skewX(-23deg);
    z-index: 1;
  }

  .result-item::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/src/img/search/time-bg1.png) right bottom no-repeat;
    background-size: auto 100%;
    right: -21px;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }

  .result-item:hover::after {
    background: url(/src/img/search/time-bg2.png) right bottom no-repeat;
    background-size: auto 100%;
    right: -36px;
  }

  .result-item h4 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.375rem;
    color: #1D1D1F;

  }

  .result-item p {
    /* width: 56.25rem; */
    padding-right: 5rem;
    display: none;
    opacity: 0.65;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #004FFF;
  }

  .result-item .time {
    position: absolute;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    right: 44px;
    bottom: 5px;
    z-index: 3;
    font-weight: 400;
    color: #004FFF;
    /* transition: all 0.3s ease-in-out; */
  }

  .result-item:hover {
    height: 171px;
  }

  .result-item:hover h4 {
    color: #004FFF;
  }

  .result-item:hover p {
    margin-top: .5rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .result-item:hover .time {
    right: 62px;
    color: #FFFFFF;
  }

  @media screen and (max-width:1200px) {
    .search-container {
      width: 78%;
    }
  }

  /* 分页 */

  .paging {
    margin: 4rem 0;
  }

  .paging-container {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }

  @media screen and (max-width:500px) {
    .paging-container {
        width: 120%;
        margin-left: -3rem;
    }
  }


  .paging .paging-container a,
  .paging .paging-container a.active {
    width: 3rem;
    height: 2rem;
    text-align: center;
    /* border: 1px solid red; */
    position: relative;
    /* margin: 0.5rem 0; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    color: #1D1D1F;
  }

  .paging .paging-container a::before,
  .paging .paging-container a.active::before {
    content: '';
    width: 2.25rem;
    height: 2rem;
    position: absolute;
    z-index: -1;
    left: 7px;
    top: 0;
    border: 1px solid rgba(0, 79, 255, 1);
    transform: skewX(-22deg);
  }
  .paging .paging-container a.active::before {
    background: rgba(0, 79, 255, 1);
  }
  .paging .paging-container a.active {
      color: #fff;
  }

  .paging .paging-container .dian {
    width: 2.25rem;
    height: 2rem;
    font-style: normal;
    text-align: center;
  }

  .paging .paging-container .jump {
    margin-left: 2rem;
  }
  .paging .paging-container .jump .jump-input {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 2rem;
    /* border: 1px solid red; */
    
  }

  .paging .paging-container .jump .jump-input::before {
    content: '';
    width: 2.25rem;
    height: 2rem;
    position: absolute;
    z-index: -1;
    left: 7px;
    top: 0;
    border: 1px solid rgba(0, 79, 255, 1);
    transform: skewX(-22deg);
  }

  .paging .paging-container .jump .jump-input input {
    width: 3rem;
    height: 2rem;
    background: none;
    border: 0 none;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    color: #1D1D1F;
    /* box-sizing: border-box; */
  }

  .paging .paging-container .jump button {
    width: 4.1875rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    background: none;
    border: 0 none;
    color: rgba(0, 79, 255, 1);
    position: relative;
    /* border: 1px solid red; */
}
  .paging .paging-container .jump button::before {
    content: '';
    width: 4.1875rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 79, 255, 1);
    transform: skewX(-22deg);
  }
 
.paging .paging-container a.prev, .paging .paging-container a.next {
    color: rgba(0, 79, 255, 1);
}


@media screen and (max-width:414px) {
  .paging .paging-container a,
  .paging .paging-container a.active {
    margin-right: 10px;
  }
  .paging .paging-container a::before,
  .paging .paging-container a.active::before {
    left: -2px;
  }
  .paging .paging-container .dian {
    margin-left: -6px;
    margin-right: 6px;
  }
  .paging .paging-container .jump {
    margin-left: 0rem;
}
}

