@charset "utf-8";

html,
body {
    width: 100%;
    height: 100%;
}

.container {
    height: 100%;
    padding: 140px 0 60px 0;
    position: relative;
    min-width: 1200px;
}

/*头部*/
.header {
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
    /* background: url('../images/header_bg.png') no-repeat left top; */
    background-color: #FFF;
    padding: 30px 0 0 20px;
    border-bottom: 1px solid #333333;
}

.header img {
    display: block;
    float: left;
}

.header .info {
    float: left;
    padding: 0 0 0 10px;
}

.header span.title {
    font-size: 36px;
    color: #1D8F44;
    display: block;
    padding: 0 0 0 10px;
    font-weight: bold;
    width: 100%;
}

.header span.info-text {
    padding: 20px 0 0 10px;
    display: block;
    text-align: center;
}

.header span.author {
    font-size: 18px;
    color: #1D8F44;
    padding-right: 50px;
}

.header span.press {
    font-size: 18px;
    color: #1D8F44;
}

.link {
    float: right;
    padding-right: 30px;
    padding-top: 18px;
}

.link .link-btn {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
    padding: 5px 15px;
    box-shadow: 0 1px 0 #0C62B1;
    margin: 0 5px;
}

.link .link-btn.blue {
    background: #15CCE0;
}

.link .link-btn.green {
    background: #53BF1D;
}

.link .link-btn.blue:hover {
    background: #12AFC0;
}

.link .link-btn.green:hover {
    background: #46A018;
}

/* 底部 */
.footer {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    background: #1D8F44;
    border-top: 2px solid #1D8F44;
}

.footer a {
    color: #fff;
    padding-left: 50px;
    vertical-align: middle;
}

/*主体内容*/
.main {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/* 侧边栏 */
/* .sidebar { height: 100%; overflow-y: auto; overflow-x: hidden; float: left;} */

.content {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.content .file-name {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #DCDCDC;

    text-align: center;
    line-height: 40px;
    color: #222;
}

.content iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.content .cover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    content: '';
}


/* 目录树 */
.yn-tree {
    min-height: 500px;
}

.yn-tree li li {
    padding-left: 30px;
}

.yn-tree li a {
    line-height: 34px;
    display: block;
    position: relative;
    padding-left: 35px;
}

.yn-tree li ul {
    display: none;
}

.yn-tree li em {
    display: block;
    width: 28px;
    height: 15px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 7px;
    background-position: right center;
    background-repeat: no-repeat;
    background: url(../images/tree/file.png) right center no-repeat;
}

.yn-tree li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yn-tree li a:hover {
    color: #ff453b;
}

/* 一级样式 */
.yn-tree>li {
    margin: 5px 0;
}

.yn-tree>li>a {
    background-color: #F4F4F4;
    padding-left: 60px;
}

.yn-tree>li>a>em {
    left: 20px;
}

.yn-tree>li>ul {
    padding-left: 20px;
}

.yn-tree>li:hover>a {
    background-color: #DDF1FF;
}

.yn-tree>li.active>a {
    background-color: #DDF1FF;
}

/* 图标 */
.yn-tree li em.dir {
    background-image: url(../images/tree/folder_close.png);
}

.yn-tree li.active>a>em.dir {
    background-image: url(../images/tree/folder_open.png);
}

.yn-tree li.active>a {
    color: #ff453b;
}

.yn-tree li em.file {
    background-image: url('../images/tree/file.png');
}

.yn-tree li em.file.jpg,
.yn-tree li em.file.jpeg,
.yn-tree li em.file.png,
.yn-tree li em.file.bmp,
.yn-tree li em.file.webp,
.yn-tree li em.file.gif,
.yn-tree li em.file.svg {
    background-image: url('../images/tree/image.png');
}

.yn-tree li em.file.mp4,
.yn-tree li em.file.flv,
.yn-tree li em.file.f4v {
    background-image: url('../images/tree/media.png');
}

.yn-tree li em.file.swf {
    background-image: url('../images/tree/flash.png');
}

.yn-tree li em.file.pdf {
    background-image: url('../images/tree/pdf.png');
}



.split-pane-divider {
    background: #F4F4F4;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    box-sizing: border-box;
}

#left-component {
    width: 24em;
}

#divider {
    left: 24em;
    width: 5px;
}

#right-component {
    left: 24em;
    margin-left: 5px;
}


/*1024 - 1199*/
@media only screen and (max-width: 1299px) {
    .header img {}
}
