#app .container {
	background:#f7f7f7;
}


#app .lunbo {
	display: flex; 
	justify-content: center; 
	background-size: 100% 100%;
	background-image: url("../../images/maiya/zixun_bg.jpg");
	height:1026px;
}

.public-zhd{position: relative; height: 80px;padding-top:105px;}
.public-zhd .en{position: absolute;z-index: 1; top:57%;font-size: 80px;font-family: 'Arial'; color: #eee;text-transform: uppercase;}
.public-zhd .cn{position: relative; z-index: 2;font-size: 30px;font-weight: normal;}

#app  .lunbo .con {
	padding-top: 20px;
}

#app  .lunbo .con .bd p {
	background-color: rgb(204 204 204 / 60%);
    text-align: center;
    font-size: 26px;
    color: #333;
    height: 85px;
    line-height: 85px;
	border-radius: 0 0 10px 0;
}




.brand-zixun {
    margin: 0 0 30px 0;
}


.brand-zixun .bd {
 
}

.brand-zixun .bd li {
	width: 100%;
    height: 320px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 10px 10px 15px rgba(230, 230, 230, 0.8);
}

.brand-zixun .pic img {
    display: block;
    width: 217px;
    height: 130px;
}

.brand-zixun .title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.brand-zixun .title dl dd {
	float:left;
	width: 400px;
}

.brand-zixun .title dl dd .time {
    padding-top: 123px;
	padding-left: 20px;
}

.brand-zixun .title dl dd .time .days {
		font-size: 60px;
}

.brand-zixun .title dl dd .time .lines {
	padding-left:20px;
}

.brand-zixun .title dl dd .time p {
	padding-top: 18px;
    font-size: 26px;
}

.brand-zixun .title dl dd .meta {
	padding-top:65px;
}

.brand-zixun .title dl dd .meta .atitle a{
	font-size:24px;
	color:#333;
	line-height: 30px;
}

.brand-zixun .title dl dd .meta .share-btn {
	padding-top:20px;
} 

.brand-zixun .title dl dd .meta .info {
    padding-top: 10px;
    line-height: 30px;
    font-size: 20px;
    color: #999;
}

.brand-zixun .title .share-btn span {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../../images/maiya/sh2.png") center center no-repeat;
    cursor: pointer;
}

.brand-zixun .title dl dd .meta .hit {
    display: list-item;
    /*width: 160px;*/
    font-size: 16px;
    color: #c2c1c1;
    padding-top: 15px;
}

.brand-zixun .title dl dd .meta .hit img {
    vertical-align: middle;
	cursor: pointer;
}


.brand-zixun .title dl dd .avatar {
   margin-left: 60px;
   margin-top: 28px;
}

.brand-zixun .title dl dd .avatar img {
	width: 400px;
    height: 249px;
}

.brand-zixun .title .share-btns {
	display: none; 
    position: absolute;
    padding-left: 10px;
    margin-left: 70px;
    width: 55px;
	color: #333;
    padding: 8px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
    zoom: 1;
	}

.brand-zixun .title .share-btn .share-btns a {
    display: block;
    margin: 0 0 5px 0;
    text-decoration: none;
}

.brand-zixun .title .share-btn .share-btns a.bshare-sinaminiblog {
    margin: 0;
}

.share-btns a:hover {
	color:#e21513;
}

/*.brand-zixun .title dl dd .meta .atitle a:hover {
	color:#e21513;
}


.brand-zixun .title dl dd .info:hover {
	color:#333;
}
*/


.brand-zixun .title dl dd .on {
    background: url("../../images/maiya/zixunbg.png") center center no-repeat;
	width: 138px;
    height: 200px;
	color:#fff;
}



