.cp_tab{
	padding: 2.33% 0 2%;
	background: #FFFFFF;
	z-index: 997;
	position: sticky;
	top: 80px;
}
.cp_tab .center{
	display: flex;
	justify-content: center;
}
.cp_tab a{
	display: block;
	width: 27.83%;
	height: 56px;
	border: solid 1px var(--primary-color);
	border-left: none;
	line-height: 54px;
	font-size: 14px;
	color: var(--primary-color);
	text-align: center;
	overflow: hidden;
	cursor:pointer;
}
.cp_tab a:first-child{
	border-left: solid 1px var(--primary-color);
}
.cp_tab a.current{
	background-color: var(--primary-color);
	color: #fff;
}
.cp_list li{
	padding: 0 2.5% 5%;
	border-top: dashed 1px #d7d7d7;
	position:relative;
}
.div{
	position:absolute;
	left:0;
	top:0;
}
.cp_list li:first-child{
	border: none;
}
.cp_list_zy{
	text-align: center;
	padding: 3.5% 0 4.2%;
}
.cp_list_zy span{
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.4%;
}
.cp_list_zy em{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #666;
}
.cp_list li .cp_text{
	width: 49.12%;
}
.cp_list li .cp_text div{
	margin-top: 1.6%;
}
.cp_list li .cp_text div:first-child{
	margin-top: 0;
}
.cp_list li .cp_text span{
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 2.14%;
}
.cp_list li .cp_text em{
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	height: 66px;
	overflow: hidden;
}
.cp_list li .cp_img{
	width: 47.37%;
}
.cp_list li .cp_img img{
	width: 100%;
}
.cp_list li:nth-child(2n+1) .cp_text{
	text-align: right;
}
.cp_list li:nth-child(2n+2) .flex{
	flex-direction: row-reverse;
}
.cp_item {
    display: flex;
    justify-content: space-between;
}
.section:nth-child(odd) .cp_item .cp_img {
    order: 1;
}

.section:nth-child(odd) .cp_item .cp_text {
    order: 2;
}

.section:nth-child(even) .cp_item .cp_img {
    order: 2;
}

.section:nth-child(even) .cp_item .cp_text {
    order: 1;
}
.cp_content {
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	line-height: 2em; /* 单行文本高度 */
    min-height: 16em; /* 最大高度 (行数 x 单行高度) */
}
.cp_link a {
    height: 38px;
    line-height: 35px;
    padding: 0 15px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

@media screen and (max-width: 1100px) {
    .cp_tab{
		top: 48px;
	}
    .cp_tab a{
		height: 44px;
		line-height: 42px;
	}
	.cp_list_zy span{
		font-size: 20px;
	}
	.cp_list li .cp_text span{
		font-size: 18px;
	}
	.cp_list{
		padding: 0 10px;
	}
	.cp_list li{
		padding: 0 10px 4%;
	}
    .cp_list li .cp_text{
        text-align: right !important;
    }
    .cp_item {
        display: block;
    }
    .cp_content {
        display: block;
        min-height: 100%;
    }
}

@media screen and (max-width: 640px) {
    .cp_tab a{
		font-size: 12px;
		width: 30%;
		height: 40px;
		line-height: 38px;
	}
	.cp_list{
		padding-bottom: 2%;
	}
	.cp_list li{
		padding: 0 0 4%;
	}
	.cp_list li .flex{
		flex-direction: column-reverse !important;
	}
	.cp_list li .cp_img,.cp_list li .cp_text{
		width: 100%;
	}
	.cp_list li .cp_img{
		margin-bottom: 3%;
	}
	.cp_list li .cp_text em{
		height: auto;
	}
	.cp_list li .cp_text div{
		margin-top: 2.4%;
	}
	.cp_list_zy span{
		font-size: 18px;
	}
	.cp_list li .cp_text span{
		font-size: 16px;
	}
}

@media screen and (max-width: 360px) {
	.cp_tab a{
		font-size: 11px;
		width: 31%;
	}
}