.gy_three{
    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_three_cont{
    width: 100%;
    border: 1px solid #bfdff8;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
.cont_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 88px;
    padding: 0 60px;
    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;
    cursor: pointer;
}
.cont_c{
    margin: 20px 80px 0 80px;
    line-height: 40px;
}
.cont_title{
    width: 100%;
    color: #a5cde7;
    background: url("../img/fwchd/list_top_bg.jpg") repeat-x;
    padding: 0 40px;
    box-sizing: border-box;
}
.cont_title>ul{
    display: flex;
}
.cont_title>ul>li{
    width: 181px;
    text-align: center;
    line-height: 70px;
    padding-bottom: 16px;
    font-size: 26px;
    cursor: pointer;
}
.cont_title>ul>li:nth-child(1){
    background: url("../img/fwchd/list_top_choose_bg.jpg");
    color: #ffffff;
}
.cont_c p{
    color: rgb(72,72,72);
    font-size: 18px;
    text-indent: 2em;
}

.fwcdt_c{
    margin: 0px 40px 0 40px;
}
.lxwm_c{
    margin: 20px 100px 0 100px;
}
.lxwm_c p{
    font-size: 16px;
    text-indent: 0;
}
.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;
}
.cont_c 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;
}








.show{
    display: block;
}
.hidden{
    display: none;
}
