.fix-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #5D5D5D;
}

.no-margin {
  margin: 0;
}

.notice {
  width: 100%;
  background: #F5F6FA;
  margin-bottom: 100px;
}

.centre {
  max-width: 1200px;
  margin: 0 auto;
}

/* 导航 */
.shenbao-navbar {
  margin: 10px 0 20px 0;
  color: #5D5D5D;
}

.navbar-tabs {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.line-box {
  width: 1px;
  height: 14px;
  margin: 0 8px;
  background-color: #D8D8D8;
}

.left-arrow {
  width: 18px;
}

.home-icon {
  width: 18px;
  margin-right: 10px;
}

.sign-line {
  color: #AEAEAE;
  margin: 0 6px;
}

/* 分类 */
.category-box {
  width: 100%;
  background: linear-gradient(180deg, #F8FCFF 0%, #FFFFFF 45%);
  border-radius: 8px 8px 8px 8px;
  border: 0px solid;
  position: relative;
  overflow: hidden;
}

.tree-icon {
  width: 150px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.category-item-box {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* .category-item-box:first-child {
  padding-bottom: 2px;
} */

.category-title {
  font-size: 15px;
  font-weight: 700;
  margin-right: 15px;
  color: #353535;
  text-align: right;
}

.category-item {
  padding: 3px 15px;
  margin: 0 10px;
  color: #353535;
  text-decoration: none;
  box-sizing: content-box;
}

.category-active-item {
  background: #EBF1FF;
  border-radius: 20px;
  border: 1px solid #054EBB;
}

.category-search {
  width: 249px;
  height: 30px;
  padding-left: 10px;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
}

.category-btn {
  background: linear-gradient(0deg, #8859D9, #8859D9), #054EBB;
  padding: 5px 10px;
  color: #fff;
  border-radius: 2px;
}

/* 文件部分 */
.content-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.main {
  width: 100%;
  /* padding: 10px; */
  border-radius: 8px;

}

.main-div {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.main-div-l {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-div-l-title {
  font-size: 16px;
  color: #353535;
}

.main-div-l-tag {
  border-radius: 2px;
  background: #F0F9EB;
  box-sizing: border-box;
  border: 1px solid #B9D8AA;
  padding: 2px 5px;
  font-size: 12px;
  color: #4FAC21;
}

.main-div-l-conter {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #494949;
}

.main-div-l-dz {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #868686;
}

.main-div-l-dw {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}