.xgt_taglist_container {
  display: flex;
  justify-content: space-between;
}

.xgt_taglist_container .taglist_left {
  width: 930px;
  display: flex;
  flex-wrap: wrap;
}
.xgt_taglist_container .viewport {
  width: 930px;
}
.xgt_taglist_container .viewport .box {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.xgt_taglist_container .viewport .title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.xgt_taglist_container .viewport .content {
  line-height: 20px;
  font-size: 14px;
  text-indent: 2em;
  color: #666;
}

.xgt_taglist_container .taglist_right {
  width: 270px;
}
.xgt_taglist_container .taglist_left li {
  padding: 5px;
  margin-bottom: 15px;
  width: 300px;
  height: 200px;
  border-radius: 8px;
}
.xgt_taglist_container .taglist_left li.first .tag_title {
  text-align: center;
}

.xgt_taglist_container .taglist_left .tag-item_image {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 8px;
  background-color: lightgray;
}

.xgt_taglist_container .taglist_left li:hover {
  box-shadow: 0 10px 16px 0 rgb(60 67 76 / 20%);
}
.xgt_taglist_container .taglist_left li a {
  display: block;
  position: relative;
}
.taglist_left li .tag_title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.xgt_taglist_container .tag_title .tag_title_text {
  position: absolute;
  padding: 0 18px;
  width: 100%;
  bottom: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
}

.taglist_right .right-card {
  width: 100%;
  padding: 0 15px;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.taglist_right .right-card .title {
  font-size: 18px;
  color: #333333;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.taglist_right .right-card .list {
  font-size: 14px;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.taglist_right .right-card .list li {
  padding: 5px 0;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
