@font-face {
  font-family: "iconfont";
  src: url("/iconfont/iconfont.eot?t=1484032757244");
  /* IE9*/
  src: url("/iconfont/iconfont.eot?t=1484032757244#iefix") format("embedded-opentype"), url("/iconfont/iconfont.woff?t=1484032757244") format("woff"), url("/iconfont/iconfont.ttf?t=1484032757244") format("truetype"), url("/iconfont/iconfont.svg?t=1484032757244#iconfont") format("svg");
  /* iOS 4.1- */ }
/*@include rounded(10px);*/
/*@include shadow(0, 1px, 2px, rgba(0,0,0,.5));*/
/*@include shadow-inset(0, 1px, 2px, rgba(0,0,0,.5));*/
/* @include box-sizing(); */
/* @include linear-gradient(#ff70b1, #d42a78); */
.laws_wrap {
  margin: 30px auto;
  background-color: white;
  padding: 30px;
  min-height: 500px; }
  .laws_wrap > section {
    margin-top: 30px; }
    .laws_wrap > section ul {
      padding: 0 80px; }
    .laws_wrap > section li {
      box-sizing: border-box;
      width: 100%;
      padding: 10px;
      margin-bottom: 0;
      border-bottom: 1px dashed #ddd; }
      .laws_wrap > section li time {
        line-height: 26px; }
      .laws_wrap > section li > p {
        /*margin-top: 10px;*/ }
        .laws_wrap > section li > p a {
          color: #666; }
      .laws_wrap > section li:hover a {
        color: #1fa9e7; }
