.content {
	padding-bottom: 20px;
}
.content * {
	box-sizing: border-box;
}
.col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-2 {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.content .address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.content .address a {
	color: #333;
	font-size: 14px;
}
.content a {
	color: #333;
	text-decoration: none;
}
.content a:hover {
	color: #0092be;
	text-decoration: underline;
}
.content .news-info {
	margin-top: 20px;
	padding: 20px;
}
.content .news-info .title {
	font-size: 20px;
	color: #000;
	font-weight: bolder;
	text-align: center;
}
.content .news-info .tablewrapper {
	border: 1px solid #428bca;
	margin-top: 30px;
	font-size: 16px;
	text-align: left;
	width: 90%;
}
.content .news-info .tablewrapper .row {
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.content .news-info .tablewrapper .row div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content .news-info .tablewrapper .ilabel {
	text-align: right;
	font-weight: bolder;
	color: #000;
}

.content .news-info .detail {
	margin-top: 30px;
	font-size: 14px;
	color: #333;
	padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}