.boxlistLeftDown{
	text-align: center;
	margin-bottom: 20px;
}
.listLeftDown {
	height: 42px;
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}

.listLeftDown ul {
	height: 42px;
	display: inline-block;
	float: left;
	*display: inline;
	*zoom: 1;
}

.listLeftDown li {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 42px;
	border: #EBECEF 1px solid;
	cursor: pointer;
	color: #81838B;
}
.listLeftDown li:hover{
	border: #7A6AF6 1px solid;
	color: #7A6AF6;
}
.listLeftDown .lastPage {
	background: url(../listImgs/lastPage.png) no-repeat center;
}
/* .listLeftDown .lastPage:hover{
	border: #EBECEF 1px solid;
}
 */
.listLeftDown .nextPage {
	background: url(../listImgs/nextPage.png) no-repeat center;
}
/* .listLeftDown .nextPage:hover{
	border: #EBECEF 1px solid;
} */
.listLeftDown ul .chosenRed {
	background: #7A6AF6;
	color: white;
	border: 1px solid #7A6AF6;
}

.listRightArea {
	width: 230px; /* height: 1530px; */ /* background:gold; */
	float: right;
}

.listRightUp {
	height: 580px; /* background: blue; */
	margin-bottom: 40px;
}

.listRightUp li {
	margin-bottom: 20px;
}

.listRightArea h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.listRightUp li {
	width: 100%;
	height: 162px;
}

.listRightUp li img {
	width: 230px;
	height: 132px;
	margin-bottom: 6px;
}
.numList{
	color: #81838B;
	font-size:12px;
	line-height: 44px;
	position: relative;
}
.numList>input{
	width:30px;
	height: 22px;
	border: 1px solid #EBEDEF;
	padding:0 5px;
	outline:none;
	margin:0 10px 0 5px;
	color: #81838B;
}
.numList>input:hover{
	border: 1px solid #43AAFF;
}
.numList>span{
	color: #81838B;
	display: inline-block;
	padding:0 5px;
}
.numList>a{
	display: inline-block;
	border: 1px solid #43AAFF;
	width: 50px;
	height: 22px;
	margin-left:10px;
	line-height: 22px;
	color: #43AAFF;
}
.numList>a:hover{
	color:#fff;
	background: #43AAFF;
}
.pageTc{
	width: 120px;
    height: 25px;
    background: #FFF4F8;
    border: 1px solid #DD1C5B;
    position: absolute;
    right: 44px;
    bottom: -23px;
    display: none;
    line-height: 25px;
    font-size: 12px;
    color:#242526;
}
.pageTc>i{
	background:url(../listImgs/red_arrow_up.png);
	position:absolute;
	width:11px;
	height: 5px;
	left: 50%;
    top: -5px;
    margin-left: -5px;
}
.listLeftDown .chosenRed:hover{
	border: #DD1C5B 1px solid;
    color: #fff;
}

/* .listRightDown{ height: 500px; } */

/* 分页 */