* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'microsoft yahei';
}
body {
  min-width: 1200px;
}
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;
}

.pc_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;
}

.over-visible {
  overflow: visible !important;
}
.logo_title {
  width: 1253px;
  position: absolute;
  top: 20px;
  left: 50px;
}
.logo_title img {
  width: 100%;
}
/* **** 主页内容开始 ****  */
.sthjbh_width_1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sthjbh_wrap {
  margin-bottom: 75px;
  background: url('./sthjbh_wrap_bg.jpg') no-repeat top center;
  background-size: contain;
}

.sthjbh_header {
  height: 400px;
}
.sthjbh_header h1 {
  padding-top: 28px;
}

.sthjbh_location {
  /* font-family: MicrosoftYaHei; */
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #bf2718;
}

.sthjbh_paper_con {
  width: 1234px;
  height: 570px;
  padding: 70px 50px 0;
  margin: 28px 0 0 -15px;
  background: url('./sthjbh_wrap_paper.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 {
  height: 34px;
  margin: 0 auto;
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
  /* font-family: MicrosoftYaHei-Bold; */
  color: #bf2718;
  text-align: center;
  background: url('./sthjbh_paper_title_line.png') no-repeat;
  background-position: center;
  background-size: contain;
}
.sthjbh_paper_text {
  margin-top: 30px;
  padding: 0 4px;
  /* font-family: MicrosoftYaHei; */
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #1a1a1a;
  /* text-indent: 2em; */
}
.sthjbh_paper_text p {
  margin-bottom: 18px;
}
.sthjbh_paper_veiw_details {
  /* font-family: MicrosoftYaHei; */
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #bf2718;
}
.sthjbh_paper_veiw_details img {
  vertical-align: 4px;
}
.sthjbh_paper_veiw_details:hover img {
  transform: translateX(5px);
  transition: transform 0.5s;
}

.sthjbh_video_wrap {
  background: url('./sthjbh_video_bg.png') no-repeat center;
  background-size: cover;
}
.sthjbh_video {
  position: relative;
  width: 960px;
  height: 554px;
  margin: 40px auto 0;
  background: url('./sthjbh_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: 926px;
  height: 520px;
  background-color: #000;
  box-shadow: inset 0px 11px 27px 0px rgba(0, 0, 0, 0.53);
  object-fit: scale-down;
}

.sthjbh_news_top {
  margin-top: 70px;
}
.sthjbh_news_top > div {
  width: 580px;
  height: 262px;
  background-color: #ffffff;
  border: solid 1px #f1e3d1;
}
.sthjbh_news_top_title {
  height: 96px;
  background-color: #fff4ee;
}
.sthjbh_news_top_title .sthjbh_ntt_icon {
  position: relative;
  /* display: inline-block; */
  width: 74px;
  height: 100%;
  /* background-image: linear-gradient(0deg, #e94a1f 0%, #c82214 100%); */
  background: url('./sthjbh_news_icon_bg.png');
}
.sthjbh_ntt_icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sthjbh_news_top_title .sthjbh_ntt_text {
  /* display: inline-block; */
  width: 506px;
  height: 59px;
  padding: 0 26px;
  margin: 16px 0 0;
  /* font-family: MicrosoftYaHei; */
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #1a1a1a;
  box-sizing: border-box;
}
.sthjbh_news_top_title .sthjbh_ntt_text:hover {
  color: #da2b00;
}
.sthjbh_news_top_con {
  position: relative;
  padding: 25px 27px;
  /* font-family: MicrosoftYaHei; */
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
  box-sizing: border-box;
}
.sthjbh_news_top_con .sthjbh_ntc_detail {
  position: absolute;
  right: 36px;
  bottom: 25px;
  font-size: 16px;
  color: #bf2718;
}

.sthjbh_jd_wrap {
  height: 60px;
  margin-top: 66px;
  background: url('./sthjbh_jd_bg.png') no-repeat center;
  background-size: cover;
}
.sthjbh_jd_text {
  margin-left: 34px;
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 60px;
}
.sthjbh_jd_text img {
  vertical-align: middle;
  margin-right: 6px;
}
.sthjbh_jd_more {
  margin-right: 34px;
  line-height: 60px;
  color: #bf2718;
  font-size: 18px;
}
.sthjbh_jd_list {
  margin-top: 5px;
}
.sthjbh_jd_list_item {
  position: relative;
  width: 577px;
  height: 90px;
  margin-top: 30px;
  margin-left: 5px;
  padding: 0 28px 0;
  background-color: #fff9f6;
  border: solid 1px #f0d4c5;
  box-sizing: border-box;
}
.sthjbh_jd_item_line {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -29px;
}
.sthjbh_jd_list_item p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 垂直偏移50% */

  padding-right: 40px;
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: bold;
}
.sthjbh_jd_list_item p:hover {
  color: #da2b00;
}

.sthjbh_jd_list_item:nth-of-type(2n) {
  margin-left: 41px;
}
/* **** 主页内容结束 ****  */

/* **** 列表页内容开始 ****  */
.sthjbh_wrap.sthjbh_list_wrap {

}
.sthjbh_jd_list_wrap {
  margin: 28px auto 0;
  padding: 40px 40px 50px;
  background-color: #fff;
  box-sizing: border-box;
}
.sthjbh_jd_list_wrap .sthjbh_jd_wrap {
  margin-top: 0;
}
.sthjbh_jd_list_wrap .sthjbh_jd_list {
  margin-top: 35px;
}
.sthjbh_jd_list_wrap .sthjbh_jd_list_item {
  width: auto;
  height: 80px;
  margin-top: 20px;
  margin-left: 5px;
}
/* .sthjbh_jd_list_wrap .sthjbh_jd_list_item:nth-of-type(2n) {
  margin-left: 0px;
} */
.sthjbh_jd_list_wrap .sthjbh_jd_item_time {
  font-size: 18px;
  color: #a3847c;
  line-height: 80px;
}

.sthjbh_jd_page {
  padding: 50px 0 0;
  position: relative;
  left: 50%;
  float: left;
}
.pageCon {
  margin: 0 auto;
  position: relative;
  left: -50%;
  float: left;
}
.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 a:hover {
  border: 1px solid #dd2f00;
}
.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 button {
  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='text']:hover {
  border: 1px solid #dd2f00;
}
.sthjbh_jd_page input[type='text']:focus {
  border: 1px solid #dd2f00;
}
.sthjbh_jd_page button {
  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;
}

/* **** 列表页内容结束 ****  */

/* **** 自适应 **** */
@media screen and (min-width: 2000px) {
  .sthjbh_wrap {
    background-size: contain;
  }
}

/* 等比缩放到1600，中间即为1000 */
@media screen and (max-width: 1640px) {
  .logo_title {
    width: 1053px;
    position: absolute;
    top: 20px;
    left: 30px;
  }
  /* **** 主页内容开始 ****  */
  .sthjbh_width_1200 {
    width: 1000px;
  }

  .sthjbh_wrap {
    margin-bottom: 62px;
  }

  .sthjbh_header {
    height: 332px;
  }
  .sthjbh_header h1 {
    padding-top: 22px;
  }
  .sthjbh_header h1 img {
    width: 290px;
  }

  .sthjbh_location {
    font-size: 13px;
    padding-left: 15px;
  }

  .sthjbh_paper_con {
    width: 1000px;
    height: 467px;
    padding: 60px 40px 0;
    margin: 20px 0 0 0px;
    background-position: -4px;
    background-size: 1006px auto;
  }
  .sthjbh_paper_title {
    height: 28px;
    line-height: 28px;
    font-size: 25px;
  }
  .sthjbh_paper_text {
    margin-top: 25px;
    padding: 0 3px;
    font-size: 15px;
    line-height: 34px;
  }
  .sthjbh_paper_text p {
    margin-bottom: 15px;
  }
  .sthjbh_paper_veiw_details {
    font-size: 13px;
    line-height: 30px;
  }
  .sthjbh_paper_veiw_details img {
    vertical-align: 3px;
  }
  .sthjbh_paper_veiw_details:hover img {
    transform: translateX(4px);
  }
  .sthjbh_video {
    width: 800px;
    height: 462px;
    margin: 32px auto 0;
  }
  .sthjbh_video video {
    width: 772px;
    height: 434px;
  }

  .sthjbh_news_top {
    margin-top: 56px;
  }
  .sthjbh_news_top > div {
    width: 485px;
    height: 220px;
    background-color: #ffffff;
    border: solid 1px #f1e3d1;
  }
  .sthjbh_news_top_title {
    height: 81px;
  }
  .sthjbh_news_top_title .sthjbh_ntt_icon {
    width: 63px;
  }
  .sthjbh_ntt_icon img {
    width: 27px;
  }
  .sthjbh_news_top_title .sthjbh_ntt_text {
    width: 422px;
    height: 48px;
    margin: 12px 0 0;
    font-size: 17px;
    line-height: 26px;
  }
  .sthjbh_news_top_con {
    padding: 21px 22px;
    font-size: 13px;
    line-height: 24px;
  }
  .sthjbh_news_top_con .sthjbh_ntc_detail {
    right: 30px;
    bottom: 20px;
    font-size: 13px;
  }

  .sthjbh_jd_wrap {
    height: 52px;
    margin-top: 54px;
    background-size: contain;
  }
  .sthjbh_jd_text {
    margin-left: 18px;
    font-size: 23px;
    line-height: 52px;
  }
  .sthjbh_jd_text img {
    width: 26px;
  }
  .sthjbh_jd_more {
    margin-right: 18px;
    font-size: 15px;
    line-height: 52px;
  }
  .sthjbh_jd_list {
    margin-top: 4px;
  }
  .sthjbh_jd_list_item {
    width: 482px;
    height: 75px;
    margin-top: 25px;
    margin-left: 4px;
    padding: 0 23px 0;
  }
  .sthjbh_jd_item_line {
    width: 8px;
    /* height: 49px; */
    left: -4px;
    margin-top: -24px;
  }
  .sthjbh_jd_list_item p {
    padding-right: 34px;
    font-size: 17px;
    line-height: 24px;
  }
  .sthjbh_jd_list_item:nth-of-type(2n) {
    margin-left: 29px;
  }
  /* **** 主页内容结束 ****  */

  /* **** 列表页内容开始 ****  */
  .sthjbh_wrap.sthjbh_list_wrap {

  }
  .sthjbh_jd_list_wrap {
    margin: 23px auto 0;
    padding: 34px 34px 41px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .sthjbh_jd_list_wrap .sthjbh_jd_wrap {
    margin-top: 0;
  }
  .sthjbh_jd_list_wrap .sthjbh_jd_list {
    margin-top: 29px;
  }
  .sthjbh_jd_list_wrap .sthjbh_jd_list_item {
    height: 68px;
    margin-top: 16px;
    margin-left: 4px;
  }
  .sthjbh_jd_list_wrap .sthjbh_jd_item_time {
    line-height: 68px;
    font-size: 15px;
  }

  .sthjbh_jd_page {
    padding: 40px 0 0;
  }
  .sthjbh_jd_page a {
    padding: 6px 10px;
    font-size: 14px;
  }
  .sthjbh_jd_page input {
    width: 39px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .sthjbh_jd_page button {
    width: 39px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .sthjbh_jd_page input[type='text'] {
    height: 28px;
  }
  .sthjbh_jd_page .page_txt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .sthjbh_jd_page button {
    font-size: 14px;
  }
  /* **** 列表页内容结束 ****  */
}
