.index-p1 {
    color: #323539;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.index-p2 {
    color: #858C95;
    font-size: 16px;
    text-align: center;
}

.btn3 {
    font-size: 14px;
    color: #1E6FFF;
    border: 1px solid #1E6FFF;
    font-weight: bold;
}

.ct2{
    padding-top: 30px;
    padding-bottom: 50px;
}

.art-title-col{
    clear: both;
    margin-bottom: 10px;
    height: 96px;
    overflow: hidden;
}

.tags-p {
    font-size: 13px;
    color: #323539;
    padding: 3px 0;
    margin-top: 10px;
}

.tags {
    text-align: center;
    float: left;
    background: #F8F9FB;
    border-radius: 10px;
    font-size: 13px;
    padding: 3px 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.tags-active{
    color: #16B89F;
}

.tags:hover{
    color: #16B89F;
    cursor: pointer;
}

.btn2{
    border: 1px solid #1E6FFF;
    color: #1E6FFF;
}

.search-col.search {
    text-align: right;
}

.search-input{
    /*width: 380px;*/
    padding-left: 40px;
}

.search-img {
    position: relative;
    position-area: center;
    left: 30px;
    color: #858C95;
}

.art-tags {
    float: left;
    background: rgba(22, 184, 159, 0.08);
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    padding: 3px 15px;
    margin-right: 10px;
    color: #16B89F;
    margin-top: 10px;
}

.art-p1 {
    color: #323539;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.45;
    max-height: 96px;
    word-break: break-word;
}

.art-p1:hover {
    color: #1E6FFF;
}

.art-p2 {
    color: #666666;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.art-p3 {
    color: #1E6FFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

.art-img2{
    margin-top: 5px;
    margin-left: 10px;
}

.art-img {
    width: 100%;
}

@media (min-width: 992px) {
    /*height: 300px;*/
}

@media (max-width: 768px) {
    .search-img{
        display: none;
    }

    .search-input{
        padding-left: 12px;
    }

    .tags-p{
        float: none;
    }

    .search-col{
        clear: both;
    }
}


@media (min-width: 768px) {
    .art-tags-col:hover {
        overflow: auto;
    }

    .art-tags-col {
        height: 70px;
        align-content: center;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .search-img{
        display: none;
    }

    .search-input{
        padding-left: 12px;
    }

    .tags-p{
        float: none;
    }

    .search-col{
        clear: both;
        margin-top: 10px;
        display: inline-block;
    }
}

.art-ct-col {
    margin-bottom: 10px;
    height: 72px;
    overflow: hidden;
}

.art-ct-col:last-child {
    height: auto;
    overflow: visible;
}




