.search-list{
    margin-top: 1.5rem;
    padding-top: 1.3rem;
    padding-left: 1.375rem;
    /* padding-bottom: 0.3rem; */
    background-color: white;
    border-bottom: 0.0625rem solid #ECECEC;
}

.serach-item{
    font-size: 1.3rem;
    color: #000000;
    padding-bottom: 0.3rem;
    /* font-family: kaiti; */
    margin-right: 1.875rem;
    display: inline-block;
    line-height:1.6875rem;
}

.serach-item.active{
    border-bottom: 0.125rem solid #CC0000;
}

.shiren-item {
    border-bottom: 0.0625rem solid rgba(236, 236, 236, 1);
    background-color: white;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.shiren-head-img {
    width: 100%;
    box-shadow: 0 0  0.5rem 0  rgba(82,65,57,0.5);
    border: 0.125rem solid rgba(255, 255, 255, 1);
}

.shiren-name {
    line-height: 4.375rem;
    font-size: 1.375rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.shici-dynasty {
    /* margin-left: 0.625rem; */
    line-height: 4rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.shici-dynasty:hover{
    color: rgba(102, 102, 102, 1);
}

.shiren-summary {
    font-size: 0.93rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 1.5625rem;
    /* padding-left: 1rem; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.shiren-summary a{
    color: #E49430;
}

.shiren-baike {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(0, 114, 255, 1);
    line-height: 1.875rem;
    display: inline-block;
}

.shiren-baike:hover{
    color: rgba(0, 114, 255, 1);
}

/* .main-middle .shiren-item:nth-child(2){
    margin-top: 1.5rem;
} */
.pl_article-30{
    padding-left: 1.875rem!important;
}

@media screen and (max-width:47.9375rem){
   .shiren-summary {
       -webkit-line-clamp: 3;
   }

    .shiren-name{
        font-size: 1.125rem;
        line-height:3rem;
        font-weight: 600;
    }

    /* .shiren-item:nth-child(2){
        margin-top: 1.5rem;
    } */

    .shici-dynasty{
        line-height: 3rem;
    }
    .shici-item{
          padding-top: 0.875rem;
      }
    .pl-30{
        padding-left: 1.25rem!important;
    }
    .shiren-item{
        margin-bottom: .5rem;
    }
    .pl_article-30{
        padding-left: 0!important;
    }

    .search-list{
        margin-top: 0.5rem;
        
    }
}

@media screen and (min-width:25.9375rem) and (max-width:47.9375rem){
    .shiren-head-img{
        transform: scale(0.7);
        display: block;
        margin-top: -30%;
    }

}

@media screen and (min-width:35.49rem) and (max-width:35.51rem){

    .ml-4_2{
        margin-left: 4.2%!important;
    }
}