@charset "UTF-8";
/* common */
html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  min-height: 100vh;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border-radius: 3px;
}

a {
  color: inherit;
  text-decoration: none;
}

.font-normal {
  font-size: 14px;
}

.font-small {
  font-size: 12px;
}

.font-big {
  font-size: 18px;
}

.font-title {
  font-size: 20px;
}

.border-color {
  color: #EDEDED;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaaaaa;
}

.jy-hide-important {
  display: none !important;
}

.jy-hide {
  display: none;
}

.jy-hover-pointer {
  cursor: pointer;
}

.jy-ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.jy-ellipsis2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jy-ellipsis3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jy-layout-center {
  position: absolute;
  left: 50%;
  top: 50%;
}

.jy-break-line {
  width: 100%;
  height: 2px;
  background: #EDEDED;
}

.jy-video-icon {
  background: url(../../image/site/icon_video.png);
  background-size: 100% 100%;
}

.jy-video-icon-mini {
  width: 26px;
  height: 26px;
  display: block;
  margin-left: -13px;
  margin-top: -13px;
}

.jy-video-icon-small {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: -16px;
  margin-top: -16px;
}

.jy-video-icon-middle {
  width: 45px;
  height: 45px;
  display: block;
  margin-left: -22.5px;
  margin-top: -22.5px;
}

.jy-video-icon-big {
  width: 80px;
  height: 80px;
  display: block;
  margin-left: -40px;
  margin-top: -40px;
}

.jy-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
}

.jy-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-main-container {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
}

.jy-icon-arrow1 {
  background: url(../../image/site/icon_arrow1.png);
  background-size: 100% 100%;
}

.jy-icon-arrowr {
  background: url(../../image/site/icon_arrowr.png);
  background-size: 100% 100%;
}

.jy-icon-arrowd {
  background: url(../../image/site/icon_arrowd.png);
  background-size: 100% 100%;
}

.jy-icon-iphone {
  background: url(../../image/site/icon_iphone.png);
  background-size: 100% 100%;
  top: -1px;
}

.jy-icon-android {
  background: url(../../image/site/icon_android.png);
  background-size: 100% 100%;
}

.jy-share-wechat {
  background: url(../../image/site/icon_wechat.png);
  background-size: 100% 100%;
}

.jy-share-weibo {
  background: url(../../image/site/icon_weibo.png);
  background-size: 100% 100%;
}

.jy-share-qq {
  background: url(../../image/site/icon_qq.png);
  background-size: 100% 100%;
}

.jy-share-zone {
  background: url(../../image/site/icon_zone.png);
  background-size: 100% 100%;
}

.jy-icon-like {
  background: url(../../image/site/icon_like.png);
  background-size: 100% 100%;
}

.jy-icon-liked {
  background: url(../../image/site/icon_liked.png);
  background-size: 100% 100%;
}

.jy-icon-comment {
  background: url(../../image/site/icon_comment.png);
  background-size: 100% 100%;
}

.jy-icon-close {
  background: url(../../image/site/icon_close.png);
  background-size: 100% 100%;
}

.jy-icon-back {
  background: url(../../image/site/icon_back.png);
  background-size: 100% 100%;
}

.jy-icon-change {
  background: url(../../image/site/icon_change.png);
  background-size: 100% 100%;
}

.jy-icon-position {
  background: url(../../image/site/icon_position.png);
  background-size: 100% 100%;
}

.jy-clear-float:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/* cursor pointer */
.swiper-slide:hover,
.jy-newslist-picnews:hover,
.jy-newslist-news:hover,
.jy-special-newslist:hover,
.jy-video-imgbox:hover,
.jy-politics-list:hover,
.info-download:hover,
.info-unlogin:hover,
.jy-login-forget:hover,
.jy-login-back:hover,
.jy-back-account:hover,
.jy-login-btn > span:hover,
.jy-comment-send:hover,
.getcode-btn:hover,
.info-dropdown-item:hover,
.login-out:hover,
.info-person:hover {
  cursor: pointer;
}

/* 左右布局 */
.page-main-container .page-main-left {
  width: 790px;
}

.page-main-container .page-main-right {
  width: 380px;
}

/* 轮播导航 */
.page-main-container .swiper-pagination .pg-item {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  cursor: pointer;
}

.page-main-container .swiper-pagination .item-active {
  width: 16px;
  height: 6px;
  display: inline-block;
  border-radius: 4px;
  background: #F02215;
  margin-right: 8px;
}

/* 非首页轮播 */
.page-main-container .jy-normal-carousel {
  width: 789px;
  height: 443px;
  margin-left: 0;
  position: relative;
  margin-bottom: 30px;
}

