@charset "utf-8";
.con-tbl th{width:120px}
.con-tbl  td img{margin:0px !important;padding:0 5px !important;}

#bo_list .bo_tit{width:450px !important;}
#bo_v_title{padding-bottom:10px}

#bo_v_con {min-height:100px !important;}

.bo_v_cate2, .cs_state{background:#1C75BC;color:#fff;padding:5px 15px;text-align:center;font-weight:normal;font-size:11pt;border-radius:20px}
.cs_state{font-size:10pt}

#bo_list .btn-sm{width:68px !important;}

.serv_btn {
    float: left;
    transition: all .3s ease;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 5em;
}

.state_on {
    color: #fff !important;
    line-height: 1;
    padding: 15px 40px;
    border-radius: 2px;
    background: #1c75bc;
    margin: 40px auto;
}

.state_off {
    color: #777 !important;
    line-height: 1;
    padding: 15px 40px;
    border-radius: 2px;
    background: #ddd;
    margin: 40px auto;
}