﻿html{
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
body {
    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
a, a:hover{
    text-decoration: none;
}
a, a:visited{
    color:#000;
}
.header {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header span {
    font-family: '华文中宋', sans-serif;
    color: #002FA8;
}

.webTitle {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

.title {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 26px;
}

.subtitle {
    font-weight: 400;
    font-size: 12px;
    color:#002FA8;
}

.header img {
    height: 49px;
    width: 63px;
}
.nav{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 5px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav>ul{
    list-style: none;
    width: 700px;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}
.nav>ul>li{
    padding: 5px 15px 0;
    font-size: 18px;
    line-height: 36px;
    user-select: none;
    -ms-user-select: none;
}
.nav>ul>li:hover{
    background-color: #dfeaff;
}
.nav>ul>li.active{
    color: #fff;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(0, 47, 168, 1) 0%, rgba(69, 122, 255, 1) 99%);
}
.active a {
    color: #fff;
}
.page{
    width:100%;
    line-height:30px;
    margin:0 auto;
    margin-top:20px;
    text-align:center;
}
.active>.whiteLine{
    width: 80%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
}
.search{
    display: flex;
    align-items: center;
}
.search input{
    width: 212px;
    height: 38px;
    font-size: 14px;
    outline: none;
    padding: 0 0 0 5px;
    border: 1px solid #999;
}
.search button{
    width: 49px;
    height: 40px;
    background-color: rgba(0, 47, 168, 1);
    border: none;
}
.content{
    width: 100%;
    background-color: #F0F4F9;
    min-height: 500px;
    overflow: hidden;
}
.breadCrumbs{
    width: 1200px;
    height: 46px;
    margin: 10px auto;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 1px;
    color: #999;
}
.breadCrumbs img{
    width: 10px;
    height: 16px;
    margin-right: 10px;
}
.artical{
    width: 1200px;
    margin: 10px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.navLeft{
    font-family:'微软雅黑', sans-serif;
    width: 150px;
    display: flex;
    flex-direction: column;
    user-select: none;
    -ms-user-select: none;
}
.navLeft .column{
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: rgba(26, 68, 177, 1);
    border: none;
    border-radius: 6px 6px 0 0;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.navLeft .columnItem{
    font-weight: 400;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
}
  .columnItem a{
    color: #000;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
}
.navLeft .columnItem:hover,.navLeft .check{
    background-color: rgba(209, 218, 239, 1)
}
  .navLeft .columnItem:hover a, .navLeft .check a{
    font-weight: 700;
    font-size: 18px;
    color: #1A44B1;
}
.footer{
    width: 100%;
    background-color: rgba(0, 47, 168, 1);
    height: 108px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer img{
    width: 80px;
    height: 59px;
}
.footInfo{
    display: flex;
    margin-left: 30px;
    justify-content: space-between;
    flex-direction: column;
}
.footInfo span{
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 22px;
}