﻿* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.clearfix {
  zoom: 1
}

a {
  color: #333333;
}

a:hover {
  color: #7892ff;
}

body {
  background: url(/picture/6/2011091419084301693.jpg) top center no-repeat;
}

.ly-container {
  padding-bottom: 60px;
}

.ly-main {
  width: 1200px;
  margin: auto;
    position: relative;
}

.logo {
  padding-top: 20px;
}

.ly-content {
  margin-top: 270px;
  background: rgba(255,255,255,.8);
  padding: 15px 10px;
}

.ly-content ul {
  margin: 10px 0;
}

.ly-content li {
  background: #95D0DE;
  float: left;
  margin: 10px;
  width: 176px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  transition: .3s ease;
}

.ly-content li:hover {
  background: #08A9D3;
}

.ly-content li a {
  display: block;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.ly-content li:hover a {
  color: #fff;
}