@charset "utf-8";
.submitted-by {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #777;
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.path-node article p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.path-node article p a {
    word-break: break-all;
}

.path-node article p img,
.path-node article .field--name-body img {
    max-width: 720px;
    height: auto;
    display: block;
    margin: 16px auto;
    border-radius: 4px;
}

.page-node-type-jys article .field--name-body img {
    max-width: 240px;
    height: auto;
    border: 1px solid #eee;
}

.page-node-10 article p img,
.page-node-10 article .field--name-body img {
    border: 1px solid #ccc;
}

.page-node-1538 .submitted-by {
    display: none;
}

.path-node article table {
    max-width: 100%;
    height: auto;
    margin-top: 12px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.path-node article table td {
    text-align: left;
    padding: 8px;
    border: 1px solid #999 !important;
}

.path-node article table p {
    text-indent: 0;
    margin-bottom: 0;
}

.path-node article .node__links {
    margin-top: 12px;
    text-align: right;
    font-size: 16px;
    color: #999;
}

/* 讲座活动、数据库详情页面的样式 */
.path-node article .field {
    margin-bottom: 4px;
}

.path-node article .field .field__label,
.path-node article .field .field__items {
    display: inline-block;
}

.path-node article .field .field__item {
    display: inline-block;
    margin-right: 12px;
}


/* 宣传视频页面的样式 */
.page-node-391 .submitted-by,
.page-node-1278 .submitted-by {
    display: none;
}

.lib-video {
    width: 100%;
    height: auto;
}

.lib-video video {
    width: 100%;
    height: auto;
}

/* 附件列表的样式 */
.path-node article .field--type-file {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 24px;
}

.path-node article .field--type-file .field__label {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #de4b39;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 2px solid #de4b39;
}

.path-node article .field--type-file .file {
    background: none;
    padding-left: 0;
}

.path-node article .field--type-file .field__item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-left: 22px;
    background-image: url("../../images/theme-icon/attach.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 4px;
}

.path-node article .field--type-file .field__item a {
    color: #444;
    transition-duration: 0.4s;
}

.path-node article .field--type-file .field__item a:hover {
    color: #de4b39;
    text-decoration: underline;
    transition-duration: 0.4s;
}

.page-node-type-newbook article p img {
    width: 240px !important;
    height: auto;
}

.page-node-type-bgfg .field--type-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.page-node-type-bigslider .field--type-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}


@media all and (max-width: 767px) {
    
    .submitted-by {
        font-size: 14px;
        margin-bottom: 16px;
    }
    
    .path-node article p {
        text-indent: 2em;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 8px;
    }
    
    .path-node article p img,
    .path-node article .field--name-body img {
        max-width: 100%;
        margin: 12px auto;
    }

    .path-node article .table-responsive {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }
    
    .path-node article table {
        width: 1000px;
        max-width: 1000px;
    }
    
    .path-node article table td {
        text-align: left;
        padding: 8px;
        border: 1px solid #999 !important;
    }
    
    .path-node article table p {
        text-indent: 0;
        margin-bottom: 0;
    }
    
}

/* Tablets Portrait 的样式*/
@media all and (min-width:768px) and (max-width: 820px) and (orientation: portrait) {

    
    
}

/* Tablets Landscape 的样式 */
@media all and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {

    
    
}






