body {
	line-height: 1.6;
	margin: 0;
	padding: 2% 5%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: #333;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fafafa;
}

.header {
	text-align: center;
	font-size: 24px;
	margin-bottom: 2rem;
}

.suo {
	font-size: 16px;
	color: #666;
	margin-bottom: 0.1rem;
	display: block;
}

.name {
	font-size: 26px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 0.3rem;
}

.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.2rem;
	background: white;
	padding: 1rem;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navlinks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.8rem;
	margin-top: 0.7rem;
	padding-top: 0.7rem;
	border-top: 1px solid #eee;
	font-size: 14px;
	line-height: 1.4;
}

.navlinks a {
	color: #667085;
	text-decoration: none;
}

.navlinks a:hover {
	color: #2980b9;
}

.myicon {
	height: 200px;
	width: 140px;
	border-radius: 8px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.myicon:hover {
	transform: scale(1.02);
}

.mysg {
	height: 150px;
	width: 150px;
	border-radius: 8px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.mysg:hover {
	transform: scale(1.02);
}

.sectiontitle {
	font-size: 24px;
	font-weight: 600;
	color: #2c3e50;
	margin: 1rem 0 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #eee;
}

.piccontent {
	margin-right: 0.8rem;
}

.introcontent {
	font-size: 15px;
	line-height: 1.4;
	flex: 1;
	padding: 0.1rem;
}

.briefcontent {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	padding: 0.5rem;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.noticecontent {
	font-size: 16px;
	line-height: 1.7;
	padding: 0.7rem 0.8rem;
	background: #fffaf0;
	border-left: 4px solid #f0b35b;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.projectcontent {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(0,0,0,0.08);
	background: transparent;
	border-radius: 8px;
}

.projectcontent p {
	margin: 0 0 0.8rem;
}

.notice-subtitle {
	color: #2c3e50;
	font-size: 17px;
	font-weight: 600;
}

.asknow-gallery {
	display: grid;
	grid-template-columns: repeat(2, 220px);
	gap: 0.9rem;
	align-items: start;
	justify-content: center;
}

.asknow-gallery figure {
	margin: 0;
}

.asknow-gallery img {
	display: block;
	width: 100%;
	max-height: 450px;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	border: 1px solid #eee;
}

.asknow-gallery figcaption {
	margin-top: 0.4rem;
	color: #666;
	font-size: 14px;
	text-align: center;
}

.sectioncontent {
	font-size: 16px;
	line-height: 1.6;
	margin: 0.5rem 0;
	padding: 0.5rem;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sectioncontent ul {
	margin: 0;
	padding-left: 40px;
	list-style-position: outside;
}

.sectioncontent ul li {
	margin-bottom: 0.5rem;
	padding-left: 10px;
}

.sectioncontent ul li:last-child {
	margin-bottom: 0;
}

.sectioncontent br {
	margin-bottom: 0.3rem;
	display: block;
	content: "";
}

.date {
	font-size: 14px;
	color: #666;
	font-style: italic;
}

.email {
	font-size: 14px;
	color: #666;
}

.appicon {
	width: 25px;
}

.new{
	height: 20px;
	width: 40px;
}

.author{
	color:#080808;
	font-family: Arial;
}

.venue{
	color:#080808;
	font-style: italic;
	font-family: Arial;
}

.article {
	color: #2c3e50;
	font-size: 16px;
	margin: 0;
	padding: 0;
	transition: background-color 0.3s ease;
}

.article:hover {
	background-color: #f8f9fa;
}

.image{
	height: 15px;
	width:30px;
}

a:link { 
	color: #3498db;
	text-decoration: none;
	transition: color 0.3s ease;
} 

a:hover { 
	color: #2980b9;
	text-decoration: none;
} 

a:visited { 
	color: #3498db;
	text-decoration: none;
} 

.category {
	color: #2c3e50;
	font-weight: 600;
	font-size: 18px;
	margin: 1rem 0 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #eee;
}

.category + ol {
	margin: 0;
	padding-left: 40px;
	list-style-position: outside;
}

.category + ol li {
	margin-bottom: 0.5rem;
	padding-left: 10px;
}

.category + ol .article {
	display: inline;
}

hr {
	border: none;
	border-top: 1px solid #eee;
	margin: 1rem 0;
}

footer {
	text-align: center;
	padding: 2rem;
	color: #666;
	font-size: 14px;
}

/* 移动端样式 */
@media (max-width: 768px) {
	body {
		padding: 1rem;
	}
	
	.container {
		flex-direction: column;
		align-items: center;
		padding: 0.6rem;
		text-align: center;
	}

	.piccontent, .introcontent {
		margin: 0.3rem 0;
		width: 100%;
	}

	.navlinks {
		justify-content: center;
	}

	.mysg {
		width: 140px;
		height: 140px;
		max-width: 140px;
		object-fit: contain;
	}

	.sectiontitle {
		font-size: 20px;
	}

	.article {
		font-size: 15px;
	}

	.suo {
		font-size: 14px;
		line-height: 1.3;
	}

	.asknow-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.sectioncontent ol {
	margin: 0;
	padding-left: 40px;
	list-style-position: outside;
}

.sectioncontent ol li {
	margin-bottom: 0.5rem;
	padding-left: 10px;
}

.sectioncontent ol li:last-child {
	margin-bottom: 0;
}
