@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway");
.list {
  line-height: 1.8;
}
.list p {
  margin-bottom: 20px;
}
.list p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.mCS-v-theme.mCSB_scrollTools {
  margin-left: 5vw;
}
.mCS-v-theme.mCSB_scrollTools .mCSB_dragger {
  height: 70px;
}
.mCS-v-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 auto 0;
  height: 70px;
  border-radius: 0;
  background: #ccc;
}
.mCS-v-theme.mCSB_scrollTools .mCSB_draggerRail {
  height: 0px;
}

.bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}

.list {
  position: fixed;
  top: 0;
  right: 15vw;
  width: 360px;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
.list ul {
  margin: 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
.list li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #666;
}
.list li a {
  display: inline-block;
  color: #666;
}
.list li img {
  width: 100%;
  display: none;
}
.list li:hover::before {
  border-color: transparent transparent transparent #333;
}
.list li:hover a {
  color: #333;
}
.list-date {
  color: #333;
}

.view {
  position: relative;
  width: calc(80vw - 380px);
  height: calc(100vh - 4.7vw - 120px);
  margin-top: -80px;
}
.view-photo {
  width: 100%;
  max-width: 600px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.view-photo img {
  width: 100%;
}
.view-border {
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------*/
@media only screen and (max-width: 1400px) {
  .list {
    right: 5vw;
  }

  .view {
    width: calc(90vw - 380px);
  }
}
@media only screen and (max-width: 1100px), screen and (max-height: 560px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }

  .view {
    display: none;
  }

  .list {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .list ul {
    margin: 20px auto 0;
    width: 100%;
    max-width: 600px;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .list li {
    padding-left: 0px;
    margin: 40px 20px;
  }
  .list li:first-child {
    margin-top: 0;
  }
  .list li::before {
    display: none;
  }
  .list li img {
    margin-bottom: 5px;
    display: block;
  }
}
