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

/* menu */
.menu {
  height: 270px;
}
.menu-topBar {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #EAEAEA;
  background: linear-gradient(to bottom, #ffffff, #E4E4E4);
}

.menu-title {
  width: 146px;
  height: 40px;
  padding-left: 23px;
  background: url('../img/menu_title_01.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 40px;
  position: relative;
  font-size: 18px;
  font-weight: var(--font-bold-weight);
  margin-left: -1px;
}
.moreBtn {
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  margin-right: 28px;
  cursor: pointer;
}
.menu-content {
  border: 1px solid #EAEAEA;
  height: 230px;
  overflow: hidden;
}
.menu-list {
  height: 100%;
  padding: 13px 0;
  background: #FDFDFD;
}
.menu-item {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
  padding: 0 25px;
}
.menu-item-arrow {
  width: 5px;
  height: 5px;
}
.menu-item-text {
  margin: 0 16px;
  flex: 1;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.menu-item-time {
  font-size: 12px;
  color: #666666;
}
.menu-item:hover {
  color: var(--hover-color) !important;
}
.moreBtn:hover {
  color: var(--hover-color);
}
.menu-item-icon {
    width: 23px;
    height: 9px;
    margin-left: 12px;
}
/* special menu */
.menu_01 {
  width: 270px;
  /* height: 270px; */
}
.menu_01 .menu-topBar {
  background: url('../img/menu_title_02.png');
  background-size: 100% 100%;
  padding-left: 40px;
  font-size: 18px;
  color: #DC0000;
  font-weight: var(--font-bold-weight);
  line-height: 40px;
}
.menu_01 .menu-content {
  padding-top: 10px;
  border-top: none;
}
.menu_01 .menu-item-icon {
  width: 16px;
  height: 16px;
}
.menu_01 .menu-item {
  height: 50px;
  padding: 0 40px;
  background-color: #fff;
  font-weight: var(--font-bold-weight);
}
.menu_01 .menu-item:nth-last-of-type(1) {
    height: 70px;
    align-items: flex-start;
    padding-top: 16px;
}
.menu_01 .menu-item:nth-of-type(2n) {
    background-color: #FDFDFD;
}

.noBorder {
  border: none;
}