﻿@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.topic_index .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.topic_index .fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.topic_index .item_topic {
	box-sizing: border-box;
	background: #fff;
	margin: 10px 0px;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
	transition: box-shadow 0.5s linear;
}

.topic_index .item_topic:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.topic_index .item_topic:active {
	background: #fafafa;
}

.topic_index .item_topic .item-head {
	display: flex;
	justify-content: space-between;
	line-height: 25px;
	padding: 10px;
}

.topic_index .item_topic .item-head .user-box {
	display: flex;
}

.topic_index .item_topic .item-head .user-box img {
	display: inline-block;
	margin-right: 5px;
	border-radius: 3px;
	width: 25px;
	height: 25px;
}

.topic_index .item_topic .item-head .time {
	font-size: 12px;
	color: #999999;
}

.topic_index .item_topic .item-body {
	padding: 10px;
}

.topic_index .item_topic .item-body .brief {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0px 0 5px;
	word-break: break-word;
	text-align: justify;
}

.topic_index .item_topic .item-body .picture-box {
	width: 342px;
	padding-top: 5px;
}

.topic_index .item_topic .item-body .picture-box .item-pic {
	float: left;
	margin: 0px 4px 4px 0px;
	width: 110px;
	min-height: 110px;
	overflow: hidden;
	text-align: center;
	line-height: 0;
	vertical-align: middle;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.topic_index .item_topic .item-body .picture-box .item-pic.item-pic-one {
	width: 100%;
	max-height: 200px;
	margin: 0px;
}

.topic_index .item_topic .item-body .picture-box .item-pic.item-pic-four {
	width: 167px;
	min-height: 167px;
}

.topic_index .item_topic .item-body .picture-box img {
	width: 100%;
	height: 100%;
}

.topic_index .item_topic .item-foot {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.topic_index .item_topic .item-foot:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	left: 10px;
	right: 10px;
	z-index: 2;
}

.topic_index .item_topic .item-foot a {
	flex: 1;
	line-height: 45px;
	margin-left: 10px;
	position: relative;
	text-align: center;
	justify-content: center;
	display: flex;
}

.topic_index .item_topic .item-foot a:active {
	background: #f5f5f5;
}

.topic_index .item_topic .item-foot a .icon {
	font-size: 22px;
}

.topic_index .item_topic .item-foot a .do-up {
	position: absolute;
	line-height: 20px;
	width: 100%;
	top: -5px;
	font-size: 18px;
	color: #ff6700;
	text-align: center;
	opacity: 0;
}

.topic_index .see-box {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 30;
}

.topic_index .see-box .swiper-slide {
	text-align: center;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.topic_index .see-box .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.topic_index .see-box .swiper-button-prev,
.topic_index .see-box .swiper-button-next {
	z-index: 31;
}

.topic_index .see-box .swiper-pagination {
	color: #fff;
}

.topic-content .zxgl-list {
	background: #fff;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 0px 20px 20px;
	font-size: 0;
}

.topic-content .zxgl-list:last-child {
	border: none;
}

.topic-content .zxgl-list .l-title {
	font-size: 22px;
	color: #333;
	height: 72px;
	line-height: 72px;
}

.topic-content .zxgl-list .tx-other .icon {
	font-size: 22px;
}

.topic-content .zxgl-list .tx-other {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	position: relative;
	padding-left: 8px;
	display: flex;
}

.topic-content .zxgl-list .tx-other .tx-img {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	vertical-align: middle;
	line-height: 0;
	border-radius: 50%;
}

.topic-content .zxgl-list .tx-other .name-gl {
	margin-left: 9px;
	color: #666;
	position: relative;
	margin-right: 38px;
}

.topic-content .zxgl-list .tx-other .lll {
	color: #999;
	position: relative;
	margin-right: 22px;
	display: flex;
}

.topic-content .zxgl-list .tx-other .dz {
	color: #999;
	position: relative;
	margin-right: 22px;
	display: flex;
}

.topic-content .zxgl-list .tx-other .dz .do-up {
	position: absolute;
	line-height: 20px;
	width: 100%;
	top: -5px;
	font-size: 18px;
	color: #ff6700;
	text-align: center;
	opacity: 0;
}

.topic-content .zxgl-list .tx-other .pl {
	color: #999;
	position: relative;
	margin-right: 22px;
	display: flex;
}

.topic-content .zxgl-list .tx-other .tx-img>img {
	width: 100%;
	height: 100%;
}

.topic-content .zxgl-list .gl-content {
	/* height: 86px; */
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	padding-top: 15px;
	color: #666;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.topic-content .zxgl-list ul {
	width: 100%;
	/* height: 150px; */
	overflow: hidden;
	margin: 10px 0px 0px;
}

.topic-content .zxgl-list ul li {
	width: 24%;
	float: left;
	margin: 0px 1.3333% 10px 0px;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.topic-content .zxgl-list ul li:nth-child(4) {
	margin: 0px 0px 10px 0px;
}


.imgWrap {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.imgWrap__bg {
	position: absolute;
	left: -7%;
	top: -7%;
	width: 114%;
	height: 114%;
	object-fit: cover;
	-webkit-filter: blur(13px);
	filter: blur(13px);
}

.imgWrap_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

.topic-content .zxgl-list ul>li>a {
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.topic-content .zxgl-list ul>li>a>img {}