@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
li{list-style:none;line-height:45px;}
a{text-decoration:none;}
body{}

#l{width: 1000px;height: 612px;overflow:hidden;margin:0 auto;}
#l .l1{width:500px;height: 612px;float:left;}
#l .l1 ul{}
#l .l1 ul li{}
#l .l1 ul li a{color: aliceblue;}
#l .l1 ul li a:hover{color: deeppink;}
#l .l2{width:500px;height: 612px;float:left;padding-top: 25px;}
#l .l2 ul{}
#l .l2 ul li{}
#l .l2 ul li a{color: aliceblue;}
#l .l2 ul li a:hover{color: deeppink;}