.mainBoxBj{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	padding-bottom: 35px;
	z-index: 1;
}
.mainBoxBj .leftBj {
    width: 49px;
    height: 1474px;
    background: url(../img/list_left_bj.png) no-repeat left top;
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -649px;
}

.position{
	overflow: hidden;
	text-align: left;
}
.position p{
	float: right;
}
.zpBox{
	display: flex;
	justify-content: space-between;
}
.zpBox .zpSwiperBox{
	width: 896px;
	height: 596px;
	margin-left: 0px;
}
.zpBox .zpSwiperBox .swiper-slide img{
	display: block;
	height: 100%;
	margin: 0px auto;
}
/* 右侧列表 */
.zpBox .artList{
	width: 292px;
	height: 596px;
	background: #f5f5f5;
}
.zpBox .artList dl{
	width: 100%;
	/* padding-bottom: 10px; */
	margin-bottom: 4px;
	height: 438px;
	overflow: auto;
}
.zpBox .artList dl dt, .zpBox .artList dl dd{
	width: 100%;
	padding: 0px 55px;
}
.zpBox .artList dl dt{
	height: 75px;
	background: #b70404;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.zpBox .artList dl dt div.cn{
	font-size: 18px;
	font-weight: normal;
	font-family: "syhtB";
	line-height: 100%;
	margin-top: 16px;
}
.zpBox .artList dl dt div.en{
	font-size: 20px;
	text-transform: uppercase;
	line-height: 100%;
	font-family: "din";
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 5px;
}
.zpBox .artList dl dt i{
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	line-height: 23px;
	font-weight: normal;
	position: absolute;
	right: 40px;
	top: 21px;
}
.zpBox .artList dl dd{
	display: block;
	height: 54px;
	margin-top: 6px;
	padding-top: 10px;
	border: 1px solid #f5f5f5;
}
.zpBox .artList dl dd a{
	display: block;
}
.zpBox .artList dl dd div.cn{
	color: #333333;
	font-size: 16px;
	line-height: 100%;
}
.zpBox .artList dl dd div.en{
	font-size: 12px;
	font-family: "din";
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 3px;
}
.zpBox .artList dl dd:hover, .zpBox .artList dl dd.hover{
	border: 1px solid #a0a0a0;
}
.zpBox .artList dl.hide{
	display: block !important;
	height: auto;
}
.zpBox .artList dl.hide dd{
	display: none;
}


/* 箭头样式 */
.zpSwiperBox .swiper-button-next{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center center rgba(0,0,0,.6);
	cursor:url(../img/right.ico),auto;
	right: 0px;
}
.zpSwiperBox .swiper-button-prev{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center center rgba(0,0,0,.6);
	cursor:url(../img/left.ico),auto;
	left: 0px;
}
.zpSwiperBox .swiper-button-next,.zpSwiperBox  .swiper-button-prev{
	width: 50%;
	height: 100%;
	top: 22px;
	background:none;
}
.zpSwiperBox .swiper-button-next:after, .zpSwiperBox  .swiper-rtl .swiper-button-prev:after{
	content: "";
}
.zpSwiperBox .swiper-button-prev:after, .zpSwiperBox .swiper-rtl .swiper-button-next:after{
	content: "";
}
.swiper-button-next:focus, .swiper-button-prev:focus{
	outline:none;
}

/* 缩略图 */
.thumbSwiperBox{
	margin-top: 10px;
	padding-bottom: 30px;
}
.thumbSwiperBox .swiper-slide{
	width: 287px;
	height: 190px;
	overflow: hidden;
	opacity: .6;
	cursor: pointer;
}
.thumbSwiperBox .swiper-slide-thumb-active{
	opacity: 1;
}
.thumbSwiperBox .swiper-slide img{
	display: block;
	height: 100%;
	margin: 0px auto;
}

.thumbSwiperBox>.swiper-scrollbar{
	height: 2px;
	bottom: 10px;
	background: #b70404;
	width: 100%;
	left: 0px;
}
.thumbSwiperBox .swiper-scrollbar-drag{
	top: -1px;
	height: 4px;
	background: #b70404;
}


/* 滚动条样式 */
.diyScrollbar::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.diyScrollbar::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #cb7c7d;
}

.diyScrollbar::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	border-radius: 2px;
	background: #cbcbcb;
}

