* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'microsoft yahei';
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

ul,
li {
  list-style: none;
}

input {
  border: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  display: table;
  clear: both;
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}

.mobile_none {
  display: none !important;
}

.clearfix {
  zoom: 1;
  _height: 1px;
}

.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.du-ellipsis {
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*word-break: break-all;*/
}

.three-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.four-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.over-visible {
  overflow: visible !important;
}

/* **** 主页内容开始 ****  */
.sthjbh_width_1200 {
  /* width: 1200px;
  margin: 0 auto;
  overflow: hidden; */
}

.sthjbh_wrap {
  min-height: 10rem;
  padding: 0 0.2rem 1rem;
  background: url('./sthjbh_mobile_wrap_bg.png') no-repeat top center;
  /* background-size: 100% 1569px; */
  background-size: 7.5rem auto;
}

.sthjbh_header {
  height: 3.4rem;
}
.sthjbh_mobile_logo {
  line-height: 0;
  padding: 0.27rem 0;
}
.sthjbh_mobile_logo a {
  line-height: 0;
}
.sthjbh_header .sthjbh_mobile_logo img {
  width: 4.13rem;
}

.sthjbh_location {
  font-size: 0.24rem;
  color: #bf2718;
}

.sthjbh_paper_con {
  width: 7.44rem;
  /* width: 98%; */
  /* height: 7.59rem; */
  padding: 0.6rem 0px .3rem;
  margin: 0.44rem 0 0 -0.18rem;
  background: url('./sthjbh_mobile_paper_bg.png') no-repeat center;
  background-size: cover;
  /* background-position: -6px; */
  box-sizing: border-box;
  /* box-shadow: 0px 5px 20px 0px rgba(154, 127, 123, 0.2); */
}
.sthjbh_paper_title {
  position: relative;
  width: 5.1rem;
  margin: 0 auto;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.58rem;
  color: #bf2718;
  text-align: center;
  /* background: url('./sthjbh_mobile_paper_line.png') no-repeat;
  background-position: 0 .28rem;
  background-size: 6.67rem auto; */
}
.sthjbh_paper_title::before {
  content: '';
  position: absolute;
  left: -0.8rem;
  top: 0.3rem;
  width: 0.8rem;
  height: 0.03rem;
  background-color: #bf2718;
}
.sthjbh_paper_title::after {
  content: '';
  position: absolute;
  right: -0.8rem;
  top: 0.3rem;
  width: 0.8rem;
  height: 0.03rem;
  background-color: #bf2718;
}
.sthjbh_paper_text {
  margin-top: 0.4rem;
  padding: 0 0.6rem;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #1a1a1a;
  /* text-indent: 2em; */
}
.sthjbh_paper_text p {
  margin-bottom: 0.1rem;
}
.sthjbh_paper_veiw_details {
  padding: 0.2rem 0.44rem 0 0;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #bf2718;
}
.sthjbh_paper_veiw_details img {
  width: 0.43rem;
  vertical-align: 0.04rem;
}

/* .sthjbh_video_wrap {
  background: url('./sthjbh_video_bg.png') no-repeat center;
  background-size: cover;
} */
.sthjbh_video {
  position: relative;
  /* width: 7.1rem; */
  height: 4.1rem;
  margin: 0.4rem auto 0;
  background: url('./sthjbh_mobile_video_border.png') no-repeat center;
  background-size: cover;
}
.sthjbh_video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  width: 6.81rem;
  height: 3.83rem;
  background-color: #000;
}

.sthjbh_news_top {
  margin-top: 0.52rem;
}
.sthjbh_news_top > div {
  /* height: 3.87rem; */
  background-color: #ffffff;
  border: solid 1px #f1e3d1;
}
.sthjbh_news_top > div + div {
  margin-top: 0.3rem;
}
.sthjbh_news_top_title {
  /* min-height: 1.47rem; */
  background-color: #fff4ee;
}
.sthjbh_news_top_title > a {
  display: flex;
  align-items: center;
  /* flex-direction: ; */
  height: 100%;
}
.sthjbh_news_top_title .sthjbh_ntt_icon {
  flex-shrink: 0;
  align-self: stretch;
  position: relative;
  width: 0.91rem;
  /* height: 100%; */
  min-height: 1.47rem;
  background: url('./sthjbh_mobile_news_icon_bg.png') no-repeat center;
  background-size: cover;
}
.sthjbh_ntt_icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.4rem;
}
.sthjbh_ntt_icon2 img {
  width: 0.43rem;
}
.sthjbh_news_top_title .sthjbh_ntt_text {
  flex-grow: 1;
  /* height: 0.8rem; */
  padding: 0.32rem;
  /* margin: 0.32rem 0 0; */
  font-weight: bold;
  font-size: 0.32rem;
  line-height: 0.5rem;
  color: #1a1a1a;
  box-sizing: border-box;
}
.sthjbh_news_top_con {
  position: relative;
  padding: 0.3rem 0.31rem;
  text-align: justify;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #4d4d4d;
  box-sizing: border-box;
}
.sthjbh_news_top_con .sthjbh_ntc_detail {
  position: absolute;
  right: 0.3rem;
  bottom: 0.32rem;
  font-size: 0.26rem;
  color: #bf2718;
}

