﻿/*左侧导航样式*/
.navbar-default {
    border-radius: 5px;
    border: 1px solid #31b0d5;
}

.navbar-active a {
    border-radius: 3px;
    color: #31b0d5;
    text-align: center;
}

    .navbar-active a:hover {
        border-radius: 3px;
        background-color: #31b0d5;
        border-color: #31b0d5;
        color: #188fb2;
        text-align: center;
    }

.current {
    border-radius: 3px;
    background-color: #31b0d5;
    border-color: #31b0d5;
    color: #ffffff;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
}

.breadcrumb a {
    color: #fff;
    font-size: 16px;
}

    .breadcrumb a:hover {
        color: #8fdbf1;
        text-decoration: none;
        font-size: 16px;
    }


.panel-body h5 {
    text-align: center;
}

.panel-body p {
    text-align: center;
}