.jy-normal-carousel .jy-normal-carousel-img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.jy-normal-carousel .jy-normal-carousel-cover {
  width: 100%;
  height: 265px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  border-radius: 0px 0px 3px 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.jy-normal-carousel .jy-normal-carousel-img img {
  border-radius: 3px;
}

.jy-normal-carousel .jy-normal-carousel-news {
  position: absolute;
  bottom: 46px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}

.jy-normal-carousel .jy-normal-carousel-title {
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  /* 最多显示5行   */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jy-normal-carousel .jy-normal-carousel-abstract {
  line-height: 19px;
}

.jy-normal-carousel .swiper-pagination {
  width: 214px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding-left: 20px;
  text-align: left;
}

/* 左图右文 */
.page-main-container .jy-newslist-picnews {
  margin-top: 6px;
  margin-bottom: 6px;
}

.page-main-container .jy-index-newslist .jy-newslist-picnews {
  margin-top: 9px;
  margin-bottom: 9px;
}

.jy-newslist-picnews .picnews-box-left {
  float: left;
  position: relative;
}

.jy-newslist-picnews .picnews-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jy-newslist-picnews .picnews-box-right .picnews-info {
  color: #aaaaaa;
  font-size: 12px;
}

.jy-newslist-picnews .picnews-box-right .picnews-info .picnews-info-source {
  margin-right: 8px;
}

.jy-newslist-picnews .picnews-box-right .picnews-info .picnews-info-source::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #aaaaaa;
  margin-left: 8px;
}

.jy-newslist-picnews .picnews-box-right .picnews-info .picnews-info-source img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

/* 左图右文 - 主列表 */
.jy-newslist-list .jy-newslist-picnews {
  margin-top: 0;
  margin-bottom: 30px;
}

.jy-newslist-list .jy-newslist-picnews .picnews-box-left {
  width: 277px;
  height: 184px;
  margin-right: 32px;
}

.jy-newslist-list .jy-newslist-picnews .picnews-box-right {
  height: 184px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jy-newslist-list .jy-newslist-picnews .picnews-box-right .picnews-title {
  width: 100%;
  line-height: 21px;
  font-weight: bold;
  font-size: 16px;
}

.jy-newslist-list .jy-newslist-picnews .picnews-box-right .picnews-abstract {
  width: 100%;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}

/* 左图右文 - 侧边栏 */
.jy-side-newslist .jy-newslist-picnews {
  margin-top: 12px;
  margin-bottom: 0;
}

.jy-side-newslist .jy-newslist-picnews .picnews-box-left {
  width: 135px;
  height: 90px;
  margin-right: 13px;
}

.jy-side-newslist .jy-newslist-picnews .picnews-box-right {
  height: 90px;
}

.jy-side-newslist .jy-newslist-picnews .picnews-box-right .picnews-title {
  /* width: 160px; */
  line-height: 19px;
}

/* tabbar */
.jy-tabbar {
  border-bottom: 1px solid #EDEDED;
  color: #666666;
  font-size: 16px;
  padding-bottom: 12px;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  padding-top: 10px;
  position: sticky;
  top: 0;
  /*z-index: 999;*/
  background: white;
}

.jy-tabbar::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.jy-tabbar > span {
  padding-bottom: 11px;
}

.jy-tabbar > span:hover {
  cursor: pointer;
}

.jy-tabbar > span:not(:first-child) {
  margin-left: 50px;
}

.jy-tabbar > .active {
  border-bottom: 2px solid #F02215;
  color: #333333;
}

/* page-top */
.page-top-container {
  position: relative;
  /*height: 173px;*/
  border-bottom: 1px solid #EDEDED;
  z-index: 20000;
  background-size: 100% 100%;
}

.page-top-container .page-top-subject {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-top-container .page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px;
  background-size: 100%;
  position: relative;
  z-index: 2;
}

.page-top-container-bg .page-top {
  padding: 230px 0 30px;
}

.page-top .page-top-icon {
  /*  width: 271px; */
  /*width: 156px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-top .logo_wrap {
  cursor: pointer;
  display: none;
}

.page-top .page-top-info {
  /*width: 271px;*/
}

.page-top .page-top-icon img {
  height: 44px;
  display: block;
}

.page-top .page-top-search {
  width: 480px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*left:150px;*/
}

.page-top .page-top-search .search-input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-top .page-top-search .jy-icon-close {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.page-top .page-top-search .input-ele {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* height: 38px;
  line-height: 38px; */
  font-size: 16px;
  outline: 0;
  border: 0;
}

.page-top .page-top-search .input-ele-space {
  z-index: -1;
  opacity: 0;
  width: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: none;
  outline: none;
}

.page-top .page-top-search .search-icon {
  width: 50px;
  height: 32px;
  margin: 4px;
  background-color: #F02215;
  border-radius: 16px;
  cursor: pointer;
  background-image: url("../../image/site/icon_search_white.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-top .page-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-top .page-top-info .info-download {
  /*font-size: 18px;*/
  /*line-height: 18px;*/
  /*margin-right: 20px;*/
  line-height: 19px;
  padding: 11px 20px 10px 40px;
  border: 1px solid #EDEDED;
  border-radius: 25px;
  background: url(../../image/site/icon_phone.png) 20px center no-repeat;
  background-size: 16px 16px;
  margin-right: 20px;
}

.info-download:hover, .info-unlogin:hover, .info-registered:hover {
  cursor: pointer;
  color: #F02215;
}

.page-top .page-top-info .info-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-top-info .info-person img {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.page-top-info .info-person span {
  max-width: 70px;
  margin-left: 5px;
  margin-right: 7px;
}

.page-top-info .info-person i {
  display: block;
  width: 9px;
  height: 5px;
}

.page-top-info .info-dropdown {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 43px;
  z-index: 10;
  padding: 7px 0;
  width: 86px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-top-info .info-dropdown-item {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: 7px 0;
}

.page-top-info .split-line {
  width: 100%;
  height: 1px;
  background: #EDEDED;
  margin: 7px 0;
}

.page-top-info .info-unlogin {
  font-size: 18px;
  line-height: 18px;
  padding: 0 20px;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  /* padding: 10px 19px 9px 20px;
  line-height: 19px; */
  /* color: #F02215; */
  /* border-radius: 25px; */
  /* border: 1px solid #F02215; */
}

.page-top-info .info-registered {
  font-size: 18px;
  line-height: 18px;
  margin-left: 20px;
}

.page-top-container .page-column {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  z-index: 2;
}

.page-column ul {
  width: 1132px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  white-space: nowrap;
  /*position: relative;*/
  /* border-bottom: 1px solid #EDEDED; */
  /* float: left; */
  overflow: hidden;
  font-size: 0;
}

.page-column ul::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.page-column a {
  display: inline-block;
  margin-right: 50px;
  font-size: 0;
}

.page-column li {
  display: inline-block;
  font-size: 0;
}

.page-column li:hover {
  cursor: pointer;
  color: #F02215;
}

.page-column li span {
  font-size: 18px;
}

.page-column .column-more-item {
  position: absolute;
  right: 0;
  top: 20px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-column li .column-more {
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../../image/site/column_more.png);
  background-size: 100% 100%;
  margin-left: 5px;
}

.navbar-white.page-column li .column-more {
  background-image: url(../../image/site/column_more_white.png);
}

.page-column .active span {
  color: #F02215;
  font-weight: bold;
  position: relative;
}

.page-column .active span::after {
  width: 16px;
  height: 4px;
  content: "";
  display: block;
  background: #F02215;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -9px;
}

.page-column .selected span {
  color: #F02215;
  font-weight: bold;
}

.navbar-white.page-column ul span, .navbar-white.page-column ul .active span, .navbar-white.page-column ul .selected span {
  color: white;
}
.navbar-white.page-column ul .active span::after {
  background: white;
}

.page-column .selected span::after {
  width: 16px;
  height: 4px;
  content: "";
  display: block;
  background: #F02215;
  border-radius: 1px;
  position: relative;
  left: 50%;
  margin-left: -8px;
  bottom: -9px;
}

.page-column .column-hide-line {
  /* max-width: 1240px; */
  min-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 99;
  background: #ffffff;
  /*box-shadow: 0px -2px 6px #BDBDBD;*/
  display: grid;
  grid-template-rows: repeat(auto-fill, 1fr);
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-column .column-hide-line li {
  width: 100%;
  line-height: 24px;
  float: left;
  margin: 8px 0px 8px;
  text-align: center;
  white-space: nowrap;
}

.page-column .column-hide-line li span::after {
  display: none;
}

.page-search-result {
  background: #ffffff;
  /* width: 100%; */
  min-width: 1200px;
  /*height: calc(100% - 173px);*/
  /*position: absolute;*/
  top: 174px;
  z-index: 5;
  overflow-y: auto;
}

.page-search-result .search-list {
  width: 790px;
  margin: 20px auto 50px;
}

.page-search-result .search-list .empty {
  margin: 15%;
  font-size: 20px;
  color: #aaa;
  text-align: center;
}

/* page-pagination */
.page-pagination-bar {
  background: #F6F6F6;
  font-size: 14px;
}

.page-pagination-bar .page-pagination-center {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-pagination-bar .page-pagination-center a {
  /* margin-left: 7px; */
  margin-right: 15px;
  /* color: #333333; */
  text-decoration: none;
}

.page-pagination-bar .page-pagination-center a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
  position: relative;
  top: 3px;
  left: 5px;
}

/* page-bottom */
.page-bottom-container {
  background: #F6F6F6;
  min-width: 1200px;
  width: 100%;
}

.page-bottom-container .page-bottom {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 30px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #F6F6F6;
}

.page-bottom > div {
  margin: 12px auto 0;
}

.page-bottom .page-bottom-title {
  font-weight: bold;
  margin-top: 0;
}

.page-bottom .page-bottom-code {
  width: 188px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.page-bottom .code-box {
  width: 80px;
}

.page-bottom .code-box img {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 10px;
}

.page-bottom .code-box .code-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-bottom .code-box .code-name i {
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
  position: relative;
}

.page-bottom-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px !important;
}

.page-bottom-desc.first {
  margin-top: 24px !important;
  padding: 0 24px;
}

.page-bottom-desc.useful-links {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  row-gap: 6px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: 1200px;
}

.page-bottom-desc-item {
  display: inline-block;
}

.page-bottom-desc a {
  text-decoration: none;
  color: #666;
}

.bottom-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px !important;
}

.bottom-logo {
  height: 30px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: initial;
}

/* mobile column */
.page-column-mobile-list {
  width: 90%;
  margin: 5px auto 0;
}

.page-column-mobile-list ul {
  background: rgb(240, 34, 21);
  color: #fff;
  border-radius: 4px;
}

.page-column-mobile-list ul li {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}

/* model style */
.jy-model-box .jy-model-title {
  border-bottom: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jy-side-video .jy-model-title {
  width: 100%;
}

.jy-model-box .jy-model-title .title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border-bottom: 2px solid #F02215;
  padding-bottom: 9px;
  margin-bottom: -1px;
  -ms-flex-item-align: end;
      align-self: end;
}

.jy-model-box .jy-model-title .jy-model-moreicon {
  font-size: 16px;
}

.jy-model-box .jy-model-title .jy-model-moreicon::after {
  width: 8px;
  height: 14px;
  content: "";
  display: inline-block;
  background-image: url(../../image/site/icon_more_arrow.png);
  background-size: auto 100%;
  margin-left: 3px;
  background-repeat: no-repeat;
}

.page-toutiao .jy-newstype-live .jy-model-moreicon,
.page-toutiao .jy-side-video-wrap .jy-model-moreicon,
.page-toutiao .jy-banner-special .jy-model-moreicon {
  display: none;
}

.page-toutiao .jy-newstype-live.has-more .jy-model-moreicon,
.page-toutiao .jy-side-video-wrap.has-more .jy-model-moreicon,
.page-toutiao .jy-banner-special.has-more .jy-model-moreicon {
  display: block;
}

.jy-newstype-live .jy-videobox-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

/* 视频公共样式 mini small middle big */
.jy-model-box .jy-videobox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shipin-main-wrapper .jy-model-box .jy-videobox-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

.jy-model-box .jy-video-imgbox {
  position: relative;
}

.jy-model-box .jy-video-imgbox img {
  border-radius: 3px;
}

.no-bd-radius > img {
  border-radius: 0 !important;
}

.jy-model-box .jy-newslist-news {
  width: 100%;
}

.jy-model-box .jy-newslist-info {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 16px;
  margin-top: 8px;
}

.jy-model-box .jy-videobox-middle {
  width: 379px;
  margin-bottom: 12px;
}

.jy-model-box .jy-videobox-middle .jy-video-imgbox {
  height: 213px;
}

.jy-model-box .jy-videobox-small {
  width: 276px;
}

.jy-model-box .jy-videobox-small .jy-video-imgbox {
  height: 156px;
}

.jy-model-box .jy-videobox-mini {
  width: 173px;
  margin-bottom: 20px;
}

.jy-model-box .jy-videobox-mini .jy-video-imgbox {
  height: 97px;
}

/** 新闻类型特定样式 **/
/* 直播 */
.jy-icon-live {
  width: 43px;
  height: 17px;
  display: inline-block;
}

.jy-liveicon-1 {
  background: url(../../image/site/iconlive_1.png);
  background-size: 100% 100%;
}

.jy-liveicon-2 {
  background: url(../../image/site/iconlive_2.png);
  background-size: 100% 100%;
}

.jy-liveicon-3 {
  background: url(../../image/site/iconlive_3.png);
  background-size: 100% 100%;
}

.jy-newstype-live .jy-video-imgbox .jy-newstype-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}

.picnews-box-left .jy-icon-live {
  position: absolute;
  left: 8px;
  top: 8px;
}

/* 问政列表 */
.jy-newstype-politics .jy-politics-list {
  /* height: 90px;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between; */
  margin-top: 9px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 21px;
}

.jy-newstype-politics .jy-politics-list .list-pic {
  width: 98px;
  height: 74px;
}

/* 通栏评论 */
.page-main-container .jy-banner-comment {
  /*margin-bottom: 50px;*/
  margin-top: 13px;
}

.jy-banner-comment .jy-model-content {
  /*padding-top: 13px;*/
}

.jy-banner-comment .jy-model-content > ul > li:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}

.jy-banner-comment .jy-model-content > ul > li {
  padding: 20px 0;
}

.jy-commentlist-pic {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.jy-commentlist-pic > img {
  border-radius: 50% !important;
}

.jy-commentlist-top .comment-user {
  color: #5875AE;
  line-height: 19px;
}

.jy-commentlist-top .jy-commentlist-info > div:not(:last-child) {
  margin-right: 20px;
}

.jy-commentlist-top .jy-commentlist-info i {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
}

.jy-commentlist-content {
  line-height: 19px;
  margin-top: 9px;
  margin-left: 40px;
}

.jy-commentlist-content .comment-reply {
  background: #F6F6F6;
  border-radius: 2px;
  padding: 10px;
  margin-top: 11px;
  line-height: 19px;
}

.jy-commentlist-content .comment-reply .reply-user {
  color: #5875AE;
}

.jy-commentlist-content .comment-reply .reply-line:not(:first-child) {
  margin-top: 10px;
}

.jy-commentlist-content .comment-reply .reply-more {
  margin-top: 10px;
  cursor: pointer;
}

.jy-banner-comment .jy-model-content .jy-commentlist-more {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  border-radius: 3px;
  background: #F6F6F6;
  text-align: center;
  line-height: 45px;
  margin-top: 20px;
}

/* 弹出框、遮罩 */
.jy-cover-layer {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jy-cover-wrapper {
  width: 789px;
  height: 600px;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px 20px 0;
}

.jy-cover-wrapper .jy-cover-top .jy-icon-close {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  cursor: pointer;
}

.jy-cover-wrapper .jy-cover-main {
  height: 560px;
  overflow-y: auto;
  padding: 20px 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jy-cover-wrapper .jy-cover-main iframe {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.jy-login-wrapper {
  width: 400px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jy-login-wrapper .jy-cover-main {
  height: auto;
  overflow: hidden;
  padding: 36px 0 0;
}

.jy-login-wrapper .jy-login-logo {
  height: 40px;
  width: 228px;
  background: url(../../image/site/homepage_icon.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 5px auto;
}

.jy-login-wrapper .jy-login-input-wrapper {
  margin: 30px 0 36px;
}

.jy-login-input-wrapper li {
  height: 60px;
  border-radius: 3px;
  background: #F6F6F6;
}

.jy-login-input-wrapper li:not(:last-child) {
  margin-bottom: 10px;
}

.jy-login-input-wrapper li input {
  border: 0;
  outline: none;
  line-height: 58px;
  padding-left: 20px;
  background: #F6F6F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.jy-login-input-wrapper li input::-webkit-input-placeholder,
.jy-login-input-wrapper li input::-moz-placeholder {
  color: #aaa;
}

/* 手机号码和验证码 */
.jy-login-input-wrapper .input-inside-code,
.jy-login-input-wrapper .input-inside-number {
  position: relative;
}

.jy-login-input-wrapper .input-inside-code .getcode-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #F02215;
}

.jy-login-input-wrapper .input-inside-code input {
  width: 72%;
}

.jy-login-input-wrapper .input-inside-number .base-number {
  position: absolute;
  left: 20px;
  top: 20px;
}

.jy-login-input-wrapper .input-inside-number input {
  padding-left: 67px;
}

.jy-login-wrapper .jy-login-bottom {
  margin-bottom: 30px;
}

.jy-login-wrapper .jy-login-ops span i {
  width: 5px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}

.jy-login-wrapper .jy-login-btn span {
  padding: 6px 16px;
  border-radius: 3px;
  color: #666;
  border: 1px solid #D1D1D1;
}

.jy-login-wrapper .jy-login-btn span:first-child {
  margin-right: 16px;
}

.jy-login-wrapper .jy-login-btn .active {
  color: #fff;
  border-color: #F02215;
  background: #F02215;
}

.jy-download-layer .jy-cover-wrapper {
  width: 648px;
  height: 409px;
  border-radius: 3px;
  background: url(../../image/site/download_bg.png);
  background-size: 100% 100%;
}

.jy-download-layer .jy-cover-wrapper .jy-cover-main {
  height: 369px;
}

.jy-download-layer .download-text {
  margin-top: 20px;
  margin-left: 67px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.jy-download-layer .download-pic {
  margin-top: 40px;
  margin-left: 65px;
  width: 260px;
}

.jy-download-layer .download-pic .code-box {
  margin: 0;
  width: 100px;
}

.jy-download-layer .download-pic .code-box img {
  height: 100px;
  width: 100px;
}

.jy-position-layer .jy-cover-wrapper {
  width: 325px;
  height: 500px;
  overflow: hidden;
}

.jy-position-layer .jy-cover-main {
  padding-left: 0;
  padding-right: 0;
  overflow-y: auto;
  height: 450px;
}

.jy-position-layer .jy-cover-main li {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 15px;
  border-bottom: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jy-position-layer .jy-cover-main li:hover {
  cursor: pointer;
}

.jy-position-layer .jy-cover-main li.is-child {
  margin-left: 30px;
}

.jy-position-layer .jy-cover-main li .jy-icon-arrowr {
  width: 7px;
  height: 14px;
  display: inline-block;
}

.jy-position-layer .jy-cover-main li .jy-icon-arrowd {
  width: 14px;
  height: 7px;
  display: inline-block;
}

/* 普通频道 */
.normal-main-wrapper .jy-side-newslist {
  margin-bottom: 30px;
}

.normal-main-wrapper .jy-banner-special {
  /*margin-top: 36px;*/
}

/* 侧边专题 */
.page-main-container .jy-banner-special,
.page-main-container .jy-side-video,
.page-main-container .jy-index-hotword {
  width: 380px;
  float: right;
}

.page-main-container {
  min-height: 300px;
}

.jy-banner-special .jy-model-content {
  margin-top: 5px;
  margin-bottom: 21px;
}

.jy-banner-special .jy-special-newslist {
  padding: 15px 0;
}

.jy-banner-special .jy-special-newslist:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}

.jy-banner-special .jy-special-newslist .jy-special-imgbox {
  width: 379px;
  margin-top: 10px;
}

.jy-banner-special .jy-special-newslist .jy-special-imgbox img {
  border-radius: 3px;
  width: 100%;
  height: auto;
  display: block;
}

.jy-banner-special .jy-special-newslist .jy-special-imgbox img.img_error {
  height: 190px;
}

/* 默认图覆盖 */
.picnews-box-bg {
  width: 100%;
  height: 100%;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.picnews-box-bg img {
  /*width: 83px !important;*/
  /*height: 58px !important;*/
  display: block;
  width: 100%;
  height: 100%;
}

.picnews-box-left .picnews-box-bg,
.jy-side-video .picnews-box-bg,
.shipin-main-wrapper .picnews-box-bg,
.jy-special-newslist .picnews-box-bg {
  border-radius: 3px;
}

.jy-special-newslist .picnews-box-bg {
  min-height: 94px;
}

.jy-special-newslist .picnews-box-bg .img_error {
  min-height: 94px;
}

/* 消息提示 */
.message-tip {
  padding: 10px 20px;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1002;
}

/* 定位 */
.change-position {
  /*color: #F02215;*/
  font-size: 14px;
  line-height: 16px;
  /* margin-left: 5px; */
  /*background: url(../../image/site/icon_down_change.png) no-repeat;*/
  /*background-size: 30% 20%;*/
  /*background-position: right 50%;*/
  /*padding: 15px 5px 15px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 120px 20px 12px;
  margin: -20px -120px -20px -12px;
}

.change-position:hover {
  cursor: pointer;
}

.change-position i {
  width: 9px;
  height: 13px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.jy-login-wrapper .jy-login-change {
  border-top: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 58px;
}

.jy-login-wrapper .jy-login-change:hover {
  cursor: pointer;
}

.jy-login-wrapper .jy-login-change .jy-icon-change {
  width: 5px;
  height: 8px;
  margin-left: 5px;
}

.page-swiper-flexible {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  /* page-top */
  .page-top-container {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
  }
  .page-top-container .page-top {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 5px;
  }
  .page-top .page-top-icon {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-top .page-top-icon img {
    height: 40px;
    width: auto;
    margin-left: 20px;
  }
  .page-top .page-top-icon .page-top-mobile-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-top .page-top-icon .search-btn {
    display: block;
    width: 50px;
    height: 32px;
    background: url(../../image/site/icon_search_red.png) center center no-repeat;
    background-size: 24px 24px;
  }
  .page-top .page-top-icon .page-top-mobile-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top .page-top-icon .page-top-mobile-userhead {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
  }
  .page-top .page-top-info {
    display: none;
  }
  .page-top .page-top-search {
    width: 90%;
    margin: 0 auto;
    display: none;
    margin-bottom: 10px;
  }
  .page-top .page-top-search .search-input-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top .page-top-search .jy-icon-close {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
  .page-column {
    display: none;
  }
  .page-column-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 18px;
  }
  .page-column-mobile .current-column {
    font-size: 16px;
  }
  .page-column-mobile .column-more {
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../../image/site/column_more.png);
    background-size: 100% 100%;
  }
  /* 首页内容 */
  .page-main-container {
    width: 90%;
    padding: 15px 0;
    overflow: hidden;
  }
  /* page-bottom */
  .page-bottom-container {
    min-width: auto;
  }
  /* search */
  .page-search-result {
    min-width: auto;
    /*height: calc(100% - 99px);*/
    top: 100px;
    width: 100%;
  }
  .page-search-result .search-list {
    width: 90%;
    margin: 20px auto;
  }
  .page-pagination-bar {
    display: none;
  }
  /* 轮播 */
  .page-main-container .page-swiper-flexible {
    width: 100%;
    padding-bottom: 52.7%;
    position: relative;
  }
  .page-main-container .page-swiper-flexible .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-index-carousel-img {
    width: 178px;
    height: 100%;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-index-carousel-news {
    padding: 5px;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-index-carousel-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-index-carousel-abstract {
    font-size: 12px;
    line-height: 16px;
  }
  /* 轮播 */
  .mobile-wrapper .page-main-left,
  .mobile-wrapper .page-main-right {
    width: 100%;
  }
  .page-main-container .page-swiper-flexible {
    width: 100%;
    padding-bottom: 52.7%;
    position: relative;
    margin-bottom: 20px;
  }
  .page-main-container .page-swiper-flexible .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-normal-carousel-img {
    width: 100%;
    height: 100%;
  }
  /* 轮播导航 */
  .page-main-container .swiper-pagination .pg-item {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
  }
  .page-swiper-flexible .swiper-container .jy-normal-carousel-cover {
    height: 50%;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-normal-carousel-news {
    padding: 5px;
    bottom: 9px;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-normal-carousel-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .page-main-container .page-swiper-flexible .swiper-container .jy-normal-carousel-abstract {
    font-size: 12px;
    line-height: 16px;
  }
  /* 列表 */
  .jy-newslist-list .jy-newslist-picnews .picnews-box-left {
    width: 135px;
    height: 90px;
    margin-right: 13px;
  }
  .jy-newslist-list .jy-newslist-picnews .picnews-box-right .picnews-title {
    width: 100%;
    font-size: 15px;
  }
  .jy-newslist-list .jy-newslist-picnews .picnews-box-right {
    height: 92px;
  }
  .jy-model-box .jy-model-title .title {
    font-size: 17px;
  }
  .jy-model-box .jy-model-title .jy-model-moreicon {
    font-size: 14px;
  }
  /* 注册 */
  .jy-login-wrapper {
    width: 300px;
  }
  .jy-cover-wrapper {
    padding: 15px 15px 0;
  }
  .jy-login-wrapper .jy-cover-main {
    padding-top: 20px;
    /* padding-bottom: 30px; */
  }
  .jy-login-wrapper .jy-login-bottom {
    margin-bottom: 20px;
  }
  .jy-login-wrapper .jy-login-logo {
    height: 40px;
    background-size: auto 39px;
  }
  .jy-login-input-wrapper li {
    height: 36px;
  }
  .jy-login-input-wrapper li input {
    line-height: 34px;
  }
  .jy-login-ops span {
    font-size: 12px;
  }
  .jy-login-wrapper .jy-login-change {
    height: 48px;
    font-size: 12px;
  }
  .jy-login-wrapper .jy-login-btn span {
    padding: 3px 10px;
    font-size: 12px;
  }
  .jy-login-wrapper .jy-login-btn span:first-child {
    margin-right: 8px;
  }
  .jy-login-input-wrapper .input-inside-number .base-number,
  .jy-login-input-wrapper .input-inside-code .getcode-btn {
    top: 8px;
  }
  .jy-login-input-wrapper .input-inside-code input {
    width: 60%;
  }
  .page-main-container .page-main-left,
  .page-main-container .page-main-right {
    width: 100%;
  }
  .jy-newslist-list .jy-newslist-picnews .picnews-box-right .picnews-abstract {
    width: 100%;
  }
  .jy-index-newslist .jy-flex-between {
    display: block;
  }
  /* jy-model-box */
  .jy-model-box .jy-model-title .title {
    font-size: 17px;
    height: auto;
  }
  .jy-model-box .jy-model-title .jy-model-moreicon {
    font-size: 13px;
  }
  .page-special-wrapper .jy-model-box .jy-model-title span:first-of-type {
    height: auto;
  }
  .normal-main-wrapper > .jy-flex-between {
    display: block;
  }
  .jy-newslist-list .jy-newslist-picnews .picnews-box-right .picnews-abstract {
    width: 100%;
  }
  .page-main-container .jy-banner-special {
    width: 100%;
  }
  .input-inside-code .getcode-btn {
    top: 8px;
  }
  .jy-side-newslist .jy-newslist-picnews .picnews-box-right .picnews-title {
    width: 100%;
  }
  .page-main-container .jy-banner-special {
    width: 100%;
  }
}
.video-title {
  line-height: 23px;
  cursor: pointer;
}

.local-space {
  padding: 20px 30px;
  position: absolute;
  z-index: 9999;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0px -2px 6px #BDBDBD;
          box-shadow: 0px -2px 6px #BDBDBD;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  gap: 30px 50px;
}

.local-space li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.local-space li.active {
  color: #F02215;
}

.local-space span:hover {
  cursor: pointer;
  color: #F02215;
}

.small-top-container {
  height: 70px;
  background: #F6F6F6;
}

.small-top-container .page-top {
  height: 60px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.small-top-container .page-top .page-top-icon {
  width: 20px;
}

.small-top-container .page-top .page-top-icon img {
  width: 248px;
  height: 44px;
}

.small-page-top {
  background-color: #f6f6f6;
}

.small-page-column {
  position: absolute !important;
  left: 80px;
  width: 580px !important;
}

.small-page-column ul {
  width: 510px !important;
}

.small-search {
  width: 50px;
  position: absolute;
  right: 270px;
  left: auto;
  height: 40px;
  border-radius: 8px;
  border: 2px solid #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border:none; */
  overflow: hidden;
}

.small-search:hover {
  width: 250px;
  border: 2px solid #d7d7d7;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.small-search:hover .search-input-wrapper {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

.small-search .search-input-wrapper {
  opacity: 0;
}

.small-search .search-input-wrapper input {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  line-height: 38px;
  outline: 0;
  border: 0;
  background-color: #F6F6F6;
  font-size: 18px;
}

.small-search .search-input-wrapper input::-webkit-input-placeholder {
  -webkit-columns: #8a8a8a;
          columns: #8a8a8a;
}

.small-search .search-input-wrapper input::-moz-placeholder {
  -moz-columns: #8a8a8a;
       columns: #8a8a8a;
}

.small-search .search-input-wrapper input:-ms-input-placeholder {
  columns: #8a8a8a;
}

.small-search .search-input-wrapper input::-ms-input-placeholder {
  columns: #8a8a8a;
}

.small-search .search-input-wrapper input::placeholder {
  -webkit-columns: #8a8a8a;
     -moz-columns: #8a8a8a;
          columns: #8a8a8a;
}

.small-search .search-icon {
  width: 50px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
  background: url(../../image/site/icon_search.png) center center no-repeat;
  background-size: 20px 20px;
}

.small-page-info {
  position: absolute !important;
  right: 0;
}

.more-btn {
  width: 120px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  background-color: #F02215;
  color: #fff;
  border: 1px solid #e8e8e8;
  position: fixed;
  bottom: 150px;
  right: 100px;
  display: none;
  cursor: pointer;
}

.img_wrap[data-error] {
  position: relative;
  width: 100%;
  height: 100%;
}

.img_wrap[data-error]::before {
  content: "";
  background: #EEEEEE !important;
  background-size: 40% !important;
  -o-object-fit: none !important;
     object-fit: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.img_wrap[data-error] .img_space {
  width: 40% !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.title-area {
  margin-left: 5px;
}

.no-data {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 80px;
}

.img_error {
  /*min-height: 150px;*/
}

.hidden {
  display: none !important;
}