.head-wrap {
	width: 100%;
}

.head-wrap img {
	width: 100%;
}

.con-wrap {
	position: relative;
	z-index: 1;

}

@media (max-width: 768px) {
	.con-wrap {
		width: 86%;
		margin: -30px 7% 180px 7%;
	}
}

@media (min-width: 768px) {
	.con-wrap {
		width: 86%;
		margin: -30px 7% 180px 7%;
	}
}

@media (min-width: 992px) {
	.con-wrap {
		width: 980px;
		margin: -40px auto 180px auto;
	}
}

@media (min-width: 1200px) {
	.con-wrap {
		width: 1200px;
		margin: -71px auto 180px auto;
	}
}

/* @media (max-width: 768px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
} */

.con1-container {
	border-radius: 8px;
	background: #F6F6F6;
	box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
	margin-bottom: 56px;
}

@media (max-width: 768px) {
	.con1-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 22px 0;
	}
}

@media (max-width: 992px) {
	.con1-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 44px 0;
	}
}

@media (min-width: 992px) {
	.con1-container {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 44px 0;
	}
}



.con1-container span {
	width: 1px;
	height: 30px;
	background-color: #CCCCCC;
	margin: 0 8px;
}

@media (max-width: 768px) {
	.con1-container span {
		display: none;
	}
}

@media (max-width: 992px) {
	.con1-container span {
		display: none;
	}
}

.con1-menu-item {
	
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(114, 124, 141, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 768px) {
	.con1-menu-item {
		width: 80%;
		height: 46px;
		margin: 0 10% 15px 10%;
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.con1-menu-item {
		width: 360px;
		height: 54px;
		font-size: 30px;
	}
}

.con1-container .active {
	color: #fff;
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(24, 95, 217, 1) 0.69%, rgba(0, 89, 179, 1) 100%), linear-gradient(90deg, rgba(1, 76, 206, 1) 0%, rgba(29, 114, 242, 1) 99.31%);
	-webkit-backdrop-filter: blur(4px);
}

.con-content {}

.con-title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(231, 231, 231, 1);
	color: rgba(0, 89, 179, 1);
	display: flex;
	justify-content: space-between;
}

