@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.con_box {
    width: 14.66rem;
    margin: 0 auto;
    background: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.content {
    position: relative;
    display: flex;
}

.query_box {
    width: 100%;
}

.query_box .query_title {
    margin-bottom: 0.26rem;
    font-size: 0.25rem;
    font-weight: bold;
    padding: 0 0.15rem;
    text-align: center;
}

.query_box div.zm_1 {
    width: 100%;
    display: flex;
    font-size: 0.26rem;
    justify-content: space-evenly;
    transition: all 50ms;
}
.query_box  div.zm_1 div {
    color: #e3a21c;
    text-align: center;
    cursor: pointer;
    padding: 0.1rem 0.15rem;
    transition: all 50ms;
}
.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.3rem;
}
.name_content ul{
    display: flex;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #e6e6e6;*/
    margin-bottom: 0.3rem;
}
.name_content ul li{
    display: flex;
    padding: 0 0.5rem 0.15rem 0;
}
.name_content ul li a{
    display: block;
    color: #000;
    font-size: 0.28rem;
    transition: all 0.2s;
}
.name_content ul li a:hover{
    color: #07619d;
    transition: all 0.2s;
}
.query_box div.zm_1 .hover_1{
    border-bottom: 2px solid #07619d;
    transition: all 50ms;
}
.query_box div.zm_1 div:hover{
    border-bottom: 2px solid #07619d;
    transition: all 50ms;
}