em,i{font-style: normal;}
.nr {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 20px;
}
.nr .nr-center {
  width: 1000px;
  margin: 0 auto;
  margin-top: 12px;
  padding-bottom: 20px;
}
.nr .nr-center .r-div {
  width: 100%;
  float: right;
  padding-bottom: 20px;
  background: #fff;
}
.nr .nr-center .r-div .list-tit {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  line-height: 38px;
  overflow: hidden;
}
.nr .nr-center .r-div .list-tit h5 {
  margin-left: 19px;
  padding-left: 12px;
  border-left: 3px solid #b98e3d;
  line-height: 14px;
  color: #444;
  margin-top: 11px;
  font-weight: 500;
  font-size: 13px;
  float: left;
}
.nr .nr-center .r-div .list-tit .loc {
  float: right;
  line-height: 38px;
  margin-right: 15px;
  padding-left: 20px;
  color: #767676;
  font-size: 12px;
  background: url("../img/loc-icon.png") no-repeat left center;
}
.nr .nr-center .r-div .list-tit .loc a {
  font-size: 12px;
  color: #767676;
}
.nr .nr-center .r-div #news-list {
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.nr .nr-center .r-div #news-list #b-news {
  width: 100%;
  height: 200px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 6px;
}
.nr .nr-center .r-div #news-list #b-news .limg {
  width: 275px;
  height: 100%;
  float: left;
}
.nr .nr-center .r-div #news-list #b-news .limg img {
  display: block;
  width: 100%;
  height: 100%;
}
.nr .nr-center .r-div #news-list #b-news .rtxt {
  width: 640px;
  padding-left: 18px;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.nr .nr-center .r-div #news-list #b-news .rtxt h3 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #5d5d5d;
  font-size: 17px;
}
.nr .nr-center .r-div #news-list #b-news .rtxt p {
  color: #404040;
  font-size: 13px;
  line-height: 28px;
  height: 96px;
  border-bottom: 1px dashed #d9d9d9;
}
.nr .nr-center .r-div #news-list #b-news .rtxt strong {
  display: block;
  width: 116px;
  height: 33px;
  float: left;
  background: #cbaa6e;
  box-sizing: border-box;
  margin-top: 10px;
}
.nr .nr-center .r-div #news-list #b-news .rtxt strong span {
  display: block;
  width: 71px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  float: left;
  text-align: center;
  font-weight: 500;
}
.nr .nr-center .r-div #news-list #b-news .rtxt strong em {
  display: block;
  width: 45px;
  height: 33px;
  float: right;
  text-align: center;
  line-height: 33px;
  color: #fff;
  background: #b98e3d;
  font-size: 20px;
  font-style: normal;
}
.nr .nr-center .r-div #news-list #b-news .rtxt a {
  display: block;
  width: 69px;
  height: 33px;
  float: right;
  margin-top: 10px;
  text-align: center;
  line-height: 33px;
  background: #f4f4f4;
  margin-right: 12px;
  color: #636363;
}
.nr .nr-center .r-div #news-list ul li {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  box-sizing: border-box;
}
.nr .nr-center .r-div #news-list ul li .time {
  float: left;
  width: 65px;
  height: 69px;
  background: #f4f4f4;
}
.nr .nr-center .r-div #news-list ul li .time strong {
  display: block;
  width: 100%;
  height: 44px;
  border-bottom: 2px solid #fff;
  color: #636363;
  font-size: 24px;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
}
.nr .nr-center .r-div #news-list ul li .time span {
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #636363;
  font-size: 13px;
}
.nr .nr-center .r-div #news-list ul li .txt {
  width: 735px;
  height: 89px;
  padding-left: 15px;
  box-sizing: border-box;
  float: left;
}
.nr .nr-center .r-div #news-list ul li .txt h4 {
  color: #242424;
  font-size: 15px;
  font-weight: 500;
}
.nr .nr-center .r-div #news-list ul li .txt h4 img{
  vertical-align: top;
}


