.banner[data-v-0120d07e] {
	display: block;
	position: relative;
	width: 100%;
	height: 448px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.banner[data-v-0120d07e] {
		height: 140px
	}
}

.banner .bannerimg[data-v-0120d07e] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media screen and (max-width:768px) {
	.banner .bannerimg[data-v-0120d07e] {
		height: 100%;
		width: 100%
	}
}

.banner .bannerText[data-v-0120d07e] {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999
}

@media screen and (max-width:768px) {
	.banner .bannerText[data-v-0120d07e] {
		height: 20px
	}
}

.contentNav[data-v-0120d07e] {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #f0f0f0;
	line-height: 50px
}

@media screen and (max-width:768px) {
	.contentNav[data-v-0120d07e] {
		height: 33px
	}
}

.contentNav .Navcontaniner[data-v-0120d07e] {
	position: relative;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	align-items: center
}

@media screen and (max-width:768px) {
	.contentNav .Navcontaniner[data-v-0120d07e] {
		width: 100%;
		padding: 0 33px;
		font-size: 14px!important
	}
}

.contentNav .Navcontaniner .back[data-v-0120d07e] {
	width: 80px;
	height: 35px;
	background-color: #d0a971;
	text-align: center;
	color: #fff;
	line-height: 35px;
	margin-right: 20px;
	cursor: pointer
}

@media screen and (max-width:768px) {
	.contentNav .Navcontaniner .back[data-v-0120d07e] {
		display: none
	}
}

.content[data-v-4b759306] {
	position: relative;
	width: 1200px;
	display: block;
	margin: 0 auto;
	padding: 40px 0 120px 0
}

@media screen and (max-width:768px) {
	.content[data-v-4b759306] {
		padding: 26px 21px;
		width: 100%
	}
}

.content .select[data-v-4b759306] {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.content .select .TimeOrder[data-v-4b759306] {
	flex: 0 0 150px;
	display: flex;
	color: #202020;
	align-items: center
}

@media screen and (max-width:768px) {
	.content .select .TimeOrder[data-v-4b759306] {
		display: none
	}
}

.content .select .TimeOrder i[data-v-4b759306] {
	flex: 0 0 8px;
	height: 17px;
	margin: 0 10px;
	font-size: 18px;
	cursor: pointer
}

@media screen and (max-width:768px) {
	.content .select .InputBox[data-v-4b759306],
	.content .select .InputBox input[data-v-4b759306] {
		width: 100%
	}
}

.content .itemList[data-v-4b759306] {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px 0 0 0
}

.content .itemList .itemList-box[data-v-4b759306] {
	border-bottom: 1px solid #d8d8d8;
	height: 94px;
	margin: 5px 0
}

@media screen and (max-width:768px) {
	.content .itemList .itemList-box[data-v-4b759306] {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

.content .itemList .itemList-box .title[data-v-4b759306] {
	color: #202020;
	font-weight: 600;
	line-height: 36px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (max-width:768px) {
	.content .itemList .itemList-box .title[data-v-4b759306] {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 13px
	}
}

.content .itemList .itemList-box .text[data-v-4b759306] {
	font-size: 14px;
	color: #908c86;
	line-height: 18px
}

@media screen and (max-width:768px) {
	.content .itemList .itemList-box .text[data-v-4b759306] {
		font-size: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

.content .itemList .itemList-box .box-bottom .articles_content[data-v-4b759306] {
	flex: 0 0 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.content .Pages[data-v-4b759306] {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center
}

.content .case-details[data-v-4b759306] {
	position: relative;
	flex: 0 0 950px
}

.content .case-details .title[data-v-4b759306] {
	font-size: 16px;
	font-weight: 600;
	color: #4b4b4b;
	text-align: center
}

.content .case-details .infor[data-v-4b759306] {
	font-size: 12px;
	color: #787878;
	display: flex;
	justify-content: center
}

@media screen and (max-width:768px) {
	.content .case-details .infor[data-v-4b759306] {
		justify-content: space-around;
		align-items: center
	}
}

.content .case-details .infor>div[data-v-4b759306] {
	margin-right: 66px
}

@media screen and (max-width:768px) {
	.content .case-details .infor>div[data-v-4b759306] {
		margin-right: 0
	}
}

.content .case-details .infor>div i[data-v-4b759306] {
	margin-right: 15px
}

@media screen and (max-width:768px) {
	.content .case-details .infor>div i[data-v-4b759306] {
		margin-right: 5px
	}
}

.content .case-details .text[data-v-4b759306] {
	font-size: 13px;
	color: #787878;
	margin-top: 18px;
	line-height: 20px;
	max-width: 100%
}

.content .case-details .text div[data-v-4b759306] {
	text-align: center
}

.content .case-details .text div img[data-v-4b759306] {
	margin: 20px auto
}

@media screen and (max-width:768px) {
	.content .case-details .text div img[data-v-4b759306] {
		width: 100%
	}
}

.content .case-details .last_next[data-v-4b759306] {
	position: relative;
	display: flex;
	height: 80px;
	margin-top: 15px
}

.content .case-details .last_next .item[data-v-4b759306] {
	flex: 0 0 50%;
	background-color: hsla(0, 0%, 94.1%, .44);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #797979;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: .2s
}

.content .case-details .last_next .item i[data-v-4b759306] {
	font-size: 20px;
	margin: 0 15px
}

.content .case-details .last_next .item[data-v-4b759306]:first-of-type {
	border-right: 1px solid #f0f0f0
}

.content .case-details .last_next .item[data-v-4b759306]:active {
	background-color: #d0a971;
	color: #fff
}