@import url('reset.css');
@import url('head.css');
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  min-height: calc(100vh - 180px);
}
#content .topics,
#content .topics1 {
  width: 1248px;
}
#content .topics ul,
#content .topics1 ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 191px);
  grid-gap: 20px;
}
#content .topics ul li,
#content .topics1 ul li {
  width: 191px;
  height: 191px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#content .topics ul li a img,
#content .topics1 ul li a img {
  width: 191px;
  height: 191px;
  object-fit: cover;
}
#content .topics ul li a .mengceng1,
#content .topics1 ul li a .mengceng1 {
  width: 191px;
  height: 191px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  padding: 71px 39px 0;
  box-sizing: border-box;
}
#content .topics ul li a .mengceng1 p,
#content .topics1 ul li a .mengceng1 p {
  width: 112px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-family: Gujarati MT-Bold;
  font-weight: bold;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .topics ul li:hover .mengceng1,
#content .topics1 ul li:hover .mengceng1 {
  top: 0;
  transition: 0.5s;
}
#content .topics1 {
  margin-bottom: 20px;
}
#content .long {
  width: 1212px;
  height: 90px;
  text-align: center;
  margin: 20px auto;
  background-color: #00BCCD;
}
