.new-card-main[data-v-39b7a80f] {
  padding-top: 20px;
}
.new-card-main .news-card-panel[data-v-39b7a80f] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.new-card-main .news-card-panel[data-v-39b7a80f]:hover {
  background: #f8f8f8;
}
.new-card-main .news-card-panel .news-card-left[data-v-39b7a80f] {
  height: 120px;
  width: 180px;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 5px;
}
.new-card-main .news-card-panel .news-card-right[data-v-39b7a80f] {
  display: flex;
  flex: 1;
  height: 110px;
  flex-direction: column;
  justify-content: space-between;
}
.new-card-main .news-card-panel .news-card-right .news-card-right-content[data-v-39b7a80f] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 85px;
  overflow: hidden;
}
.new-card-main .news-card-panel .news-card-right .news-card-right-content .news-card-title[data-v-39b7a80f] {
  font-size: 15px;
  color: #333;
  line-height: 20px;
  margin-bottom: 5px;
}
.new-card-main .news-card-panel .news-card-right .news-card-right-content .news-card-subtitle[data-v-39b7a80f] {
  font-size: 14px;
  color: #606266;
  line-height: 20px;
}
.new-card-main .news-card-panel .news-card-right .news-card-time[data-v-39b7a80f] {
  font-size: 14px;
  color: #909399;
  text-align: right;
  height: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
}
.new-img-main[data-v-39b7a80f] {
  padding-top: 20px;
}
.new-img-main .news-img-title[data-v-39b7a80f] {
  padding: 10px;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #555;
}
.new-item[data-v-39b7a80f] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #e4e7ed;
  cursor: pointer;
}
.new-item[data-v-39b7a80f]:hover {
  background: #f8f8f8;
}
.new-item .new-item-title[data-v-39b7a80f] {
  font-size: 15px;
  color: #555;
  flex: 1;
}
.new-item .new-item-time[data-v-39b7a80f] {
  font-size: 14px;
  color: #909399;
  width: 120px;
  text-align: right;
  flex-shrink: 0;
}
.news-detail-content {
  padding-top: 20px;
}
.news-detail-content img {
  width: 100%;
}
.ts-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.ts-nav .ts-nav-header {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.ts-nav .ts-nav-item {
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  border-bottom: 1px solid #ebeef5;
  color: #606266;
  position: relative;
  cursor: pointer;
}
.ts-nav .ts-nav-item .ts-nav-item-title {
  position: relative;
  z-index: 20;
  cursor: pointer;
  left: 0;
  flex: 1;
  display: flex;
  margin-left: 1px;
  align-items: center;
  justify-content: center;
  height: 60%;
}
.ts-nav .ts-nav-item .ts-nav-item-title-line {
  height: 30px;
  position: absolute;
  z-index: 20;
  width: 3px;
  border-radius: 4px;
  margin-left: 2px;
}
.ts-nav .ts-nav-item .ts-nav-item-bg {
  position: absolute;
  z-index: 1;
  background: #f2f6fc;
  height: 48px;
  cursor: pointer;
  width: 0;
  left: 0;
  top: 0;
  transition: width 0.3s linear;
}
.ts-nav .ts-nav-item:hover .ts-nav-item-bg {
  width: 100%;
}
.ts-content {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ts-content-header {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333;
}
.ts-content-header i {
  margin: 0 5px;
}
.ts-content-pager {
  margin-top: 10px;
}
.ts-content-list {
  display: block;
}
