@charset "utf-8";
a {
  color: #000;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/* 页头 */

#top1 {
  border-bottom: 1px solid #ccc;
}

#top1>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#top1>div a {
  font-size: 16px;
}

#top1-1 {
  padding-right: 90px;
}

#top1-2 {
  flex: 1;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

#top1-2 a {
  line-height: 50px;
  display: block;
  margin: 0 20px;
  padding: 0 5px;
}

#top1-2 .active {
  border-bottom: 2px solid #008a84;
  font-weight: bold;
  color: #008a84;
}

#top2 {
  padding: 10px 0;
  width: 1200px;
  margin: 0 auto;
}

#top1-3 a {
  padding: 0 10px;
}

/* 页脚 */

footer {
  color: #797979;
  line-height: 30px;
  background-color: #000;
  padding-bottom: 30px;
}

#footer a {
  color: #797979;
}

#f1 {
  padding-top: 30px;
  border-bottom: 1px #ccc solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

#f1-2 a {
  color: #797979;
  padding-left: 2rem;
  line-height: 30px;
}

#f2 {
  line-height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

#f2 a {
  color: #797979;
}

#f3 a {
  color: #797979;
  padding-right: 5px;
}

#f4 a {
  color: #797979;
  padding-right: 5px;
}

/* 首页 */

.mylinklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mylinklist a {
  width: 200px;
  border-radius: 10px;
  border: 1px #ccc solid;
  display: block;
  margin-bottom: 20px;
}

.mylinklist a img {
  border-radius: 10px;
}

.my1 {
  margin: 10px 0;
}

.my1 span {
  color: #fff;
  padding: 3px 7px;
  border-radius: 2px;
}

.my2 {
  width: 280px;
  height: 210px;
  border-radius: 10px;
}

.myh {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
}

.myh a {
  color: #019287;
}

#myh1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

#myh1 h2 {
  flex: 1;
}

.left-absolute {
  line-height: 35px;
  font-size: 1rem;
}

#Page {
  line-height: 50px;
  font-size: 14px;
}

#Page .current {
  color: red;
  font-weight: bold;
}

#HouseNew {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}