header {
  position: fixed;
  z-index: 100;
  width: 100%; }
  header .sitelogo {
    height: 50px;
    display: inline-block;
    float: left;
    padding-left: 10px; }
    header .sitelogo a {
      display: inline-block;
      height: 100%;
      width: 100%;
      line-height: center; }
      header .sitelogo a img {
        width: 140px;
        object-fit: contain;
        height: 100%;
        image-rendering: -webkit-optimize-contrast; }
  header .navbox {
    max-width: calc(100% - 100px);
    margin: 0 auto 0 170px; }
    header .navbox .header-nav {
      max-width: 780px; }
      header .navbox .header-nav ul {
        display: flex;
        justify-content: space-between; }
        header .navbox .header-nav ul li {
          position: relative;
          height: 100%; }
          header .navbox .header-nav ul li .active::after {
            opacity: 1; }
          header .navbox .header-nav ul li a {
            color: #fff;
            font-weight: 700;
            display: inline-block;
            height: 50px;
            line-height: 50px;
            position: relative;
            transition: all 0.3s;
            -webkit-filter: drop-shadow(1px 1px 1px transparent);
            filter: drop-shadow(1px 1px 1px transparent); }
            header .navbox .header-nav ul li a::after {
              content: "";
              position: absolute;
              left: 50%;
              bottom: 5px;
              width: 40px;
              transform: translateX(-50%);
              border-bottom: 2px solid rgba(255, 255, 255, 0.6);
              opacity: 0;
              -webkit-filter: drop-shadow(1px 1px 1px transparent);
              filter: drop-shadow(1px 1px 1px transparent);
              transition: all 0.3s; }
            header .navbox .header-nav ul li a:hover::after {
              opacity: 1; }
            header .navbox .header-nav ul li a:hover + .actnavsign {
              opacity: 1;
              transform: scale(1.1); }
            header .navbox .header-nav ul li a:hover {
              -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 51, 0.5));
              filter: drop-shadow(1px 1px 2px rgba(0, 0, 51, 0.5));
              transform: scale(1.1); }
            header .navbox .header-nav ul li a img {
              width: 129px;
              transition: all 0.3s;
              object-fit: contain;
              height: 100%;
              image-rendering: -webkit-optimize-contrast; }
          header .navbox .header-nav ul li .actnavsign {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            margin-top: -8px;
            right: -35px;
            opacity: 0;
            transition: all 0.3s; }
          header .navbox .header-nav ul li .active {
            opacity: 1; }

.warp {
  padding-top: 100px; }

.warp .center .topbox {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 5px;
  padding: 20px; }

.warp .center .topbox h1 {
  font-size: 20px;
  font-weight: bold;
  color: #444; }

.warp .center .topbox .intr {
  font-size: 14px;
  color: #777;
  margin-top: 5px; }

.warp .center .main {
  min-height: 575px;
  border-radius: 5px; }

.warp .center .main .bottombox ul {
  position: relative; }

.warp .center .main .bottombox ul li {
  position: absolute;
  display: block;
  width: 192px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02);
  -webkit-transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02);
  -webkit-backface-visibility: hidden; }

.warp .center .main .bottombox ul li:nth-child(4n) {
  margin-right: 0; }

.warp .center .main .bottombox ul li:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
  transform: translateY(-1px); }

.warp .center .main .bottombox ul li a {
  display: block; }

.warp .center .main .bottombox ul li .pic img {
  width: 100%;
  border-radius: 3px 3px 0 0; }

.warp .center .main .bottombox ul li .content1 {
  border-bottom: 1px solid #f2f2f2;
  padding: 0px 16px; }

.warp .center .main .bottombox ul li .content1 .title {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0; }

.warp .center .main .bottombox ul li .content1 .subtitle {
  display: block;
  font-size: 12px;
  margin: 10px 0; }

.warp .center .main .bottombox ul li .content2 {
  padding: 16px; }

.warp .center .main .bottombox ul li .content2 .touxiang {
  float: left;
  margin-right: 10px; }

.warp .center .main .bottombox ul li .content2 .touxiang img {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%; }

.warp .center .main .bottombox ul li .content2 .intr {
  float: left; }

.warp .center .main .bottombox ul li .content2 .intr a {
  font-size: 12px;
  color: #9E7E6B; }

.warp .center .main .loading {
  padding-top: 80px; }

.warp .center .main .loading img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  animation: myfirst 1s steps(8) infinite; }

.warp .center .main .loading p {
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 30px; }

@keyframes myfirst {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.infomask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(229, 229, 229, 0.95);
  z-index: 99994;
  overflow: auto;
  padding-top: 40px;
  display: none; }

.infomask .close {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 20px; }

.infomask .center .main {
  width: 720px;
  min-height: 575px;
  float: left;
  border-radius: 5px;
  background: #fff;
  padding: 16px; }

.infomask .center .main .pic {
  background: #FCFCFC; }

.infomask .center .main .pic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  cursor: zoom-in; }

.infomask .center .main .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 25px; }

.infomask .center .main .info .author {
  margin-top: 5px;
  display: block;
  font-size: 14px; }

.infomask .center .main .info .datetime {
  margin-top: 15px;
  color: #999;
  font-size: 12px; }

.infomask .center .aside {
  width: 280px;
  float: right; }

.infomask .center .aside .info {
  background: #fff;
  border-radius: 5px;
  padding: 20px; }

.infomask .center .aside .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.infomask .center .aside .info .author {
  margin-top: 15px;
  display: block; }

.infomask .center .aside .info .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left; }

.infomask .center .aside .info .author .name {
  float: left;
  line-height: 40px;
  margin-left: 10px;
  font-size: 14px; }

.infomask .center .aside .info .datetime {
  margin-top: 15px;
  color: #999;
  font-size: 12px; }

footer {
  background-color: #fff;
  height: 90px;
  margin-top: 183px;
  text-align: center;
  box-shadow: 0 -2px 36px 0 rgba(36, 33, 46, 0.06);
  border-top: 1px solid #f3f3f3; }

footer a {
  display: block;
  text-align: center;
  color: #666;
  padding-top: 20px;
  font-size: 12px; }

/*# sourceMappingURL=list.css.map */

/*# sourceMappingURL=list.css.map */
