* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.42857;
  color: #404040;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
}

.container {
  background-color: #f9f9f9;
}

.content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 66px);
  padding-top: 10px;
  font-size: 16px;
  box-sizing: content-box;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.section {
  flex-shrink: 0;
  margin-bottom: 24px;
  margin-right: 10px;
  width: 730px;
}

.list {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.list .title {
  font-size: 30px;
  font-weight: 700;
  word-break: break-word;
}

.list article {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  word-break: break-word;
}

article p {
  margin-bottom: 20px;
  word-break: break-word;
  margin-top: 0;
}

.image-box {
  width: 100%;
  margin: 0;
  padding-bottom: 25px;
  text-align: center;
  font-size: 0;
}

.image-box .image {
  max-width: 700px;
  max-height: 514px;
  background-color: transparent;
  position: relative;
  z-index: 95;
  background-color: #e6e6e6;
  transition: background-color .1s linear;
  margin: 0 auto;
}

.image-container-fill {
  padding-bottom: 73.42%;
  z-index: 90;

}

.image-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-view img {
  cursor: zoom-in;
  transition: all .15s linear;
  z-index: 95;
  opacity: 1;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.image-box .image-caption {
  min-width: 20%;
  max-width: 80%;
  min-height: 43px;
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  color: #999;
}
a {
  color: #0681d0;
}