@import url('head_foot.css?v=1');
#content .cont_top ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 184px);
  grid-template-rows: repeat(auto-fill, 160px);
  grid-gap: 19px;
}
#content .cont_top ul li {
  border-radius: 40px;
  overflow: hidden;
}
#content .cont_top ul li a {
  display: block;
  position: relative;
}
#content .cont_top ul li a img {
  width: 187px;
  height: 160px;
  object-fit: cover;
}
#content .cont_top ul li a .mengceng {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px 40px 40px 40px;
  opacity: 1;
  position: absolute;
  top: 100%;
}
#content .cont_top ul li a .mengceng span {
  display: block;
  width: 118px;
  height: 36px;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  margin: 100px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_top ul :hover a .mengceng {
  top: 0;
  transition: 0.5s;
}
#content .cont_top .more {
  width: 389px;
  height: 82px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #A58AF1;
  margin: 24px auto 0;
  display: block;
  border: 3px solid #A58AF1;
  text-align: center;
  line-height: 82px;
}
#content .cont_top .more:hover {
  color: #fff;
  background: #A58AF1;
}
#content .gg {
  width: 1200px;

  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 24px auto;
  text-align: center;
}
#content .cont_tags ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 389px);
  grid-template-rows: repeat(auto-fill, 160px);
  grid-gap: 16px;
}
#content .cont_tags ul li {
  border-radius: 40px;
  overflow: hidden;
}
#content .cont_tags ul li a {
  display: flex;
}
#content .cont_tags ul li a .left {
  width: 187px;
  height: 160px;
  border-radius: 40px 0 0 40px;
}
#content .cont_tags ul li a .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont_tags ul li a .right {
  width: 202px;
  height: 160px;
  background: #FFFFFF;
  opacity: 1;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #333333;
  line-height: 160px;
  padding-left: 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#content .cont_bottom {
  margin-top: 40px;
}
#content .cont_bottom h3 {
  font-size: 24px;
  font-family: zi;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
#content .cont_bottom ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 184px);
  grid-template-rows: repeat(auto-fill, 160px);
  grid-gap: 16px;
}
#content .cont_bottom ul li {
  border-radius: 40px;
  overflow: hidden;
}
#content .cont_bottom ul li a {
  display: block;
  position: relative;
}
#content .cont_bottom ul li a img {
  width: 187px;
  height: 160px;
  object-fit: cover;
}
#content .cont_bottom ul li a .mengceng {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px 40px 40px 40px;
  opacity: 1;
  position: absolute;
  top: 100%;
}
#content .cont_bottom ul li a .mengceng span {
  display: block;
  width: 118px;
  height: 36px;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  margin: 100px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_bottom ul :hover a .mengceng {
  top: 0;
  transition: 0.5s;
}
#content .cont_bottom .more {
  width: 389px;
  height: 82px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #A58AF1;
  border: none;
  margin: 24px auto 0;
  display: block;
  border: 3px solid #A58AF1;
  text-align: center;
  line-height: 82px;
}
#content .cont_bottom .more:hover {
  color: #fff;
  background: #A58AF1;
}
