.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;}
.newslistActive{
	color: #fff !important;
	background: #006EEB !important;}
.content-newslist ul{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;}

.content-leader{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;}

.content-leader h4{
	width: 100%;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #006EEB;}
.content-input{
	width: 100%;
	height: auto;
	padding-top: 30px;
	box-sizing: border-box;}
.content-input-list{
	width: 50%;
	height: auto;
	margin: auto;
	margin-bottom: 15px;}
.content-input-list label{
	font-size: 16px;}
.content-input-list input[type="text"]{
	width: 80%;
	height: 36px;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	outline: none;}
.content-input input[type="button"]{
	display: block;
	width: 160px;
	height: 36px;
	border-radius: 5px;
	background: #006EEB;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin: auto;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 20px;}