/*文汇网内容区样式*/

* {
	margin: 0px;
	padding: 0px;
}
body {
    overflow-x: hidden;
    background-color: #fff;
    /* font-family: 'Noto Sans HK', 'Roboto', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft YaHei', arial, sans-serif; */
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}
/*共通功能样式*/
.text-overflow {
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*内容区外框*/
.wh-content-area {
  width: 100%;
  /*
  padding: 30px;
  background-color:#FFFFFF;
  */
}

/*内容区显示切换按钮*/
.content-menu-tag {
	/* height: 50px; */
	width: 100%;
	padding: 3px 0;
}
.content-menu-tag>div {
	display: inline-block;
	cursor: pointer;
}
.content-menu-tag img {
	height: 44px;
}
.list-none, .card-selected {
	display: none;
}

/*列表版内容区域*/
.content-story-list {
	width: 100%;
}
.content-story-list>.story-item {
	min-height: 180px;
	padding: 30px 0;
	box-sizing: border-box;
	display: flex;
	/*justify-content: space-between;*/
	border-bottom: 1px solid #E4E8EA;
}
.content-story-list>.story-item img,
.content-story-list>.story-item .story-item-cover {
	height: auto;/* 100% */
}
.content-story-list>.story-item .story-item-cover img{
  width:247px;
}
.content-story-list .story-item-text {
	padding-left: 0px; /* 15 */
  padding-right:0px; /* 15 */
	position: relative;
   width: calc(100% - 247px);
}
.content-story-list .story-item-cover{
  margin-right:15px;
}
.content-story-list .story-item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	max-height: 65px;
}
.content-story-list .story-item-summary {
	font-size: 16px;
	font-weight: Normal;
	line-height: 22px;
	color: #777777;
	max-height: 56px;
  margin-top:8px;
}
.story-item-time .storyTimeIcon{
  width:14px;
  display: flex;
}
.story-item-time .time{
  font-size:12px;
}
.story-item-tag-favorites img{
  width:14px;
}

.content-story-list .story-item-time {
	position: absolute;
	bottom: 0;
  display: flex;
  align-items: center;
}
.content-story-list .story-item-time>div {
  display: inline-block;
  font-size: 16px; /* 12px */
  font-weight: Light;
  color: #999999;
  line-height: 18px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #999;
}
.content-story-list .story-item-time img {
	vertical-align: top;
   display:inline-block;
}

/*卡片版内容区域*/
.content-story-card {
  width: 100%;
  display: none;
  padding-top:30px;
}
.content-story-card .story-item {
  /*width: calc(100% / 3 - 20px);*/
  /* width: 315px; */
  padding: 10px;
  /* border: 1px solid #ccc;
  background: #f7f7f7;
  box-shadow: 0 0 8px #ccc; */ /* 选项卡不做立体感 */
  border: 0;
  background: none;
  box-shadow: unset;
  box-sizing: border-box;
}
.div-item0,
.div-item1{
  width:49%;
}
.div-item1{
  margin-left:2% !important;
}
.content-story-card .story-item-cover,
.content-story-card .story-item-cover img{
	width: 100%;
}
.content-story-card .story-item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}
.content-story-card .story-item-summary {
	font-size: 16px;
	font-weight: Normal;
	line-height: 28px;
	color: #999999;
}
.content-story-card .story-item-time>div {
	display: inline-block;
	font-size: 12px;
	font-weight: Light;
	color: #999999;
	line-height: 18px;
}
.content-story-card .story-item-time img {
	vertical-align: top;
	display:inline-block;
}
/*瀑布流区域样式*/
#exhibition>div>.story-item{
	margin-bottom: 20px;
}
#exhibition>div>.story-item .story-item-text{
    padding: 10px;
    background: #f6f6f6;
}
.content-story-card .shadow-area{
	/*影子区永久隐藏 区域内稿件加载后清除*/
	display:none !important;
}

/*tag小标签*/
.story-item-tag.list-tag{
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.story-item-tag.story-item-tag-favorites.story-item-tag-selected.list-tag img{
width:17px;
}
.story-item-tag.story-item-tag-favorites.story-item-tag-unselected.list-tag img{
width:17px;
}
.story-item-time.card-tag,
.story-item-tag.card-tag{
  display:inline-block !important;
  padding-top:5px;
}
.story-item-time.card-tag>div{
  display:flex;
}
.story-item-tag.card-tag{
  float:right;
}
.story-item-tag.story-item-tag-favorites.story-item-tag-selected.card-tag img{
width:18px;
}
.story-item-tag.story-item-tag-favorites.story-item-tag-unselected.card-tag img{
width:18px;
}
.story-item-tag{
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
  padding: 5px 10px 5px 8px;
  /* background-color: #B2B2B2; */
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.story-item-tag:before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  min-width: 4px;
  background-color: #fff;
  margin-right: 4px;
  display: inline-block;
  margin-top: -8px;
  margin-left: -4px;
  display:none;  /* 显示标签的时候去掉 */
}
.content-story-card .story-item-time .storyTimeIcon img{
  object-fit:contain;
}
.content-area-parent .content-story-card .story-item-summary{
  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;
  margin:5px 0;
}
@media(max-width:768px){
  .content-story-list .story-item-time{
    position:unset;
  }
  .story-item-tag{
    padding:0;
  }
}
@media (max-width: 650px){/*响应式样式*/
  .div-item0, .div-item1{
    width:100%;
  }
  .content-story-list .story-item-time{
    position:absolute;
  }
  .column-top-story>.story-item,.content-area-parent,
  .content-story-list>.story-item .story-item-cover img,
  .content-story-list .story-item-cover,.wh-content-area,
  .content-story-list .story-item-text,.content-story-card .story-item{
    width:100% !important;
  }
  .content-story-list .story-item-cover{
    display: inline-block;
  }
  .content-story-list .story-item-text{
    display: inline-block;
    min-height: 100px;
    width: 100%;
  }
  .content-story-list>.story-item{
    height: 100% !important;
    display: block !important;
    padding: 30px 5px !important;
  }
  .column-top-area{
    top:0;
  }
  .wh-content-area{
    padding:30px 0 !important;
  }
  .wh-content-area .content-story-card>div{
    float:none;
  }
  .content-story-card{
    padding-top:0;
  }
}

