.LiNian-bg {
	background-image: url(../images/ZhaoPin-bg.jpg);
	min-height: 7rem;
	background-size: 100%;
	background-position: left top;
	display: flow-root;
	background-repeat: no-repeat;
}

.LiNian-box {
	margin: 1rem 0;
	display: flex;
	align-items: center;
	position: relative;
}

.LiNian-box .left {
	border-radius: .18rem;
	overflow: hidden;
	width: 8.54rem;
	height: 6rem;
}

.LiNian-box .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LiNian-box .right {
	position: absolute;
	background-color: #fff;
	border-radius: .15rem;
	padding: 1rem 1.5rem;
	left: 7.8rem;
	z-index: 2;
	flex: 1;
}

.LiNian-box .right .title {
	text-align: center;
	font-size: .3rem;
	font-weight: bold;
	color: #325480;
	margin-bottom: .3rem;
	padding-bottom: .3rem;
	border-bottom: 1px solid transparent;
	border-color: rgba(16, 51, 93, 7%);
}

.LiNian-box .right p {
	font-size: .17rem;
	text-align: center;
	color: #ABB2BB;
	line-height: 2em;
}

.LiNian-box .right::before {
	position: absolute;
	content: '';
	width: 1.9rem;
	height: 1.9rem;
	background-image: url(../images/left-mark.png);
	background-position: top right;
	background-size: 80%;
	background-repeat: no-repeat;
	left: -0.5rem;
	top: .5rem;
	opacity: .08;
}

.LiNian-box .right::after {
	position: absolute;
	content: '';
	width: 1.9rem;
	height: 1.9rem;
	background-image: url(../images/right-mark.png);
	background-position: bottom left;
	background-size: 80%;
	background-repeat: no-repeat;
	right: -.7rem;
	bottom: .85rem;
	opacity: .08;
}

.ZhaoPin-youshi {
	margin-top: 1.05rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid transparent;
	border-color: rgba(16, 51, 93, 7%);
	padding-bottom: .5rem;
	/* padding-top: .3rem; */
}

.ZhaoPin-youshi li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: .18rem;
	line-height: .52rem;
}

.ZhaoPin-youshi li p {
	margin: 0;
	font-size: .18rem;
	color: #000;
}

.ZhaoPin-youshi li .iconfont {
	font-size: 35px;
	background-image: -webkit-linear-gradient(right, #E67817, #FFBC81);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: .5rem;
	margin-bottom: .1rem;
}

.ZhaoPin-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ZhaoPin-list .item {
	width: calc(100%/2 - .3rem);
	margin-right: .6rem;
	padding: .3rem;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: .1rem;
	margin-bottom: .5rem;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	cursor: pointer;
	position: relative;
}

.ZhaoPin-list .item:nth-child(2n) {
	margin-right: 0;
}

.ZhaoPin-list .item .arrow {
	position: absolute;
	display: flex;
	align-items: center;
	right: .2rem;
	top: .27rem;
	font-size: .14rem;
	color: #8496AB;
}

.ZhaoPin-list .item .arrow .iconfont {
	width: .30rem;
	height: .30rem;
	background-color: #10335D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	right: .0rem;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	margin-left: .1rem;
}

.ZhaoPin-list .item .title {
	font-size: .2rem;
	font-weight: bold;
	color: #10335D;
	padding-right: 1.2rem;

}

.ZhaoPin-list .item .summary {
	margin: .2rem 0;
	font-size: .17rem;
	color: #222;
}

.ZhaoPin-list .item .content {
	color: #999;
	font-size: .15rem;
	line-height: 2em;
}

.ZhaoPin-list .item:hover {
	color: #fff;
	background-color: #10335D;
}

.ZhaoPin-list .item:hover .title,
.ZhaoPin-list .item:hover .summary,
.ZhaoPin-list .item:hover .content {
	color: #fff;
}

.ZhaoPin-list .item:hover .arrow {
	color: #fff;
}

.ZhaoPin-list .item:hover .arrow .iconfont {
	background-color: #E67817;
}

.video-pop .video-con {}

.Detail {
	display: flex;
	flex-direction: column;
	height: 7.5rem;
}

.Detail .title {
	color: #10335D;
	font-size: .25rem;
	font-weight: bold;
	justify-content: flex-start;
	padding: 0;
	margin-bottom: .2rem;
	border-bottom: 1px solid transparent;
	border-color: rgba(16, 51, 93, 7%);
	padding: .2rem;
	height: .4rem;
}

.Detail .body {
	color: #222;
	font-size: .18rem;
	/* max-height: 5.7rem; */
	overflow: auto;
	flex: 1;
}

.Detail .summary {
	max-height: 5.8rem;
	overflow-y: auto;
	padding: .2rem;
}

.Detail .content {
	color: #666;
	font-size: .15rem;
	line-height: 1.8em;
	margin-top: .3rem;
	padding: 0 .2rem;
}

.Detail .content h3 {
	color: #222;
	font-size: .17rem;
}

.Detail .foot {
	border-top: 1px solid transparent;
	border-color: rgba(16, 51, 93, 7%);
	padding-top: .1rem;
	margin-top: .1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .14rem;
	padding: .2rem;
	color: #222;
}

.video-pop .video-con.Detail {
	padding: 0;
}

@media screen and (max-width:768px) {
	.LiNian-box {
		margin: .2rem;
	}

	.LiNian-box .left {
		width: 100%;
		height: 5rem;
	}

	.LiNian-box .right {
		left: .35rem;
		padding: .5rem;
		bottom: -3rem;
		box-shadow: 0.1rem 0.1rem 0.1rem rgb(0 0 0 / 6%);
		/* width: 100%; */
		right: .35rem;
	}
	.LiNian-box .right::before,.LiNian-box .right::after {
		content: none;
	}
	.ZhaoPin-youshi {
		margin: .2rem;
	}

	.ZhaoPin-list {
		margin: .2rem;
	}

	.ZhaoPin-list .item {
		width: calc(100%/1 - 0rem);
		margin-right: 0rem;
		padding: .3rem;
	}

	.ZhaoPin-list .item:nth-child(2n) {
		margin-right: 0;
	}

	.Detail .content {
		line-height: 2.5em;
	}

	.footer {
		margin-top: 2rem !important;
	}
	.LiNian-box .right .title {
		font-size: .4rem;
	}
	.LiNian-box .right p {
		font-size: .26rem;
	}
	.ZhaoPin-list .item .title {
		font-size: .3rem;
	}
	.ZhaoPin-list .item .summary {
		font-size: .26rem;
	}
	.ZhaoPin-list .item .content {
		font-size: .25rem;
	}
	.ZhaoPin-list .item .arrow .iconfont {
		width: .40rem;
		height: .40rem;
	}
}