.header{
  width: 100%;
  height: 346px;
  background: url('gfxwjbj.png') no-repeat;
  background-size: 100%;
  /* background-size:contain; */
}
.header .logo img{
  height: 64px;
}
.w{
  width: 1200px;
  margin: 0 auto;
}
.content{
  display: flex;
  height: auto;
  margin-top: 30px;
  background-color: #f3f8ff;
}

/* 侧边栏样式 */
.sider{
  width: 266px;
  height: 100%;
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #888888;
}
.sider .sider-header{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #2550a4;
}
.sider .sider-header h3{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
}

.sider .entitylist{
  width: 100%;
  height: calc(100% - 60px);
  padding: 25px;
  /* background-color: antiquewhite; */
  overflow-y:scroll;
}
 /*滚动条样式*/
 .entitylist::-webkit-scrollbar {
  width: 6px;    
}
.entitylist::-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);
}
.entitylist::-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);

}

.sider .entitylist .entity-item{
  width: 210px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.listcontent{
  /*width: calc(100% - 296px);*/
  width: 100%;;
  height: 100%;
  padding: 28px 0px 28px 28px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #888888;
}
.from{
  width: 100%;
  height: 225px;
}
.footer{
  width: 100%;
  margin-top: 30px;
}
.list{
  width: 100%;
  height: 560px;
}

/* 文件列表部分 */
.listcontent .theader{
  width: 850px;
  height: 50px;
  display: flex;
  line-height: 50px;
  font-size: 14px;
  background-color: #f5f5f5;
}
.filename , .filenamecontent{
  width: 50%;
  height: 50px;
  padding-left: 30px;
}
.postshopname , .postshopnamecontent{
  width: 21%;
  height: 50px;
  text-align: center;
}
.postshopdate , .postshopdatecontent{
  width: 15%;
  height: 50px;
  text-align: center;
}
.filestatus , .filestatuscontent{
  width: 15%;
  height: 50px;
  text-align: center;
}
.listcontent .tbody{
  width: 850px;
  height: calc(100% - 50px);
}
.listcontent .tbody .item{
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.listcontent .tbody .item .filenamecontent{

}
.paddingstyle{
  /* padding-left: 20px; */
}
.paddingstyle:nth-child(2n){
  /* padding-left: 29px; */
}

/*底部开始*/
.bot_out{
	width: 100%;
	height: 106px;
	background-color: #f3f3f3;
	border-top: 4px solid #2550a4;
}
.bot_in{
	width: 1200px;
	height: 106px;
	margin: 0 auto;
	position: relative;
}
#_ideConac{
	position: absolute;
	top: 13px;
	left: -16px;
}
#_span_jiucuo{
	position: absolute ;
	top: 25px;
	right: 345px;
}
.bot_in_l{
	width: 575px;
	height: 106px;
	padding-top: 26px;
	float: left;
	margin-left: 72px;
}
.bot_in_r{
	width: 320px;
	height: 15px;
	margin-top: 44px;
	float: right;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bot_in_l p{
	font-size: 14px;
	line-height: 28px;
}

.gh{
	display: inline-block;
	margin-top: -5px;
	margin-left: 8px;
	margin-right: 5px;
}
.bot_in_r a{
	width: 70px;
	padding-left: 12px;
	line-height: 1;
	font-size: 14px;
	border-left: 1px solid #9f9f9f;
}
.bot_in_r a:first-child{
	border-left: none;
}
.pagination #layui-laypage-1{
  float:right !important;
  margin:30px 0 !important;
}