/*首页文章列表页*/

.region-middle-first .inside-tb,
.contextual-region .inside-tb{padding:0;border-bottom:0}
.region-middle-first .block .block-title,
.contextual-region.block .block-title{border-bottom:0;color:#0066cc;font-size:1.72em;}
.region-middle-first .col-sm-12:not(:first-child) .list-images-1 .list-left,
.contextual-region .col-sm-12:not(:first-child) .list-images-1 .list-left{
	display:none;
}
.region-middle-first .col-sm-12:first-child .list-images-1,
.contextual-region .col-sm-12:first-child .list-images-1{
	position:relative;
  display:flex;
  flex-direction: column-reverse;
}
.region-middle-first .col-sm-12:first-child .list-images-1 .list-left,
.contextual-region .col-sm-12:first-child .list-images-1 .list-left{
	display:block;
	width:100%;
	max-width:100%;
	padding-bottom:0;
	margin-bottom:30px;
}
.region-middle-first .col-sm-12:first-child .list-images-1 .list-left>a,
.contextual-region .col-sm-12:first-child .list-images-1 .list-left>a{
	display:block;
	border-radius:0;
	overflow:hidden;
}
.region-middle-first .col-sm-12:first-child .list-images-1 .list-left img,
.contextual-region .col-sm-12:first-child .list-images-1 .list-left img{
	display:block;
	width:100%;
}
.region-middle-first .col-sm-12:first-child .list-images-1 .list-left+.list-content .list-title a,
.contextual-region .col-sm-12:first-child .list-images-1 .list-left+.list-content .list-title a{
	/* color:#fff; */
  background-color:rgba(0,102,204,0);
}
.region-middle-first .col-sm-12:first-child .list-images-1 .list-left+.list-content:hover,
.contextual-region .col-sm-12:first-child .list-images-1 .list-left+.list-content:hover{
  background-color:rgba(0,102,204,0);
}
.region-middle-first .col-sm-12:first-child .list-images-1 .list-left+.list-content,
.contextual-region .col-sm-12:first-child .list-images-1 .list-left+.list-content{
	/* position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	background-color:rgba(0,0,0,.5); */
	border-radius:0 0 8px 8px;
	border-bottom:0;
}
.list-images-1 .list-content {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    border-bottom:1px solid #e2e2e2;
}
.list-images-1 .list-content .list-text,
.list-images-1 .list-content .list-bottom{
	display:none !important;
}
.list-images-1 .list-content .list-time{
	flex:0 0 auto;
	padding:0;
}
.region-middle-first .col-sm-12:first-child .list-images-1 .list-left+.list-content .list-time,
.contextual-region .col-sm-12:first-child .list-images-1 .list-left+.list-content .list-time{
	display:none;
}
.list-images-1 .list-content .list-time{
  display:none;
}
.list-images-1 .list-content .list-title{
	flex:1;
  /* white-space:normal; */
  font-size:1.25em;
	/* margin-right:20%; */
}
.list-images-1 .list-content:hover{
	color:#0066cc;
	background-color:rgba(0,102,204,.1);
}
.list-images-1 .list-content:hover .list-title a{
	color:#0066cc;
}

.region-middle-first .more-link,
.contextual-region .more-link{position:relative;font-size:16px;float:right;margin-top:.5em;}
.list-images-1 .list-left>a{
	position:relative;
	display:block;
	width:100%;
	padding-top:56.25%;
}
.list-images-1 .list-left>a>img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
@media screen and (min-width:992px){
	.region-middle-first{margin-top:30px}
	.col-md-6:nth-child(odd){padding-right:28px}
	.col-md-6:nth-child(even){padding-left:28px}
}