.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;
}
.main .tab li a {
    display: block;
    padding: 0 14px;
    font-size: 18px;
    color: #fff;
}

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

.contentBox {
    height: 1044px;
    padding-top: 23px;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

.position {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 1150px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}

.contentC {
    padding: 0 50PX;
}

.contentC .titleBox {
    height: auto !important;
    border-bottom: 1px solid #CBCBCB;
}
.contentC .titleBox .info{
    padding: 20px 0;
    line-height: 32px;
    height: auto !important;
}
.contentC .content{
   padding-top: 20px;
      padding-right: 20px;
      cursor: pointer;
}
.contentC .content p{
    font-size: 18px;
    color: #464646;
    line-height: 42px;
    margin-bottom: 10px;
    text-indent: 2em;
}
.contentC .titleBox .title {
    padding: 12px 0;
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000102;
}
.mL20{
    margin-left: 20px;
}
.pdLR20{
    padding-left: 20px;
    padding-right: 20px;
}
.pdLR20 a#a19 {
  margin:0 5px;
}
.pdLR20 a.on {
    background: #1280E9;
    color: #FFF;
}
.contentC .titleBox .subTitle{
text-align: center;
}