.container {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  min-width: 1200px;
}

.page-banner {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-content {
  width: 100%;
  padding: 18px 0 30px;
}

.top-nav-box {
  width: 100%;
  background: #fff;
}

.top-nav {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.top-nav span {
  color: #0D58B7;
}
.top-nav a {
  color: #666;
}
.top-nav a:hover {
  color: #0D58B7;
}

.news-con {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  padding: 0 40px;
  border-radius: 4px;
}
.news-con .news-top {
  height: 140px;
  padding-top: 50px;
  text-align: center;
}
.news-con .news-top .news-title {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
}
.news-con .news-top .news-desc {
  height: 22px;
  line-height: 22px;
  margin-top: 20px;
}
.news-con .news-top .news-desc img {
  vertical-align: middle;
  margin-right: 4px;
}
.news-con .news-top .news-desc span {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
}
.news-con .news-main {
  border-top: 1px solid #ECEDEE;
  padding-top: 25px;
  padding-bottom: 43px;
  text-align: center;
}
.news-con .news-main .img-box {
  display: inline-table;
}
.news-con .news-main .img-box > img {
  width: 366px;
  height: auto;
  display: inline-block;
}
.news-con .news-main p img {
  max-width: 1100px;
  margin-top: 20px;
}
.news-con .news-main p {
  margin-top: 10px;
  text-indent: 28px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}/*# sourceMappingURL=news.css.map */
