.con {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

.con .left-aside {
	width: 170px;
	height: 582px;
	border: 1px solid #EEEEEE;
}

.aside-menu li a {
	width: 170px;
	display: inline-block;
	text-align: center;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 1px;
	border-bottom: #F8F8F8 1px solid;
}

.aside-menu li a.on {
	background: #417CFE;
	color: #fff;
}

.advert-big {
	width: 1200px;
	height: 130px;
	line-height: 0;
}

.advert-sm {
	width: 329px;
	height: 582px;
}

.news {
	width: 662px;
	min-height: 582px;
	border: 1px solid #EEEEEE;
	padding: 10px 20px;
}

.news .news-list li{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 26px;
	margin: 8px 0;	
	position: relative;
	padding-left: 12px;
}
.news .news-list li::before{
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #ccc;
}
.questions {
	width: 662px;
	min-height: 582px;
	border: 1px solid #EEEEEE;
	padding: 10px 20px;
}

.questions .questions-list li{
	line-height: 26px;
	margin: 8px 0;	
}
.questions-list li .ask{
	color: #3E7EFF;
	padding-left: 30px;
	background: url('../images/ask.png') 0 5px no-repeat;	
	background-size: 20px;
	margin-bottom: 5px;
}
.questions-list li .answer{
	padding-left: 30px;
	background: url('../images/answer.png') 0 5px no-repeat;	
	background-size: 20px;
}
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	font-size: 14px;
}
.pagination li{
	margin: 0 10px;
}
.pagination li a{
	height: 30px;
	padding: 0 10px;
	background: #F8F8F8;
	text-align: center;
	line-height: 30px;
	display: inline-block;	
}
.pagination input{
	width: 24px;
	height: 24px;
	font-size: 14px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(204,204,204,0.5);
	margin: 0 10px;
	border: none;
	outline: none;
	padding: 0;
	text-align: center;
}
.pagination button{
	width: 50px;
	height: 24px;
	background: #2865FF;
	box-shadow: 0px 0px 8px 0px rgba(216,216,216,0.5);
	color: #fff;
	border: none;
	outline: none;
	margin: 0 10px;
}