body{
	background: #fff;
}
.pCover{
	width: 100%;
	padding-bottom: 62%;
	background-size: cover;
}
.pInfo{
	padding: 20px;
	padding-top: 40px;
}
.pInfo h5{
	color: #555;
	margin-top: 30px;
	margin-bottom: 10px;
}

.pInfo h5:first-child{
	margin-top: 0;
}
.pInfo h5:before{
	width: 4px;
	height: 20px;
	background: var(--primary);
	display: inline-block;
	content: '';
	margin-right: 14px;
	position: relative;
	top: 3px;
	border-radius: 2px;
}
.pInfo p{
	font-size: 15px;
	line-height: 2.2em;
	color: #555;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.pContainer{
	position: relative;
}
.contentPic{
	width: 100%;
	padding-bottom: 62%;
	background-size: cover;
	border-radius: 2px;
}
.picContainer{
	padding: 0 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.picContainer .row{
	margin-left: -8px;
	margin-right: -8px;
}
.picContainer .row .col-lg-4{
	padding: 8px;
}
.leftArea{
	position: sticky;
	top: 80px;
}
.contentNav{
	font-size: 15px;
	margin-bottom: 0;
	position: sticky;
	top: 60px;
	border-bottom: 10px solid #EFF3F5;
	z-index: 99;
	padding: 0 10px;
}
.contentNav>li{
	position: relative;
	padding: 15px 10px	;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
}
.contentNav>li.active{
	color: var(--primary);
	font-weight: bold;
}
.pCate{
	background: var(--primary);
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 5px;
	position: relative;
	font-size: 12px;
}
.pCate i{
	margin-right: 15px;
	position: relative;
	top: -1px;
}
.pCate:after{
	content: '';
	background: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 0;
}
.pCate>span{
	position: relative;
	top: -2px;
}
.video-js{
	width: 100%;
}
.vjs-big-play-button{
	left: 50% !important;
	top: 50% !important;
	margin-left: -45px;
	margin-top: -22px;
}
.videoContainer{
	padding-left: 20px;
}
#videoTitle,#videoNav{
	display: none;
}
.singlePic{
	width: 100%;
}
.singlePic img{
	width: 100%;
}
.pCover{
	width: 100%;
	padding-bottom: 62%;
}

.pCategory{
	position: absolute;
	top: 0;
	right: 15px;
	background: var(--primary);
	color: var(--white);
	padding: 6px 12px;
}
.pCategory>i{
	position: relative;
	top: 1px;
}
.pTitleMin>.before {
	position: relative;
	top: -5px;
	margin-right: 10px;
	color: #aaa;
}
.pTitleMin>.after {
	transform: rotate(180deg);
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 5px;
	color: #aaa;
}
.pTitleMin {
	color: #777;
	padding-top: 5px;
}
.pSummary {
	line-height: 2.2em;
	font-size: 15px;
	border-top: 1px solid #f1f1f1;
	margin-top: 20px;
	padding-top: 20px;
	-webkit-line-clamp: 6 !important;
}
.contentArea{
	background: #EFF3F5;
	padding-top: 20px;
}
.hotItem{
	position: relative;
}
.hotItem>.pic{
	width: 100%;
	padding-bottom: 62%;
	background-size: cover;
}
.hotItem:hover h6{
	color: var(--primary);
}
.contentNav>li:empty{
	display: none;
}
.hotTitle{
	position: sticky;
	top: 60px;
	z-index: 99;
}
.hotContent{
	position: sticky;
	top: calc(100vh - 1516px);
}
.rebox{
	z-index: 99999 !important;
}
.rebox a{
	text-decoration: none !important;
}
.previewItem{
	cursor: zoom-in;
}