* {
    margin: 0;
    padding: 0;
    font-family: 黑体;
}

html,
body {
    height: 100%;
    width: 100%;
    /*display: inline-table;*/
    position: relative;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
}

.clear{
    clear: both;
}

.nav-right-seach{
    display: flex;
}

.bdcs-search-form-input{
    height: 35px;
    width: 80%;
    border: 1px solid #ddd;
}

.bdcs-search-form-submit{
    width: 20%;
    margin-left: 5px;
}

.container{
    padding: 10px;
}

.content{
    margin-top: 10px;
}

.content li{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height:88px!important;
    line-height:88px;
    text-align:center;
    font-size:16px;
    border-radius: 5px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.bannerBg{
   background-image: url(/static/home/img/bg.png);
    width: 100%;
    height: 140px;
    background-size: 100% 100%;
    font-size: 23px;
    text-align: center;
    line-height: 140px;
    color: #fff;
}









