.page-blogs-list{
    padding-top: 100px;
}

.page-blogs-list .item-input{
    position: relative;
    display: inline-block;
}

.page-blogs-list .search-input{
    width: 350px;
    border-radius: 8px;
    border: 1px solid #4F5B7D;
    line-height: 36px;
    outline: none;
    text-indent: 8px;
}
.page-blogs-list .search-input::placeholder {
    color: #888888;
    /*font-size: 16px;*/
}
.page-blogs-list .search-img{
    position: absolute;
    width: 20px;
    top: 10px;
    right: 13px;
    cursor: pointer;
}
.page-blogs-list .type-part{
    position: relative;
    display: inline-block;
    float: right;
}
.page-blogs-list .type-select{
    border: 1px solid #4F5B7D;
    border-radius: 8px;
    line-height: 36px;
    height: 36px;
    outline: none;
    min-width: 161px;
    text-align: center;
}
.page-blogs-list .list-part{
    margin-top: 30px;
}
.page-blogs-list .img{
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.page-blogs-list .title{
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #191919;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.page-blogs-list .title a{
    color: #191919;
}
.page-blogs-list .date{
    font-size: 16px;
    color: #2793FF;
    margin-top: 15px;
    margin-bottom: 12px;
    padding: 0 20px;
}
.page-blogs-list .des {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 20px;
}
.page-blogs-list .item{
    margin-bottom: 40px;
    min-height: 540px;
    box-shadow: 0 10px 50px 0 rgb(20 23 51 / 9%);
}

.page-posts{
    padding-top: 90px;
}


@media (max-width: 768px) {
    .page-blogs-list .search-form{
        text-align: center;
    }
    .page-blogs-list .type-part{
        float: none;
        margin: 10px 0;
    }
    .page-blogs-list .item{
        min-height: 475px;
    }
}