.pagelist{text-align: center;font-size: 0;padding: 70px 0px 70px 0px;}
.pagelist li{display: inline-block; *display: inline; *zoom:1; margin: 0 3px;font-size: 14px;}
.pagelist li a{display: inline-block; height: 30px; padding: 0 10px; line-height: 30px; color: #333;background: #e5e5e5; *display: inline; *zoom:1;}
.pagelist li a:hover,
.pagelist li.thisclass{color: #fff; background: #e21513;}
.pagelist li strong{font-weight: normal; padding: 0 5px;}
.pagelist li.thisclass{height: 30px;line-height: 30px;padding: 0 10px; cursor: not-allowed;}


/*内页*/

.jg_article{width:1340px;margin-top:50px;background:#fafafa;overflow:hidden;padding:25px 20px;}

.article_ti {
    text-align: center;
    font-weight: normal;
    line-height: 42px;
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.article_sub_ti {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 46px;
    margin-bottom: 10px;
    color: #999999;
}

.article_con p {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 18px;
    padding-right: 10px;
    line-height: 30px;
    text-align: center;
}


.article_con div {
    margin-bottom: 10px;
    /*text-indent: 2em;*/
    font-size: 18px;
    padding-right: 10px;
    line-height: 30px;
}



.jg_article .detail_left .article_con {
	font-size: 18px;
    line-height: 36px;
    color: #333;
    padding: 30px 0 40px;
}


/* 只让 .article_con 里面的图片居中，文字不动 */
.article_cons img {
    display: block !important;
    margin: 15px auto !important;
    max-width: 100% !important;
    height: auto !important;
}
/* 文字强制左对齐，不居中 */
.article_cons {
    text-align: left !important;
}


.article_cons p {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 18px;
    padding-right: 10px;
    line-height: 30px;
}

.article_cons div {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 18px;
    padding-right: 10px;
    line-height: 30px;
}



.page_up_down {
    display: block;
    width: 1340px;
    float: left;
    text-align: center;
    margin: 40px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}
.page_up_down dd a {
    color: #333;
    font-weight: normal;
}
.page_up_down dd{ width: 580px;  float: left;font-size: 18px;}
.page_up_down dd a:hover {
	color:#e21513;
}

/*学术交流*/
#app .academic {
	display: flex; 
	justify-content: center; 
	background-size: cover;
	background-position: center;
	background-image: url("../../images/maiya/academic_bg.jpg");
	height: 1026px;
	padding: 0 20px;
}

.public-academic{position: relative; height: 80px;padding-top:105px;}
.public-academic .en{position: absolute;z-index: 1; top:57%;font-size: 80px;font-family: 'Arial'; color: #eee;text-transform: uppercase;}
.public-academic .cn{position: relative; z-index: 2;font-size: 30px;font-weight: normal;}

#app  .academic .con {
	padding-top: 20px;
}

#app  .academic .con .bd a img {
	padding-left: 25px;
}

#app  .academic .con .bd p {
	position: relative;
    background-color: rgb(204 204 204 / 60%);
    text-align: center;
    z-index: -1;
    top: -60px;
    padding-top: 30px;
    font-size: 26px;
    color: #333;
    height: 130px;
    line-height: 150px;
    border-radius: 0 0 10px 0;
}


/*媒体报道*/
#app .media-show-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 80px;
	display: flex;
	align-items: center;
	gap: 60px;
}


/* 左侧媒体报道列表 */
#app .media-list {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#app .media-item {
	display: flex;
	align-items: flex-start; /* 改为顶部对齐，适配多行文字 */
	gap: 16px;
	cursor: pointer;
	/* 统一行高 */
	min-height: 70px;
}

/* 日期标签容器 - 核心样式 */
#app .media-tag {
	/*width: 120px;*/
	height: 70px; /* 固定高度，统一高度 */
	color: #333333; /* 默认文字颜色 */
	border-radius: 4px;
	position: relative;
	flex-shrink: 0;
	/* 默认布局：左对齐显示日期+横线 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 4px;
	overflow: visible; /* 让箭头能显示在容器外 */
}

/* 悬浮时红色背景+箭头效果 */
#app .media-item:hover .media-tag {
	background: #ed1c24; /* 悬浮红色背景 */
	transform: scale(1.02); /* 轻微放大 */
	/* 悬浮时改为居中对齐 */
	align-items: center;
	padding: 0;
}

/* 悬浮时隐藏横线 */
#app .media-item:hover .date-line {
	display: none;
}

