﻿.main-view {
  padding: 48px 0; }
  .main-view h1 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 12px; }
    @media screen and (max-width: 1023.97px) {
      .main-view h1 {
        font-size: 22px;
        line-height: 1.3; } }
  .main-view h2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1px;
    color: #d6d6d6; }
    @media screen and (max-width: 1023.97px) {
      .main-view h2 {
        font-size: 15px; } }
  .main-view h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff; }
    @media screen and (max-width: 1023.97px) {
      .main-view h4 {
        font-size: 14px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; } }
    .main-view h4 span {
      font-size: 22px;
      color: #ffd2d6; }
  .main-view p {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 24px; }
    @media screen and (max-width: 1023.97px) {
      .main-view p {
        margin: 12px 0; } }
  .main-view .content {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box; }
    @media screen and (max-width: 1023.97px) {
      .main-view .content {
        padding: 0; } }
    .main-view .content::before {
      content: '';
      width: 100%;
      height: 5px;
      background: #aa1e2b;
      display: block; }
  .main-view .detail {
    width: 100%;
    position: relative; }
  .main-view .text-area {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 32px;
    box-sizing: border-box;
    transition: .4s; }
    @media screen and (max-width: 1023.97px) {
      .main-view .text-area {
        position: static;
        padding: 16px; } }
  .main-view .item {
    width: 100%;
    padding: 0 200px 0 0;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 1023.97px) {
      .main-view .item {
        padding: 0; } }
  .main-view .imf {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right; }
    @media screen and (max-width: 1023.97px) {
      .main-view .imf {
        position: relative;
        text-align: left; } }
    .main-view .imf::before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 1023.97px) {
        .main-view .imf::before {
          display: none; } }
    .main-view .imf div {
      display: inline-block;
      vertical-align: middle; }
  .main-view .imgSrcArea {
    margin-top: 10px;
    font-size: 10px;
    padding: 0 12px;
    color: #239cef;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box; }
    .main-view .imgSrcArea .imgSrcArea-rightItem {
      float: right;
      color: #666; }
      .main-view .imgSrcArea .imgSrcArea-rightItem a {
        color: #595959; }

.infinite-scroll-last {
  text-align: center;
  padding: 20px;
  margin-bottom: -87px;
  background-color: #c00000;
  color: white; }
  @media screen and (max-width: 1023.97px) {
    .infinite-scroll-last {
      margin-bottom: -78px; } }

.frame {
  width: 100%;
  font-size: 0;
  margin-top: 10px; }
  .frame img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer; }
  .frame > div {
    display: inline-block;
    vertical-align: middle; }
  .frame .image-area {
    width: 65%;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (max-width: 1023.97px) {
      .frame .image-area {
        width: 100%;
        padding: 0 8px; } }
  .frame .text-area {
    width: 35%;
    font-size: initial;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (max-width: 1023.97px) {
      .frame .text-area {
        width: 100%;
        padding: 0 8px; } }
  .frame .apart3 {
    width: 33.3%;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: top; }
    .frame .apart3 .limitLineNumber {
      overflow: auto;
      display: -webkit-box;
      line-height: 24px;
      /* fallback */
      height: 155px;
      /* fallback */
      -webkit-line-clamp: 6;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      -ms-overflow-style: none; }
      @media screen and (max-width: 1279.97px) and (min-width: 1023.98px) {
        .frame .apart3 .limitLineNumber {
          overflow: auto;
          display: -webkit-box;
          line-height: 24px;
          /* fallback */
          height: 203px;
          /* fallback */
          -webkit-line-clamp: 8;
          /* number of lines to show */
          -webkit-box-orient: vertical; } }
      @media screen and (max-width: 1023.97px) {
        .frame .apart3 .limitLineNumber {
          width: 100%;
          height: auto;
          -webkit-line-clamp: initial;
          -webkit-box-orient: initial; } }
      .frame .apart3 .limitLineNumber::-webkit-scrollbar {
        background: transparent;
        width: 5px; }
      .frame .apart3 .limitLineNumber::-webkit-scrollbar-track {
        background: #fff; }
      .frame .apart3 .limitLineNumber::-webkit-scrollbar-thumb {
        background: #efefef; }
    @media screen and (max-width: 1023.97px) {
      .frame .apart3 {
        width: 100%;
        padding: 0 8px; } }
  .frame .apart2 {
    width: 50%;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: top; }
    .frame .apart2 .limitLineNumber {
      overflow: auto;
      display: -webkit-box;
      line-height: 24px;
      /* fallback */
      height: 107px;
      /* fallback */
      -webkit-line-clamp: 4;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 1279.97px) and (min-width: 1023.98px) {
        .frame .apart2 .limitLineNumber {
          overflow: auto;
          display: -webkit-box;
          line-height: 24px;
          /* fallback */
          height: 155px;
          /* fallback */
          -webkit-line-clamp: 6;
          /* number of lines to show */
          -webkit-box-orient: vertical; } }
      @media screen and (max-width: 1023.97px) {
        .frame .apart2 .limitLineNumber {
          width: 100%;
          height: auto;
          -webkit-line-clamp: initial;
          -webkit-box-orient: initial; } }
      .frame .apart2 .limitLineNumber::-webkit-scrollbar {
        background: transparent;
        width: 5px; }
      .frame .apart2 .limitLineNumber::-webkit-scrollbar-track {
        background: #fff; }
      .frame .apart2 .limitLineNumber::-webkit-scrollbar-thumb {
        background: #efefef; }
    @media screen and (max-width: 1023.97px) {
      .frame .apart2 {
        width: 100%;
        padding: 0 8px; } }
  .frame .apart1 {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: top; }

.article-view p {
  font-size: 15px;
  line-height: 24px; }

.frame > div {
  vertical-align: top; }

.Keywords {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 35px;
  width: 100%;
  min-height: 80px; }
  .Keywords h6 {
    font-size: 18px;
    line-height: 32px;
    min-height: 32px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }
  .Keywords a {
    font-size: 14px;
    color: #c00000;
    padding: 8px;
    border: 1px solid;
    display: inline-block;
    margin: 5px;
    border-radius: 5px; }
    .Keywords a:hover {
      background-color: #c00000;
      color: #fff; }