.sthjbh_jd_wrap {
  height: 0.8rem;
  margin-top: 0.6rem;
  background: url('./sthjbh_mobile_jd_bg.png') no-repeat center;
  background-size: cover;
}
.sthjbh_jd_text {
  margin-left: 0.28rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 0.8rem;
}
.sthjbh_jd_text img {
  width: 0.39rem;
  vertical-align: middle;
  margin-right: 0.06rem;
}
.sthjbh_jd_more {
  margin-right: 0.5rem;
  line-height: 0.8rem;
  color: #bf2718;
  font-size: 0.26rem;
}
/* .sthjbh_jd_list {
  margin-top: 5px;
} */
.sthjbh_jd_list_item {
  width: 100%;
  position: relative;
  height: auto;
  margin-top: 0.31rem;
  margin-left: 0.06rem;
  padding: 0 0.29rem 0 0.39rem;
  background-color: #fff9f6;
  border: solid 1px #f0d4c5;
  box-sizing: border-box;
}
.sthjbh_jd_item_line {
  position: absolute;
  left: -0.06rem;
  top: 50%;
  width: 0.12rem;
  margin-top: -0.42rem;
}
.sthjbh_jd_list_item p {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  margin: .26rem 0;
  /* padding-right: 0.3rem; */
  font-size: 0.3rem;
  line-height: 1.5;
  color: #1a1a1a;
  font-weight: bold;
  text-align: justify;
}
/* **** 主页内容结束 ****  */

/* **** 列表页内容开始 ****  */
.sthjbh_wrap.sthjbh_list_wrap {
  margin-bottom: 0;
}
.sthjbh_jd_list_wrap {
  margin: 0.57rem auto 0;
}
.sthjbh_jd_list_wrap .sthjbh_jd_wrap {
  margin-top: 0;
}
.sthjbh_jd_list_wrap .sthjbh_jd_list_item {
  width: auto;
  height: auto;
  margin-top: 0.3rem;
  margin-left: 0.06rem;
}
.sthjbh_jd_list_wrap .sthjbh_jd_item_line {
  top: 0.28rem;
  margin-top: 0;
  width: 0.12rem;
}
.sthjbh_jd_list_wrap .sthjbh_jd_list_item p {
  position: static;
  transform: translate(0);
  /* height: 1.6rem; */
  /* height: 0.85rem; */
  margin: 0.26rem 0 0.14rem;
  padding-right: 0;
  line-height: 0.46rem;
  display: flex;
  align-items: center;
}
.sthjbh_jd_list_wrap .sthjbh_jd_item_time {
  /* position: absolute; */
  /* right: 0.28rem; */
  /* bottom: 0.2rem; */
  margin-bottom: 0.26rem;
  font-size: 0.26rem;
  color: #a3847c;
}

.sthjbh_view_more {
  display: block;
  height: 0.83rem;
  line-height: 0.83rem;
  margin-top: 0.68rem;
  text-align: center;
  font-size: 0.3rem;
  color: #f6f6ef;
  background-image: linear-gradient(180deg, #e94a1f 0%, #c82214 100%);
  border-radius: 0.1rem;
}

.sthjbh_jd_page {
  position: relative;
  padding: 50px 0 0;
}
.pageCon {
  width: 600px;
  margin: 0 auto;
}
.sthjbh_jd_page a {
  display: block;
  float: left;
  padding: 8px 13px;
  border: 1px solid #f0d4c5;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-right: 5px;
  border-radius: 3px;
}
.sthjbh_jd_page input {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  width: 46px;
  text-align: center;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 16px;
}
.sthjbh_jd_page input[type='text'] {
  height: 32px;
  border: 1px solid #dddddd;
}
.sthjbh_jd_page input[type='submit'] {
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  background: url('./sthjbh_pager_bg.png') no-repeat center/100%;
}
.sthjbh_jd_page .page_txt {
  float: left;
  height: 34px;
  line-height: 34px;
  margin-right: 5px;
  font-size: 16px;
}
.sthjbh_jd_page a.current {
  color: #fff;
  background: url('./sthjbh_pager_bg.png') no-repeat center;
}

/* **** 列表页内容结束 ****  */
