.news-list-wrapper {
  min-width: 1190px;
}
.news-list-wrapper .banner-div {
  height: 300px;
}
.news-list-wrapper .banner-div a,
.news-list-wrapper .banner-div img {
  height: 300px;
  width: 100%;
}
.news-list-wrapper .news-content {
  margin-top: 12px ;
}
.news-list-wrapper .news-content .news-content-l {
  width: 910px;
  background-color: #fff;
}
.news-list-wrapper .news-content .news-content-l .news-nav {
  background-color: #FBFBFB;
  font-size: 16px;
}
.news-list-wrapper .news-content .news-content-l .news-nav .nav-a {
  display: block;
  width: 180px;
  height: 50px;
  text-align: center;
}
.news-list-wrapper .news-content .news-content-l .news-nav .nav-a h1,
.news-list-wrapper .news-content .news-content-l .news-nav .nav-a div {
  height: 50px;
  width: 100px;
  margin: 0 auto;
  line-height: 46px;
  color: #333;
  transition: border linear 0.2s;
}
.news-list-wrapper .news-content .news-content-l .news-nav .nav-a.active,
.news-list-wrapper .news-content .news-content-l .news-nav .nav-a:hover {
  background-color: #fff;
}
.news-list-wrapper .news-content .news-content-l .news-nav .nav-a.active h1,
.news-list-wrapper .news-content .news-content-l .news-nav .nav-a:hover h1 {
  border-bottom: 4px solid #09C867;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-l .news-items {
  padding: 0 27px 30px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item {
  height: 207px;
  padding: 20px 0 27px;
  border-bottom: 1px solid #F2F3F5;
  margin-top: 12px;
  display: block;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .img-a {
  width: 264px;
  height: 160px;
  text-align: center;
  line-height: 160px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .img-a img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right {
  margin-left: 20px;
  width: 800px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .highlight {
  color: #f06907;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .title-container .news-right-title {
  font-size: 16px;
  max-width: 780px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .title-container .news-right-title a {
  color: #333;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .title-container .news-right-other-r {
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 0 8px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-desc {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 22px;
  height: 88px;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other {
  margin-top: 10px;
  position: relative;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l {
  color: #999;
  font-size: 14px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .name {
  line-height: 20px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .time {
  margin-left: 10px;
  line-height: 20px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .num {
  margin-left: 15px;
  line-height: 20px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-l .num i {
  font-size: 12px;
  margin-right: 5px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-r {
  position: absolute;
  right: 0px;
  top: -2.5px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-r a {
  //background: #eaf6ff;
  color: #2889ff;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  //border-radius: 11px;
  padding: 0 14px;
  margin-left: 10px;
}
.news-list-wrapper .news-content .news-content-l .news-items .news-item .news-right .news-right-other .news-right-other-r a:first-child {
  margin-left: 0;
}
.news-list-wrapper .news-content .news-content-l .page {
  margin-bottom: 30px;
}
.news-list-wrapper .news-content .news-content-l .page-div {
  padding-bottom: 33px;
}
.news-list-wrapper .news-content .news-content-r {
  width: 268px;
}
.news-list-wrapper .news-content .news-content-r .about-goods {
  //height: 600px;
  background-color: #fff;
  margin-bottom: 12px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .title {
  font-size: 16px;
  color: #333;
  padding: 20px 0 0 20px;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item {
  height: 96px;
  margin-top: 12px;
  padding: 11px 6px 0 12px;
  border-bottom: 1px solid #F2F3F5;
  display: block;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item img {
  width: 72px;
  height: 72px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r {
  margin-left: 8px;
  width: 240px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-name {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-name a {
  color: #000;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-desc {
  padding-top: 4px;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-desc a,
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-desc span {
  color: #999;
}
.news-list-wrapper .news-content .news-content-r .about-goods .good-items .good-item .good-item-r .good-price {
  color: #EB222B;
  font-size: 14px;
  padding-top: 4px;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad {
  //height: 740px;
  background-color: #fff;
  padding: 0 10px;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad .title {
  font-size: 16px;
  color: #333;
  padding: 20px 0 2px 10px;
  font-weight: 600;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad .qrcode-div {
  text-align: center;
  margin-top: 12px;
}
.news-list-wrapper .news-content .news-content-r .wx-commnad .qrcode-div img {
  height: 152px;
  width: 248px;
}