@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  border-radius: 20px;
  box-sizing: border-box;
}
* a {
  color: #000;
}
* a:hover {
  color: #06C;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bgvideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.top {
  width: 1024px;
  height: 60px;
  margin: 10px auto 10px;
  background-color: rgba(155, 186, 213, 0.2);
  background-image: linear-gradient(to left, rgba(152, 223, 254, 0.5019607843), rgba(111, 106, 255, 0.5019607843));
}
.top .logo {
  float: left;
  margin-left: 20px;
}
.top .logo a {
  float: left;
}
.top .logo h1 {
  margin-left: 20px;
  letter-spacing: 3px;
  color: #98e0fe;
  line-height: 55px;
  font-family: "微软雅黑";
  font-style: italic;
  text-decoration: dashed underline #b0e0ff;
  text-underline-offset: 6px;
  text-shadow: 2px 2px 0 #08aeea, 4px 4px 0 #98e0fe;
  -webkit-text-stroke: 1px #08aeea;
  -webkit-text-fill-color: transparent;
  float: left;
}
.top .logo h1:hover {
  text-shadow: 2px 2px 0 #5470ff, 4px 4px 0 #a998fe;
  -webkit-text-fill-color: currentColor;
}
.top .weather {
  float: right;
  width: 160px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.nav {
  width: 1024px;
  height: 50px;
  margin: auto;
  background-color: rgba(155, 186, 213, 0.2);
  background-image: linear-gradient(to bottom, rgba(152, 223, 254, 0.5019607843), rgba(57, 106, 255, 0.5019607843));
}
.nav a {
  float: left;
  width: 100px;
  height: 40px;
  margin: 5px;
  line-height: 40px;
  text-align: center;
  color: #dedfff;
  font-weight: bold;
}
.nav a:hover {
  background-color: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  color: #ff5050;
  font-weight: bold;
}

.login {
  float: right;
}
.login a {
  font-size: 20px;
  color: #ff5454;
  font-family: "微软雅黑";
}

.banner {
  width: 1024px;
  height: 250px;
  margin: 10px auto 10px;
  opacity: 0.9;
  position: relative;
}
.banner .search {
  position: absolute;
  z-index: 1;
}
.banner .search-box {
  width: 512px;
  height: 50px;
  font-size: 30px;
  border: 1px solid #000000;
  background-color: rgba(95, 95, 95, 0.5019607843);
  color: #3c3c3c;
  margin: 100px 0 100px 210px;
  border-radius: 25px;
  float: left;
  padding-left: 20px;
}
.banner .search-box:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.banner .search-btn {
  width: 50px;
  height: 50px;
  float: right;
  margin: 100px 200px 100px 10px;
}
.banner .image-slider {
  position: absolute;
  width: 1024px;
  height: 250px;
  overflow: hidden;
  z-index: 0;
}
.banner .image-slider img {
  display: inline-block;
  width: 1024px;
  height: 250px;
}

.main {
  width: 1024px;
  height: 600px;
  margin: auto;
}
.main-left {
  width: 240px;
  float: left;
  background-color: #5f5f5f;
  text-align: center;
  padding-top: 20px;
}
.main .list-title {
  border-bottom: 1px solid #fff;
  font-size: 24px;
}
.main .list-content li {
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #dedfff;
  font-weight: bold;
}
.main .list-content li:hover {
  background-color: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  color: #ff5050;
  font-weight: bold;
}
.main-right {
  width: 740px;
  float: right;
  border: 1px solid #000000;
}
.main-right #table {
  width: 700px;
  height: 300px;
  margin: 10px;
  border: 1px solid #000;
}
.main-right #table caption {
  text-align: left;
  line-height: 32px;
  font-weight: bold;
  font-size: 30px;
  color: #000;
}
.main-right #table thead {
  line-height: 32px;
  color: #000;
}
.main-right #table tbody .font_num {
  text-align: center;
}
.main-right #table tbody .font_sty {
  text-align: center;
}
.main-right #table tbody .font_name {
  font-weight: bold;
  text-align: center;
}
.main-right #table tbody .font_time {
  color: #7c7c7c;
  text-align: center;
}
.main-right #table tbody .obb {
  background-color: rgba(153, 0, 229, 0.1098039216);
}
.main-right #table tbody tr:hover {
  background-color: rgba(225, 172, 172, 0.5019607843);
  box-shadow: 0 0 1rem rgba(229, 229, 229, 0.5019607843);
}
.main-right #table tbody tr td {
  height: 50px;
  line-height: 20px;
  border-bottom: 1px dashed #CCC;
}

.bgm {
  color: #2980b9;
  opacity: 0.8;
}