*{
    padding: 0;
    margin: 0;
}
.container{
    width: 100%;
    font-family: Microsoft Sans Serif;
}
/* 顶部导航 */
.container .nav{
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .nav .navLogo{
    width: 217px;
    height: 35px;
}
.container .nav .navlist{
    width: 866px;
    height: 18px;
    justify-content: space-between;
    margin: 0 50px;
    font-size: 16px;
    font-weight: bold;
}
.container .nav .navlist div{
    float: left;
    margin: 0 2%;
}
.container .nav .navlist div:hover{
    color: #2684E1;
    text-decoration: none;

}
.container .nav .navlist div a{
    text-decoration: none;
    color: inherit;
}
.container .nav .navLogoin{
    width: 110px;
    height: 38px;
    border: 1px solid #0075C2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .nav .navLogoin span{
    color:#006EDC;
}

.container .header{
    background-image: url('./images/wt.png');
    height: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-top: 80px;
}
.container .header img{
    width: 321px;
    height: 52px;
    margin: 88px 0;
}
.container .header div{
    font-size: 48px;
    font-weight: bold;
}
/* 整体搜索容器样式 */
.search{  display: flex;
    justify-content: center;
}
.search-container {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    width: 1200px; /* 可根据需要调整搜索框的宽度 */
    background-color: white;
    height: 68px;
    border: 4px solid #006EDC; /* 边框样式，可自定义 */  
    position: absolute;
    top: 405px;
}
  
  /* 搜索框样式 */
.search-box {
    flex: 1; /* 自动填充剩余的空间 */
    border: none; /* 移除输入框的边框 */
    outline: none; /* 移除输入框的轮廓 */
    padding: 5px; /* 输入框内边距，可根据需要调整 */
    font-size: 16px;
    color: #000000;
    text-indent: 20px;
}
  
  /* 搜索按钮样式 */
.search-button {
    width: 150px;
    height: 100%;
    background-color: #006EDC; /* 按钮背景颜色，可自定义 */
    color: #fff; /* 文字颜色，可自定义 */
    border: none; /* 移除按钮的边框 */
    padding: 5px 10px; /* 按钮内边距，可根据需要调整 */
    cursor: pointer; /* 鼠标样式为手型 */
    font-size: 24px;
}
  
  /* 按钮悬浮效果 */
.search-button:hover {
    background-color: #0056b3; /* 悬浮时按钮背景颜色，可自定义 */
}

/* 关键词 */
.keyword{
    width: 868px;
    height: 32px;
    font-size: 16px;
    display: flex;
    margin: 60px auto 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.keyword div{
    width: 63px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    
}
.contentList{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.contentList .item{
    width: 30%;
    /*height: 204px; */
    margin-bottom: 24px;
}
.contentList .item .title{
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #006EDC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentList .item .title span:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.contentList .item .title span:nth-child(2){
    font-size: 14px;
    color: #006EDC;
    font-weight: bold;
}
.contentList .item .custom-list{
    list-style-type: square; /* 使用方框作为列表项的标记样式 */
    margin-left: 20px; /* 可根据需要调整列表项的左侧外边距 */
    font-size: 16px;
}
.contentList .item .custom-list li{
    margin-top: 14px;
    margin-right: 4px;
}
.contentList .item .custom-list li img{
    width: 20px;
    height: 17px;
}

/* 底部 */
.foot{
    width: 100%;
    margin-top: 60px;
    color: #FFFFFF;
    background-color: #282C35;
}
.foot .footMain{
    width: 1200px;
    margin: auto;
    height: 380px;
    position: relative;
}
.foot .footMain .container{
    padding-top: 60px;
    box-sizing: border-box;
    background-color: #282C35;
    display: flex;
    justify-content: space-between;
}

.foot .footMain .container .item .text{       
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}

.foot .footMain .container .item .text span{       
    font-size: 20px;
    color: #3198FF;
    margin-left: 5px;
}
.foot .footMain .item img{
    width: 122px;
    height: 122px;
}
.foot .footMain .item .titleImg{
    width: 209px;
    height: 34px;
    display: flex;
    margin-bottom: 23px;
}
.foot .footMain .item .weixin{
    display: flex;
    align-items: center;
    justify-content: center;
} 
.foot .footMain .item .weixin div:nth-child(1){
    width: 18px;
    height: 15px;
    margin-right: 4px;
} 
.foot .footMain .item .weixin img{
    width: 18px;
    height: 15px;
    margin-bottom: 12px;

}
.foot .footMain .middle{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 48px;
    border-top: 1px solid #FFFFFF;
    line-height: 48px;

}
.foot .footbottom{
    height: 80px;
    background-color:#1C1F21;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  