.body {
    width: 100%;
    height: 100%;
    min-height: 1552px;
    background: url(https:/wb.km.gov.cn/images/2021/body.png) no-repeat center #023CC1;
    background-size: cover;
}

.main {
    height: 1127px;
    width: 1200px;
    background-color: #fff;
}

.main .tab {
    height: 60px;
    background-color: #325AB5;
    color: #fff;
}

.main .tab .tabNav {
    height: 60px;
}

.main .tab li {
    height: 60px;
    text-align: center;
    width: 240px;
    float: left;
    line-height: 60px;
}

.main .tab li.on {
    background-color: #E7EFFF;
    font-weight: bold;
    position: relative;
}

.main .tab li a {
    display: block;
    padding: 0 14px;
    font-size: 18px;
    color: #fff;
}

.main .tab li.on a {
    color: #325ab5;
}

.main .tab .tabNav li{
    text-align: left;
}
.main .tab .tabNav li a{
    position: relative;
    padding-left: 80px;
}
.main .tab .tabNav li .titleIcon{
    position: absolute;
    width:40px ;
    height: 32px;
    left: 40px;
    bottom:14px;
}
.main .tab .tabNav li .titleIcon.tI1{
    background: url(https:/wb.km.gov.cn/images/2021/ti1.png) no-repeat center;
}
.main .tab .tabNav li.on .titleIcon.tI1{
    background: url(https:/wb.km.gov.cn/images/2021/ti1o.png) no-repeat center;
}
.main .tab .tabNav li .titleIcon.tI2{
    background: url(https:/wb.km.gov.cn/images/2021/ti2.png) no-repeat center;
}
.main .tab .tabNav li.on .titleIcon.tI2{
    background: url(https:/wb.km.gov.cn/images/2021/ti2o.png) no-repeat center;
}
.main .tab .tabNav li .titleIcon.tI3{
    background: url(https:/wb.km.gov.cn/images/2021/ti3.png) no-repeat center;
}
.main .tab .tabNav li.on .titleIcon.tI3{
    background: url(https:/wb.km.gov.cn/images/2021/ti3o.png) no-repeat center;
}
.main .tab .tabNav li .titleIcon.tI4{
    background: url(https:/wb.km.gov.cn/images/2021/ti4.png) no-repeat center;
}
.main .tab .tabNav li.on .titleIcon.tI4{
    background: url(https:/wb.km.gov.cn/images/2021/ti4o.png) no-repeat center;
}
.main .tab .tabNav li .titleIcon.tI5{
    background: url(https:/wb.km.gov.cn/images/2021/ti5.png) no-repeat center;
}
.main .tab .tabNav li.on .titleIcon.tI5{
    background: url(https:/wb.km.gov.cn/images/2021/ti5o.png) no-repeat center;
}

.listStBox {
    height: 1044px;
    padding-top: 23px;
}

.leftNav {
    padding-left: 20px;
    width: 260px;
}

.leftNav li {
    margin-bottom: 3px;
    padding-left: 55px;
    width: 205px;
    background-color: #EDEDED;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 42px;
    font-size: 20px;
    position: relative;
}

.leftNav li a {
    color: #5F5F5F;
}

.leftNav li .line {
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background-color: #325AB5;
}
.leftNav li.on {
    background-color: #53ABFC;
}
.leftNav li.on a{
    color: #fff;
}
.leftNav li.on .line,
.leftNav li.columnP .line {
    display: none;
}

.leftNav .columnP {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #325AB5;
    font-size: 26px;
    line-height: 50px;
}

.leftNav .columnP a {
    color: #fff;
}
.listRight{
    width: 880px;
    padding: 0 20px;
    height: 1047px;
    position: relative;
}
#page{
    position: absolute;
    bottom:42px;
    height: 45px;
    background-color: #F5F5F5;
    left: 20px;
    width: 880px;
}
#page table{   
  height: 45px;
}
.list li {
    height: 42px;
    line-height: 42px;
    position: relative;
    border-bottom: 1px solid #D9DCEE;
}
.list li a {
    font-size: 18px;
    color: #000;
}
.listRight .position{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 860px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}
.list li .time {
    position: absolute;
    height: 43px;
    line-height: 43px;
    top: 0;
    font-size: 16px;
    color: #9D9D9D;
    right: 0;
}