@charset "UTF-8";
em {
  color: #2550a4;
  font-style: normal;
}

.active * {
  color: #2550a4;
}

.page-content a:hover {
  color: #2550a4;
}

.header {
  width: 100%;
  height: 346px;
  background: url("zcwjkbg.jpg") no-repeat;
  background-size: 100%;
}

.header .logo img {
  height: 57px;
  margin-top: 40px;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.content {
  display: flex;
  margin-top: 30px;
  background-color: #f3f8ff;
}

/* 侧边栏样式 */
.sider {
  width: 266px;
  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: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
}

.sider .entitylist {
  width: 100%;
  height: calc(100% - 60px);
  padding: 25px;
  min-height: 721px;
}

.sider .entitylist .entity-item {
  cursor: pointer;
  position: relative;
  width: 210px;
  height: 55px;
  padding: 0 25px;
  line-height: 55px;
  font-size: 16px;
  color: black;
  background-color: #f5f5f5;
}

.sider .entitylist .entity-item:nth-child(2) {
  margin-bottom: 5px;
}

/*滚动条样式*/
/* .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);
} */

.entity-item-container {
  margin-bottom: 16px;
}

.entity-item img {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.entity-item-list {
  width: 210px;
  /* overflow-y: scroll; */
  background-color: #f5f5f5;
  padding: 10px 0;
}

/* .entity-item-list::-webkit-scrollbar {
  width: 6px;
}

.entity-item-list::-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);
}

.entity-item-list::-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);
} */

.entity-item-list li {
  position: relative;
  min-height: 28px;
  padding-left: 45px;
  padding-right: 20px;
}

.entity-item-list li.active::before {
  border-color: #2550a4;
}

.entity-item-list li.active .title {
  color: #2550a4;
}

.entity-item-list li::before {
  position: absolute;
  top: 10px;
  left: 25px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 2px solid #b0beda;
  border-radius: 2.5px;
}

.entity-item-list li a {
  line-height: 28px;
  color: black;
}

/*滚动条样式*/
.listcontent {
  width: calc(100% - 296px);
}

.listcontent .list {
  box-shadow: 0px 0px 10px #888888;
  background-color: #fff;
}

.listcontent .theader {
  width: 850px;
  height: 50px;
  display: flex;
  line-height: 50px;
  font-size: 14px;
  background-color: #f5f5f5;
}

.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;
}

.from {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 20px 15px 20px;
  box-shadow: 0px 0px 10px #888888;
  background-color: #fff;
}

.from .input {
  width: 710px;
  margin-right: 32px;
  height: 40px;
  border: 1px solid #ccc;
}

.from button {
  width: 120px;
  height: 40px;
  color: #fff;
  margin-right: -1px;
  background-color: #2550a4;
}

.method {
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
}

.method .method_box span:nth-child(1) {
  font-weight: 500;
}

.method_box {
  color: #b0beda;
}

.title {
  color: black;
}

.noselect {
  /* color: #d6d6d6; */
}

.select {
  color: #6e8ac2;
  font-weight: 600;
}

.footer {
  width: 100%;
  margin-top: 30px;
}

.list {
  width: 100%;
  padding: 0 30px;
  min-height: 630px;
}

.list .list_title {
  font-size: 22px;
  line-height: 75px;
  color: #2550a4;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.list .list_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.list_item::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0px;
  transform: translateX(-50%);
  background-color: #2f5e95;
  border-radius: 50%;
}

.list_item a {
  color: #000;
}

/* 文件列表部分 */
.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;
}

/*底部开始*/
.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_l p {
  font-size: 14px;
  line-height: 28px;
}

.bot_in_r {
  width: 320px;
  height: 15px;
  margin-top: 44px;
  float: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.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;
}

.gh {
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
  margin-right: 5px;
}

.pagination #layui-laypage-1 {
  float: right !important;
  margin: 30px 0 !important;
}

.hc {
  cursor: pointer;
}

/*  点击下拉框展开 */
.entity-item-noSelect {
  margin-bottom: 20px;
}
