.jctj_list {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-bottom: 0.1rem !important;
	column-gap: 0.3rem;
	padding-bottom: 0.9rem;
}
.jctj_list li {
	width: calc(100% / 3 - 0.2rem);
	margin-bottom: 0.5rem;
}
@media (max-width: 1280px) {
	.jctj_list li {
		width: calc((100% - 0.3rem) / 2);
	}
}
@media (max-width: 920px) {
	.jctj_list li {
		width: 100%;
	}
}
.jctj_list li a {
	transition: all 0.3s;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.jctj_list li a:hover p {
	color: #0091d2;
}
.jctj_list li .img {
	width: 100%;
	height: 265px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.jctj_list li .img img {
	border: 8px solid #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 119, 191, 0.3);
	width: 100%;
}
.jctj_list li p {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	color: #333333;
}
.jctj_list .media .img {
	position: relative;
}
.jctj_list .media .img::after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 50;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: url(../images/icon_media.png) no-repeat center;
	background-size: cover;
}
.jctj_list.ryzs_list p {
	display: flex;
	text-align: left;
}
.jctj_list.ryzs_list p span {
	min-width: 100px;
}
.sidebar .sidebar_menu {
	height: calc(100% - 56px);
}
