.wide-add {
  position: relative;
  width: 100%;
  height: 259px;
  overflow: hidden;
}
.wide-add img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  width: 2560px;
  height: 259px;
}
.add .swiper-pagination {
  position: absolute;
  bottom: 12px;
  right: 10px;
  text-align: center;
}
.add .swiper-pagination > span {
  display: inline-block;
  width: 8px;
  height: 4px;
  background: #C4C4C4;
  border-radius: 2px;
}
.add .swiper-pagination > span.active {
  width: 16px;
  background: #DA251D;
}
.top-add {
  position: relative;
  height: 125px;
  overflow: hidden;
}
.top-add img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  width: 2560px;
  height: 125px;
}
.top-add .top-add-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 21px;
  background: url("../images/top-add-close-btn.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
.top-bar {
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #a8071a;
}
.top-bar .top-bar-inner {
  margin: 0 auto;
  width: 1400px;
  height: 30px;
}
.top-bar i {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px;
  width: 1px;
  height: 15px;
  background: #fff;
}
.top-bar .l {
  height: 30px;
}
.top-bar .l img {
  display: inline-block;
  width: 131px;
  height: 30px;
  vertical-align: middle;
}
.top-bar .l span {
  display: inline-block;
  padding: 5px 0;
  height: 30px;
  line-height: 20px;
}
.top-bar .l a:hover {
  opacity: 0.8;
  color: #fff !important;
}
.top-bar .r {
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
}
.top-bar .r a {
  position: relative;
  display: inline-block;
}
.top-bar .r a:hover {
  opacity: 1;
}
.top-bar .r a:hover div {
  display: block;
}
.top-bar .r a div {
  display: none;
  position: absolute;
  top: 33px;
  left: 50%;
  z-index: 1000;
  margin-left: -100px;
  padding-top: 5px;
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  background: #fff;
  box-shadow: 0 0 15px 0 #ccc;
}
.top-bar .r a div:before {
  top: -16px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.top-bar .r .avatar {
  width: 18px;
  height: 18px;
  border: 1px solid #E6E6E6;
  border-radius: 9px;
  vertical-align: text-top;
}
.top-bar .r .name {
  margin: 0 10px 0 5px;
}
.page-main-title {
  margin: 30px 0;
  font-size: 36px;
  font-weight: 600;
  color: #353B50;
}
.page-main-title.red {
  color: #DA251D;
}
.page-main-sub-title {
  margin-bottom: 30px;
  font-size: 16px;
  color: #717171;
}
.page-main-sub-title a {
  position: relative;
  margin: 0 5px;
  padding-left: 10px;
}
.page-main-sub-title a.red {
  color: #DA251D;
}
.page-main-sub-title a.red:before {
  background: #DA251D;
}
.page-main-sub-title a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #000;
  content: '';
  border-radius: 5px;
}
.column-ml-65 {
  margin-left: 65px;
}
.column-left {
  width: 423px;
}
.column-center {
  width: 423px;
}
.column-left-center {
  width: 911px;
}
.column-right {
  width: 424px;
}
.index-quick-news-list {
  margin-left: 60px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
  border-left: 1px dashed #333;
}
.index-quick-news-list li {
  position: relative;
  padding: 0 0 20px 15px;
}
.index-quick-news-list li:last-child {
  padding-bottom: 0;
}
.index-quick-news-list li:before {
  display: block;
  position: absolute;
  top: 3px;
  left: -5px;
  width: 5px;
  height: 5px;
  background: #F4F4F4;
  border: 2px solid #DA251D;
  border-radius: 8px;
  content: '';
}
.index-quick-news-list li span {
  position: absolute;
  top: 0;
  left: -60px;
  color: #999;
}
.index-quick-news-list li a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cc-list {
  margin-bottom: 35px;
  font-size: 18px;
}
.cc-list.fs-16 {
  font-size: 16px;
}
.cc-list .tt {
  display: block;
  width: 100%;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cc-list .poster-tt {
  position: relative;
  width: 100%;
  min-height: 90px;
}
.cc-list .poster-tt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 90px;
}
.cc-list .poster-tt div {
  padding-left: 140px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
}
.cc-list ul li {
  position: relative;
  margin-top: 21px;
  color: #333;
}
.cc-list ul li span {
  color: #DA251D;
  font-weight: 600;
}
.cc-list ul li i {
  margin-right: 5px;
  color: #E6E6E6;
  font-style: normal;
}
.cc-list ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cc-list ul li .tag-link {
  float: left;
}
.card {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #ccc;
}
.card .card-poster {
  width: 100%;
  height: 108px;
  overflow: hidden;
}
.card .card-poster img {
  width: 100%;
  height: 100%;
}
.card .card-title {
  position: relative;
  margin: 0 8px 0 30px;
  padding: 15px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #353B50;
  border-bottom: 1px solid #F4F4F4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card .card-title.no-border {
  border: none;
}
.card .card-title:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -31px;
  margin-top: -10px;
  width: 20px;
  height: 23px;
  background: url("../images/card-corner-icon.png") center center no-repeat;
  background-size: contain;
  content: '';
}
.card .card-list {
  padding-left: 28px;
  font-size: 16px;
  color: #333;
}
.card .card-list li {
  position: relative;
  padding: 15px 20px 0 3px;
}
.card .card-list li:before {
  position: absolute;
  content: "\2022";
  color: #353B50;
  font-weight: bold;
  width: 1.1em;
  margin-left: -1.1em;
}
.card .card-list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.live-video-list {
  margin-bottom: 30px;
}
.live-video-list li {
  float: left;
  margin-right: 20px;
  width: 31.6%;
}
.live-video-list li:last-child {
  margin: 0;
}
.live-video-list .live-video-list-poster {
  position: relative;
  width: 100%;
  height: 163px;
  background: #ccc;
}
.live-video-list .live-video-list-poster img {
  width: 100%;
  height: 100%;
}
.live-video-list .live-video-list-poster .time {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #F5F8FB;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.live-video-list .live-video-list-title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.live-video-list .live-video-list-title a {
  display: inline-block;
  height: 41px;
}
.live-video-list .live-video-list-bottom {
  margin-top: 12px;
  width: 100%;
  height: 26px;
}
.live-video-list .live-video-list-bottom .avatar {
  float: left;
  margin-right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
}
.live-video-list .live-video-list-bottom .avatar img {
  width: 26px;
  height: 26px;
  border-radius: 13px;
}
.live-video-list .live-video-list-bottom .name {
  float: left;
  height: 26px;
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
.live-video-list .live-video-list-bottom .focus-btn {
  float: right;
}
.line {
  width: 100%;
  height: 2px;
  background: #F4F4F4;
}
.sjb-data-box .xinpi-search-box-banner {
  overflow: visible !important;
}
.sjb-data-box .xinpi-search-box-banner .wx-qrcode-box {
  position: absolute;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 14px;
  left: 110px;
  top: 50px;
  width: 110px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.sjb-data-box .xinpi-search-box-banner .wx-qrcode-box span {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.sjb-data-box .xinpi-search-box-banner .wx-qrcode-box span:hover {
  opacity: 1;
  color: #fee703;
}
.sjb-data-box .xinpi-search-box-banner .wx-qrcode-box span:hover div {
  display: block;
}
.sjb-data-box .xinpi-search-box-banner .wx-qrcode-box span div {
  display: none;
  position: absolute;
  top: 23px;
  left: 50%;
  z-index: 1000;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 200px;
}
.sjb-data-box .xinpi-search-box-body {
  padding: 15px 14px 20px;
  border: 1px solid #294A92 !important;
  border-top: none;
}
.xinpi-search-box {
  margin-bottom: 40px;
}
.xinpi-search-box .xinpi-search-box-banner {
  width: 100%;
  height: 82px;
  overflow: hidden;
  position: relative;
}
.xinpi-search-box .xinpi-search-box-banner img {
  width: 100%;
  height: 100%;
}
.xinpi-search-box .xinpi-search-box-body {
  padding: 15px 14px 20px;
  border: 1px solid #A8071A;
  border-top: none;
}
.xinpi-search-box .xinpi-search-box-input-wrapper {
  position: relative;
  padding-right: 48px;
  width: 100%;
  height: 40px;
  background: url("../images/xinpi-search-input-bg.png") center center no-repeat;
  background-size: contain;
}
.xinpi-search-box .xinpi-search-box-input-wrapper input {
  padding: 8px 10px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: transparent;
  border: none;
}
.xinpi-search-box .xinpi-search-box-input-wrapper button {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 25px;
  height: 28px;
  background: url("../images/fill.png") center center no-repeat;
  background-size: 100% 100%;
  border: none;
}
.xinpi-search-box .xinpi-hot-search {
  position: relative;
  padding-top: 20px;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-icon {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  padding-top: 5px;
  width: 39px;
  height: 40px;
  text-align: center;
  background: url("../images/xinpi-hot-search-icon.png") center center no-repeat;
  background-size: contain;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-icon div {
  margin: 0 auto;
  width: 28px;
  height: 30px;
  background: url("../images/xinpi-hot-search-icon-text.png") center center no-repeat;
  background-size: contain;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-icon .xinpi-hot-search-icon-gg {
  background: url("../images/xinpi-hot-search-icon-text-1.png") center center no-repeat;
  background-size: contain;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-words {
  margin-left: 60px;
  padding-left: 10px;
  width: calc(100% - 60px);
  display: inline-block;
  min-height: 40px;
  color: #666;
  font-size: 14px;
  border-left: 1px solid #E6E6E6;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-words span {
  float: left;
  margin: 0 6px 8px 0;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-words span.blue {
  color: #1971CF;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-words span:last-child {
  margin-right: 0;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-search-words > div span {
  width: 100%;
  text-align: justify;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-gg-swiper {
  margin-left: 60px;
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #E6E6E6;
  overflow: hidden;
}
.xinpi-search-box .xinpi-hot-search .xinpi-hot-gg-swiper .xinpi-hot-search-words {
  margin-left: 0;
  width: 100%;
  border-left: 0;
}
.stock-line-box {
  margin-bottom: 27px;
}
.stock-line-box .stock-line-box-tab {
  color: #666;
  font-size: 16px;
}
.stock-line-box .stock-line-box-tab span {
  position: relative;
  margin-right: 14px;
  padding-bottom: 5px;
  cursor: pointer;
}
.stock-line-box .stock-line-box-tab span.active {
  color: #333;
}
.stock-line-box .stock-line-box-tab span.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #DA251D;
  content: '';
}
.stock-line-box .stock-line-box-tab span:last-child {
  margin: 0;
}
.stock-line-box .stock-line-box-index {
  padding: 18px 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #999090;
}
.stock-line-box .stock-line-box-index div {
  display: inline-block;
  width: 32%;
  text-align: center;
}
.stock-line-box .stock-line-box-index div.red {
  color: #DA251D;
}
.stock-line-box .stock-line-box-index div.red span {
  position: relative;
  padding-left: 15px;
}
.stock-line-box .stock-line-box-index div.red span:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 10px;
  height: 8px;
  background: url("../images/red-arrow.png") center center no-repeat;
  background-size: contain;
  content: '';
}
.stock-line-box .stock-line-box-index div.green {
  color: #47AD72;
}
.stock-line-box .stock-line-box-index div.green span {
  position: relative;
  padding-left: 15px;
}
.stock-line-box .stock-line-box-index div.green span:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 10px;
  height: 8px;
  background: url("../images/green-arrow.png") center center no-repeat;
  background-size: contain;
  content: '';
}
.stock-line-box .stock-line-box-index div:first-child {
  text-align: left;
}
.stock-line-box .stock-line-box-index div:last-child {
  text-align: right;
}
.stock-line-box .stock-line-box-stock-name {
  padding-right: 50px;
  font-size: 14px;
  color: #333;
}
.stock-line-box .stock-line-box-stock-name span:last-child {
  float: right;
}
.stock-line-box .stock-line-box-chart {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 200px;
}
.stock-line-box .stock-line-box-chart:before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 1px;
  height: 168px;
  background: #ebebeb;
  content: '';
}
.comments-list li {
  position: relative;
  padding-bottom: 32px;
  min-height: 116px;
}
.comments-list li:last-child {
  padding-bottom: 0;
}
.comments-list li .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  border: 1px solid #E6E6E6;
  border-radius: 84px;
}
.comments-list li .imgs img {
  width: 84px;
  height: 84px;
  border-radius: 84px;
}
.comments-list li .right {
  padding-left: 100px;
}
.comments-list li .right .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.comments-list li .right .content {
  padding-top: 15px;
  font-size: 15px;
  color: #999;
  line-height: 24px;
}
.app-download {
  width: 125px;
  height: 32px;
  background: url("../images/app-download.png") center center no-repeat;
  background-size: contain;
}
.digital-paper-box {
  padding: 19px 13px 20px;
  width: 100%;
  background: #f4f4f4;
}
.digital-paper-box a {
  display: inline-block;
  float: left;
  width: 50%;
}
.digital-paper-box a img {
  width: 100%;
}
.brand-swiper {
  width: 100% !important;
  overflow: inherit !important;
}
.brand-swiper .swiper-slide {
  float: left;
}
.brand-swiper .brand-swiper-item {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 23.39%;
  height: 285px;
  background: #fff;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.brand-swiper .brand-swiper-item:hover {
  transform: scale(1.1);
}
.brand-swiper .brand-swiper-item:hover .item-link {
  display: block;
}
.brand-swiper .brand-swiper-item:last-child {
  margin: 0;
}
.brand-swiper .brand-swiper-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.brand-swiper .brand-swiper-item .item-poster {
  width: 100%;
}
.brand-swiper .brand-swiper-item .item-poster img {
  width: 100%;
  height: 100%;
}
.brand-swiper .brand-swiper-item .item-title {
  margin-top: 17px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.brand-swiper .brand-swiper-item .item-link {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding-right: 20px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.brand-swiper .brand-swiper-item .item-link:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  display: block;
  width: 7px;
  height: 12px;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: contain;
  content: '';
}
.brand-swiper-pagination {
  width: 100%;
  text-align: center;
}
.brand-swiper-pagination span {
  display: inline-block;
  margin: 0 3px;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.brand-swiper-pagination span.active {
  width: 60px;
  height: 6px;
  background: #DA251D;
}
.brand-swiper-pagination span:hover {
  background: #DA251D;
}
.production-list-wrapper {
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}
.production-list li {
  position: relative;
  float: left;
  width: 266px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.production-list li:nth-child(1) {
  transform-origin: 0 50%;
}
.production-list li:last-child {
  margin-right: 0;
}
.production-list li:hover {
  z-index: 2;
  transform: scale(1.1);
}
.production-list li:hover .text,
.production-list li:hover .text-bg {
  top: 0;
}
.production-list li.tor {
  transform-origin: 0 50%;
}
.production-list li.tol {
  transform-origin: 100% 50%;
}
.production-list li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.production-list li a:hover {
  color: #fff !important;
}
.production-list li .text-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.5;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
.production-list li .text {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 14px 17px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  overflow-y: scroll;
  overflow-x: hidden;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
.switch-tab {
  color: #999;
}
.switch-tab span {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.switch-tab span:first-child:after {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -11px;
  width: 3px;
  height: 22px;
  background: #333;
  content: '';
}
.switch-tab span.active {
  color: #333;
}
.switch-tab-content {
  display: none;
}
.switch-tab-content.active {
  display: block;
}
.xingudongtai-table {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-right: 0;
}
.xingudongtai-table .xingudongtai-table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.xingudongtai-table .xingudongtai-table-item .xingudongtai-table-item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #333;
  background-color: #FAFAFA;
  border-bottom: 1px solid #F4F4F4;
}
.xingudongtai-table .xingudongtai-table-item .xingudongtai-table-item-right {
  flex: 1;
}
.xingudongtai-table .xingudongtai-table-item .xingudongtai-table-item-right div {
  width: 100%;
  font-size: 0;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
}
.xingudongtai-table .xingudongtai-table-item .xingudongtai-table-item-right div span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
}
.xingudongtai-table .xingudongtai-table-item .xingudongtai-table-item-right div span a {
  text-decoration: underline;
  color: #1971CF;
}
.xingudongtai-table .xingudongtai-table-item .xingudongtai-table-item-right div span:first-child {
  border-left: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
}
.xingudongtai-table .xingudongtai-table-item:last-child .xingudongtai-table-item-left,
.xingudongtai-table .xingudongtai-table-item:last-child .xingudongtai-table-item-right div:last-child {
  border-bottom: 0;
}
.xingudongtai-table .empty {
  margin: 0;
  width: 100%;
  line-height: 450px;
  border-right: 1px solid #E6E6E6;
}
.baoyan-box {
  margin-bottom: 40px;
  width: 100%;
}
.baoyan-box .baoyan-box-gallery {
  width: 352px;
  height: 555px;
  overflow: hidden;
}
.baoyan-box .baoyan-box-thumbs {
  width: 53px;
  height: 555px;
  overflow: hidden;
}
.baoyan-box .baoyan-box-thumbs .swiper-slide {
  position: relative;
  opacity: 0.6;
}
.baoyan-box .baoyan-box-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #EB9797;
  transform: scale(1.08);
  opacity: 1;
}
.baoyan-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-quick-news-list-bottom-swiper {
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .xinpi-search-box .xinpi-search-box-banner {
    height: 80px;
  }
  .baoyan-box .baoyan-box-gallery {
    width: 340px;
    height: 536px;
  }
  .baoyan-box .baoyan-box-thumbs {
    width: 51px;
    height: 536px;
  }
}
@media screen and (max-width: 1350px) {
  .xinpi-search-box .xinpi-search-box-banner {
    height: 72px;
  }
  .baoyan-box .baoyan-box-gallery {
    width: 308px;
    height: 485px;
  }
  .baoyan-box .baoyan-box-thumbs {
    width: 46px;
    height: 485px;
  }
}
