@charset "UTF-8";

#app {
  width: 100%;
  background: #2e313a;
}

.detail_top {
  width: 100%;
  height: 526px;
  position: relative;
}

.detail_top>img {
  width: 100%;
  height: auto;
}

.shiling {
  position: absolute;
  bottom: 20px;
  right: 75px;
  width: 66px;
  height: 84px;
  display: block;
  z-index: 13;
}

.shiling>img {
  display: block;
  width: 66px;
  height: 84px;
}

.detail_content {
  overflow: hidden;
  padding-top: 20px;
}

.detail_nav {
  width: 580px;
  line-height: 45px;
  height: 45px;
}

.first_child {
  color: white;
  font-size: 30px;
  float: left;
  line-height: 45px;
  height: 45px;
}

.sec_child {
  color: white;
  font-size: 14px;
  float: right;
}

.part {
  width: 560px;
  margin: 0px auto;
  background: #202328;
  margin-top: 2%;
  overflow: hidden;
  padding: 30px 10px;
}

.article_title {
  text-align: center;
  font-size: 26px;
  color: white;
  line-height: 40px;
}

.article_time {
  text-align: center;
  font-size: 14px;
  color: white;
  border-bottom: 1px solid #2e3b27;
  padding-bottom: 15px;
  width: 100%;
  line-height: 30px;
}

.content {
  color: white;
  width: 97%;
  padding: 30px 0;
  font-size: 18px;
  line-height: 30px;
}

.content img {
  display: block;
  max-width: 100%;
  maargin: 0 auto;
}