@charset "utf-8";
/* 服务条款 */
.menubox{ height:50px; background:#f0f0f0;}
.menuContent{ width:970px; margin:0 auto; }
.menuContent{ clear:both;}
.menubox ul{ width:500px; float:left;}
.menubox ul li{ margin-right:30px; line-height:50px;font-size:16px;color:#464a51; float:left;position:relative; z-index:1}
.maincont{ padding:28px 0;min-height:350px; _height:350px;zoom:1;}
.maincont:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
.menuDetails{ line-height:22px;}
.menuDetails h1{ font-size:14px;padding: 10px 0; font-weight:bold; }
.thick-text {
	color: #333;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
}
.thick-text2 {
	color: #666;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
}
@media (max-width: 960px){
    body{font-size:14px;line-height:22px;}
	.menuContent{width:auto;padding:0 20px;}
	.menubox ul{width:auto;}
}

.underline {
    text-decoration: underline;
		text-underline-offset: 3px;
}
.date-container{
	display: grid;
  justify-items: end; /* 整体右对齐 */
  gap: 4px; /* 行间距 */
}
.date-item {
  text-align: left;
}