/* 几个关注列表的样式 */

.exh-content-all-box{
   
    padding: 2% 1%;
    border-top: 1px solid #eeeeee;
    cursor: pointer;


}
.exh-content-all-box:hover{
    background-color: #FFF8F2;
}

.exh-content-text{
    /* margin-left: 3%; */
}

.exh-content-single-text{
    margin-top: 1%;
    margin-bottom: 1%;
    
}

.exh-content-text-border{
    font-weight: bolder;
}