@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.triangle-down {
  width: 0;
  height: 0;
  border-top: 0.05rem solid #663727;
  border-left: 0.04rem solid transparent;
  border-right: 0.04rem solid transparent;
}
.outstand-title {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #663727;
  font-size: 0.22rem;
  color: #fff;
  flex: none;
}
.pagetages {
  margin-top: -0.08rem;
}
.location {
  box-sizing: border-box;
  padding: 0.07rem 0 0.07rem 15%;
  width: 100%;
  font-size: 0.22rem;
  background-color: #f5f5f5;
}
.location .iconfont {
  color: #663727;
  font-size: 0.22rem;
}
#content .content {
  width: 70%;
  min-height: 700px;
  margin: 0.25rem auto 0;
}
#content .content .tags {
  float: left;
  width: 24%;
  height: 1.77rem;
  overflow: hidden;
}
#content .content .tags:after {
  content: '';
  display: table;
  clear: both;
}
#content .content .tags .item {
  padding: 0.15rem 0;
  box-sizing: border-box;
  margin-left: 0.1rem;
  width: 95%;
  line-height: 1.5;
  text-align: center;
  color: #663727;
  font-size: 0.22rem;
  font-weight: 700;
  background-color: #efefef;
  border-top: none;
  border-right: 0.02rem solid #e5e5e5;
  border-bottom: 0.02rem solid #e5e5e5;
  border-left: 0.02rem solid #e5e5e5;
  position: relative;
  color: #fff;
  background-color: #663727;
  border: none;
}
#content .content .articles {
  float: left;
  width: 70%;
  margin-left: 0.2rem;
}
#content .content .articles .title {
  box-sizing: border-box;
  padding: 0.1rem 0;
  padding-left: 0.2rem;
  width: 100%;
  line-height: 1.5;
  background-color: #f5f5f5;
  font-size: 0.26rem;
  color: #3a3a3a;
  border: 0.02rem solid #e3e3e3;
}
#content .content .articles .text {
  box-sizing: border-box;
  width: 100%;
  padding: 0.1rem 0.15rem;
  background-color: rgba(245, 245, 245, 0.55);
  font-size: 0.17rem;
  line-height: 0.25rem;
  color: #747474;
  text-align: left;
  border-top: none;
  border-right: 0.02rem solid #f4f4f4;
  border-bottom: 0.02rem solid #f4f4f4;
  border-left: 0.02rem solid #f4f4f4;
}
#content .content .articles .text img {
  margin-top: 20px;
  width: 100%;
}
