@charset "UTF-8";
/**
 * 网站地图
 * date: 2024-12-17
 * author: fxyue;
 */
.site {
  padding: 20px;
  background: #fff;
}
.site-list {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F8FAFF;
  border-radius: 4px;
}
.site-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #0F62A9;
}
.site-name {
  border-radius: 6px;
  overflow: hidden;
  width: 174px;
  color: #014693;
  font-size: 22px;
  line-height: 60px;
  font-family: "Alimama_ShuHeiTi_Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/site_name_bg.png") no-repeat;
  background-size: 100% 100%;
}
.site-box {
  flex: 1;
  width: 0;
  min-height: 60px;
  padding: 10px 24px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.site-box > ul {
  margin: -10px 0 0 -48px;
  display: flex;
  flex-wrap: wrap;
}
.site-node {
  margin: 10px 0 0 48px;
  line-height: 24px;
  width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  font-size: 16px;
  background: url("../images/site_icon.png") left center no-repeat;
}
.site-node > a {
  color: #333;
}
.site-node:hover > a {
  color: #0F62A9;
}