@charset "UTF-8";
body {
  font-size: 0.24rem;
}

.header {
  position: relative;
  background-color: #a78733;
  height: 1rem;
}
.header .logo {
  position: absolute;
  left: 0.3rem;
  top: 0.03rem;
  height: 90%;
}
.header .btn-pre {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  width: 2rem;
  line-height: 0.6rem;
  background-color: #ead396;
  font-size: 0.3rem;
  color: #694c00;
  text-align: center;
  border-radius: 4px;
}

.newsList,
.newsDetail {
  position: relative;
  width: 7.5rem;
}
.newsList .tit,
.newsDetail .tit {
  position: relative;
  line-height: 1.2rem;
  background-color: #ececec;
}
.newsList .tit h2,
.newsDetail .tit h2 {
  padding-left: 0.4rem;
  font-size: 0.38rem;
  color: #a78733;
}
.newsList .tit h2 i,
.newsDetail .tit h2 i {
  color: #656565;
  font-size: 0.26rem;
  margin-left: 0.1rem;
}
.newsList .tit .btn-return,
.newsDetail .tit .btn-return {
  position: absolute;
  right: 0.4rem;
  top: 0.23rem;
  width: 1.82rem;
  line-height: 0.72rem;
  border: 1px solid #999;
  color: #333;
  font-size: 0.3rem;
  text-align: center;
}
.newsList .tab,
.newsDetail .tab {
  padding: 0.4rem 0 0.15rem 0;
  margin: 0 0.4rem 0.1rem 0.4rem;
  border-bottom: 1px solid #666;
  font-size: 0.34rem;
  color: #999;
  text-align: center;
  line-height: 1;
}
.newsList .tab .nav-one,
.newsDetail .tab .nav-one {
  color: #999;
  margin: 0 0.26rem;
  display: inline-block;
}
.newsList .tab .nav-one.cur,
.newsDetail .tab .nav-one.cur {
  color: #ba9f59;
}

.newsList > .list {
  padding: 0 0.3rem;
}
.newsList > .list li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 0.25rem;
}
.newsList > .list li:last-child {
  border-bottom: 0;
}
.newsList > .list a {
  color: #000;
}
.newsList > .list h3, .newsList > .list p {
  overflow: hidden;
}
.newsList > .list h3 {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
  height: 0.34rem;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsList > .list p {
  line-height: 1.6;
  color: #999;
  margin-bottom: 5px;
  height: 0.8rem;
}
.newsList > .list .tag {
  float: left;
  width: 1.68rem;
  line-height: 0.74rem;
  text-align: center;
  background: url("../images/tag.png") 0 0 no-repeat;
  color: #8f7532;
  background-size: contain;
}
.newsList > .list .date {
  float: right;
  color: #999;
  margin-top: 8px;
}
.newsList .newsone-detail.cur {
  display: block;
}
.newsList .newsone-detail .one-max .arr-box {
  width: 6.91rem;
  height: 0.5rem;
}
.newsList .newsone-detail .one-max .right-arr {
  float: right;
  width: 0.5rem;
  height: 0.5rem;
  background-size: 100% 100%;
}
.newsList .newsone-detail .one-max .tit {
  width: 6.72rem;
  height: 0.55rem;
  font-size: 0.32rem;
  border-bottom: 1px solid #ddd;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList .newsone-detail .one-max .desc {
  margin-top: 0.1rem;
  line-height: 0.36rem;
  width: 6.7rem;
  height: 1.04rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList .newsone-detail .one-max .date {
  margin-top: 0.2rem;
  color: #999;
}
.newsList .newsone-detail .one-max .date span {
  float: right;
  color: #999;
}
.newsList .one-sm-box {
  display: block;
  margin-top: 0.2rem;
  padding: 0.1rem 0.2rem 0;
  width: 6.71rem;
  height: 2.66rem;
  border-bottom: 4px solid #b3a798;
  background-color: #eee;
}
.newsList .one-sm-box .one-sm {
  display: block;
  width: 6.71rem;
  height: 0.87rem;
  text-indent: 0.05rem;
  color: #666;
  line-height: 0.87rem;
  border-bottom: 1px solid #ddd;
}
.newsList .one-sm-box .one-sm:nth-child(3) {
  border-bottom: none;
}
.newsList .one-sm-box .one-sm span {
  float: right;
  color: #999;
}
.newsList .morenews {
  display: block;
  margin: 0.28rem 0 0.28rem 0.19rem;
  width: 7.1rem;
  height: 0.86rem;
  background-color: #e3e3e3;
  line-height: 0.86rem;
  color: #999;
  text-align: center;
}
.newsList .pagebox {
  margin: 0.4rem 0 0.4rem;
  width: 7.5rem;
  height: 0.46rem;
  text-align: center;
}
.newsList .pagebox .pagelf {
  display: inline-block;
  margin-right: 0.1rem;
  width: 1.22rem;
  height: 0.44rem;
  background-color: #f5f5f5;
  font-size: 0.14rem;
  line-height: 0.44rem;
  border: 1px solid #ddd;
  color: #333;
  background-size: 100% 100%;
}
.newsList .pagebox .pagerg {
  display: inline-block;
  margin-right: 0.1rem;
  width: 1.22rem;
  height: 0.44rem;
  background-color: #f5f5f5;
  font-size: 0.14rem;
  line-height: 0.44rem;
  border: 1px solid #ddd;
  color: #333;
  background-size: 100% 100%;
}
.newsList .pagebox .page {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.44rem;
  height: 0.44rem;
  font-size: 0.14rem;
  line-height: 0.44rem;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #999;
  color: #000;
}
.newsList .pagebox .page.cur {
  color: #fff;
  background-color: #7a6144;
}

/*新闻详情页*/
.newsDetail .newstit {
  padding: 0.2rem;
  width: 7.1rem;
  /*height: 1.54rem;*/
  background-color: #333;
  color: #fff;
  font: normal 0.4rem "microsoft yahei";
}
.newsDetail .newstit span {
  font: normal 0.24rem "microsoft yahei";
}
.newsDetail .newscont {
  padding: 0.3rem;
  font-size: 0.3rem;
}
.newsDetail .newscont img {
  max-width: 100%;
}
.newsDetail .newscont p {
  line-height: 0.6rem;
}/*# sourceMappingURL=news.css.map */