/*基本*/
.mtn {
    margin-top: 10px;
}
a.active {
    font-weight: bold;
}
.panel-body {
    padding: 10px 15px;
}
.panel-body .list-unstyled li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.panel-footer .pagination {
    margin: 0;
}
body {
    background: #E7EBF0 url(../img/bg.jpg);

}
footer {
    padding: 15px 0;
    margin-top: 15px;
}
.breadcrumb {
    margin-bottom: 10px;
}
/*导航*/
.navbar-inverse {
    background-color: #343a40 !important;
    border-color: rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-weight: bold;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
}
/*公告*/
.well {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    margin-bottom: 10px;
}
.jumbotron {
    padding:15px 0;
    margin-bottom: 10px;
    border-radius: 0;
    background: #F9FAFB;
    background: linear-gradient(#FDFDFD, #F6F8F9);
    background: -webkit-linear-gradient(#FDFDFD, #F6F8F9);
    background: -moz-linear-gradient(#FDFDFD, #F6F8F9);
    background-image: url(../img/bg_banner.png);
    background-position: center;
    overflow-x: hidden;
    position: relative;
    background-size: cover;

}
.jumbotron h1{
    font-size: 50px;
}
.jumbotron p {
    font-size: 16px;
    font-weight: bold;
}
.jumbotron p.desc {
    font-size: 16px;
}
/*面版*/
.panel-default {
    background: #fff;
    border-radius: 2px;
    border: 0 solid rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    -webkit-box-sizing: border-box;
}
.panel-default > .panel-heading {
    background-color: #f6f6f6;
    border-color: #e9ecef;
}
.panel-default > .panel-heading {
    color: #454d55;
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
    border-bottom-color: rgb(222, 226, 230);
    background-image: linear-gradient(0deg, #e9ecef, #f8f9fa);
}
.panel-heading:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.panel-default {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.panel-heading:after {
    content: "";
    background-color: #282828;
    left: 1.5rem;
    width: 5rem;
    height: 1px;
    top: 40px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.panel-heading:hover::after {
    width: 8rem;
}
.links .tags a {
    opacity: 0.80;
    filter: alpha(opacity=80);
    color: #428BCA;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 6px;
    line-height: 21px
}
.links .tags a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.links .tags a:nth-child(9n) {
    color: #4A4A4A;
}
.links .tags a:nth-child(9n+1) {
    color: #428BCA;
}
.links .tags a:nth-child(9n+2) {
    color: #5CB85C;
}
.links .tags a:nth-child(9n+3) {
    color: #D9534F;
}
.links .tags a:nth-child(9n+4) {
    color: #567E95;
}
.links .tags a:nth-child(9n+5) {
    color: #B433FF;
}
.links .tags a:nth-child(9n+6) {
    color: #00ABA9;
}
.links .tags a:nth-child(9n+7) {
    color: #B37333;
}
.links .tags a:nth-child(9n+8) {
    color: #FF6600;
}
.vip-badge {
    display: inline-block;
    background-color: #0a66b9;
    background: linear-gradient(135deg, #1e6bc7, #0a58a0);
    color: white;
    font-weight: 700;
    font-size: 0.85em;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: transform 0.1s ease, box-shadow 0.2s;
    white-space: nowrap;
}