.news_list{
	margin:0;
	padding: 0;
	padding-right: 20px;
	background: #fff;
	border-radius: 3px;
	padding: 20px;
}
.news_list{
	width: 100%;
}
.news_list>li{
	width: 100%;
	list-style: none;
}
.news_list>li.divider{
	border-bottom: 1px solid #eee;
}
.news_list>li.divider:last-child{
	border: none;
}
.news_list>li>a{
	display: block;
	width: 100%;
	color: #555;
	position: relative;
	padding: 20px;
	text-decoration: none;
}
.news_list>li>a>h2{
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
}
.news_list>li>a>h6{
	font-size: 13px;
	height: 75px;
	color: #999;
	line-height: 2em;
	margin: 0;
	font-weight: normal;
}	
.news_list>li>a.hasPic{
	padding-right: 180px;
}
.news_list>li>a.hasPic>.pic{
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 105px;
	overflow: hidden;
	position: absolute;
	right:20px;
	bottom: 20px;
	border-radius:5px;
	overflow: hidden;
}
.news_list>li>a:hover{
	background:#f5f5f5;
}
.pageList{
	text-align: center;
	padding: 20px;
	background:#fff;
}
.pageList a{
	color: #555;
	font-size: 14px;
}
.pageList>a{
	float: left;
}
.pageList>a:last-child{
	float: right;
}
.pageList a.disabled{
	cursor: not-allowed;
}
.pageList .dropdown-menu a{
	line-height: 30px;
}
.pageList .dropup{
	display: inline-block;
	margin: 0 10px;
	color: #555;
}
.pageList .dropup .caret{
	margin-left: 5px;
}
.hotList{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hotList>li{
	line-height: 40px;
	position: relative;
	padding-left: 15px;
}
.hotList>li:before{
	width: 5px;
	height: 5px;
	position: absolute;
	background: #aaa;
	content: '';
	left: 0;
	top: 17px;
	border-radius: 50%;
}
.hotList>li>a{
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
}
@media (max-width: 767px){
	body{
		background: #fff;
	}
	.leftList,.rightList{
		padding: 0;
	}
	.news_list>li>a.hasPic{
		padding-right: 150px;
	}
	.news_list>li>a.hasPic>.pic{
		width: 100px;
	}
}
.hotContainer{
	background: #fff;
	padding: 20px;
}
.hotContainer>.title{
	border-left: 2px solid var(--primary);
	padding-left: 13px;
	font-size: 14px;
	color: #333;
}
.newsPages{
	background: #fff;
}