.see-more {
  width: 155px;
  height: 40px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 60px auto 0 auto;
  background-image: url(../images/index/show-title-bg.png);
  cursor: pointer;
}
.news {
  display: flex;
  justify-content: space-between;
  height: 540px;
  font-family: Microsoft YaHei;
}
.news .hot-news {
  display: flex;
  flex-direction: column;
  width: 600px;
}
.news .hot-news img {
  width: 600px;
  height: 380px;
}
.news .hot-news .content {
  background-color: #fff;
  padding: 20px;
}
.news .hot-news .content p:nth-child(1) {
  font-weight: bold;
  color: #333333;
}
.news .hot-news .content p:nth-child(2) {
  font-size: 14px;
  color: #999;
  margin: 15px 0;
}
.news .hot-news .content p:nth-child(3) {
  font-size: 16px;
}
.news .news-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 600px;
}
.news .news-list li {
  display: flex;
  padding: 20px;
  background-color: #f5f3f0;
  cursor: pointer;
}
.news .news-list li:hover {
  background-color: #fff;
}
.news .news-list li .date {
  text-align: right;
  margin-right: 15px;
}
.news .news-list li .date p:nth-child(1) {
  font-size: 20px;
}
.news .news-list li .date p:nth-child(2) {
  font-size: 14px;
  color: #999;
  margin: 15px 0;
}
.news .news-list li .news-info {
  width: 460px;
  padding-left: 15px;
  border-left: 1px solid #cacaca;
}
.news .news-list li .news-info p:nth-child(1) {
  font-weight: bold;
  color: #333333;
}
.news .news-list li .news-info p:nth-child(2) {
  font-size: 16px;
  margin-top: 10px;
}
.moment-list .moment {
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moment-list .moment img {
  width: 100%;
}
.moment-list .moment .content {
  width: 250px;
  padding: 20px;
  background-color: #f5f3f0;
}
.moment-list .moment .content p:nth-child(1) {
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moment-list .moment .content p:nth-child(2) {
  font-size: 14px;
  color: #999;
  margin: 5px 0 10px 0;
}
.moment-list .moment .content p:nth-child(3) {
  font-size: 16px;
  text-indent: 32px;
}
.cucoloris {
  position: relative;
  cursor: pointer;
}
.cucoloris img {
  width: 290px;
  height: 290px;
  object-fit: cover;
}
.cucoloris .content {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 270px;
  padding: 10px;
  align-items: flex-end;
  display: none;
}
.cucoloris:hover .content {
  display: flex;
}
.meusum-things {
  display: flex;
  justify-content: center;
}
.meusum-things img {
  width: 535px;
  height: 330px;
  z-index: 2;
}
.meusum-things .content {
  width: 600px;
  height: 200px;
  padding: 40px 50px;
  background-color: #fff;
  margin-top: 100px;
  margin-left: -20px;
  line-height: 30px;
  font-size: 16px;
}
.meusum-things .content .bold {
  font-weight: bold;
  font-size: 24px;
}
