.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
}
.header .more,
.header .close {
  display: none;
}
.header {
  width: 100%;
  box-sizing: border-box;
  z-index: 1001;
  padding: 10px 20px 0;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 6px 10px #999;
}
.header .nav div {
  margin-right: 40px;
  font-size: 20px;
}
.header .nav div a:hover {
  color: #999;
  border-bottom: 1px solid #ccc;
}
.header .borders {
  padding-bottom: 10px;
}
.header .borders .logo {
  width: 50px;
  margin-right: 20px;
}
.header .borders .title {
  font-size: 24px;
}
.header .borders .close {
  display: none;
}
.header .show {
  display: none;
}
.contentList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contentList .content {
  margin: 10px 10px 0 0;
  width: 32%;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.contentList .content a {
  color: #f95500;
}
.contentList .content a:hover {
  color: #999;
}
.contentList .content .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f95500;
  padding: 4px;
  font-size: 20px;
  color: #fff;
}
.contentList .content img {
  width: 100%;
  margin-bottom: 6px;
}
.onlyPc {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.onlyPc .content {
  width: 95%;
  font-size: 20px;
  margin-right: 20px;
}
.onlyPc .content p {
  line-height: 30px;
}
.onlyPc .content img {
  width: 100%;
}
.onlyPc .maybeLike {
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
}
.onlyPc .maybeLike .like {
  font-size: 24px;
}
.onlyPc .maybeLike .likeList a {
  margin-top: 20px;
  font-size: 20px;
  height: 100%;
}
.onlyPc .maybeLike .likeList a img {
  width: 50px;
  margin-right: 10px;
}
