.pj_case {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.pj_case div {
	width: 49%;
	transition: all 0.3s;
}

.pj_case a {
	color: #000;
}

.pj_case a:hover {
	color: #102243;
}

.pj_case img {
	/* border: 2px solid #102243; */
	transition: all 0.3s;
	width: 100%;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.pj_case img:hover {
	opacity: 0.8;
}

.pj_case p {
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	font-family: cursive;
}

/* @media (max-width: 600px) {
  .pj_case{
	  flex-direction: column;
	  margin: 0 auto;
  }
  .pj_case div {
	  width: 100%;
  }
} */

/* 二级页面 案例详情页 */
.pjcase img {
	width: 100%;
	margin: 10px auto;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.pjcase img:first-child {
	margin-top: 36px;
}