.pj-ry {
	padding: 40px 0 90px;
	background-color: #F8F8F8;
}

.pj-ry-bigBox {
	margin-top: 50px;
}

.pj-ry-time {
	font-family: MicrosoftYaHei;
	font-size: 28px;
	color: #333333;
	margin-bottom: 38px;
}

.pj-ry-box {
	width: 330px;
	background:#fff;
	/*height: 230px;*/
}
.pj-ry-box2{
	width: 193px;
	margin-bottom: 12px;
}

.pj-ry-box2:nth-child(5n){
	margin-right:0;
}
.pj-ry-box-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	justify-content: space-between;
}

.pj-ry-box-flex.pj-ry-box-flex2{
	justify-content: space-between;
}
.pj-ry-text {
	font-family: 'MicrosoftYaHei';
	font-size: 18px;
    color: #333333b8;
	background-color: #FFFFFF;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.pj-ry-box2 .pj-ry-img{
	height: 250px;
}
/*.pj-ry-box img {
	width: 100%;
	height: 230px;
}*/

.pj-ry-img {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pj-ry-img img{
	display: block;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
	max-width: 100%;
	max-height: 100%;
}
.pj-ry-img:hover img{
	transform: scale(1.2,1.2);
}

.pj-ry-bg2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70% !important;
	height: 70% !important;
}
.pj-img {
	background: rgba(0, 0, 0, 0.9);
	height: 300px;
	line-height: 300px;
	width: 100%;
}

.pj-img-text {
	text-align: center;
	font-family: 'PingFang-SC-Medium';
	font-size: 50px;
	color: #fefeff;
}

