@charset "utf-8";


.text42 {
	font-size: 42px;
	font-weight: bold;
}

/* 文章列表news */
.page_banner {
	position: relative;
	width: 100%;
	height: 360px;
	background: url('../images/introduce/banner.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

/* 增加遮罩层 */
.page_banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}

.banner2 {
	background: url('../images/introduce/banner03@2x.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.banner3 {
	background: url('../images/introduce/banner4.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.banner5 {
	background: url('../images/introduce/banner5.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.banner6 {
	background: url('../images/introduce/banner6.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.banner6 .img_text,
.banner3 .img_text {
	color: #fff !important;
}

.page_banner .img_text {
	color: #1D5095;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.page_banner .img_text p {
	width: 100%;
	margin: 0 auto;
	color: #FFFFFF;
}

.page_section {
	display: flex;
	justify-content: space-between;

}

.page_section_bg {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.tab_more {
	color: #fff;
	line-height: 50px;
}

.page_bread {
	display: flex;
	align-items: center;
	color: #fff;
}

.page_bread span {
	font-weight: bold;
}

.page_bread a {
	color: #FFFFFF;
}

.page_bread .home img {
	width: 20px;
	height: 20px;
}

.page_bread .home {
	width: 50px;
	height: 50px;
	background: #E70000;
	padding: 15px;
	cursor: pointer;
	margin-right: 9px;
}

.tab_flex li {
	color: #fff;
	max-width: 138px;
	white-space: nowrap;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.tab_flex li a {
	color: #FFFFFF;
}

.tab_flex .active，.tab_flex .active a {
	color: #0071B7;
	background: #fff;
}

.text_img {
	width: 480px;
}

.paper_container {
	padding: 50px 0;
}

.paper_container a {
	background: #F7F9FA;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 30px 30px 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;

}

.day_box {
	width: 114px;
	height: 114px;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	transition: 0.5s all ease-in-out;
}

.day_box .text38 {
	color: #1D5095;
	font-size: 38px;
}

.paper_container a:hover .cover,
.paper_container a:hover .day_box {
	transform: scale(1.1);
}


.paper_container .paper_info {
	min-width: 300px;
	flex: 1;
}

.paper_container h4 {
	color: #333333;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.detail_padding {
	padding: 12px 0 20px;
}

.paper_container .detail {
	color: #999;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.paper_container .right_icon {
	width: 40px;
	height: 10px;
	margin-left: 50px;
	background: url(../images/introduce/right_icon.png) no-repeat;
	background-size: cover;
}

.paper_container a:hover {
	background: #EBF4F9;
}

.paper_container a:hover h4,
.paper_container a:hover .text38 {
	color: #E70000;
}

.paper_container a:hover .right_icon {
	background: url(../images/introduce/right_icon_active.png) no-repeat;
	background-size: cover;
}

.page_number {
	/*padding: 30px 0 50px;*/
	flex-wrap: wrap;
}

.page_number,
.pagination {
	display: flex;
	justify-content: center;
}

.page_number,
.num_flex {
	display: flex;
	justify-content: center;
}

.page_number a,
.page_number span {
	/*height: 50px;*/
	background: rgba(255, 255, 255, 0);
	border-radius: 5px;
	border: 1px solid #999999;
	padding: 0 20px;
	/*line-height: 48px;*/
	font-size: 18px;
	color: #999999;
	margin-right: 10px;
	cursor: pointer;
	white-space: nowrap;
}

.page_number .next_btn {
	margin-right: 0;
}

.page_number .active span {
	background: #1D5095;
	color: #Fff;
	font-weight: bold;
}

/* 文章详情 news_detail*/
.paper_detil {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.paper_detil .titleh2 {
	font-weight: bold;
	color: #0071B7;
}

.paper_detil .text14 {
	color: #999;
	padding: 30px 0 50px;
}

.paper_detil .paper_title {
	border-bottom: 1px solid #C8C8C8;
}

.paper_content {
	padding: 50px 0;
	font-size: 16px;
	/*color: #0071B7;*/
	line-height: 35px;
	text-align: left
}

.paper_content img {
	max-width: 100%;
}

.paper_detil .next_paper {
	color: #666666;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	text-align: left;
}

.paper_detil .next_paper a {
	cursor: pointer;
}

.paper_detil .back_btn {
	width: 120px;
	height: 46px;
	background: #0071B7;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
}

.standard_page {
	padding-top: 20px;
}

.standard_page a {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #C8C8C8;
}

.standard_page .day_box {
	width: 90px;
	height: 90px;
	background: #F7F9FA;
	margin-bottom: 0;
}

.link_flex {
	color: #666666;
	align-items: center;
	padding-top: 20px;
}

.link_flex .link_icon {
	width: 18px;
	height: 16px;
	background: url(../images/introduce/link.jpg) no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.standard_page a:hover h4,
.standard_page a:hover .text38 {
	color: #E70000;
}

.standard_page a:hover .link_icon {
	background: url(../images/introduce/link_active.jpg) no-repeat;
	background-size: cover;
}

.standard_page a:hover .link_flex {
	color: #1D5095;
}

/* 专家容器样式 */
.experts_container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 30px 0;
}

/* 专家卡片样式 - 一行显示两个 */
.experts_container a {
	width: calc(50% - 15px);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	display: flex;
}

.experts_container a:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* 专家封面图片 - 左右布局 */
.experts_container .cover {
	width: 150px;
	/* 修改为长方形，宽度小于高度 */
	height: 200px;
	object-fit: cover;
	margin-right: 20px;
}

/* 专家信息区域 */
.paper_info {
	padding: 15px;
	flex: 1;
}

/* 专家姓名 */
.paper_info .titleh3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.paper_info .titleh3 span {
	color: #1890ff;
	font-size: 14px;
	background-color: #e6f7ff;
	padding: 2px 8px;
	border-radius: 4px;
	margin-left: 8px;
}

/* 专家简介 */
.paper_info .detail {
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 分页样式 */
.page_number {
	text-align: center;
	/*margin: 30px 0;*/
}

.page_number a,
.page_number span {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
}

.page_number a:hover {
	border-color: #1890ff;
	color: #1890ff;
}

.page_number .current {
	background-color: #1890ff;
	color: #fff;
	border-color: #1890ff;
}


/* 专家详情样式 */
.expert_detail {
	display: flex;
	gap: 40px;
	padding: 40px 0;
	align-items: flex-start;
}

.expert_img img {
	width: 200px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.expert_info {
	flex: 1;
}

.titleh2 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.titleh2 span {
	font-size: 16px;
	color: #999999;
}

.titleh3 {
	font-size: 26px;
	line-height: 1.2;
}

.expert_info {
	text-align: justify;
}

.expert_info p {
	color: #666;
	line-height: 2;
	font-size: 18px;
	text-indent: 2em;
}

.text16 {
	font-size: 16px;
	line-height: 28px;
}

.md {
	padding: 80px 0;
}

/* 附件下载样式 */

.article-files {
	text-align: left;
}

.article-files h1 {
	font-size: 22px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #eee;
}

.article-files .files-list a {
	display: block;
	font-size: 16px;
	transition: all .3s;
	padding: 15px 0;
	border-bottom: 1px dashed #C8C8C8;
}

.article-files .files-list a:last-child {
	border-bottom: none;
}

.article-files .files-list a:hover {
	color: #0071B7;
}

.single-content img {
	max-width: 100%;
}


@media only screen and (max-width:1010px) {
	.page_banner .img_text {
		left: 20px;
	}

	.wap_demo {
		display: block !important;
	}

	.i1 {
		background: none;
	}

	.page_banner {
		height: 180px;
	}

	.text42 {
		font-size: 38px;
	}

	.pc_disblock {
		display: none;
	}

	.text_img {
		width: 100%;
	}

	.paper_container .right_icon {
		position: absolute;
		top: 68px;
		right: 30px;
	}

	.paper_container a,
	.experts_container a {
		padding: 20px;
	}

	.page_number a, .page_number span {
		height: 30px;
		font-size: 12px;
		line-height: 28px;
		padding: 0 10px;
	}

	.day_box,
	.right_icon {
		display: none;
	}
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.expert_detail {
		width: 96%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.experts_container a {
		width: 100%;
	}

	.paper_detil {
		padding-top: 30px;
	}

	.expert_detail {
		flex-direction: column;
		align-items: center;
		width: 96%;
		margin: 0 auto;
	}

	.paper_info {
		padding: 0;
	}

	.expert_info p {
		font-size: 16px;
	}

	.text42 {
		font-size: 32px;
	}

	.detail_padding {
		padding: 12px 0 0;
	}

	.paper_detil .text14 {
		padding: 5px 0 25px;
	}

	.titleh2 {
		font-size: 18px;
		line-height: 30px;
	}

	.next_paper {
		display: block !important;
	}

	.back_btn {
		display: block;
		margin-top: 25px;
		width: 100% !important;
	}

	.md {
		padding: 30px 0;
	}
}