/*--------------热门标题-----------*/
.profess_list{
    background: #ffffff;
    padding-top: 0.2rem;
}
.profess_list_left h1{
    color: #121314;
    font-size:0.24rem;
    font-weight: bolder;
    line-height: 0.5rem;
    height: 0.5rem;
}
.hot_title {
    color: #940000;
}
.profess_list_left img{
    margin-right: 0.05rem;
    margin-top: -0.1rem;
}

/*-------------分类--------------------*/
.profess_list01 {
    margin-bottom: 0.2rem;
}
.profess_list_left li{
    float: left;
    margin-left: 0.25rem;
    margin-top: 0.1rem;
}
.profess_list_left ul li a{
    display: inline-block;
    width: 2.2rem;
    height: 0.5rem;
    border:0.01rem solid #d2d2d2;
    background: #eeeeee;
    color: #121314;
    font-size: 0.24rem;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.55rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.profess_list_left ul li p{
    line-height: 0;

}
.profess_list01 img{
    width: 0.42rem;
    height: 0.42rem;
}
.profess_list_left ul li a:hover{
    color: #f33333;
    border:0.01rem solid #f33333;
}

.profess_list_left h1 a:hover{
    color:#000000;
    font-weight: bolder;
}

@media (max-width: 768px) {
    .profess_list_left li{
        margin-left: 0.15rem;
    }
}
@media (max-width: 420px) {
    .profess_list_left li{
        margin-left: 0.12rem;
    }
}
@media (max-width: 360px) {
    .profess_list_left li{
        margin-left: 0.12rem;
    }
}
@media (max-width: 320px) {
    .profess_list_left li{
        margin-left: 0.12rem;
    }
    .profess_list_left li a{
        width: 2rem;
    }

}






