html,
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-width: 1180px;
	min-height: 800px;
}

.container {
	width: 100%;
}

/* 头部菜单 */
.header-container {
	width: 100%;
	background-color: #BFDAF2;
}

.header-box {
  box-sizing: border-box;
    width: 94%;
    min-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}

.header-box .header-nav {
    width: 100%;
    height: 60px;
    margin-left: 48px;
    position: relative;
}

.aw{
	position: absolute;
	top:-20px;
	opacity: 0.16;
	width: 100%;
}

.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	height: 60px;
}

.tab {
	width: 64px;
	margin: 0 0 0 auto;
	color: #333333;
	cursor: pointer;
	position: relative;
	transition: color 0.3s, border-bottom 0.3s;
}

.tab>a {
	text-decoration: none;
	display: inline-block;
	color: #333333;
	font-size:0.83vw;
	font-weight: 540;
}

.tab>a:hover {
	color: #375EAD;
}

.tab::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #375EAD;
	transition: width 0.3s;
}

.tab .active::after {
	width: 100%;
}

.tab .active {
	padding-bottom: 6px;
	color: #375EAD;
}

/* 列表信息 */
.list-container {
	box-sizing: border-box;
	width: 900px;
	min-width: 900px;
	margin: 28px auto;
	min-height: 80vh;
}

.list-container .tit-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-container .tit-box .tit-left {
	color: #fff;
	font-size: 18px;
	font-weight: 540;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background: #033f95;
	border-radius: 5px 5px 0 0;
}

.list-container .tit-box .tit-right {
	box-sizing: border-box;
	flex: 1;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	height: 30px;
	border-bottom: 1px solid #999999;
	text-align: right;
}

.list-container .list-box {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 65px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #999999;
  color: #222222;
  font-size: 16px;
  position: relative; /* 添加相对定位 */
}

.list-container .list-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px; /* 将线放在底部边框下方 */
  width: 0;
  height: 1px;
  background: #0f55a6;
  transition: width 0.5s ease; /* 添加过渡效果 */
  z-index: 1; /* 确保线在其他内容之上 */
}
.list-container .list-box:hover::after {
  width: 100%; /* 悬停时线宽为100% */
}
.list-container .list-box:hover {
  color: #0339ad;
  font-weight: 430;
}

.list-container .list-box>img {
	width: 10px;
}

.list-container .list-box .list-desc {
	flex: 1;
	margin: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

/* 底部 */
.footer-container {
	box-sizing: border-box;
	width: 100%;
	min-width: 1180px;
	background-color: #BFDAF2;
	padding: 64px 0 24px;
}

.footer-box {
	width: 1200px;
	min-width: 1152px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-bottom: 36px;
}

.footer-box .footer-left {
	width: 55%;
}

.footer-box .footer-left .footer-logo {
	margin-bottom: 32px;
}

.footer-box .footer-left .footer-info-box {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-box .footer-left .footer-info-box .footer-info-left {
	width: 45%;
	box-sizing: border-box;
}

.footer-box .footer-left .footer-info-box .footer-info-left .footer-info-item {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	letter-spacing: 0.04rem;
	margin: 8px 0;
        width: 365px;
        min-width: 365px;
}

.footer-box .footer-left .footer-info-box .footer-info-right {
	width: 45%;
	box-sizing: border-box;
}

.footer-box .footer-left .footer-info-box .footer-info-right .footer-info-item {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	letter-spacing: 0.04rem;
	margin: 8px 0;
        width: 365px;
        min-width: 365px;
}

.footer-box .footer-right {
	padding: 0 32px;
}

.footer-box .footer-right>img {
	width: 215px;
	height: 215px;
	object-fit: fill;
}

.footer-bqsy {
	width: 80%;
	min-width: 1152px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #9ECBF2;
	padding-top: 24px;
	font-size: 12px;
	color: #333333;
	font-weight: 540;
	letter-spacing: 0.03rem;
}

.ellipsis_2 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 3em;
	text-overflow: ellipsis;
	position: relative;
}

.ellipsis_3 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 4.5em;
	text-overflow: ellipsis;
	position: relative;
}


.ellipsis_4 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 6em;
	text-overflow: ellipsis;
	position: relative;
}


.ellipsis_6 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 9em;
	text-overflow: ellipsis;
	position: relative;
}

.ellipsis_7 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 10.5em;
	text-overflow: ellipsis;
	position: relative;
}

.ellipsis_8 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 12em;
	text-overflow: ellipsis;
	position: relative;
}