.content-list{
	width: 100%;
	height: auto;
	display: table;
	margin : 30px auto;}
.content-newslist{
	width: 20%;
	height: auto;
	float: left;}
.content-newslist h4{
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #fff;
	font-size: 20px;
	border-bottom: 1px solid #006EEB;}
.content-hotlist{
	width: 80%;
	height: auto;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;}
.content-newslist div,.content-leader{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;}
.content-newslist div a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
	margin: 10px auto;
	font-size: 14px;
	text-decoration: none;
	background: #dae1e7;}
.content-newslist div a:hover{
	color: #fff;
	background: #006EEB;}
.newslistActive{
	color: #fff !important;
	background: #006EEB !important;}

.content-leader-list{
	display: table;
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;}
.content-leader-img{
	width: 20%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;}
.content-leader-img img{
	max-width: 100%;
	height: auto;}
.content-leader-img p{
	width: 100%;
	height: auto;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #E8E8E8;}
.content-leader-text{
	width: 80%;
	float: left;
	padding: 10px 15px;
	box-sizing: border-box;
	overflow-y: scroll;}