.row {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.f-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px
}
.noBorder {
  border: none;
}
.slognBar {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  margin-top: 30px;
}
.slognBar img {
  width: 100%;
  height: 100%;
}

.slideTitle {
  width: 36px;
  height: 140px;
  background: url('../img/slide_title_bg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 20px;
}

/* menu */
.menu-topBar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.menu-topBar-icon {
  width:  22px;
  height: 23px;
  margin-right: 7px;
}
.menu-title {
  font-size: 22px;
  font-weight: var(--font-bold-weight);
  color: #0679E8;
}
.menu-topBar-line {
  flex: 1;
  height: 1px;
  background: #B6B6B6;
  margin: 0 15px;
}
.moreBtn {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-right: 22px;
}
.menu-content {
  overflow: hidden;
}
.menu-list {
  height: 100%;
  padding: 20px 0;
  background: #F7F7F7;
}
.menu-item {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
  padding: 0 15px;
}
.menu-item-dot {
  width: 6px;
  height: 6px;
  margin-right: 10px;
}
.menu-item-text {
  flex: 1;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.menu-item-time {
  font-size: 12px;
  color: #999999;
  margin-left: 40px;
}
.menu-item:hover {
  color: var(--hover-color) !important;
}

/* special menu */
.menu_02 .menu-list {
  padding: 10px 0;
}

.menu_01 {
  width: 220px;
}
.menu_01 .menu-topBar {
  justify-content: flex-start;
}
.menu_01 .menu-item {
  height: 48px;
}
.menu_01 .menu-list {
  padding: 10px;
}

.noBorder {
  border: none;
}