.m-aside-right {}

.content_wrap {
	margin-top: 24px;
	margin-left: 39px;
}


/*第一部分*/


/*.deLine{
	margin-top: 42px;
	border-bottom: 1px dotted #d2d2d2;
}*/
.contList{
	margin-top: 24px;
	margin-right: 100px;
	margin-bottom: 14px ;
}
.contItem a:hover{
	color: #2b85d3;
}
.itemList li{
	display: flex;
}
.itemList li p.contItem{
	flex: 1;
	line-height: 48px;
	display: flex;
	font-size: 14px;
	color: #333;
}
.itemList li p span{
	margin-top: 8px;
	display: block;
	width: 4px;
	height: 4px;
	background: #D0D0D0;
	transform:rotate(60deg);
	    margin-top: 22px;
    margin-right: 10px;
}

.itemList li p.dateDay{
	line-height: 48px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #b4b3b3;
}
.itemList li p:hover {
	color: #009bff;
}
/*尾页选择*/
.choosePage{
	
	height: 76px;

	/*border-top:  solid 1px #97bbd3;
	background: #eaeff4;*/
}
.pages{
	margin-right: 170px;
	margin-left: 170px;
	display: flex;
		justify-content: center;
}
.choosePage .pageNum{
	flex: 1;
	margin: 27px 12px 0;
}
.choosePage .pageNum ul{
	display: flex;
}
.shouYe{
	margin-top: 32px;
	display: flex;
}
.shouYe p{
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #272727;
}
.shouYe p.lineBlack{
	width: 2px;
    height: 14px;
    background: #333;
    margin: 0 5px;
    margin-top: 3px;
}
.pageNum ul li{
	/*flex: 1;*/
		width: 31px;
	height: 26px;
	background-color: #ffffff;
	border: solid 1px #949494;
	text-align: center;
	line-height: 28px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	cursor: pointer;
}
.pageNum ul li:last-child{
	margin-right: 0;
}
.pageNum ul li.dian{
	border: none;
	background: none;
}
