| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- * {
- margin: 0;
- padding: 0;
- }
- #liucheng {
- width: 100%;
- height: auto;
- float: left;
- }
- #liucheng_lx {
- width: 100%;
- height: 31px;
- float: left;
- color: #1e7ac5;
- margin-top: 15px;
- margin-bottom: 5px;
- font-size: 14px;
- font-weight: bold;
- text-indent: 0.5em;
- line-height: 30px;
- border-bottom: 1px solid #e3e3e1;
- }
- #liucheng_lx_name { /* width: 100%; */
- padding: 0px 10px;
- margin-left: 5px;
- height: 29px;
- line-height: 29px;
- border-top: 1px solid #e3e3e1;
- border-left: 1px solid #e3e3e1;
- border-right: 1px solid #e3e3e1;
- border-bottom: 1px solid #fff;
- background: url(liucheng_lx_name_bg.jpg) repeat-x;
- }
- #liucheng_name {
- width: 100%;
- height: auto;
- float: left;
- }
- #liucheng_lx_name span {
- float: left;
- display: block;
- }
- #liucheng_name1 {
- width: 18.5%;
- margin: 5px;
- height: auto;
- float: left;
- font-size: 12px;
- text-align: center;
- }
- #liucheng_name1 a {
- width: 100%;
- text-decoration: none;
- float: left;
- font-size: 12px;
- color: #000;
- padding: 7px 0px;
- text-align: left;
- text-indent: 40%;
- background: #eeeeee url(li.png) no-repeat 30% 10px;
- }
- #liucheng_name1 a:hover {
- text-decoration: none;
- float: left;
- font-size: 12px;
- color: #000;
- padding: 7px 0px;
- text-align: left;
- text-indent: 40%;
- background: #e2e2e2 url(li.png) no-repeat 30% 10px;
- }
- .bg {
- background: #eeeeee;
- color: #000000;
- text-align: center;
- font-size: 12px;
- font-family: "ÐÂËÎÌå";
- }
- .bg:hover {
- background: #e2e2e2;
- }
|