.gy_two{
    width: 100%;
}
.mbx{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    color: #0075c5;
    box-sizing: border-box;
}
.mbx>a{
    color: #0075c5;
}
.mbx>a:hover{
    text-decoration: underline;
}
.gy_two_cont{
    width: 100%;
    border: 1px solid #bfdff8;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
.cont_top{
    line-height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    background-color: #eff6fc;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}
.top_l{
    display: flex;
    align-items: center;
}
.top_l>:first-child{
    color: #0075c5;
    font-size: 26px;
    padding-right: 60px;
}
.top_l>:last-child{
    color: #9fc8e4;
    font-size: 22px;
}
.top_r{
    display: flex;
    align-items: center;
}
.cont_c{
    margin: 20px 80px 0 80px;
    line-height: 40px;
}
.cont_c p{
    color: rgb(72,72,72);
    font-size: 18px;
    text-indent: 2em;
}

.fwcdt_c{
    margin: 20px 40px 0 40px;
}
.cont_c li{
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont_c li a{
    width: 100%;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 3px;
}
.cont_c>ul>li a:hover{
    text-decoration: underline;
}
.cont_c li .li_l{
    width: 80%;
    display: flex;
    align-items: center;
}
.cont_c li .li_l>img{
    /*margin-right: 13px;*/
}
.cont_c li .li_r{
    color: #7a7a7a;
}
.cont_c>.page{
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
}
.cont_c>.page>ul{
    display: flex;
}
.cont_c>.page>ul>li{
    border: 1px solid #ccc;
    margin-right: 20px;
}
.page>ul a{
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    padding: 0 24px;
}








.show{
    display: block;
}
.hidden{
    display: none;
}
