/* from src/views/news/NewsDetailView.vue */
.news-detail{
  background: #fff;
  padding-top: var(--header-h, 90px);
}

.news-detail .tabnav{
  background: #f8f9fa;
  border-bottom: 1px solid #f6f8fc;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}

.news-detail .tabox{
  width: min(1280px, 100%);
  margin: 0 auto;
  height: 60px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.news-detail .classname{
  display: flex;
  align-items: center;
  gap: 30px;
}

.news-detail .classname .cat{
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

.news-detail .classname .cat.active{
  font-weight: 700;
  color: #d93751;
}

.news-detail .loction{
  font-size: 14px;
  color: #666;
}

.news-detail .loction a{
  color: #666;
}

.news-detail .loction span{
  font-weight: 700;
  color: #d93751;
}

.news-detail .loction.wap{
  display: none;
}

.news-detail .view-wrap{
  width: min(1280px, 100%);
  margin: 0 auto;
}

.news-detail .fainro-view{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5%;
  background: #fff;
}

.news-detail .viewleft{
  width: 170px;
  flex: 0 0 170px;
}

.news-detail .date{
  padding: 20px;
  background: #d93751;
  color: #fff;
}

.news-detail .date b{
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 60px;
  font-weight: 700;
  padding: 0 0 20px;
  text-align: center;
  line-height: 1;
  font-family: var(--font-display, inherit);
}

.news-detail .date b .date-unit{
  font-size: 30px;
}

.news-detail .date em{
  display: block;
  padding: 20px 0 0;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.news-detail .viewedit{
  padding: 20px 0 0;
  text-align: left;
}

.news-detail .viewedit a, .news-detail .viewedit .disabled{
  display: block;
  padding: 10px 0 0;
  font-size: 15px;
  color: #333;
}

.news-detail .viewedit a:hover{
  color: #d93751;
}

.news-detail .viewedit .disabled{
  color: #bbb;
  cursor: default;
}

.news-detail .viewcontent{
  width: 100%;
  padding-left: 5%;
  min-width: 0;
}

.news-detail .title{
  margin: 0;
  font-size: 36px;
  color: #d93751;
  line-height: 1.35;
  font-weight: 700;
}

.news-detail .source{
  font-size: 14px;
  color: #000;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding: 30px 0 20px;
}

.news-detail .source span{
  padding-right: 20px;
}

.news-detail .viewinfo{
  font-size: 16px;
  color: #3f3f3f;
  line-height: 35px;
  padding: 30px 0;
  font-weight: 300;
}
.news-detail .viewinfo p{
  margin: 0 0 16px;
}
.news-detail .viewinfo strong, .news-detail .viewinfo b{
  font-weight: 700;
  color: #222;
}
.news-detail .viewinfo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.news-detail .viewinfo blockquote{
  margin: 1em 0;
  padding: 4px 0 0 12px;
  border-left: 3px solid #dbdbdb;
  color: rgba(0, 0, 0, 0.55);
}

.news-detail .mobile-nav{
  display: none;
  gap: 12px;
  padding: 16px 0 8px;
  border-top: 1px solid #eee;
}

.news-detail .mobile-nav a{
  flex: 1;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #0f345b;
  border: 1px solid #e0e7ef;
  border-radius: 4px;
}

.news-detail .mobile-nav a:hover{
  color: #d93751;
  border-color: #d93751;
}

.news-detail .empty{
  padding: 140px 24px;
  text-align: center;
}

@media (max-width: 960px) {
  .news-detail .tabox{
    height: auto;
    padding: 10px 20px;
    display: block;
  }
  .news-detail .loction.pc{
    display: none;
  }
  .news-detail .loction.wap{
    display: block;
    border-bottom: 1px solid #f6f8fc;
    padding: 0 0 10px;
    color: #999;
  }
  .news-detail .loction.wap span{
    font-weight: normal;
    color: #999;
  }
  .news-detail .classname{
    padding: 16px 0 8px;
    gap: 0;
  }
  .news-detail .classname .cat{
    width: 50%;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    background: #f1f1f1;
    border: 1px solid #fff;
  }
  .news-detail .classname .cat.active{
    background: #fff;
  }
  .news-detail .fainro-view{
    background: none;
    padding: 5% 20px;
  }
  .news-detail .viewleft{
    display: none;
  }
  .news-detail .viewcontent{
    padding: 0;
  }
  .news-detail .title{
    font-size: 26px;
    line-height: 1.35;
  }
  .news-detail .source span{
    display: block;
    padding: 0;
    line-height: 1.6;
    color: #999;
  }
  .news-detail .mobile-nav{
    display: flex;
  }
}
