/* main.css */

/* 详情页超链接样式 */
/*
.post-content a,
.post-content a:link{
color: #003251;
font-weight: bold;
}
*/

<!--/*给设置滚动条，防止页面抖动start*/-->
body {
  overflow-y: scroll;
}
<!--/*给设置滚动条，防止页面抖动end*/-->
.displayFlex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-lunbo-title{
  position:unset !important;
}
.gallery-lunbo-title span{
  color:white;
}
.atlas-section .featured-large .figure>div{
  position:relative;
  z-index:4;
}
.atlas-section .featured-large .figure:before{
  z-index:7 !important;
}
.atlas-section .featured-large .item:hover .figure:before{
  z-index:1 !important;
}
/* svg 高斯模糊 begin*/
.blur {
  filter: url(blur.svg#blur); /* IE10, IE11 */

  -webkit-filter: blur(3px); /* Chrome, Opera */
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false); /* IE6~IE9 */
}
.wh100{
  width:100%;
  height:100%;
}
.thumb-img-blur{
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow:hidden;
}
.thumb-img-blur:after{
  content: "";
  display: block;
  width: 100%;
  z-index: -1;
  position: relative;
  padding-top: 56.25%;
}
.thumb-img-blur .blursvg{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.thumb-img-blur .thumb-img-a a{
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.index-lunbo .thumb-img-blur:after{
  padding-top:450px;
}
/* svg 高斯模糊 end */
/* 专题图片加圆角,加即时新闻 begin */
.topic-text .stories,
.topic-text .stories .storyTitle{
  font-size: 18px;
}
.link-immed-stories .stories{
  display: flex;
  width:100%;
}
.link-immed-stories .stories:before{
  content: "";
  display: block;
  min-width: 18px;
  height: 27px;
  /* background: url("https://wwp-static.wenweipo.com/img/icon/special-story-icon.png"); */
  background: url("https://wwp-static.wenweipo.com/img/icon/special-story-blue-icon.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;
  width: 18px;
  margin-right: 10px;
}
.border-radius-8{
  border-radius:8px;
}
.link-immed-stories {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
/* 专题图片加圆角,加即时新闻 end */
.post-body ol, .post-body ul{
  padding-left:2em;
  list-style: revert;
}
.post-body ol li, .post-body ul li {
    list-style: unset;
}
.fontWeightN{
  font-weight: normal;
  display:unset !important;
}
.bg-jb-txt {
  background: #eee;
  border-top: 1px dotted #999;
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  border-radius: 10px 5px 5px 10px;
  padding: 10px;
  color: #999;
  background-image: url(https://wwp-static.wenweipo.com/img/jb-bg.png);
  background-repeat: no-repeat;
  background-position: -5px 0px;
  background-size: 10px 100%;
}
img{
  margin:auto;
}
body{
  line-height:1.5;
}
.story-time .time{
  font-size:12px;
}
.featured-news .flex-control-paging li a:hover{
  background:rgba(0,0,0,0.5);
}
.story-time{
  display:flex;
  align-items: center;
}
.inner, main{
  max-width:1200px !important;
  padding:0;
}
.featured-news .flexslider .slides li{
  background:none;
}
ul,ol,li{
  list-style:none;
}
.columnTitleName{
  color:#003251;
  padding-left:10px;
  padding-top:21px;
  margin-left: 50px;
  font-size:24px;
}
main .columnTitleName{
	color:#003251;
}
.column-icon{
  max-width:28px;
  margin-right:10px;
}
.redLine{
  height:1px;
  width:200px;
  background:#003251;/*#C9333A; */
  position:absolute;
  bottom:-10px;
  left:0;
  z-index:2;
  display: none;
}
.grayLine{
  height:1px;
  margin-left: 50px;
  width: calc(100% - 50px);
  background:#e4e8ea;
  position:absolute;
  bottom:-10px;
  left:0;
  z-index:1;
}
/* 因改版需要  隐藏 */
.redLine,.grayLine{
  /* display:none; */
}
.header-wrapper .sub-menu{
 /*  top:40px; 笔记本电脑下首页滑后样式有问题 */
  top:39px;
}
.redPoint{
  width: 6px;
  height: 6px;
  min-width:6px;
  min-height:6px;
  display: inline-block;
  background: #C9343A;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.storyTitle{
  font-size:18px;
}
.storyTitleSmall{
  font-size:16px;
}
.storySummary{
  font-size:14px;
  color:#777;
  text-align: justify;
}
.Headlines{
  padding:20px 0;
  background:white;
}
.Headlines .bigHeadLines{
  /* margin-bottom:15px; */
}
.Headlines div {
  display: flex;
  justify-content: center;
  font-size:22px;
  align-items: center;
  text-align: center;
}
.smallHeadLines{
  padding:0 10px;
  display:none !important;
}
.bigHeadLines .storyTitle{
  font-size:36px;
  padding:0 15px;
  font-weight: bold;
}
/*
.smallHeadLines div:not(:last-child):after {
  content: "|";
  width: 20px;
  text-align: center;
}
*/
.Headlines .bigHeadLines .item:first-child a{
  color:#00507f;
}
.smallHeadLines .item:not(:last-child) span{
  padding:0 10px;
}
.smallHeadLines .item:not(:last-child) a{
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
  line-height:1em
}
.flexStoryTitles{
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  padding: 20px;
  z-index:3;
  list-style:none;
}
.flexStoryTitles .storyTitle{
  color:white;
}
.featured-news{
  width:100%;
}
.featured-news .flex-control-nav{
  top: 0;
  right: 5%;
  bottom: auto;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding:20px 0;
  background:rgba(0,50,81,0.6);
}
.featured-news .flex-control-nav li{
  width:100%;
  height:auto;
  display: flex;
  align-items: center;
}
.featured-news .flex-control-paging li a{
  background:none;
  height:100%;
  text-indent:0;
  text-align: left;
  padding: 0 20px;
  color: white;
  display: flex;
  font-size: 14px;
  align-items: center;
  height:100%; /* 3em */
  transition: none;
}
.featured-news .flex-control-paging li a span{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:3em;
}
.featured-news .flex-control-paging li a.flex-active{
  /* font-size:18px; */
  font-size:16px;
  padding: 28px 20px;
  /* background: rgba(203, 23, 34, 0.75); */
  color:white;
  display: flex;
  align-items: center;
  font-weight: bold;
  height:100%;/* 3em */
  cursor: pointer;
  background:none;
  background-image:linear-gradient(90deg, rgba(203, 23, 34, 0.75), rgba(203, 23, 34, 0.2));
}
.oneLine {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.twoLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:3em;
}
.threeLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:4.5em;
}
.storyTitle:hover,
.storyTitleSmall:hover,
.content-story-list .story-item-title:hover,
.content-story-card .story-item-title:hover,
.overflow-oneline.list-title:hover,
.story-item-title.overflow-oneline:hover,
.video-slide .video-slide-other a:hover,
.column-item-2.column-zhuanlan .column-item-2-2 .wrap .text a:hover{
  color:#003251;
  text-decoration: underline !important;
}
#gallery-slide .swiper-slide .storyTitle:hover{
  color:white;
}
.column-item-3{
  display:flex;
  justify-content: space-between;
  /* margin-top:20px; */
}
.column-item-3 .column-item{
  width:32%;
}
.column-title h2{
  font-size:24px;
}
.column-story-list-1-2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.column-story-list .item{
  /* padding-bottom:15px; */
  width:100%;
  background:white;
}
.column-item-2.column-comment .column-item-2-1 .column-story-list .item{
  background:none;
}
.column-story-list .item .wrap .text{
  padding:10px;
}
.column-story-list-1-2>.item:first-child,
.column-story-list-1-1>.item:not(:last-child){
  width:100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  /* padding-bottom: 15px; */
}
.column-story-list-1-2>.item:first-child{
  /* margin-bottom:0; */
}
.column-story-list-1-2>.item:not(:first-child){
  /* width:49%; */
}
.column-story-list-1-2>.item:last-child{
  /* width:100%; */
}
.column-story-list-1-2>.item:nth-child(2){
  display:flex;
  justify-content: space-between;
  background:none;
  margin-bottom:20px;
}
.column-story-list-1-2>.item:nth-child(2)>.item{
  width:49%;
}
.column-story-list-1-2 .item:not(:first-child) .storyTitle{
  font-size:16px;
}
.column-story-list{
  /* height: calc(100% - 89px); */
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
}
.column-title{
  height:46px;
  line-height:46px;
  font-size: 24px;
  position:relative;
  display: flex;
  align-items: center;
  margin:20px 0 25px;;
}
.n-addItems{
  display: flex;
  justify-content: space-between;
  margin:20px 0;
}
.n-addTwo .n-addItem{
  width:49%;
}
.columnMore img{
  position: relative;
  bottom: -10px;
  z-index: 5;
}
.column-video .column-story-list-this{
  display:flex;
  justify-content: space-between;
}

.column-video .column-story-list-this>.item{
  width:32%;
}
.column-video .column-story-list-this>.item:not(:last-child){
  width:32%;
  margin-bottom:20px;
  background:white;
}
.column-gallery.column-video .column-story-list-this>.item:not(:last-child){
  margin-bottom:0;
}
.column-video .column-story-list-this>.item:nth-child(4),
.column-video .column-story-list-this>.item:nth-child(5){
  margin-bottom:0;
}
.column-gallery.column-video .column-story-list-this>.item:last-child .item.swiper-slide{
  display:flex;
  flex-wrap:wrap;
  align-content: space-between;
}
.column-video .column-story-list-this>.item:last-child .item:not(:last-child){
  /* margin-bottom:20px; */
  background:white;
}
.column-video .column-story-list-this>.item:last-child .item{
  width:calc(100% - 4px);
}
.column-video .column-story-list-this>.item:last-child .item:last-child{
  /* background:white; */
}
.column-video .column-story-list-this>.item:not(:last-child) .text{
	padding: 3px 12px 2px;
}
.column-video .column-story-list-this .item:last-child{
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  align-content: space-between;
}
.column-video .column-story-list-this .item:last-child .item .wrap{
  display: flex;
  justify-content: space-between;
}
.column-video .column-story-list-this .item:last-child .item .wrap .figure{
  width:44%;
}
.column-video .column-story-list-this .item:last-child .item .wrap .text{
  width:54%;
}
.column-video.column-gallery .column-story-list-this .item:last-child .item .wrap .figure{
  /* width:34%; */
  /* width:calc(100% - 7px); */
  width:100%;
}
.column-video.column-gallery .column-story-list-this .item:last-child .swiper-container-vertical>.swiper-scrollbar{
  right:0;
  height:100%;
}
.column-gallery.column-video .column-story-list-this .item:last-child .item .wrap .text{
  width:64%;
}
.column-video .column-story-list-this .item .item{
  width:100%;
}
.n-addThree .n-addItem{
  width:33%;
}
.n-addTwo,
.n-addThree{
  width:100%;
  display: flex;
  justify-content: space-between;
}
.column-item-2{
  display: flex;
  justify-content: space-between;
}
.column-item-2>div{
  width:49%;
}
.column-item-2-2 .column-item:first-child .item:first-child{
  margin-bottom:15px;
}
.column-item-2-2 .column-item:first-child .item .wrap{
  display:flex;
  justify-content: space-between;
}
.column-item-2-2>.item{
  margin-bottom:15px;
}
.column-item-2-2 .column-item:first-child h3{
  margin-bottom:15px;
}
.column-item-2-2 .column-item:first-child .item .wrap .figure{
  width:45%;
}
.column-item-2-2 .column-item:first-child .item .wrap .text{
  /* width:53%; */
}
.column-gallery.column-video .column-story-list-this>.item:first-child{
  width:74%;
}
.column-gallery.column-video .column-story-list-this>.item:last-child{
  width:24%;
}
.column-gallery.column-video .column-story-list-this>.item:last-child .item.swiper-slide{
  /* height:auto !important; */
}
.column-zhuanlan .column-story-list .item{
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:1px solid #e4e8ea;
}
.column-zhuanlan .column-story-list .item:not(:last-child) .wrap{
  display:flex;
  justify-content: space-between;
}
.column-zhuanlan .column-story-list .item:not(:last-child) .figure {
  width:39%;
}
.column-zhuanlan .column-story-list .item:not(:last-child) .text {
  width:58%;
}
.column-lt .column-item .column-story-list{
  display:flex;
  justify-content: space-between;
}
.column-lt .column-item .item{
  width:32.7%;
}
.column-story-list-tj .item,
.column-story-list-news .item{
  width:24%;
}
main.column{
  margin-top:20px;
}
.column-story-list-tj.column-story-list{
  justify-content: space-between;
}
.hasbg{
  position: relative;
}
.hasbg .videoTime{
  padding: 0 5px;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.75);
  color: white;
  border-radius: 10px;
  font-size:12px;
  line-height:20px;
}
.liveStatus {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
}
.liveStatus span{
  padding: 0 5px;
  border-radius: 10px;
  font-size:12px;
  line-height:20px;
  color:white;
  background:rgba(0,0,0,0.75);
}
.column-story-list-news .item:nth-child(1),
.column-story-list-news .item:nth-child(2){
  width:49%;
}
.column-story-list-shortfilm,
.column-story-list-live,
.column-story-list-live>.item:last-child{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.column-story-list-shortfilm .item{
  width:32.5%;
}
.column-story-list-live>.item:first-child{
  width:58%;
}
.column-story-list-live>.item:last-child{
  width:40%
}
.column-story-list-live>.item:last-child .item{
  width:49%;
}
.time-icon{
  margin-right:15px;
}
a.columnMore {
  position: absolute;
  /* top: -10px; */
}
.post-meta{
  padding-top:10px;
}
.post-meta,
.topic-public-date,
.story-item-time.card-tag{
  display:flex;
  align-items:center;
}
.storyTimeIcon{
  margin-right:15px;
}
.time{
  color:#A5A5A5;
}
.column-story-list.column-story-list-sp .item:first-child .wrap>.storySummary{
  background:url(https://wwp-static.wenweipo.com/img/juxing.png) no-repeat;
  width: calc(100% - 40px);
  /* position: absolute; */
  background-size: 100%;
  padding: 20px 10px 0px;
  margin-top: calc(-4em + 18px);
  margin-left:40px;
  min-height:162px;
}
.column-comment.column-item-2>div:first-child{
  width:66%;
  position:relative;
}
.column-comment.column-item-2>div:first-child .text{
  padding:0;
}
.column-comment.column-item-2>div:first-child .text h3{
  height: 4em;
  background: #013252;
  font-size:20px;
  padding: 10px;
}
.column-comment.column-item-2>div:first-child .text .storyTitle{
  color: white;
  line-height:2em;
  font-size:20px;
}
.column-comment.column-item-2>div:first-child .text>.storySummary{
  background: url(https://wwp-static.wenweipo.com/img/juxing.png) no-repeat;
  width: calc(100% - 40px);
  right: 0px;
  position:relative;
  background-size: 100%;
  padding: 47px 20px 15px;
  margin-top: calc(-3em + -7px);
  border-radius: 0 0px 20px 20px;
  margin-left:40px;
}
.column-comment.column-item-2>div:first-child .text>.storySummary .storySummary{
  height:6em;
  max-height:6em;
  line-height:2em;
  display:flex;
  align-items:center;
}
.column-comment.column-item-2>div:last-child{
  width:32%;
  display:flex;
  flex-wrap:wrap;
}
.column-comment.column-item-2>div:last-child .column-item:first-child{
  height:53%;
}
.column-comment.column-item-2>div:last-child .column-item:last-child{
  min-height:41%;
  width:100%;
}
.story-item-tag-selected.story-item-tag{
  display:none;
}
.recommend-video .storyTitle:before{
  content: "";
  background: url(https://wwp-static.wenweipo.com/img/icon/video-title.png) no-repeat;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.recommend-video .item{
  background:#f6f6f6;
  margin-top:20px;
}
.recommend-video .text{
  padding:10px;
}
.hot-comment-body-content a{
  align-items: center;
}
.hot-comment-body-content a:not(:first-child),
.hot-comment-body-content a:nth-child(2){
  margin-top:15px;
}
.hot-comment-today .item .storyNum span{
  background:#d5dadf;
  border-radius:50%;
  width:34px;
  height:34px;
  display:block;
  text-align:center;
  line-height:34px;
  color: #013252;
  margin-right:15px;
}
.hot-comment-today .hot-comment-body-content{
  padding-left:35px
}
.hot-comment-today .hot-comment-body-content .item:nth-child(4) .storyNum span,
.hot-comment-today .hot-comment-body-content .item:nth-child(2) .storyNum span,
.hot-comment-today .hot-comment-body-content .item:nth-child(3) .storyNum span{
  background:url(https://wwp-static.wenweipo.com/img/icon/fire-icon.png) no-repeat;
  height:38px;
  color:white;
  line-height:38px
}
.hot-comment-today .hot-comment-body-content .item:nth-child(2) .storyNum span{
  background:url(https://wwp-static.wenweipo.com/img/icon/fire-icon-1.png) no-repeat;
}
.hot-comment-today .hot-comment-body-content .item:nth-child(3) .storyNum span{
  background:url(https://wwp-static.wenweipo.com/img/icon/fire-icon-2.png) no-repeat;
}
.hot-comment-today .hot-comment-body-content .item:nth-child(4) .storyNum span{
  background:url(https://wwp-static.wenweipo.com/img/icon/fire-icon-3.png) no-repeat;
}
.hot-comment-today .hot-comment-body-content .item:nth-child(5) .storyNum span{
  background:url(https://wwp-static.wenweipo.com/img/icon/fire-icon-4.png) no-repeat;
}
.hot-comment-today .hot-comment-body-content .item:nth-child(6) .storyNum span{
  background:url(https://wwp-static.wenweipo.com/img/icon/fire-icon-5.png) no-repeat;
}
.column-gallery.column-video .column-story-list-this .item:last-child .item .wrap .text{
  display:none;
}
.recommend-video .item{
  background:white;
}
.relatedNewsColumn{
  font-size:24px;
  line-height:1.5em;
  padding:10px;
  color:#003251;
}
.section-title.xhtj{
  position:relative;
}
.section-title.xhtj .redLine,
.section-title.xhtj .grayLine{
  top:0;
  height:4px;
}
.header-wrapper .sub-menu a:hover,
.header-wrapper .sub-menu a:link:hover{
  background:#c9333a;
}
.immedMore{
  width:100%;
  text-align:center;
  color:#999;
  padding-top:20px;
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
main.home-page-banner{
  display:none;
}
.galleryHoverLeft{
  cursor: url(https://wwp-static.wenweipo.com/img/icon/gallery-arrow-left.cur), auto;
}
.galleryHoverRight{
  cursor: url(https://wwp-static.wenweipo.com/img/icon/gallery-arrow-right.cur), auto;
}
a.pdfPath{
  color:#387cdf;
}
a.pdfPath:hover,
a.pdfPath:link:hover{
  text-decoration: underline;
}
a.pdfPath:before{
  content:"";
  display:inline-block;
  background:url(https://wwp-static.wenweipo.com/img/icon/pdf-icon.png) center no-repeat;
  width:16px;
  height:16px;
  margin-right:5px;
}
@media (max-width:900px){
  .storyTimeIcon{
    margin-right:10px;
  }
}
@media (max-width:768px) {
  main{
    padding:0 20px;
  }
}
.header-wrapper .sub-menu{
  border-top: 4px solid #c9333a;
}
.content-story-list .story-item-summary{
  line-height: 21px;
  font-size: 14px !important;
  text-align: justify;
}
.content-story-list .story-item-title{
  font-size: 18px;
}
.column-item .text h3 a{
  font-size: 18px;
}
.single-content .primary .post-body p{
  text-align: justify;
  margin-bottom:1.5em
}
.gallery-slide-other .storyTitle, .column-top-story .story-item-title, .content-story-list .story-item-title{
  font-size: 18px !important;
}
.column-top-story .story-item-summary, .gallery-slide-first .text .storySummary{
  font-size: 14px;
  text-align: justify;
}
.single-content .primary .post-body>p:not(:last-child){
  text-align: justify;
}
.content-area-parent .content-story-card .story-item-summary{
  font-size: 14px;
  text-align: justify;
}
.content-story-card .story-item-title{
  font-size: 18px !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.immediate-lb .immediate-lb-area .left-text-area{
  bottom: 50px;
}
.fourLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 7.5em;
}
.gallery-slide-first .text{
	bottom: 280px;
}
.gallery-slide-first .text h3>.storyTitle{
	font-size: 30px;
}
.shareBtn{
  position: relative;
}
.shareBtn .wx-img{
  position: absolute;
  top: -81px;
  left: -203px;
  width: 200px;
  display: none;
}
.shareBtn .wx-img:hover,
.story-item-tag-favorites{
  cursor: pointer;
}
.wx-img:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #999 transparent transparent;
  /* transform: rotate(90deg); */
  right: -10px;
  transform: translateX(-12px);
  top: calc(50% - 5px);
}
.wx-img-bottom{
  position: absolute;
  top: -88px;
  left: -154px;
  width: 133px;
  display: none;
}
.wx-img-bottom:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #999 transparent transparent;
  /* transform: rotate(90deg); */
  right: -24px;
  transform: translateX(-12px);
  top: calc(50% - -26px);
}
.footerShare-wx:hover .wx-img-bottom{
	display: block;
}
.footerShare-wx{
	position: relative;
}
.custem-down{
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
.custem-down:hover{
	cursor: pointer;
}
.custem-down:hover .scanner{
	display: block;
}
.custem-down .scanner{
  width: 150px;
  position: absolute;
  top: -91px;
  left: -180px;
  display: none;
}
.custem-down .customer .scanner img {
    width: 100%;
}
.clearTxt:hover{
	cursor: pointer;
}
.clearTxt{
  width: 12px;
  margin-right: 10px;
  display:none;
  position: relative;
  top: 5px;
}
.searchDiv{
	margin-top: 20px;
}
.imghinde{
  display: none;
}
@media(min-width:1501px){
  .inner .header-wrapper .sub-menu{
    top: 50px !important;
  }
}
.content-story-list .story-item-tag.story-item-tag-favorites.story-item-tag-unselected.list-tag img{
  width: 17px;
}
.topic-item-hover{
  position: relative;
}
.hot-topic-story .topic-item-hover .item-hover-left{
  position: absolute;
  background: linear-gradient(315deg, transparent 50%, rgba(0,50,81,0.5) 34%);
  display:none;/* 隐藏角标 */
}
.footerShare-sys .hoverImg{
  display: none;
}
.footerShare-wx:hover{
	cursor: pointer;
}
.footerShare-wx:hover .hoverImg{
  display: block;
}
.footerShare-fb:hover .hoverImg{
  display: block;
}
.footerShare-wb:hover .hoverImg{
  display: block;
}
.footerShare-wx:hover .defaul{
  display: none;
}
.footerShare-fb:hover .defaul{
  display: none;
}
.footerShare-wb:hover .defaul{
  display: none;
}
.footerShare-sys a .wx-img-bottom img{
	width: 100%;
}
.global-header .global-header-container{
  /* top: 1px; */ /* 影响到手机端了 */
}
.mobile-app-content .app-content{
  background-color: #003251;
}
.mobile-app-content{
  border-top: 2px solid #c9333a;
}
.limit-img img{
  transition: all 1s;
  width: 100%;
}
.limit-img:hover img {
  transform: scale(1.05);
}
.video-box{
  background: url(https://wwp-static.wenweipo.com/img/indexImg/index-video.jpg) center no-repeat;
}
.tuji-box{
  background: url(https://wwp-static.wenweipo.com/img/indexImg/index-pitures.jpg) center no-repeat;
}
body {
    /* font-family: 'Noto Sans TC', "Heiti TC", "微軟正黑體", Microsoft JhengHei, "Roboto Sans", Helvetica, Arial, sans-serif; */
    font-family: 'Hiragino Sans GB','sans-serif','Roboto', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft YaHei', arial, '微软正黑体','PingFang TC','AdobeMingStd-Light','PMingLiU', 'MingLiU';
}
@media(max-width: 1366px){
  .custem-down{
    display: none !important;
  }
}
@media (min-width: 979px) and (max-width: 1366px) {
  .global-header-top{
  	padding: 20px;
  }
 .date-area-title>div{
 	font-size: 22px;
 }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .site-footer,.inner, main{
    padding: 0 20px;
  }
  .footer-logo-share{
    padding:15px 20px;
  }
}
@media(min-width:950px) and (max-width:1500px){
  .header-wrapper .username .loginOut_center {
    top: 39px;
  }
}
@media(min-width:651px){
  .username .loginOut_center{
    top: 39px ;
    right: -25px;
  }
  .limit-cards{
    overflow: hidden;
  }
  .n-addItems .n-addTwo .n-addItem,.n-addTwo .n-addItem{
    overflow: hidden;
  }
  .limit-recomm-list{
    overflow: hidden;
  }
  .searchItem .limit-img{
    overflow: hidden;
  }
	/*  响应式乱了
  .story-item-cover{
    width: 241px;
    height: 135px;
  }
  */
}
@media (max-width:650px) {
  main{
    padding:0 5px;
  }
  .featured-news{
    margin-bottom:0;
  }
  .atlas-section .featured-large .figure:before{
    display:none;
  }
  .smallHeadLines .item:not(:last-child) a{
    border-right:none;
    line-height:1.5em;
  }
  .Headlines .bigHeadLines .item:first-child a{
    text-align:center;
  }
  .Headlines div{
    flex-wrap:wrap;
    justify-content: center;
  }
  .smallHeadLines div:not(:last-child):after{
    display:none;
  }
  .global-header{
    height:42px;
  }
  .column-item-3 .column-item,
  .column-video .column-story-list-this .item{
    width:100%;
  }
  .column-item-3,
  .n-addItems,
  .column-story-list-this,
  .column-item-2{
    flex-wrap:wrap;
  }
  .column-story-list-this .item:not(:last-child){
    margin-bottom:15px;
  }
  .column-item-2>div{
    width:100%;
  }
  .storySummary{
    display:none;
  }
  .column-gallery.column-video .column-story-list-this>.item:first-child,
  .column-gallery.column-video .column-story-list-this>.item:last-child{
    width:100%;
  }
  .column-gallery.column-video .item .item:last-child{
    margin-bottom:20px;
  }
  .column-lt .column-item .item{
    width:49%;
  }
  .n-addTwo,
  .n-addThree{
    flex-wrap:wrap;
  }
  .n-addTwo .n-addItem,
  .n-addThree .n-addItem{
    width:100%;
  }
  .n-addTwo .n-addItem:not(:first-child),
  .n-addThree .n-addItem:not(:first-child){
    margin-top:20px;
  }
  .featured-news .flex-control-nav{
    width: 100%;
    padding: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    top: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .featured-news .flex-control-nav li{
    width: 100%;
    height: auto !important;
  }
  .featured-news .flex-control-paging li a span{
    display:none !important;
  }
  .featured-news .flex-control-paging li a.flex-active{
    background: rgba(203, 23, 34, 0.75);
  }
  .featured-news .flex-control-paging li a.flex-active,
  .featured-news .flex-control-paging li a{
    height:10px;
    padding:0;
  }
  .slideTitleSpan{
    display:none;
  }
  .hasbg .storyTitle{
    position: absolute;
    bottom: 3px;
    z-index: 9;
    background: rgba(0,50,81,0.5);
    color: white;
    padding: 5px 10px;
    width:100%;
  }
  .featured-news .flex-control-paging li a{
    background: #666;
    padding:0;
  }
  .smallHeadLines .item a{
    margin-right:0;
    padding-right:0;
    border:none;
  }
  .column-story-list .item{
    width:100%;
  }
  .column-story-list-live>.item:first-child{
    width:100%;
  }
  .column-story-list-live>.item:last-child{
    width:100%
  }
  .topic-item-hover{
    display:block !important;
  }
  .topic-item{
    display:none !important;
  }
  .column-gallery.column-video .column-story-list-this .item:last-child .item .wrap{
    flex-wrap:wrap
  }
  .column-gallery.column-video .column-story-list-this .item:last-child .item .wrap .text{
    padding:10px;
    background:white;
    display:block;
  }
  .column-video .column-story-list-this>.item:not(:last-child) .text{
    position:unset;
  }
  .column-video .column-story-list-this>.item:not(:last-child) .text a{
    color:#333;
  }
  .featured-news .flex-control-nav{
    max-width:unset;
  }
  .subColumn{
    display:block;
    display:none;/* 正式环境有问题隐藏 */
  }
  .menu-item-has-children .img{
    display:none !important;
  }
  .hot-topic-story>div:nth-child(even){
    margin: 20px 0;
  }
  /* 图片放大效果在手机上关闭 */
  .limit-img:hover img{
    transform:scale(1);
  }
}
/*移动端显示subColumn样式调整*/

.subColumn{
  top: 42px;
  width: 100%;
  background: white;
  padding: 0 20px;
  z-index: 9;
  display: none;
}
.subColumn ul{
  padding: 5px 0;
  height: 30px;
  overflow: hidden;
  overflow-x: auto;
  width: auto;
  white-space: nowrap;
}
.subColumn ul>li{
  display: inline-block;
  margin-right: 10px;
}
#weather-float-he{
  display:none;
}
.setHeight{
	height: 0 !important;
}
.maxPicNum-body em:nth-child(1){
  color: #8f0404;
  font-weight: 900;
  font-size: 33px;
}
.maxPicComment .maxPicNum .maxPicNum-body em.phone-gallery-num-total{
  font-size: 20px;
}
@media (max-width: 450px){
  h2 {
    font-weight: 600 !important;
  }
}
.n-addTwo .n-addItem{
  position: relative;
}
.top-img .tagging,
.n-addTwo .n-addItem .tagging,
.lh-position .lianghui .tagging{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #f1eaea;
  width: 44px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  font-size: 16px;
  background: rgba(0,0,0,.7);
}
.lh-position .lianghui{
  height:180px;
}


