a {
    color: #326295
}

body {
    background: url('image/bg.jpg') no-repeat top center;
}

.media img {
    width: 24%;
    max-width: 170px;
}

header {
    background: rgba(255, 255, 255, 0.9);
    border-top: 3px solid #326295;
    box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05)
}

.bgwhite {
    background: rgba(255, 255, 255, 0.7);
}

.analysis {
    background: #007bff;
    border-radius: 0 100px 100px 0;
    height: 100px;
    width: 50px;
    writing-mode: vertical-lr;
    position: relative;
    left: -1.25rem;
    color: #f8f9fa;
    text-align: center;
    float: left
}

#myTab {
    font-size: 0.8rem
}

#myTabContent {
    background: rgba(50, 50, 50, 0.1)
}

#myTabContent a {
    font-size: 0.8rem
}

#bd-docs-nav {
    text-align: center;
}

.analyst {
    width: 100px
}

.sw_nav {
    width: 100px;
    text-align: center
}

.sw-menu {
    background-color: #383a4c
}

.sw-menu a.btn-link {
    color: #fff
}

.service {
    border: 0;
    background-color: #383a4c;
    color: #fff
}

.service a {
    color: #fff
}

.sidepanelbody .list-inline {
    background: #f8f9fa;
    padding: 1rem
}

.more {
    display: block;
    text-align: right;
}

@media(max-width:450px) {
    .media img {
        width: 100%
    }

    #wrap {
        margin-top: 0.5rem
    }

    .xinhua {
        background: url('image/logo.svg') center center;
        height: 3rem;
        width: 7rem;
        background-size: contain;
        background-repeat: no-repeat
    }
}

@media(max-width:378px) {
    .search-outline {
        display: none !important
    }
}

@media(max-width:767.98px) {
    .sr-nav {
        position: fixed;
        z-index: 999999;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }
}

.bd-navbar .navbar-nav-svg {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-top
}

.xinhua {
    background-image: url('image/logo.svg');
    height: 3rem;
    width: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0
}

@media (min-width:768px) {
    .bd-links {
        display: block !important
    }

    .navsticky {
        position: sticky;
        top: 5rem
    }

    .sidesticky {
        position: sticky;
        top: 5rem
    }

    .sidesticky .tab-pane {
        background: url(image/data.png) no-repeat center center;
        background-size: 8rem
    }
}

.sw-container {
    width: 100%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto
}

.sw-slide {
    background-size: cover;
    background-position: center;
    background-color: #eee
}

.gallery-top {
    height: 90%;
    width: 100%
}

.gallery-thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0
}

.gallery-thumbs .sw-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1
}

.service .card-header {
    border-bottom: 3px solid #ed4040
}

#div p,
.focus p {
    border-left: 3px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.media-body .text-muted {
    color: #aaa !important
}

.focus h5 {
    font-weight: bold
}

.focus .media {
    margin-bottom: 1rem
}

.card-columns {
    column-count: 2
}

@media (min-width: 576px) {
    .bd-masthead {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.bd-masthead {
    position: relative;
    padding: 3rem 15px 2rem;
}

#back-to-top {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 114px;
    width: 64px;
    text-align: center;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

ins img {
    width: 100% !important;
    max-width: 835px;
    height: auto;
}

/*html{filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(1)}
ins,#adverDemo2,#adverDemo3{display: none !important;}
.header_advertising{visibility: hidden !important;}*/