.nr .nr-center .r-div #news-list ul li .txt p {
  color: #868686;
  height: 50px;
  overflow: hidden;
  margin-top: 2px;
  line-height: 25px;
}
.nr .nr-center .r-div #news-list ul li a {
  display: block;
  width: 69px;
  height: 33px;
  float: right;
  margin-top: 18px;
  text-align: center;
  line-height: 33px;
  background: #f4f4f4;
  margin-right: 12px;
  color: #636363;
}
@media (max-width: 1024px) {
  .nr {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 0;
  }
  .nr .nr-center {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
  }
  .nr .nr-center .r-div {
    width: 100%;
    float: none;
    height: auto;
    background: #fff;
    padding-top: .5rem;
  }
  .nr .nr-center .r-div .list-tit {
    width: 100%;
    height: .7rem;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    line-height: .7rem;
    overflow: hidden;
    padding: 0 .15rem;
  }
  .nr .nr-center .r-div .list-tit h5 {
    margin-left: 19px;
    padding-left: 12px;
    border-left: 3px solid #b98e3d;
    line-height: 14px;
    color: #444;
    margin-top: 11px;
    font-weight: 500;
    font-size: 13px;
    float: left;
  }
  .nr .nr-center .r-div .list-tit .loc {
    float: left;
    line-height: .7rem;
    margin-right: 15px;
    padding-left: 20px;
    color: #767676;
    font-size: .24rem;
    background: url("../img/loc-icon.png") no-repeat left center;
  }
  .nr .nr-center .r-div .list-tit .loc a {
    font-size: .24rem;
    color: #767676;
  }
  .nr .nr-center .r-div #news-list {
    width: 100%;
    padding: 0 .15rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  .nr .nr-center .r-div #news-list #b-news {
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 6px;
    padding-bottom: .15rem;
  }
  .nr .nr-center .r-div #news-list #b-news .limg {
    width: 100%;
    height: auto;
    float: none;
  }
  .nr .nr-center .r-div #news-list #b-news .limg img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt {
    width: 100%;
    padding-left: 0;
    height: auto;
    float: none;
    box-sizing: border-box;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt h3 {
    margin: 0 auto;
    height: .65rem;
    line-height: .65rem;
    color: #5d5d5d;
    font-size: .3rem;
    width: 94%;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt p {
    margin: 0 auto;
    color: #404040;
    font-size: 13px;
    line-height: .35rem;
    height: auto;
    border-bottom: 1px dashed #d9d9d9;
    width: 94%;
    padding-bottom: .15rem;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt div {
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt strong {
    display: block;
    width: 116px;
    height: 33px;
    float: left;
    background: #cbaa6e;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt strong span {
    display: block;
    width: 71px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    float: left;
    text-align: center;
    font-weight: 500;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt strong em {
    display: block;
    width: 45px;
    height: 33px;
    float: right;
    text-align: center;
    line-height: 33px;
    color: #fff;
    background: #b98e3d;
    font-size: 20px;
    font-style: normal;
  }
  .nr .nr-center .r-div #news-list #b-news .rtxt a {
    display: block;
    width: 69px;
    height: 33px;
    float: right;
    margin-top: 10px;
    text-align: center;
    line-height: 33px;
    background: #f4f4f4;
    margin-right: 0;
    color: #636363;
  }
  .nr .nr-center .r-div #news-list ul {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
  }
  .nr .nr-center .r-div #news-list ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 65px;
    position: relative;
    padding-bottom: 1.21rem;
  }
  .nr .nr-center .r-div #news-list ul li .time {
    float: none;
    width: 62px;
    height: 69px;
    background: #f4f4f4;
    position: absolute;
    left: 0;
  }
  .nr .nr-center .r-div #news-list ul li .time strong {
    display: block;
    width: 100%;
    height: 44px;
    border-bottom: 2px solid #fff;
    color: #636363;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    font-weight: 500;
  }
  .nr .nr-center .r-div #news-list ul li .time span {
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #636363;
    font-size: 12px;
  }
  .nr .nr-center .r-div #news-list ul li .txt {
    width: 100%;
    height: 89px;
    padding-left: .1rem;
    box-sizing: border-box;
    float: none;
  }
  .nr .nr-center .r-div #news-list ul li .txt h4 {
    color: #242424;
    font-size: .28rem;
    font-weight: 500;
  }
  .nr .nr-center .r-div #news-list ul li .txt p {
    color: #868686;
    height: 1rem;
    overflow: hidden;
    margin-top: 2px;
    font-size: .24rem;
    line-height: .35rem;
  }
  .nr .nr-center .r-div #news-list ul li a {
    display: block;
    width: 100%;
    height: 30px;
    float: right;
    margin-top: 0;
    text-align: center;
    line-height: 30px;
    background: #f4f4f4;
    margin-right: 0;
    font-size: 14px;
    color: #636363;
    position: absolute;
    bottom: .15rem;
    left: 0;
  }
  #page {
    font-size: .14rem;
  }
}
#page > div {
  text-align: center;
  margin-top: 10px;
}
#page > div a,#page > div strong,#page > div em {
  display: inline-block;
  min-width: 27px;
  margin: 0 2px;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  text-align: center;
  line-height: 25px;
  color: #898989;
  cursor: pointer;
  padding: 0 5px;
}
#page > div span {
  display: inline-block;
  width: 27px;
  margin: 0 2px;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  text-align: center;
  line-height: 25px;
  color: #898989;
}
#page > div strong.bc{
  background: #ffa200;
  color: #fff;
  border-color: #ffa200;
}
#page > div a:hover {
  background: #ffa200;
  color: #fff;
  border-color: #ffa200;
}
#page > div span:hover {
  background: #ffa200;
  color: #fff;
}
#page > div span.current {
  background: #ffa200;
  color: #fff;
}
