.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: 100px;
  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%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, #FFFFFF, #F9F9F9, #EEEEEE);
  border: 1px solid #E4E4E4;
}
.menu-title {
  width: auto;
  height: 40px;
  padding-left: 14px;
  background: url('../img/menu_title_01.png');
  background-size: 6px 40px;
  background-repeat: no-repeat;
  line-height: 40px;
  position: relative;
  font-size: 20px;
  color: #333333;
}
.menu-title::after {
  content: '';
  width: 25px;
  height: 8px;
  background: url('../img/menu_title_02.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 11px;
  left: calc(100% + 11px);
}


.galleryTopBar {
    width: 100%;
    height: 40px;
    background: linear-gradient(0deg, #E8E8E8, #F9F9F9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E4E4E4;
}

.galleryTitle {
    width: auto;
    height: 40px;
    padding: 0 16px;
    background: url('../img/title_01.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 40px;
    position: relative;
    font-size: 20px;
}
.galleryTitle::after {
  content: '';
  width: 18px;
  height: 40px;
  background: url('../img/title_02.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0px;
  left: calc(100% + 0px);
}


.moreBtn {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-right: 22px;
}
.menu-content {
  overflow: hidden;
}
.menu-list {
  height: 100%;
  padding: 15px 0;
  border: 1px solid #E4E4E4;
  border-top: none;
}
.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 20px;
}
.menu-item-dot {
  width: 4px;
  height: 4px;
  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_01 {
  width: 228px;
}
.menu_01 .menu-item {
  height: 42px;
  line-height: 42px;
  border: 1px solid #E4E4E4;
  background: #F9F9F9;
  padding-left: 39px;
  margin-top: 20px;
  color: #E80000;
  font-weight: var(--font-bold-weight);
}
.menu_01 .menu-list {
  border: none;
  padding: 0;
}

.noBorder {
  border: none;
}

