﻿@charset "utf-8";
/*左侧开始*/
html, body {
    height: 100%;
}
.content-block{
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 600px;
}
.mod-about .category{
    color:#333;
}
#footer{
    border: none;
}
#content{
   padding-bottom: 30px;
    background-color: #f7f7f7;

}
.law_content{
    width: 1200px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.law_left{
    position: absolute;
    width: 280px;
    top:20px;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
}

.law_left h2{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-left: 30px;
}
.law_left .left_sidebar li:first-child{
    border-top:1px solid #ededed;
}
.law_left .left_sidebar li{
    border-bottom: 1px solid #ededed;
    position: relative;
}
.law_left .left_sidebar li.active .the_sidebar{
    display: block;
    visibility: visible;
}
.law_left .left_sidebar li p{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    transition: all .5s;
    color: #333;
    margin-right: 30px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 50px;
}
.law_left .left_sidebar li p:hover,.left_sidebar .the_sidebar dd:hover{
    cursor: pointer;
}
.law_left .left_sidebar li p:before{
    content: "";
    width: 14px;
    height: 14px;
    background: url(../Images/row.png) no-repeat center;
    display: block;
    position: absolute;
    top: 16px; 
    right: 30px;
    -webkit-transition: transform .5s ease ;
    -moz-transition: transform .5s ease ;
    transition: transform .5s ease ;
}
.law_left .left_sidebar li.active p:before{
    transform:rotate(90deg);
}
.left_sidebar{
    overflow: auto;
    height: calc(100% - 40px);
}
.left_sidebar .the_sidebar dd{
     height: 40px;
    line-height: 40px; 
    color: #666;
    position: relative; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
.left_sidebar .the_sidebar dd a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 40px;
}
.the_sidebar dd.active,
.the_sidebar dd:hover{
    background-color: #f7f7f7;
    color:#e41f2b;
} 
.the_sidebar dd.active:after{
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    width: 3px;
    content: '';
    display: block;
    background: #e41e2b;
}
.the_sidebar{
    display: none;
}

/*左侧结束*/

/*右侧开始*/
.law_right{ 
    width: 880px;
    float: right;
    right: 0;
    margin-top: 20px; 

}
.law_right .crumbs{
    line-height: 40px;  
    font-size: 12px;
}
.crumbs a.help-link {
    color: #2d56B1;
}
.law_right .law-content{
    padding: 20px 40px; 
    background-color: #fff;
}
.law_right .law-content .content-block{
    padding: 20px 0 0;
}
.law_right h1{
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
    color: #333;
}
.text_box{
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-bottom: 20px;
}
.text_box p{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.text_box span{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.text_box ul{
    padding-left:20px ;
}
.text_last p{
    font-size: 14px;
    margin-top: 40px;
    padding-bottom: 40px;
}

@media(max-width:1279px){
    .law_content{
        width: 100%;
    } 
    .law_right{
        width: 700px;
    }
}
@media(max-width:1023px){
    .law_content{
        padding: 0;
    }
    .law_left h2{
        position: relative;
        height: 50px;
        line-height: 50px;
        z-index: 5;
        background: #fff;
        padding-left: 20px;
    }
    .law_right .crumbs{ 
        padding: 0 20px;
    }
    .law_right .law-content{
        padding: 0 20px;
    }
    .law_left .left_sidebar li:first-child{
        border-top: 0 none;
    }
    .law_left .left_sidebar li p:before{
        margin-right: 0px;
    }
    .law_left .left_sidebar li p{
        padding:0 20px;
    }
    .left_sidebar .the_sidebar dd{
        padding:0 40px; 
    } 
    .left_sidebar{
        position: absolute; 
        background: #fff;
        padding:0 ;
        box-shadow: 0 1px 20px rgba(0,0,0,.2);
        width: 100%;
        z-index: 2;
        border-top:1px solid #eee;
        display: none;
        overflow: hidden;
        overflow-y: auto;        
    }
    .menu-btn{
        position: absolute;
        top: 20px;
        right: 20px;
        background: url(../Images/menu-btn.png) no-repeat;
        width: 17px;
        height: 17px;
    }
    .law_left h2.active .menu-btn{
        background-position: 0 -45px ;
    }
    .law_left{
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 10px;
        z-index: 9;
    } 
    .law_right{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
}
