:root {
    --article-title-color: #050505;     
}

/* 全屏顶部 */
#title {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: none;
}
#title-bottom {
	height: 44px;
	line-height: 44px;
	position: relative;
	text-align: center;
	display: flex;
	padding: 0 .24rem;
	justify-content: space-between;
	align-items: center;
}

#title-top {
	height: 38px;
}

.btn-back {
	width: 0.48rem;
	height: .5rem;
}

.btn-back img {
	width: .48rem;
	height: .5rem;
	display: block;
}

.open-share {
	width: .6rem;
	height: .6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.open-share img {
	width: 0.5rem;
	height: auto;
	display: block;
}

.top_banner {
	width: 100%;
	height: 7.5rem;
}

.red {
	background-color: rgba(43, 154, 225, .9);
}

.topic_name {
	width: 5.2rem;
	font-size: .36rem;
	font-weight: 400;
	color: #fff;
	display: none;
	text-align: center;
}

.top {
	width: 100%;
	min-height: 2.98rem;
}
.top-img {
	width: 100%;
	min-height: 2.98rem;
	height: auto;
	display: none;
}

.top img {
	width: 100%;
	height: 100%;
}

.titles-text {
	position: absolute;
	top: 1.12rem;
	left: 1.05rem;
	right: 1.05rem;
	color: #fff;
	font-size: .44rem;
	line-height: .6rem;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center!important;
}
.kualan-desc {
	width: 100%;
	padding: .32rem .32rem 0;
	box-sizing: border-box;
	border-radius: .16rem .16rem 0 0;
	margin-top: -.16rem;
	background-color: #fff;
	display: none;
	position: relative;
	z-index: 10;
}
.kualan-desc div {
	width: 100%;
	padding: .16rem .24rem;
	box-sizing: border-box;
	font-size: .28rem;
	font-weight: 400;
	color: #6B727A;
	line-height: .44rem;
	background: #F8F8F8;
	word-break: break-all;
}
.article_list {
	background-color: #fff;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.grid-item {
	position: absolute;
	width: 3.42rem;
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	padding-bottom: .32rem;
}
.grid-cover {
	width: 100%;
	position: relative;
}
.grid-image {
	width: 100%;
	display: block;
	margin-bottom: 4px;
}
.hor-image {
	height: 1.92rem;
}
.ver-image {
	height: 5.14rem;
}
.grid-item .live-mark-zb .live-mark-img {
	display: none;
}
.grid-item img.bn-video,.grid-item img.bn-audio {
	width: .4rem;
	height: .4rem;
	position: absolute;
	top: .24rem;
	right: .24rem;
	left: unset;
	bottom: unset;
}
.grid-title {
	width: 100%;
	font-size: .28rem;
	color: var(--article-title-color);
	line-height: .36rem;
}
.article-info-detail {
	width: 100%;
	font-size: .22rem;
	color: #999999;
	line-height: .32rem;
	margin-top: 4px;
}
.no-desc {
	border-radius: .16rem .16rem 0 0;
	margin-top: -.16rem;
	overflow: hidden;
}
.ztdom-icon{
	width: .64rem;
	height: .36rem;
	border-radius: 3px;
	font-size: .22rem;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	line-height: .36rem;
	margin-right: 3px;
  }