#inner-place[data-v-74e2c3a8] {
  height: 100%;
}
.big-box[data-v-74e2c3a8] {
  width: 100vw;
  background: rgb(245, 247, 250);
  background-color: #ccc;
  box-sizing: border-box;
}
.big-box .main[data-v-74e2c3a8] {
  overflow: scroll;
  height: 100%;
}
.big-box .main .site[data-v-74e2c3a8] {
  margin-left: 20px;
}
.big-box .main .item[data-v-74e2c3a8] {
  min-height: 40px;
  border-bottom: 1px solid rgb(223, 223, 223);
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
.big-box .main .item > div[data-v-74e2c3a8] {
  text-align: center;
}
.big-box .main .item > div[data-v-74e2c3a8]:nth-child(1) {
  width: 40px;
}
.big-box .main .item > div[data-v-74e2c3a8]:nth-child(2) {
  width: calc(100vw - 80px);
  text-align: left;
}
.big-box .main .item > div[data-v-74e2c3a8]:nth-child(3) {
  width: 40px;
}
.big-box[data-v-6e2ffc31] {
  width: 100vw;
  height: 100vh;
  background: rgb(245, 247, 250);
  box-sizing: border-box;
}
.big-box .content ul li[data-v-6e2ffc31] {
  padding: 10px;
  box-sizing: border-box;
}
.big-box .content ul li .top_box[data-v-6e2ffc31] {
  display: flex;
  align-items: center;
}
.big-box .content ul li .top_box img[data-v-6e2ffc31] {
  width: 34px;
}
.big-box .content ul li .top_box .time[data-v-6e2ffc31] {
  margin-left: 10px;
}
.big-box .content ul li .main_text[data-v-6e2ffc31] {
  padding-left: 40px;
  box-sizing: border-box;
}
