﻿.smallMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin:0.2rem 0;
}

.smallMenu li {
    width: 19%;
    padding: 0;
    margin: 0.3rem 0;
    background-color: azure;
    text-align: center;
    line-height: 2;
}

.smallMenu a {
    font-size: 1.2rem;
    color: #004499;
}

.listBianMin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listBianMin li {
    width: 47%;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.bg_LanSe {
    background-color: dodgerblue;
    ;
}

.bg_HongSe {
    background-color: orangered;
}

.bg_LvSe {
    background-color: mediumseagreen;
}

.bg_ZiSe {
    background-color: darkorchid;
}

.bg_HuangSe {
    background-color: orange;
}

.bg_HuiSe {
    background-color: steelblue;
}

.bg_QingSe {
    background-color: olive;
}

.bg_TuSe {
    background-color: peru;
}

.BianMinRecom li {
    background-color: gray;
}
/*ShowBianMin*/
.bianmin_Con {
    color: #004499;
}

.bianmin_mc {
    padding: 1rem 0;
    line-height: 3rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

.bianmin_contact {
    line-height: 3rem;
    width: 90%;
    font-size: 1.2rem;
}

.bianmin_contact span {
    font-weight: bold;
}

.fie {
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0.3rem;
    border: 0.1rem solid #004499;
    text-align: justify;
}

.fie span {
    font-weight: normal;
    padding: 0.4rem;
    box-sizing: border-box;
    text-align: justify;
    line-height: 2.8rem;
}

.jubao, .jubao a {
    font-size: 1rem;
    color: gray;
    text-align: right;
    line-height: 2.5rem;
    padding-right: 0.3rem;
}
.bm_List,.bm_List a {
    font-size:1.2rem;
    line-height:3;
    color:#004499;
}
.bm_List ol,.bm_List ul {
    display:flex;
    flex-wrap:nowrap;
}
.bm_List ol {
    color:gray;
    line-height:1;
    margin-top:1rem;
}
.sx {
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sx span {
    background-color:lightskyblue;
    border-radius:0.3rem;
    display:inline-block;
    width:1.8rem;
    height:1.6rem;
    text-align:center;
    line-height:1.6rem;
    color:white;
    font-size:1rem;
}
.mc {
    width:60%;
}
.dh {
    width:32%;
}
.mc, .dh {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
