@charset "UTF-8";
.news-nav {
  width: 100%;
  height: 60px;
  background: #ffffff;
  margin-top: 18px;
}
.news-nav .nav-content {
  width: 1200px;
  margin: 0 auto;
  display: table;
}
.news-nav .nav-content .nav-item {
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  display: inline-block;
  cursor: pointer;
}
.news-nav .nav-content .nav-item:hover {
  color: #0d58b7;
}
.news-nav .nav-content .nav-item.active {
  border-bottom: 2px solid #0d58b7;
}

.news-list {
  padding: 40px 0;
  background-color: #fff;
}
.news-list:nth-child(2) {
  display: none;
}

.news-item {
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.news-default {
  width: 295px;
  height: 211px;
  display: block;
  float: left;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-item-right {
  max-width: 790px;
  margin-left: 50px;
  float: left;
  padding-top: 15px;
}
.news-item-right .news-title {
  font-size: 16px;
  height: 16px;
  line-height: 1;
  font-weight: bold;
  color: #343434;
}
.news-item-right .news-desc {
  max-width: 790px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /*自适应盒子*/
  -webkit-line-clamp: 2; /*此处为1行,如果是两行就改成2*/
  -webkit-box-orient: vertical;
  height: 52px;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 28px;
  margin-top: 20px;
}
.news-item-right .news-time {
  height: 17px;
  line-height: 17px;
  margin-top: 10px;
}
.news-item-right .news-time img {
  margin-right: 4px;
  width: 17px;
  height: 17px;
  vertical-align: top;
}
.news-item-right .news-time span {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #a0a0a0;
}
.news-item-right .look-detail {
  margin-top: 25px;
  display: block;
  width: 159px;
  height: 36px;
  border: 1px solid #0d58b7;
  border-radius: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0d58b7;
  line-height: 36px;
  text-align: center;
}
.news-item-right .look-detail:hover {
  color: #fff;
  background: #0d58b7;
}/*# sourceMappingURL=news.css.map */

.news-con .news-main p img {
  max-width: 1100px;
  margin-top: 20px;
}

/*# test*/
