* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background-color: #fff;
	font-size: 14px;
}

a {
	color: #272727;
}

.section {
	text-indent: 2em;
	font-size:14px;
	line-height: 24px;
}
.font-red{
	color: red;
}

.container .row {
	margin-top: 100px;
}

.title {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.topborder_news {
	border-top: 1px solid #ddd;
}

.col-xs-9New {
	width: 70%;
	margin-right: 5%;
}

.col-xs-9 {
	padding-left: 0;
	padding-right: 15px;
}

.details_news {
	color: #333333;
}

.details_news div {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 40px;
	color: #666666;
	word-break: break-all;
}

.details_news .createTime {
	margin: 10px 0 10px;
	padding-bottom: 0;
}

.hot_news {
	margin-top: 23px;
}

.hot_news img {
	width: 100%;
}

.hot_news span {
	width: 100%;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 14px;
	text-align: center;
	display: inline-block;
}

.hot_news ul li p {
	padding-left: 10px;
	margin-left: 8px;
}

.hot_news ul li p a {
	cursor: pointer;
	font-size: 14px;
}

.hot_news ul li time {
	color: #666666;
}

.hot_news ul li div {
	float: left;
	height: 100%;
}

.hot_news ul li div img {
	float: left;
	width: 6px;
	margin-top: 6px;
	margin-left: 5px;
}

.hot_news ul {
	padding: 15px 0 5px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.hot_news ul li {
	margin-bottom: 10px;
}

.hot_news ul li {
	line-height: 1.4;
	text-align: left;
	position: relative;
	background: url(../../image/newsDetail/point.png) no-repeat left center;
	padding-left: 0;
}

.hot_news ul li p a {
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.hot_news ul li .createTime {
	color: #666666;
}