/*专题页公共样式*/
.big_title{
    font-size: 2rem;
}

.small_title{
    font-size: 1rem;
}

.consult_btn{
    display: block;
    background: rgb(245,185,50);
    width: 275px;
    text-align: center;
    margin: 1.5rem auto;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.consult_btn:hover{
    color: white;
    text-decoration: none;
}





























