@charset "utf-8";
#bo_hong {
    border: 3px solid #FC6E51 ;
    border-radius: 8px;
}
#bo_hong ul:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.hong-4{
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important;
	
}
*, ::after, ::before {
    box-sizing: border-box;
}
div {
    display: block;
}
#bo_hong ul li:first-child {
    background: #FC6E51 ;
    color: #fff;
    font-weight: 700;
    padding: 0 25px;
    font-size: 20px;
    line-height: 55px;
}
#bo_hong ul li {
    float: left;
    height: 54px;
    line-height: 54px;
}
#bo_hong ul li a.first_tab {
    padding-left: 20px;
}
#bo_hong ul li a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px;
}
a {
    color: #000;
    text-decoration: none;
}
#bo_hong ul li.on a {
    color: #FC6E51 ;
}
