/*fixed bootstrap*/

/*.dropdown:hover > .dropdown-menu {*/
/*display: block;*/
/*}*/

/*.dropdown > .dropdown-toggle:active {*/
/*pointer-events: none;*/
/*}*/

.carousel img {
    width: 100%;
    height: 100%;
}

#carousel-banner .carousel-caption {
    bottom: 15%;
    left: 0;
    right: 0;
    padding-left: 15%;
    padding-right: 15%;
    background-color: rgba(0, 0, 0, .5);
}

.page-item.active .page-link {
    color: #fff;
    background-color: #03c9a9;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.page-item .page-link {
    color: #777;
}

/*fixed bootstrap*/
a {
    color: #03c9a9;
    cursor: pointer;
}

a:hover, a:active {
    color: #03c9a9;
}

::selection {
    background: #03c9a9;
    color: #fff;
}

::-moz-selection {
    background: #03c9a9;
    color: #fff;
}

/*begin header*/

.header {
    background-color: #303e4a;
    min-height: 80px;
}

.header .navbar {
    min-height: 80px;
}

@media (max-width: 361px) {
    .header .navbar-brand {
        margin-right: 0 !important;
    }
}

.header .navbar-brand {
    min-width: 240px;
}

.header .dropdown-item.active, .header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #03c9a9;
}

.header .navbar-nav .nav-link {
    color: #fff;
}

.header .nav-item.active .nav-link {
    color: #03c9a9;
}

.header .navbar-nav .dropdown-menu {
    top: 50px;
    background-color: #303e4a;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
}

.header .dropdown-item, .header {
    color: #fff;
}

.header .active.dropdown-item:hover {
    color: #fff;
    background-color: #03c9a9;
}

.header .dropdown-item:active {
    background-color: #fff;
}

.header .dropdown-item:hover {
    color: #03c9a9;
    background-color: #ffffee;
}

/*end footer*/
.footer {
    min-height: 60px;
}

.footer a {
    color: #818181;
}

.footer .fa {
    color: #888;
    font-size: 12px;
}

.footer .copyright {
    text-align: center;
    font-size: 13px;
}

body, .main {
    background-color: #fff;
    color: #777;
    min-height: 500px;
}

.home.main {
    background-color: #1d2127;
}

.main .content {
    padding: 15px 0;
    min-height: 300px;
    position: relative;
}

.card.style1 {
    background-color: #21262d;
    border: 1px solid #21262d;
    padding-top: 60px;
}

.card.style1 h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.card.style2 {
    border: none;
    background-color: transparent;
}

.card.style2 img {
}

.card.style2 .card-body {
    padding: 10px 3px;
}

.card .icon {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 36px;
    position: absolute;
    top: -18px;
    color: #777;
    left: 50%;
    margin-left: -21px;
}

/*详细内容展示*/
.detail .title {
    text-align: center;
    padding: 15px;
}

.detail img {
    width: 100%;
    max-height: 1000px;
    max-width: 100% !important;
}

@media (max-width: 992px) {
    .detail img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.detail-meta {
    text-align: right;
    margin-top: 15px;
    padding: 15px;
    border-top: solid 1px #dee2e6;
}

.list-style1 .media {
    margin-bottom: 15px;
    padding: 5px;
}

.list-style1 .media .info {
    float: right;
    font-size: 12px;
}

