* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}






.nr_title {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #850C13;
  padding-bottom: 10px;
  border-bottom: 2px solid #850C13;
  font-weight: bold;
}

.newslist {
  padding: 20px 0;
}

.newslist li {
  padding: 12px 0;
}

.newstitle {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
}

/* .newstitle:hover {
  text-decoration: underline;
  color: #850C13;
} */

.newstitle::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #850C13;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
}

.newslist li font {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.newslist li span {
  display: block;
  text-align: right;
  color: #666;
}

.news_page {
  padding-top: 40px
}

.news_page li {
  border: 1px solid #c1c1c1;
  display: inline-block;
  padding: 5px 11px;
  color: #212121;
  margin-right: 8px;
  text-align: center;
  font-size: 14px
}

.news_page li a {
  color: #212121
}

.news_page li strong {
  display: inline-block
}

.news_page li.thisclass {
  background: #f07000;
  border: 1px solid #f07000;
  color: #fff
}

.news_page li.thisclass a {
  color: #fff
}

.news_page li select {
  -webkit-appearance: menulist;
  border: 1px solid #fff;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/news_ico2.png) no-repeat scroll right center transparent
}

.news_page li select::-ms-expand {
  display: none
}

.newsbd {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  margin-top: 20px;
}

.newsbd img {
  margin: 0 auto;
}

.nrmsxx {
  text-align: center;
  padding: 15px 0 0;
  font-weight: normal;
  font-size: 16px;
}

.newslink {
  margin-top: 20px;
}