@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
}

.con_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}


.query_box {
    width: 100%;
}

.query_box .query_title {
    margin-bottom: 0.28rem;
    font-size: 0.3rem;
    font-weight: bold;
    padding: 0 0.15rem;
    text-align: center;
}

.query_box div.zm_1 {
    width: 100%;
    display: flex;
    font-size: 0.28rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.query_box  div.zm_1 div {
    color: #e3a21c;
    text-align: center;
    cursor: pointer;
    padding: 0.2rem;
    height: 0.7rem;
}
.name_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.name_title{
    font-size: 0.28rem;
    color: #07619d;
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.name_content ul{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}
.name_content ul li{
    display: flex;
    padding: 0.25rem;
    justify-content: center;
}
.name_content ul li a{
    display: block;
    color: #000;
    font-size: 0.28rem;
}
.name_content ul li a:hover{
    font-weight: bold;
}
.query_box div.zm_1 .hover_1{
    border-bottom: 2px solid #07619d;
}
.query_box div.zm_1 div:hover{
    border-bottom: 2px solid #07619d;
}