.news_main {
  padding-top: 50px;
}
.news_main .title {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  padding: 25px 0;
  color: #333;
}
.news_menu {
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
}
.news_menu li {
  display: inline-block;
  font-weight: bold;
  margin: 0 10px;
}
.news_menu a.active {
  color: #2d6a87;
}
.news_name {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  color: #2d6a87;
}
.news_decs {
  display: block;
  padding: 12px 0 24px;
  line-height: 22px;
  color: #666;
  font-size: 14px;
}
.news_list {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.news_list_item {
  width: 580px;
  margin: 20px 10px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  display: inline-flex;
}
.news_list_item img {
  width: 150px;
  height: 100px;
  display: block;
}
.news_list_item .info {
  padding-left: 20px;
  overflow: hidden;
  flex: auto;
}
.news_list_item .title {
  text-align: left;
  padding: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.news_list_item:hover .title a {
  color: #2d6a87;
}

.news_list_item:hover {
  border-color: #2d6a87;
}
.news_list_item .news_class {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.news_list_item .publish_time {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.news-detail-info {
  margin-top: 50px;
}
.news-detail-title {
  width: 100%;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 12px;
}
.news-detail-other {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  color: #999;
}
.news-detail-other > div {
  margin-right: 20px;
}
.detail {
  margin-top: 30px;
}
.detail-title {
  display: block;
  border-bottom: 1px solid #eee;
}
.detail-title h2 {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  background: #2d6a87;
  color: #fff;
  line-height: 30px;
  height: 30px;
}
.detail-content {
  margin: 24px 0;
  line-height: 2em;
  font-size: 16px;
}
