﻿h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0;
  color: #555;
}
h1,
h2,
h3 {
  line-height: 30px;
}
p {
  margin: 0 0 10px !important;
}
h3 {
  font-weight: 400 !important;
  font-size: 14px !important;
}
.infoTime {
  margin-top: 5px;
  font-size: 12px;
  color: #555;
}
.infoTitle {
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.recommendedListItem:hover {
  background-color: #f5f5f5;
}
.infoBox {
  flex: 1;
  margin-left: 10px;
}
.infoImg {
  width: 100px;
  border-radius: 5px;
}
.recommendedListItem {
  cursor: pointer;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
text-decoration: none;
}
/* 大于1200px时显示 */
@media (min-width: 1201px) {
  .articleRecommendedBox {
    margin-bottom: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
    margin-left: 20px;
    align-self: flex-start;
    width: 300px;
  }
  .bottomBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    background-color: #121212;
    color: #fff;
  }
  .contentBox {
    width: 1200px;
  }
  .logoImg {
    cursor: pointer;
    height: 60px;
  }
  .topContentBox {
    width: 1200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detailTitle {
    font-size: 20px;
    color: #222;
    font-weight: 400;
text-align:center;
line-height: 300%;
    border-bottom: 1px solid #555;
  }
  .bottomItemBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottomLogo {
    height: 40px;
  }
}
/* 小于1200px时显示 */
@media (max-width: 1200px) {
  .bottomLogo {
    height: 30px;
  }
  .bottomItemBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .bottomBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    background-color: #121212;
    color: #fff;
  }
  .detailTitle {
    font-size: 16px;
    padding: 10px 20px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #555;

  }
  .contentBox {
    width: 100%;
  }
  .articleRecommendedBox {
    display: none !important;
  }
  .topContentBox {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logoImg {
    height: 40px;
  }
}
.bottomItem {
  margin: 0 5px;
}
.pageContent {
  font-size: 14px;
  padding: 20px;
  color: #555;
  line-height: 200%
}

.articleDetailBox {
  flex: 1;
 background-color: #FFF;
}
.contentBox {
  display: flex;
  margin-top: 10px;
}
.topBox {
  width: 100%;
  background-color: #bd1a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articleDetailPage {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
}
