html {
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
}
.main {
  position: relative;
  min-height: 100%;
  background: url("../img/news-bg.jpg") no-repeat center bottom;
  background-size: 1920px;
}
.main .middle-box {
  padding-top: 120px;
  padding-bottom: 200px;
}
.main .date-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d7dc;
}
.main .date-box .author-and-date {
  font-size: 20px;
  color: #204f88;
}
.main .date-box .return-list {
  font-size: 18px;
  color: #333333;
}
.main .desc-box {
  padding: 50px;
  border-bottom: 1px solid #d6d7dc;
  font-size: 22px;
  line-height: 38px;
  color: #4c4c4c;
}
.main .desc-box img {
  max-width: 100%!important;
  height: auto!important;
}
.main .news-nav {
  padding-top: 50px;
  font-size: 20px;
  color: #56b3ce;
}
.main .news-nav .left {
  float: left;
}
.main .news-nav .right {
  float: right;
}
.main .news-nav a {
  max-width: 140px;
  display: inline-block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=news_desc.css.map */