﻿
.clearfix:before, .clearfix:after, .container:before, .container:after, .nav:before, .nav:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .nav:after, .row:after {
	clear: both;
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.container {
	width:1140px;
	min-width:1140px
}
.sx-padding {
	padding:20px 0;
}

.btn-success {
	color: #fff;
	background-color: #f75a53;
	border-width: 0px;

	padding: 10px 20px 8px 20px;

	white-space: nowrap;
	text-overflow: ellipsis;
}

.news { background-color: #F2F2F2; }


.news section {
	width: 340px;
	float: left;
}
.news section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.news section h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding:0;
	margin:0 0 20px 0;
	float: left;
}
.news section h2 small {
	font-size: 16px;
}
.news section ul li {
	line-height: 30px;
}
.news section ul li a {
	color: #888888;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 280px;
	display: block;
	float: left;
}
.news section ul li a:hover {
	color: #f75a53;
}
.news section ul li small {
	color: #999999;
	float: right!important;
}
.news section p {
	margin-top:25px;
	margin-bottom:5px;
}
