.times{ 
    color: #A9ACB0;
}
.search-form-result{
    color: #A9ACB0;
    text-align: center;
}
/*---------pagination--------*/
.pagination-box{
    margin-top: 50px;
    margin-bottom: 100px;
}
.pagination-box .page-item a{
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    min-width: 40px;
    text-align: center;
}
.pagination-box .page-item a:hover{
    color: #fff;
    background: #545A62;
}
.pagination-box .page-item{
    margin: 0px 10px;
}
/*-----icon-----*/
.group-info{
    margin-bottom: 40px;
}
.group-info a{
    display: inline-block;
    width: 32px;
    padding: 0;
    margin: 0;
}
.group-info a img{
    width: 100%;
}
.group-info span{
    border-right: 2px solid #F6F7F7;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px;
    color: #BCBFC2;
}
/*-----describe-----*/
.describe h3{
    color: #000000;
}
.describe{
    margin: 30px 0px 50px 0px;
}
.img img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.describe .highlight{
    position: relative;
    padding:5px 5px 5px 30px;
}
.describe .highlight::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffbc00;
    height: 100%;
    width: 13px;
    display: block;
    border-radius: 20px;
}