.content_in {
	width: 100%;
	margin-bottom: 100px;
	margin-top: 54px;
}

.p_banner {
	width: 100%;
	height: 160px;
}

.p_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p_top {
	width: 1452px;
	padding: 0 24px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 30px 0 rgba(232, 232, 237, .5);
	margin-top: -60px;
}

.p_top_lf {
	width: 96%;
	height: 100%;
	margin: 12px 0;
}

.top_row {
	width: 100%;
	margin: 8px 0;
}

.top_row .txt_1 {
	width: 48px;
	height: 28px;
	background-color: rgba(252, 85, 49, 0.1);
	border-radius: 20px 0 20px 20px;
	font-size: 13px;
	line-height: 13px;
	color: var(--main-color);
	margin-right: 16px;
}

.top_row ul {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
}

.lx_ul_out li {
	line-height: 26px;
	height: 26px;
	cursor: pointer;
}

.top_row a {
	font-size: 13px;
	line-height: 13px;
	color: var(--font-2);
	margin-right: 24px;
}

.top_row a:hover {
	color: var(--main-color);
	font-weight: bold;
}

.top_row .ac {
	width: 48px;
	height: 28px;
	background-color: rgba(252, 85, 49, 0.1);
	border-radius: 20px 0 20px 20px;
	font-size: 13px;
	line-height: 13px;
	color: var(--main-color);
	margin-right: 24px;
}

.top_row .tab_ac {
	width: 48px;
	height: 28px;
	background-color: rgba(252, 85, 49, 0.1);
	border-radius: 20px 0 20px 20px;
	font-size: 13px;
	line-height: 13px;
	color: var(--main-color);
	margin-right: 24px;
}

.txt_qc {
	font-size: 13px;
	line-height: 13px;
	color: var(--font-1);
	margin-top: 24px;
	cursor: pointer;
}

.icon-zhongzhi- {
	margin-right: 2px;
}

.p_in {
	width: 1500px;
}

.p_2_cent {
	width: 1516px;
	margin: 0 -8px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

.p_2_cent .row_box {
	width: 363px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 30px 0 rgba(232, 232, 237, .5);
	cursor: pointer;
	margin: 8px;
	transition: transform 0.3s ease-in-out;
}

.p_2_cent .img_pic {
	width: 363px;
	height: 200px;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.p_2_cent .img_pic img {
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.p_2_cent .img_pic .bg_h {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 6px 6px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	opacity: 0;
}

.p_2_cent .img_pic .bf_ico {
	position: absolute;
	top: 80px;
	left: 164px;
	width: 40px;
	height: 40px;
	transform: scale(2);
	transition: all .3s;
	opacity: 0;
}

.p_2_cent .img_pic .sj_txt {
	position: absolute;
	bottom: 8px;
	right: 8px;
	padding: 1px 4px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 4px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	text-align: center;
}

.p_2_cent .img_pic:hover img {
	transform: scale(1.1);
}

.p_2_cent .img_pic:hover .bg_h {
	opacity: 1;
}

.p_2_cent .img_pic:hover .bf_ico {
	transform: scale(1);
	opacity: 1;
}

.p_2_cent .row_box:hover {
	transform: translateY(-10px);
}

.p_2_cent .p_bt {
	width: 94%;
	padding: 0 3%;
	font-size: 15px;
	color: var(--font-2);
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;word-wrap: break-word;word-break: break-all;
	margin-top: 5px;
}

.p_2_cent .p_bt:hover {
	color: var(--main-color);
	font-weight: bold;
}

.p_2_cent .tip_box {
	width: 94%;
	padding: 0 3%;
	margin: 8px 0 16px 0;
}

.p_2_cent .tip_box .tip {
	padding: 4px 8px;
	background-color: var(--line-color);
	border-radius: 4px;
	margin-right: 8px;
	font-size: 11px;
	color: var(--font-3);
	cursor: pointer;
}

.p_2_cent .tip_box .tip:hover {
	color: var(--font-2);
}

.mr_txt {
	font-size: 13px;
	color: var(--font-3);
	margin: 60px 0 120px 0;
}

.hide_ {
	display: none;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}