.wzxqbody {
	display: block;
	width: auto;
	height: auto;
}

.wzxq-lujing {
	font-size: 14px;
	color: #B5B5B5;
	font-weight: 400;
}

.wzxq-lujing>a {
	margin: 4px;
}

.wzxq-lujing>a:last-child {
	color: var(--theme-hover)
}

.wzxq-lujing-fanhui {
	background: #EAEAEA;
	color: #646464;
}

.wzxq-header-xian {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 40px;
	background: #E5E5E5;
}

/* 通用文章详情-左边主体-右边推荐 */
.wzxq-body {
	display: flex;
	justify-content: space-between;
}

.wzxq-body-left {
	/* width: 70%; */
	width: 100%;
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
}

.wzxq-body-left-article {
	width: 70%;
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
}

.wzxq-body-right {
	width: 30%;
	display: block;
	margin-left: 30px;
}

.wzxq-body-left-title {
	font-size: 22px;
	font-weight: bold;
	color: #263455;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

.wzxq-body-left-time {
	font-size: 14px;
	font-weight: 400;
	color: #979797;
	line-height: 29px;
	margin: 24px 0 40px 0;
}

.wzxq-body-left-font {
	font-size: 16px;
	font-weight: 400;
	color: #646464;
	line-height: 29px;
}

.wzxq-body-left-font p {
	margin-top: 30px;
}

.wzxq-body-left-font p>span {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 2px 14px;
	color: #777777;
	background: #EEEEEE;
}

.wzxq-body-left-font img {
	width: 800px !important;
	object-fit: contain;
	/* object-fit: cover !important; */
}

/* 右边 */
.wzxq-right-tuijian {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wzxq-right-tuijian-card {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}

.wzxq-right-tuijian-card .zhanshang-card-title{
	padding: 20px 0 !important;
}

.wzxq-right-tuijian-card .zhanshang-card-title>a {
	font-size: 16px;
	font-weight: bold;
	color: #474747;
	line-height: 23px;
	height: 23px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
	overflow: hidden;
}

.wzxq-right-tuijian-card .zhanshang-card-title .wzxq-text {
	font-size: small;
	color: #656565;
	line-height: 20px;
	height: 38px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
	overflow: hidden;
}

.wzxq-right-tuijian-card .zhanshang-card-title .wzxq-link>a {
	color: #FF4525 !important;
}

.wzxq-right-tuijian-card>img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.wzxq-fanye {
	margin: 10px auto;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

/* 翻页器 */
@media all and (max-width:867px) {
	.wzxq-body-right {
		display: none;
	}

	.wzxq-body-left {
		width: 100%;
		margin: 0 10px;
	}

}

.meeting-top{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	height: 300px;
	margin-bottom: 50px;
}

.meeting-top .img-box{
	width: 50%;
	height: 300px;
}

.meeting-top .img-box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meeting-top .text-box{
	width: 50%;
	height: 300px;
	padding: 15px;
	box-sizing: border-box;
}

.meeting-top .text-box .meeting-title{
	font-size: larger;
	font-weight: 600;
	margin-bottom: 30px;
}

.meeting-top .text-box .meeting-content{
	display: flex;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.meeting-top .text-box .meeting-content .left-text>p{
	color: #979797;
	font-size: small;
	line-height: 22px;
	margin-bottom: 15px;
}

.meeting-top .text-box .meeting-content .right-QR>img{
	width: 160px;
	height: 160px;
	object-fit: cover;
}

.meeting-top .text-box .meeting-content .right-QR>p{
	color: #979797;
	font-size: small;
	line-height: 22px;
	margin-bottom: 15px;
}