/* 列表和内容导航start */
body { background: linear-gradient(to bottom, #0f67c9 0px,#0f67c9 70px,rgb(237, 237, 239) 70px,rgb(237, 237, 239) 100%) no-repeat; } 
header { width: 1400px; display: flex; height: 70px; justify-content: space-between; align-items: center; } 
/* header figure:nth-of-type(1) { width: 163px; height: 39px; } */
header figure:nth-of-type(1) img { width: 100%; height: 100%; object-fit: cover; } 
header figure:nth-of-type(2){display:none;}
header nav { display: flex; align-items: center; line-height: 1; }
header nav i { width: 0; height: 18px; margin: 0.55em; background-color: #fff; border-left: 1px solid #d5dff2; border-right: 1px solid #a5bce5; }
header nav a { color: #fff !important; font-size: 1em; position: relative; margin-left: 2em; } 
header nav a::before { display: block; content: ''; width: 1px; height: 1em; position: absolute; right: 0; top: 50%; transform: translate(1em,-50%); background: #fff;pointer-events: none; }
header nav a:last-of-type::before { display: none ; }	
/* 列表和内容导航end */
/* 内容右侧start */
/* header { width: 100vw; display: flex; flex-direction: column; position: relative; background: #0f67c9; padding:6.5vw 0 2.5vw; font-size: 3.4vw; }
header a { color: #fff; font-size: 3.4vw; }
header figure img { width: 100%; height: 100%; object-fit: cover; }
header figure:nth-of-type(1) { width: 27.2vw; height: 6.6vw; margin: 0 0 4.5vw 1.1em; }
header figure:nth-of-type(2) { width: 10vw; height: 10vw; position: absolute; top: 4vw; right: 6.5vw; }
header nav { width: 100vw; display: flex; align-items: center; line-height: 1.1; overflow-x: scroll; white-space: nowrap;}
header nav::-webkit-scrollbar { width : 0; height: 0; }
header nav::before,header nav::after { display: block; font-size: 3.4vw; content: ''; width: .55em; flex-shrink: 0; }
header nav a { position: relative; margin:0 .55em; flex-shrink: 0; }
header nav a::before { display: block; content: ''; width: 0; height: 1.1em; position: absolute; right: -.55em; top: 50%; transform: translateY(-50%); border-left: 1px solid #d5dff2; border-right: 1px solid #a5bce5; }
header nav a:last-of-type::before { display: none; }
header nav a:last-of-type { margin-right: 0; } */
/* 内容右侧end */
/* 底部start */
.footer p a{color: #fff;}
.footer{padding: 15px 0;}
/* 底部end */