.theme-bg-linear {
  background: linear-gradient(270deg, #66E4B5 0%, #29ACC4 32%, #2976C4 62%, #6630E6 100%);
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.flex-right-middle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-left {
  display: flex;
  justify-content: flex-start;
}
.flex-left-middle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-center-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-other-wrap {
  margin: 0.24rem 0.32rem;
}
.detail-tags-item {
  background: #FFFFFF;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  opacity: 1;
  border-radius: 8px;
  margin-top: 1rem;
}
.detail-tags-item .tags-item {
  padding: 0.2rem;
}
.detail-tags-item .tags-item .subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd5f7;
  position: relative;
}
.detail-tags-item .tags-item .subtitle::after {
  content: ' ';
  width: 141px;
  height: 3px;
  position: absolute;
  background: #201753;
  left: 0px;
  bottom: -2px;
  border-radius: 100px;
}
.detail-tags-item .tags-item .label {
  padding: 0.4rem 0;
}
.detail-tags-item .tags-item .label a {
  color: #c10B33;
  border: 0.01rem solid #c10B33;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 3rem;
  max-width: 3rem;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagination {
	margin: .3rem 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	width: 0.8rem;
	height: .6rem;
	line-height: .6rem;
	font-size: .28rem;
	border: .01rem  solid #E6E6E6;
	color: #4D4D4D;
	/*margin: 0 0.2rem .2rem;*/
}

.pagination .active span {
	background: #e76666;
	color: #fff;
}

.pagination .page-item:hover {
	background: #e76666;
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	/*padding: 0rem .4rem;
	border: .01rem solid transparent*/
}

.pagination li span {}

.pagination li a {
	display: inline-block;
	color: #4D4D4D;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: .01rem solid var(--pm-c) !important
}