html,
body {
    width: 100%;
    height: 100%;
       min-width:1200px;
}
.topBar {
    background: url(https:/wb.km.gov.cn/images/2021/topBarBg.png) repeat;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

.topBar #showDate {
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}

.topBar .fr {
    color: #fff;
    padding-right: 10px;
}

.topBar .fr span {
    padding-left: 5px;
}

.topBar .fr span.weibo {
    height: 40px;
    width: 30px;
    background: url(https:/wb.km.gov.cn/images/2021/weibo.png) no-repeat center;
    background-size: 66%;
}

.topBar .fr span.weixin {
    height: 40px;
    width: 30px;
    background: url(https:/wb.km.gov.cn/images/2021/weixin.png) no-repeat center;
    background-size: 66%;
}

.header {
    width: 1200px;
    height: 190px;
    overflow: hidden;
}

.logo {
    height: 110px;
    width: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url(https:/wb.km.gov.cn/images/2021/logo.png) no-repeat center left;
}

.searchBox {
    margin-top: 52px;
    height: 56px;
    width: 621px;
    background: url(https:/wb.km.gov.cn/images/2021/search.png) no-repeat left top;
    line-height: 56px;
        font-size: 16px;
    margin-bottom: 82px;
}
.footer {
    margin-top: 58px;
    height: 138px;
    width: 1200px;
}

.copyInfo {
    width: 850px;
    padding: 0 16px;
    height: 106px;
}

.link {
    line-height: 38px;
    height: 38px;
    margin-top: 16px;
}

.link span {
    color: #93b4fd;
    font-size: 14px;
}

.link li {
    float: left;
    padding: 0 10px;
}

.link li a {
    color: #93b4fd;
    font-size: 16px;
}

.other p {
    line-height: 24px;
    font-size: 14px;
    color: #93b4fd;
}

.other a {
    color: #93b4fd;
}
.footerRight{
padding-top:20px;
  line-height:104px;
}