﻿.chuShou_item {
  font-weight: bold;
}
.ChuShou .chuShou_item {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 0px solid #f2f2f2;
}
.house_li {
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}
.Tag {
  margin-top: 15px;
}
.Tag .AddTime {
  background: #e6f7ef;
  color: #30956b;
  padding: 4px 6px;
  border-radius: 2px;
}
.R_Menu {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
body {
  background-color: #fff;
}
.header {
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #e5e5e5;
  position: fixed;
  top: 0px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  background: #fff;
}
.header .header_back {
  position: absolute;
  top: 0px;
  left: 10px;
}
.header .header_back .iconfont {
  font-size: 22px;
  padding: 5px;
}
.header .Home {
  position: absolute;
  top: 0px;
  right: 10px;
}
.header .Home .iconfont {
  font-size: 22px;
  padding: 5px;
}
.header .TrueName {
  font-size: 16px;
  font-weight: bold;
}
.footer {
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.footer .footer_l {
  float: left;
  display: flex;
}
.footer .footer_l .Head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.footer .footer_l .footer_User {
  margin-left: 10px;
}
.footer .footer_l .footer_User .TrueName {
  font-weight: bold;
}
.footer .footer_l .footer_User .StoreName {
  color: #777;
}
.footer .footer_r {
  float: right;
}
.News {
  margin-top: 50px;
  padding-bottom: 60px;
}
.News .Xian {
  height: 10px;
  background: #e5e5e5;
}
.News .Top_Box {
  padding-bottom: 20px;
  position: relative;
  padding: 10px;
}
.News .Top_Box h1 {
  font-size: 18px;
  font-weight: bold;
  padding-right: 35px;
}
.News .Top_Box .Remarks {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.News .Top_Box .DateBox {
  margin-top: 10px;
}
.News .Top_Box .DateBox ul {
  margin-top: 5px;
}
.News .Top_Box .DateBox ul li {
  margin-right: 20px;
  color: #999;
  padding-bottom: 5px;
}
.News .Top_Box .menu_right {
  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 999;
}
.News .Top_Box .menu_right i {
  font-size: 20px;
  padding: 5px;
  font-weight: bold;
}
.News .ZhaiYao {
  padding: 15px 0px;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
.News .ZhaiYao .Title2 {
  color: #0079fe;
}
.News .NeiRong {
  padding: 10px;
  margin-top: 20px;
}
.News .HuiDa {
  padding: 10px;
}
.News .HuiDa h2 {
  font-size: 16px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
  font-weight: bold;
}
.News .HuiDa ul li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px;
}
.News .HuiDa ul li .User {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
.News .HuiDa ul li .User .UserJiBen {
  display: flex;
}
.News .HuiDa ul li .User .UserJiBen .Userimg {
  width: 40px;
  border-radius: 50%;
  height: 40px;
}
.News .HuiDa ul li .User .UserJiBen .UserName {
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
}
.News .HuiDa ul li .HuiDaNeiRong {
  margin-top: 10px;
}
.News .HuiDa ul li .Date {
  margin-top: 10px;
  color: #999;
}
.News .TuiJian {
  padding: 10px;
}
.News .TuiJian h2 {
  font-size: 16px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
  font-weight: bold;
}
.News .TuiJian ul li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px;
}
.News .TuiJian ul li h3 {
  font-size: 14px;
  padding-bottom: 2px;
}
.News .TuiJian ul li p {
  color: #999;
}
.News .TuiJian ul li p span {
  margin-right: 15px;
}
.btn {
  padding: 4px 8px;
}