.content {}

.theme .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin-bottom: 17px;
  padding: 0 78px;
  background-color: #fff;
}

.theme .title-wrap .title-img {
  width:70px;
  height:70px;
}

.theme .title-wrap .title-img img {
  width: 100%;
  height: 100%;
}

.theme .title-wrap .title-content {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 24px;
  font-size: 24px;
}

.theme .title-wrap .title-info {
  flex: none;
  color: #393939;
}

.theme .theme-content {
  padding: 40px 78px;
  background-color: #fff;
}

.switch-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.switch-wrap .switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.switch-wrap .switch .item {
  margin-right: 30px;
  color: #333333;
  font-size: 18px;
  user-select: none;
  cursor: pointer;
}

.switch-wrap .switch .item:hover {
  color: #931013;
}

.switch-wrap .switch .item--active {
  position: relative;
  color: #931013;
}

.switch-wrap .switch .item--active::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 3px;
  background-color: #931013;
}

.switch-wrap .publish {
  width:156px;
  height:56px;
  line-height: 56px;
  color:#fff;
  background:rgba(181,0,5,1);
  border-radius:5px;
  font-size:22px;
  font-weight:400;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

.theme-content .list-title {
  margin-top: 45px;
  background-color: #ECEEF1;
}

.theme-content .list-title .item {
  color: #333;
  font-weight: 400;
}

.theme-content .list-flex .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #E3E3E3;
}

.theme-content .list .item:hover {
  background-color: #f7f7f7;
}

.list-flex .item-title {
  width: 716px;
}

.list-flex .item-author {
  width: 115px;
  text-align: center;
}

.list-flex .item-reply {
  width: 115px;
  text-align: center;
}


.list-flex  .item-last-reply {
  width: 115px;
  text-align: center;
}