body {
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; */
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  background-color: #f2f3f5;
  margin: 0;
  padding: 0;
  overflow-y: scroll
}

a,
body {
  color: #2e495e
}

a {
  text-decoration: none
}

.header {
  background-color: #2e495e;
  background-color: #8e0c25 /*#f2f3f5*/;
  z-index: 999;
  height: 55px
}

.header .inner {
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 5px
}

.header a {
  line-height: 24px;
  transition: color .15s ease;
  display: inline-block;
  vertical-align: middle;
  /* font-weight: 300; */
  font-weight: bold;
  font-size: small;
  letter-spacing: .075em;
  margin-right: 1.8em
}

.header a,
.header a:hover {
  color: #fff
}

.header a.nuxt-link-active,
.header a.router-link-active {
  color: #fff;
  font-weight: 600
}

.header a:nth-child(6) {
  margin-right: 0
}

.header .github {
  color: #fff;
  font-size: .9em;
  margin: 0;
  float: right
}

.logo {
  width: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle
}

.view {
  max-width: 800px;
  margin: 0 auto;
  position: relative
}

.appear-active {
  transition: opacity .4s ease
}

.page-enter-active,
.page-leave-active {
  transition: all .2s ease
}

.appear,
.page-enter,
.page-leave-active {
  opacity: 0
}

@media (max-width:860px) {
  .header .inner {
    padding: 15px 30px
  }
}

@media (max-width:600px) {
  .header .inner {
    padding: 15px
  }
  .header a {
    margin-right: 1em
  }
  .header .github {
    display: none
  }
}

.news-list {
  background-color: #fff;
  border-radius: 2px;
  margin: 10px 0;
  width: 100%;
  transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.news-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  transform: translate(-30px)
}

.item-enter-active,
.item-leave-active,
.item-move {
  transition: all .5s cubic-bezier(.55, 0, .1, 1)
}

.item-enter,
.item-leave-active {
  opacity: 0;
  transform: translate(30px)
}

.item-leave-active {
  position: absolute
}

@media (max-width:600px) {
  .news-list {
    margin: 10px 0
  }
  .inner a {
    font-size: xx-small;
  }
}

.news-list,
.news-list-nav {
  background-color: #fff;
  border-radius: 2px
}

.news-list-nav {
  padding: 5px 10px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.news-list-nav a {
  margin: 0 1em
}

.news-list-nav .disabled {
  opacity: .8
}

.news-item {
  background-color: #fff;
  padding: 20px 30px 20px 80px;
  border-bottom: 1px solid #eee;
  position: relative;
  line-height: 20px;
  list-style-type: none;
}

.news-item .score {
  color: #2e495e;
  font-size: 1.1em;
  font-weight: 700;
  position: absolute;
  /* top: 50%; */
  left: 0;
  width: 80px;
  text-align: center;
  margin-top: -10px;
  margin-right: 10px;
}

.news-item .host,
.news-item .meta {
  font-size: .85em;
  color: #595959
}

.news-item .host a,
.news-item .meta a {
  color: #595959;
  /* text-decoration: underline */
}

.news-item .host a:hover,
.news-item .meta a:hover {
  color: #00c48d
}

.news-ul {
  list-style-type: none;
  padding-left:0px;
}

.no-bullet {
  list-style-type: none;
}

.no-padding {
  padding: 0px;
}

.no-underline {
  text-decoration: none;
}

.chip {
  text-decoration: none;
  background-color: whitesmoke;
  font-size: x-small;
}

.text-center {
  text-align: center;
}

.small-text {
  font-size: xx-small;
}

.footer {
  color: gray;
}

.div-post-content img {
  width: 100%;
  height: auto;
}