.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: #0E48EA;
	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: #0E48EA !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;
}