﻿
                    .new7-list {
    / column-count: 2; /
    / column-gap: 2em; /
    display: flex;
    flex-wrap: wrap;
}
.new7 {
	/ display: inline-block; /
	width: 100%;
	margin: 10px;
	flex: 1 0 calc(50% - 20px);
}
.new7-head {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.new7-image {
	position: absolute;
	z-index: 2;
	width: 120px;
	height: 120px;
	top: 0px;
	left: 0px;
}
.new7-title{
	background: #3d6a80;
	color: #fff;
	font-size: 1.8em;
	width: 100%;
	float: left;
	position: relative;
	height: 60px;
	padding: 10px 10px 10px 140px;
	z-index: 1;
	line-height: 40px;
	overflow: hidden;
}
.new7-subtitle{
	background: #56A5B2;
	color: #fff;
	font-size: 1.2em;
	width: 100%;
	float: left;
	position: relative;
	height: 60px;
	padding: 10px 10px 10px 140px;
	z-index: 1;
	line-height: 20px;
	overflow: hidden;
}
.new7-body{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 10px;
}



                