@charset "UTF-8";
/**
 * 尾部公告css
 */
/* body {
  margin: 0;
  color: #fff;
  background: #000; } */

.footer {
  margin-top: 60px; }
  .footer .list h3 {
    font-size: 20px; }
  .footer .list a {
    display: block;
    color: #fff;
    cursor: pointer; }
    .footer .list a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer .contact {
    display: flex;
    align-items: center;
    margin: 15px 0; }
    .footer .contact img {
      width: 107px;
      height: 107px;
      border-radius: 3px; }
    .footer .contact .content {
      margin-left: 20px; }

.end {
  text-align: center;
  padding: 20px;
  border-top: 1px solid; }
