.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: 22px 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}



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

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

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

.main {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.main-div {
  border-bottom: 1px dashed #DEDEDE;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-title {
  color: #353535;
  margin-top: 10px;
  font-size: 16px;
}


.main-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  color: #868686;
  font-size: 14px;
}

.main-time-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.w-70 {
  width: 70%;
}

.mr-30 {
  margin-right: 30px
}

.main-div-zhong {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
  color: #868686;
}

.main-div-right {
  width: 10%;
  text-align: center
}

.time {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}

.time-zu {
  border: 1px solid #8859D9;
  width: 80%;
  height: 50px;
}

.time-text {
  background: #8859D9;
  color: #fff;
  height: 50%;
}

.time-yjs {
  background: #C2C2C2;
  color: #fff;
  width: 80%;
  height: 50px;
  line-height: 50px;
}

.time-sb {
  background: #FFD260;
  color: #fff;
  width: 80%;
  height: 50px;
  line-height: 50px
}

.cF56B00 {
  color: #F56B00;
  font-weight: bold;
  margin-bottom: 5px;
}