/*左边*/
 .gallery .imgwrapper{
  	height:600px; 
  	border:1px solid #ddd;
  	border-right:0;
  	padding: 10px 0;
  	position: relative;
  	overflow: hidden;
  }
  .gallery .imgwrapper .show_img{
   	width: 100%;
   	height: 600px;
   	display: none;
   	transition: all 0.2s linear;
    justify-content: center;
    align-items: center;
   }
  .gallery .imgwrapper .show_img:first-child{
    display: flex;
   }
 .gallery .imgwrapper img{
 	display: inline-block;
 	/*width: 100%;
 	height: 100%;*/
 }
 .icon-zoom-wrap{
 	position:absolute;
 	right:10px;
 	top:20px;
 	display: inline-block;
 	width: 30px;
 	height: 30px;
 	text-decoration: none;
 	color: #fff;
 }
 .icon-zoom-wrap i{
   font-size: 24px;
 }
  .icon-zoom-wrap:link,.icon-zoom-wrap:visited,.icon-zoom-wrap:hover,.icon-zoom-wrap:active{
  	text-decoration: none;
    color: #fff;
  }
  .icon-prev-wrap,.icon-next-wrap{
  	position: absolute;
  	width: 80px;
  	height: 80px;
  	top:50%;
  	margin-top: -40px;
  	z-index: 100;
  	color: #364BC7;
  	display: none;
  }
  .icon-prev-wrap{
  	left: 10px;
  	text-align: left;
  }
  .icon-next-wrap{
  	right:10px;
  	text-align: right;
  }
  .icon-prev-wrap i,.icon-next-wrap{
  	font-size: 80px;
  	color: #364BC7;
  }

  /*右边*/
  .gallery .info-box-inner {
    padding: 10px 15px;
}
.gallery .info-box-inner .title {
    font-size: 20px;
    color: #222;
    line-height: 30px;
    font-weight: 700;
    margin:0;
}
 .abstract {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    max-height: 350px;
    /*overflow: auto;*/
    margin-top: 24px;
    display: none;
    transition: all 0.2s linear;
}
.abstract:first-child{
	display: block;
}
.gallery .info-box-inner .abstract-index>em {
    font-size: 36px;
    color: #ED4040;
}

.snsBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.snsBox .action-report {
    font-size: 14px;
    color: #999;
    padding: 10px 15px;
}
.snsBox .action-report>.time {
    margin-right: 10px;
}
.snsBox .action-box {
    border-top: 1px solid #ddd;
    height: 48px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.snsBox .action-box .action-sns {
    padding-left: 15px;
    font-size: 0;
   /* width: 248px;*/
    /*line-height: 47px;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.snsBox .action-box .action-sns>span {
    font-size: 14px;
    color: #999;
    vertical-align: middle;
}
.snsBox .action-box .action-sns>i {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
.snsBox .action-box .action-sns .icon-nsina {
    color: #FF7F31;
}
.snsBox .action-box .action-sns .icon-nqzone {
    color: #FFBD1D;
}
.snsBox .action-box .action-sns .icon-nwechat {
    position: relative;
    color: #52CD3E;
}
/*火热图集*/
.relatedImg {
    margin-top: 30px;
    width: 100%;
    height: 210px;
    background: #F4F5F6;
    overflow: hidden;
}
.relatedImg-inner {
   /* width: 1688px;*/
    margin-top: 24px;
   /* min-width: 1000px;
    padding: 20px 65px;*/
    /*overflow-x: hidden;*/
}
.relatedImg-inner>h3 {
    position: relative;
    font-size: 18px;
    color: #222;
    line-height: 18px;
    padding-left: 8px;
    margin-bottom: 14px;
    font-weight: 700;
}
.relatedImg-inner>h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 18px;
    background: #ed4040;
    border-radius: 4px;
}
.relatedImg-inner .sibling-list .sibling-item:first-child {
    margin-left: 0;
}
.relatedImg-inner .sibling-list .sibling-item {
    width: 158px;
    margin-left: 10px;
    float: left;
}
.relatedImg-inner .sibling-list .img-wrap {
    position: relative;
    width: 100%;
    height: 88px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
}
.relatedImg-inner .sibling-list .img-wrap>img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-out .1s;
    transition: all .5s ease-out .1s;
}
.relatedImg-inner .sibling-list .img-wrap .hot-tag {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 6px;
    border-radius: 10px;
    background: #000;
    filter: alpha(opacity=70);
    background: rgba(0,0,0,.7);
}
.relatedImg-inner .sibling-list .img-title {
    display: table;
    margin-top: 8px;
    font-size: 14px;
}
.relatedImg-inner .sibling-list .img-title-inner {
    display: table-cell;
    vertical-align: top;
    height: 40px;
}
.relatedImg-inner .sibling-list .img-title-inner span {
    line-height: 20px;
    max-height: 40px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.relatedImg-inner .sibling-list .img-wrap .hot-tag>span {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
/*上下篇*/
.ind_article{
	margin:24px 0;
}
/*手机端图片*/
.article_content.col-xs-12{
	background: #f4f5f6;
	padding:0;
}

.image_content .img-wrapper-embedded{
	width: 100%;
	min-height:120px;
}
.image_content .img-wrapper-embedded img{
	width: 100%;
    display: block;
    margin: 4px auto;
}
.image_desc{
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    margin-top: 24px;
}
.article_content .title{
	font-size: 21px;
    line-height: 30px;
    color:#333;
    
    font-weight:bold;
}
.recommendation-container-new-article {
    background: #f4f5f6;
    padding-top: 10px;
}
.article_content_top{
	background: #fff;
	padding: 10px 15px;
}
.recommendation-item {   
    border-top: .5px solid #e8e8e8;
    border-bottom: .5px solid #e8e8e8;
    margin-top: 10px;
    background-color: #fff;
}
.recommendation-item .container__header {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    padding: 14px 0 11px 15px;
    color: #222;
    background-color: #fff;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: .5px solid #e8e8e8;
}
.recommendation-item .sibling-list{
	padding: 0px 15px;
	overflow: hidden;
	clear:both;
}
.recommendation-item .sibling-list a{
	display: block;
	min-height:120px;
  border-bottom: .5px solid #e8e8e8;
  margin:1em 0;
}
.recommendation-item .sibling-list .sibling-item:last-child a{
   border-bottom:0;
}
.recommendation-item .sibling-list a .img-title{
    font-size: 20px;
    color: #000042;
    line-height: 1.3;
    margin-bottom: 4px;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;}
}
.recommendation-item .sibling-list a .img-wrap {
	width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-out .1s;
    transition: all .5s ease-out .1s;
}
.recommendation-item .sibling-list a .img-wrap img{
	width: 100%;
	max-height: 138px;
}
.comments{
    display: inline-block;
    font-size: 14px;
    margin-left: 0px;
    color: #666;
    vertical-align: middle;
    line-height: 30px;
    max-width: 148px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}