body{
    background-image: url(../images/beijing1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.module{
    padding: 0 10px;
}
.divs{
    display: flex;
    height: 16px;
    line-height: 16px;
}
.div_ti{
    background-color: #FFFFFF;
    width: 3px;
    height: 18px;
}
.div_title{
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 10px;
    font-weight: bold;
}

.mui-content-padded{
    margin: 18px 18px 0px 18px;
    color: #000 !important;
    font-weight: bold;
    font-size: 16px;
}
a{
    color: #000000;
    text-decoration: none;
}
.my_icon{
    width: 40px;
}
.mui_cpzx{
    list-style: none;
    width: 100%;
    margin: 12px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mui_cpzx li:first-child{
}
.li_content{
    padding: 11px 0;
    width: 20%;
}
.li_content a{
    text-align: center;
}
.tab_div{
    margin-top: 15px;
    height: 20px;
    overflow: hidden;
}
.tab_div span{
    font-size: 14px;
    color: #ffffff;
}
center{
    margin-top: 30px;
}