/* 悬浮时日期文字变白且居中 */
#app .media-item:hover .date-num,
#app .media-item:hover .date-year-month {
	color: #ffffff;
	text-align: center;
}

/* 悬浮时日期行也居中 */
#app .media-item:hover .date-top-row {
	justify-content: center;
	gap: 0;
}

/* 右侧箭头 - 仅悬浮显示 */
#app .media-tag::after {
	content: "";
	position: absolute;
	right: -8px; /* 箭头显示在标签外侧 */
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	/* 红色箭头 */
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #ed1c24;
	/* 默认隐藏箭头 */
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
/* 悬浮时显示箭头 */
#app .media-item:hover .media-tag::after {
	opacity: 1;
	visibility: visible;
}

/* 日期数字+横线 行 */
#app .date-top-row {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 80px;
}

/* 日期数字部分（31） */
#app .date-num {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	flex-shrink: 0;
}

/* 水平横线 */
#app .date-line {
	height: 2px;
	background-color: #333;
	flex: 1;
	min-width: 20px;
}

/* 年月部分（2026-03） */
#app .date-year-month {
	font-size: 14px;
	color: #666;
	line-height: 1.2;
	margin-top: 2px;
	width: 100%;
}

/* 媒体报道文字容器 */
#app .media-text {
	font-size: 23px;
	color: #666666;
	line-height: 1.5;
	font-weight: 500;
	padding-top: 4px; /* 顶部留白，和日期标签居中对齐 */
}
/* 标题链接样式 */
#app .media-text a {
	color: #666666;
	text-decoration: none;
	display: block; /* 独占一行 */
	margin-bottom: 4px; /* 和发布媒体信息留间距 */
}
/* 发布媒体信息样式 */
#app .media-source {
	font-size: 14px;
	color: #999; /* 浅灰色，区分主标题 */
	text-align: left; /* 右对齐 */
	line-height: 1.2;
}

/* 右侧活动现场图 */
#app .event-image-wrap {
	flex: 1;
	max-width: 520px;
	flex-shrink: 0;
}

#app .event-image {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ========== 响应式适配 ========== */
@media screen and (max-width: 1600px) {
	#app .media-show-container {
		padding: 30px 60px;
		gap: 40px;
	}
	#app .media-text {
		font-size: 20px;
	}
	#app .media-source {
		font-size: 13px;
	}
	#app .media-tag {
		width: 110px;
		height: 65px;
	}
	#app .date-num {
		font-size: 32px;
	}
	/* 响应式调整箭头 */
	#app .media-tag::after {
		right: -7px;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 7px solid #ed1c24;
	}
	#app .media-item{
		min-height:65px;
	}
}

@media screen and (max-width: 1366px) {
	#app .media-show-container {
		padding: 25px 40px;
		gap: 30px;
	}
	#app .media-text {
		font-size: 18px;
	}
	#app .media-source {
		font-size: 12px;
	}
	#app .media-tag {
		width: 100px;
		height: 60px;
	}
	#app .date-num {
		font-size: 28px;
	}
	/* 响应式调整箭头 */
	#app .media-tag::after {
		right: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #ed1c24;
	}
	#app .media-item{
		min-height:60px;
	}
	#app .event-image-wrap {
		max-width: 480px;
	}
}

@media screen and (max-width: 1024px) {
	.media-show-container {
		flex-direction: column;
		padding: 20px 30px;
		gap: 30px;
	}
	.media-list {
		width: 100%;
	}
	.event-image-wrap {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.media-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		min-height:auto;
	}
	.media-text {
		font-size: 16px;
		padding-top: 0;
	}
	.media-source {
		text-align: left; /* 移动端改为左对齐 */
		font-size: 12px;
	}
	.media-tag {
		width: 100px;
		height: 60px;
	}
	/* 移动端隐藏箭头 */
	.media-tag::after {
		display: none;
	}
}
		
#app .links{
    text-indent: 2em;
    font-size: 18px;
	color:#333;

}

#app .links a {
		color:#333;
}

#app .links a:hover {
	color:#e21513;
   text-decoration: underline;
}



#meitibaodao  img {
		text-indent:0;
		padding-right: 0;
}


