﻿* {
	margin: 0;
	padding: 0;
}

/* IOS禁止微信调整字体大小 */
body {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

/* flex布局 */
.flex_x {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}

.flex_y {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.flex_sa {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.flex_sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex_cen {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
}

.go-back {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url("../../common/goback.png") no-repeat;
	background-size: 100% 100%;
	color: #999;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.8rem;
	position: fixed;
	right: 0.3rem;
	bottom: 174px;
	opacity: 1;
	display: block;
	z-index: 99;
}

/* 顶图片 */
.img {
	width: 100%;
	height: auto;
}

/* 底图 */
.bottom_img {
	width: 100%;
	margin-top: 20px;
	display: block;
}

.slh {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 专题列表数据 */
[v-cloak] {
	display: none;
}

.content_type {
	max-width: 30%;
	position: absolute;
	left: 3px;
	bottom: -12px;
	overflow: hidden;
	text-align: start;
	font-size: 10px;
	padding: 1px;
	color: #F5DA81;
	border-radius: 4px;
	border: 1px solid #F5DA81;
}

.title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 15px;
	text-align: justify;
}

.publishdate2 {
	position: absolute;
	right: 3px;
	bottom: -12px;
	font-size: 12px;
	color: #6e6e6e;
}

.publishdate {
	width: 100%;
	font-size: 12px;
	color: #6e6e6e;
	text-align: end;
	margin-top: 10px;
}

.dantu {
	width: 100%;
	height: 80px;
	object-fit: cover;
}

.dantuDiv {
	width: 30%;
	height: 80px;
	margin-right: 8px;
}

.santu {
	width: 110px;
	height: 80px;
	object-fit: cover;
}

/* 返回顶部 */
.top {
	position: fixed;
	bottom: 64px;
	right: 5px;
	z-index: 99;
}

.topicon {
	font-weight: bold;
	font-size: 45px !important;
	color: #999;
}

.list {
	padding: 20px 0px;
	margin: 0px 10px;
	border-bottom: solid 1px #eaeaee;
}

.Bigimg {
	width: 100%;
	height: 25vh;
	object-fit: cover;
	display: block;

}

/* 专题列表数据 */
/* *** */
@media screen and (min-width: 960px) {
	body {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	::-webkit-scrollbar {
		display: none;
		/*隐藏滚动条 Chrome Safari */
	}

	#app {
		width: 35%;
	}

	.Bigimg {
		height: auto;
	}

	.title {
		font-size: 22px;
	}

	.publishdate {
		width: 100%;
		font-size: 15px;
		color: #6e6e6e;
		text-align: end;
		margin-top: 10px;
	}

	.publishdate2 {
		position: absolute;
		right: 3px;
		bottom: -7px;
		font-size: 15px;
		color: #6e6e6e;
	}

	.dantu {
		width: 100%;
		height: 120px !important;
		object-fit: cover;
	}

	.dantuDiv {
		width: 160px;
		height: 120px;
		margin-right: 8px;
	}

	.santu {
		width: 200px;
		height: 150px;
		object-fit: cover;
	}

	.submit {
		width: 60%;
	}

	.submit2 {
		width: 60%;
	}
}