.list-allbox{
	width: calc(1226px + 10%);
	margin: 0 auto;
}

.list-allbox .news-wenzhan-title{
	width: 78% !important;
}

.list-allbox2{
	width: 1226px;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.list-allbox2 .ziliao{
	width: 100% !important;
}

.list-allbox2 .news-wenzhan-title{
	width: 72% !important;
}

.hover-class img:hover{background: url(../../../../../website/public/img/fangdajing.png) no-repeat; opacity: 0.4; background-size:20px 60px; background-position: center }

.list-allbox .news-wenzhan-title>:nth-child(1)>:nth-child(1),
.list-allbox2 .news-wenzhan-title>:nth-child(1)>:nth-child(1){
	width: 80% !important;
}

.list-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 70px;
	padding: 0 20px;
	width: 100%;
}

.list-box .item-box {
	width: 180px;
	height: 250px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.list-box .item-box .img-box {
	width: 180px;
	height: 150px;
	background-color: #000000;
}

.list-box .item-box .img-box>img:hover{
	cursor: zoom-in;
	opacity: 0.6;
}

.list-box .item-box .img-box-hover{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 180px;
	height: 150px;
	background: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-box .item-box .img-box-hover>img{
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.list-box .item-box .img-box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.list-box .item-box .text-box>p{
	color: #333333;
	margin-top: 6px;
	line-height: 22px;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.list-box .item-box .text-box>p:hover{
	cursor: pointer;
}

.list-box .item-box .icon-box{
	position: absolute;
	top: calc(50% - 20px - 50px);
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
}

.list-box .item-box .icon-box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.video-title,
.img-detail-title{
	margin-bottom: 20px;
}

.img-detail-box{
	width: 100%;
	min-height: 600px;
}

.img-detail-box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 详情列表 */
.photo-detail-list{
	width: 100%;
	height: 600px !important;
	overflow: hidden;
	background-color: #0070FF;
}

.photo-detail-list #btn-prev-photo,
.photo-detail-list #btn-next-photo{
	color: var(--theme-hover);
	background-color: rgba(255, 255, 255, 0.5);
	padding: 8px 10px;
}

.photo-detail-thum-list{
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #333333;
}

.photo-detail-thum-list .swiper-slide{
	margin: 10px 0;
	opacity: 0.4;
}

.photo-detail-thum-list .swiper-slide:hover{
	cursor: pointer;
}

.photo-detail-thum-list .my-slide-thumb-active{
	opacity: 1 !important;
}

.photo-detail-thum-list .img-detail-thum-box{
	width: 100%;
	height: 180px;
}

.photo-detail-thum-list .img-detail-thum-box>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 自定义内容 */
.custom-list-box{
	width: 100%;
	box-sizing: border-box;
}

.custom-list-box .custom-item{
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
}

.custom-list-box .custom-item:hover{
	cursor: pointer;
	color: #FFFFFF;
	background-color: var(--theme-hover) !important;
}

.custom-list-box .custom-item a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333333;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.custom-list-box .custom-item a:hover{
	color: #FFFFFF;
}

.custom-list-box .custom-item:nth-of-type(odd){
	background-color: #F2F2F2;
}

/* 自定义列表模板 */
.custom-template-box {
	width: 100%;
	margin-bottom: 70px;
}

.custom-template-box .custom-menu .menu-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
	line-height: 40px;
	background-color: #DEDEDE;
}

.custom-template-box .custom-menu .menu-list .menu-item {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.custom-template-box .custom-menu .menu-list .menu-item:hover{
	cursor: pointer;
	color: var(--theme-hover);
}

.custom-template-box .custom-menu .menu-list .menu-item-active {
	font-weight: 600;
	color: var(--theme-hover);
	background-color: #FFFFFF;
}

.custom-template-box .custom-content{
	width: 100%;
}

@media all and (max-width: 980px) {
	.list-allbox,
	.list-allbox2 {
		width: 100%;
		padding: 24px 16px;
		box-sizing: border-box;
	}

	.list-allbox .news-wenzhan-title,
	.list-allbox2 .news-wenzhan-title {
		width: 100% !important;
	}

	.list-allbox .news-wenzhan-title > :nth-child(1) > :nth-child(1),
	.list-allbox2 .news-wenzhan-title > :nth-child(1) > :nth-child(1) {
		width: 100% !important;
	}

	.list-box {
		padding: 0;
		gap: 16px;
		justify-content: space-between;
	}

	.list-box .item-box {
		width: calc(50% - 8px);
		height: auto;
		padding: 0;
	}

	.list-box .item-box .img-box,
	.list-box .item-box .img-box-hover {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		aspect-ratio: 16 / 11;
	}

	.photo-detail-list {
		height: auto !important;
	}

	.photo-detail-thum-list {
		height: auto;
		padding: 10px 0;
	}

	.custom-template-box .custom-menu .menu-list {
		height: auto;
		flex-wrap: wrap;
	}

	.custom-template-box .custom-menu .menu-list .menu-item {
		width: auto;
		min-width: 40%;
		padding: 0 12px;
	}
}

@media all and (max-width: 640px) {
	.list-box .item-box {
		width: 100%;
	}
}

.custom-template-box .custom-content .content-item{
	display: none;
}

.custom-template-box .custom-content .content-item:nth-child(1){
	display: block;
}

.custom-template-box .custom-content .content-item h2{
	padding: 25px 0;
}

.custom-template-box .custom-content .content-item h3{
	padding-bottom: 15px;
}

.custom-template-box .custom-content .content-item .detai-item{
	padding: 30px 0;
	border-bottom: 1px solid #E0E0E2;
}

.custom-template-box .table-box{
	width: 100%;
	border: 1px solid #E0E0E2;
	border-bottom: none;
}

.custom-template-box .table-box .tr-box{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #E0E0E2;
}

.custom-template-box .table-box .tr-box span.td1{
	padding-left: 16px;
	display: inline-block;
	width: 120px;
	background-color: #FBECE5;
	font-size: 600;
}

.custom-template-box .table-box .tr-box span.td2{
	padding-left: 16px;
}

.custom-template-box .custom-list-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.custom-template-box .custom-list-box .list-option{
	width: 49%;
	height: 32px;
	line-height: 32px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
