.index-fixed-header {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 14px;
  font-size: 18px;
  font-weight: bold;
  color: #3a56f7;
  z-index: 2;
  background-color: #fff;
  box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.2);
}

.index-fixed-header .left img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 50%;
}

.index-fixed-header .right {
  width: 100%;
  margin-left: 20px;
  color: #888;
  font-size: 12px;
  height: 30px;
  border-radius: 15px;
  background-color: #eee;
  padding: 0 14px;
}

.index-fixed-header .right i {
  margin-right: 6px;
}

/* banner */
.index-banner .swiper-slide a {
  display: block;
  margin: 0 14px;
  height: 110px;
  background-size: cover;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

body {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* 菜单 */
.menus {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  padding: 14px;
  margin-top: 10px;
}

.menus .menu-item img {
  width: 48px;
  height: 48px;
}

.menus .menu-item p {
  margin-top: 6px;
}

/* 推荐列表 */
.recomm-list {
  padding: 0 14px;
  margin-top: 20px;

}

.recomm-list .list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #3a56f7;
}

.recomm-list .list-title {
  color: #333443;
  font-size: 16px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 20px;
}

.doc-list-x-item {
  margin-bottom: 20px;
}

/* 通知公告 */
.notice {
  margin: 20px 14px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.notice .icon {
  display: inline-block;
  vertical-align: middle;
}

.notice .icon img {
  width: 30px;
  height: 30px;
}

.notice .notice-list {
  width: calc(100% - 100px);
  vertical-align: middle;
  display: inline-block;
  color: #888;
  height: 40px;
  line-height: 40px;
}

.notice .more-text {
  text-align: right;
  margin-left: 10px;
  color: #3a56f7;
}