html,
body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.s_header {
  height: 30px;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 999;
}
.s_main {
  height: 100%;
  padding-top: 31px;
  width: 100%;
  overflow-x: hidden;
}
/* ------------------- */
.s_sidebar,
.s_content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.s_sidebar {
  width: 300px;
  height:95%;
  position: static;
  float: left;
  border-right: 1px solid #ccc;
  display: block;
   overflow-x: scroll;
}
/*滚动条样式*/
.s_sidebar::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}
.s_sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.s_sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.ztree li{line-height:26px !important;}
.ztree li span.button.ico_open {
    background-position: -147px -18px !important;
}
.ztree li span.button.ico_close {
background-position: -147px 3px !important;
}
.ztree li a.curSelectedNode {
height: 26px;
}
/* -----------------s_content------------------ */
.s_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex-direction: column;
  height: calc(100% - 30px);
}
.s_content .content_body {
  /* flex: 1 0 auto; */
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0px 20px;
}
.s_content h2 {
  padding: 15px 0px 0 0px;
}
/* search */
.s_search {
  text-align: right;
  height: 34px;
  width: 260px;
  position: relative;
}
.s_search input {
  width: 192px;
  line-height: 34px;
  height: 34px;
  padding: 0 4px 0 16px;
  margin: 0px;
  border: 1px solid #ddd;
  float: left;
  background: #fff;
  color: rgb(49, 47, 47);
  text-align: left;
}

.s_search input:-moz-placeholder {
  color: #fff;
}
.s_search input::-moz-placeholder {
  color: #fff;
}
.s_search input:-ms-input-placeholder {
  color: #fff;
}
.s_search button {
  background: #8a0000;
  border: none;
  height: 36px;
  width: 40px;
  float: right;
  cursor: pointer;
  color: #fff;
}
.s_content .s_top {
  color: #a20000;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 14px;
}

.s_content .ts {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
.s_content .ts li {
  float: left;
}
.s_content .ts li.t1 {
  width: 70%;
}
.s_content .ts li.t2 {
  /* width: 9.8%; */
  float: right;
  margin-right: 40px;
}

.s_content .wj_list {
  width: 100%;
  height: auto;
  clear: both;
}
.s_content .wj_list li {
  height: 42px;
  border-bottom: 1px solid #ccc;
  line-height: 42px;
}
.s_content .wj_list li a {
  height: 42px;
  line-height: 42px;
  float: left;
  display: inline-block;
}
.s_content .wj_list li .title {
  width: 70%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s_content .wj_list li .title:hover {
  color: #8a0000;
}
.s_content .wj_list li .view {
  width: 60px;
  height: 26px;
  background-color: #8a0000;
  color: #fff;
  line-height: 26px;
  text-align: center;
  margin: 8px 20px 0 0;
  float: right;
}

.s_footer {
  height: 60px;
  line-height: 60px;
  color: #666;
  border-top: 1px solid #ccc;
  padding-left: 30px;
}
.page{height:60px;}
.errorMsg{display:none;color: #f00;
    text-align: center;
    margin-top: 10px;}

.page-box{
position:relative;
z-index:1;
width:100%;
height:100%;
}
.file-box {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #000;
  display: none;
 top:0px;
 z-index:999;
}
.file-box #closeBtn {
  cursor: pointer;
}
.file-box #closeBtn::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 20px;
  text-align: center;
  background: url(../img/img31.png) no-repeat;
}