.page_law_top{
    background-color: #f4f4f4;
}
.page_law_top .title{
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0 12px 0;
}
.page_law_top .title span{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #004aa7;
    line-height: 20px;
    padding-left: 12px;
    border-left: 5px solid #004aa7;
}
.page_law_top .form{
    padding: 30px 0;
}
.page_law_top .form .i{
    text-align: center;
    padding-bottom: 20px;
}
.page_law_top .form .e{
    display: table;
    margin: auto;
}
.page_law_top .form .e > div{
    display: table-cell;
}
.page_law_top .form .e > div:not(:first-child){
    padding-left: 60px;
}
.page_law_top .form input{
    background-color: #fff;
    height: 40px;
    width: 530px;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    padding: 0 12px;
}
.page_law_top .form button{
    width: 140px;
    height: 45px;
    border-radius: 3px;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.page_law_top .form button[type="submit"]{
    background-color: #004aa7;
}
.page_law_top .form button[type="reset"]{
    background-color: #a5a5a5;
}

.page_law_main{
    background-color: #ffffff;
    padding: 40px 0;
}

.page_law_main .slide{
    width: 220px;
}
.page_law_main .menu{
    background-color: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
}
.page_law_main .menu .menu_head{
    background-color: #004aa7;
    padding: 10px 0;
    border-radius: 20px;

    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: center; /* IE10 */
    -ms-flex-align: start; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: start;
}
.page_law_main .menu .menu_head .icon{
    width: 20px;
    height: 20px;
    background: url(szfg_menu_icon.png) no-repeat center center;
}
.page_law_main .menu .menu_head .title{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 10px;
}
.page_law_main .menu .menu_body{
    padding: 12px;
}
.page_law_main .menu .menu_body > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_law_main .menu .menu_body > ul > li{
    margin-top: 1px;

    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard syntax */
}
.page_law_main .menu .menu_body > ul > li > a{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: start; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: start;

    border-radius: 15px;
    padding: 10px 15px;
    color: #004aa7;

    cursor: pointer;
}
.page_law_main .menu .menu_body > ul > li > a > .name{
    -ms-flex: 1; /* IE10 */
    flex: 1;

    font-size: 18px;
    line-height: 18px;
}
.page_law_main .menu .menu_body > ul > li > a > .more{
    line-height: 18px;
    font-size: 12px;
}
.page_law_main .menu .menu_body > ul > li > a:hover{
    background-color: rgba(0,0,0, 0.1);
    color: #004aa7;
}
.page_law_main .menu .menu_body > ul > li.active > a{
    background-color: #004aa7;
    color: #fff;
}
.page_law_main .menu .menu_body > ul > li > ul{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_law_main .menu .menu_body > ul > li.open > ul{
    display: block;
}
.page_law_main .menu .menu_body > ul > li > ul > li{
    margin-top: 1px;
}
.page_law_main .menu .menu_body > ul > li > ul > li > a{
    display: block;
    font-size: 18px;
    line-height: 18px;
    border-radius: 15px;
    padding: 10px 15px 10px 33px;
    color: #004aa7;
}
.page_law_main .menu .menu_body > ul > li > ul > li > a:hover{
    background-color: rgba(0,0,0, 0.1);
    color: #004aa7;
}
.page_law_main .menu .menu_body > ul > li > ul > li.active > a{
    background-color: #004aa7;
    color: #fff;
}

.page_law_main .main{
    -ms-flex: 1; /* IE10 */
    flex: 1;
    margin-left: 40px;
}
.page_law_main .main .page{
    padding-top: 20px;
}
