html,body,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
html{font-size: 15px;font-family:"microsoft yahei","Microsoft YaHei ui";color:#333;}
a{text-decoration:none;}
ul,li{list-style:none;}
.lf{float:left;}
.rt{float:right;}
img{vertical-align: middle;border:none;}
body{
    background-color: #f5f5f5;
}
.lawsInfos{
    width: 1260px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.lawsInfoLf{
    width: 200px;
    float: left;
    box-sizing: border-box;
}
.lawsInfoRt{
    margin-left: 210px;
    padding: 15px;
    box-sizing: border-box;
    padding-top: 0px;
}
.lawsInfos:after{
    content: "";
    display: table;
    clear:both;
}
.lawsInfoRt h1{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #c7c0c0;
    padding-bottom: 10px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.dateInfos ul li a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #505058;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
}
.dateInfos ul li a:after{
    content: "";
    display: table;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #da0000;
    left: 0px;
    top: 7px;
}
.dateInfos ul li p{
    font-size: 15px;
    color: #8d8d91;
    margin-bottom: 15px;
    border-bottom: 1px dashed #b2aeae;
    padding-bottom: 15px;
    line-height: 25px;
    text-indent: 2em;
}
.layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
    color: #e40101;
}
.lawInfo{
    border: 1px solid #da0000;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
}
.lawInfo h3{
    background-color: #da0000;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.lawInfo h3 a{
    color: #fff;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    letter-spacing: 2px;
}
.lawLfDown ul{
    padding: 10px;
    box-sizing: border-box;
}
.lawLfDown ul li{
    height: 36px;
    line-height: 36px;
}
.lawLfDown ul li a{
    font-size: 14px;
    color: #555;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lawLfDown ul li a:hover,.dateInfos ul li a:hover {
    color: #e40101;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #e40101;
}
.layui-laypage a:hover {
    color: #e40101;
}
.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #e40101!important;
}