@charset "utf-8";
/* CSS Document */
*{

  padding: 0;

  margin: 0;

}

.law {

  width: 520px;

  border: 2px double gray;

  padding: 20px 15px ;

  margin: 20px 40px 20px 20px;

  background: url("../images/备用.jpg");

}

.law h2{

  padding-bottom: 5px;

  color: black;

  font-weight: bold;

}

.law ul{

   padding:5px 10px ;

   background: white;

}

.law ul li{

  list-style: none;

  height: 30px;

  line-height: 30px;

  border-bottom: 1px dashed gray;

  text-indent: 15px;

  font-size: 14px;

  background:url() no-repeat center left;

}

.law a{

  text-decoration: none;

  color: #06C;

}

.law a:hover{

  text-decoration: underline;

  color: red;

}

</style>