.con-title span {
	font-size: 14px;
	font-weight: 500;
	color: rgba(114, 124, 141, 1);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.con-title span img {
	width: 16px;
	height: 16px;
}

.con-box {
	margin: 25px 0;
}

.con-item {
	padding: 25px 0;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.con-item-l {
	width: 22.75%;
	margin-right: 36px;
}

@media (max-width: 768px) {
	.con-item-l {
		width: 90%;
		margin: 0 5% 15px 5%;
	}
}

@media (min-width: 768px) {
	.con-item-l {
		width: 22.75%;
	}
}


.con-item-l img {
	width: 100%;
}

.con-item-r {

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.con-item-r {
		width: 90%;
		margin: 0 5%;
	}
}

@media (min-width: 768px) {
	.con-item-r {
		width: calc(100% - 22.75% - 36px);
	}
}

.con-item-r .title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	color: rgba(0, 89, 179, 1);
	margin-bottom: 14px;
	
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; 
	
}

.con-item-r .describe {
	font-size: 16px;
	font-weight: 400;
	color: rgba(114, 124, 141, 1);
	
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 超出几行省略 */
	overflow: hidden;
}

.info-box {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.info-box {
		margin-top: 20px;
	}
}


.info-box .info-l {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	color: rgba(114, 124, 141, 1);
}

.info-box .info-l div:first-child {
	margin-right: 20px;
}

.info-box .info-l div:last-child {
	display: flex;
	align-items: center;
}

.info-box .info-l img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.info-box .info-r {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: rgba(114, 124, 141, 1);
}

.info-box .info-r img {
	position: relative;
	top: 1px;
	width: 16px;
	height: 16px;
	margin-left: 2px;
}

.pagination-wrap{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	overflow-x: hidden;
}

.pagination {
	display: flex;
	justify-content: center;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	background: rgba(255, 255, 255, 0.9);
}

.pagination .active {
	background: rgba(0, 89, 179, 1);
	border: 1px solid rgba(0, 89, 179, 1);
	color: #fff;
}

.prebtn {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(243, 243, 243, 1);
	border: 1px solid rgba(243, 243, 243, 1);
	border-radius: 3px;
	margin-right: 8px;
	cursor: pointer;
}

.prebtn img {
	width: 16px;
	height: 16px;
	transform: rotate(180deg)
}

.nextbtn {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(243, 243, 243, 1);
	border: 1px solid rgba(243, 243, 243, 1);
	border-radius: 3px;
	cursor: pointer;
}

.nextbtn img {
	width: 16px;
	height: 16px;
}

.pagebtn {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(220, 220, 220, 1);
	margin-right: 8px;
	border-radius: 3px;
	cursor: pointer;
}

.hlbtn {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border-radius: 3px;
}


.con-detail-box {
	margin-top: 48px;
}

.video-container{
	width: 100%;
}
.video-container video{
	width: 100%;
}

.con-detail-title-box {
	padding: 25px 0;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #E7E7E7;
}

.con-detail-title {
	color: #0059B3;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 14px;
}

.con-detail-info-box {
	color: #727C8D;
	font-size: 12px;
	font-weight: 400;
	display: flex;
	justify-content: center;
}

.con-detail-info-box div:first-child {
	margin-right: 25px;
}

.con-detail-box .describe {
	color: #727C8D;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 2.2;
}

.con-act-box {
	margin: 48px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.con-act-box {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.con-act-box {
		justify-content: space-between;
	}
}

@media (min-width: 992px) {
	.con-act-box {
		justify-content: flex-start;
	}

	.con-act-box .con-act-item:last-child {
		margin-right: 0;
	}
}

@media (min-width:1200px) {
	.con-act-box {
		justify-content: flex-start;
	}

	.con-act-box .con-act-item:last-child {
		margin-right: 0;
	}
}

.con-act-item {
	position: relative;
	margin-bottom: 36px;
	border-radius: 8px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.con-act-item {
		width: 90%;
	}
}

@media (min-width: 768px) {
	.con-act-item {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.con-act-item {
		width: 31.334%;
		margin-right: 2%;
	}
}

@media (min-width: 1200px) {
	.con-act-item {
		width: 31.334%;
		margin-right: 2%;
	}
}

.con-act-item img {
	width: 100%;
	border-radius: 8px;
}

.act-item-info {
	position: absolute;
	left: 24px;
	bottom: 24px;
	opacity: 0.8;
	background-color: rgba(0, 89, 179, 1);
	padding: 12px 18px;
	max-width: 75%;
}

.act-item-info .title {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 6px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; 
}

.act-item-info .time-box {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
}

.act-item-info .time-box img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.con-video-box {
	margin: 48px 0 20px 0;
	display: flex;
	flex-wrap: wrap;

}

@media (max-width: 768px) {
	.con-video-box {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.con-video-box {
		justify-content: space-between;
	}
}

@media (min-width: 992px) {
	.con-video-box {
		justify-content: flex-start;
	}

	.con-video-box .con-video-item {
		margin-right: 2%;
	}
}

@media (min-width: 1200px) {
	.con-video-box {
		justify-content: flex-start;
	}

	.con-video-box .con-video-item {
		margin-right: 2%;
	}
}

.con-video-item {
	position: relative;
	margin-bottom: 36px;
	border-radius: 8px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.con-video-item {
		width: 90%;
	}
}

@media (min-width: 768px) {
	.con-video-item {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.con-video-item {
		width: 31.334%;
	}
}

@media (min-width: 1200px) {
	.con-video-item {
		width: 31.334%;
	}
}

.con-video-item img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}

.con-video-info-wrap {
	padding: 18px 18px 0 18px;
	color: #0059B3;
	font-size: 18px;
	font-weight: 400;
	
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; 
}