
/* 标签 */
.line .tag{display:inline-block;transition:.5s}
.line .tag.padding{padding:5px 12px}
.line .tags{color: #77abff!important; border: 2px solid #a1c8ff!important; background-color: unset;}

/* 标题样式-居中 */
.title-c{position:relative;}
.title-c h3{position:relative;font-size:30px;text-transform:uppercase;margin:0 auto 50px auto;font-weight:600}
.title-c h3:before {background:#FFD100;content:'';display:block;position:absolute;width:30px;height:3px;bottom:-15px;left:50%;margin-left:-15px;}

/* 标题样式-左 */
.title-l h2{line-height:28px;height:28px;color:#333;position:relative;font-size:18px;letter-spacing:0;padding-left:20px;margin-bottom:10px;}
.title-l h2:before {content:'';display:block;position:absolute;width:5px;height:20px;top:4px;background:#ff9600;left:0}


.bg-yellow, .border-yellow .button.active, .pointer.border-yellow .active, .nav-pills.border-yellow .active a, .nav-main.border-yellow .nav-head, .pagination.border-yellow .active {
    background-color: #ff9600;
}

.radius-rounded {
    border-radius: 2em;
    padding-left: 1em;
    padding-right: 1em;
}
.margin-bottom {
    margin-bottom: 10px;
}

.fr{
    float: right;
}

.fl{
    float: left;
}