@media (min-width: 1200px){
    .carousel {
        width: auto;
    }
}

.row-nav-org {
    position: relative;
    height: 90px;
    line-height: 90px;
    display: flex;
}
.row-nav-org-logo {
    flex: 1;
    text-align: left;
}
.org-sub-menu {
    padding-right: 15px;
}
.container-org-products,
.container-org-intro {
    width: 85%;
    margin-top: 30px;
    display: flex;
}
.org-title {
    font-size: 30px;
}
.container-org-intro-dec {
    font-size: 14px;
    font-style: italic;
    color: #7b7b7b;
    line-height: 1.8;
    margin-top: 15px;
}
.org-scopes p {
    margin-top: 10px;
}

/* 轮播样式 */
.carousel {
    height: 368px;
    margin: 0 auto;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 368px;
    background-color: #777;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 368px;
}
/* 轮播样式 end */

.org-content-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.org-content-header {
    margin: 0px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
.content-books-item {
    margin: 0 58px 58px 0;
}
