/*-----------------------------------------------------------------------试题列表开始---------------------------------------------*/
.itemList{
	width: 1070px;
	height: 100%;
	background-color: #fff;
	opacity: 0.9;
	padding-top: 102px;
    box-shadow:2px 2px 10px #ccc;
    -moz-box-shadow:2px 2px 10px #ccc;
    -webkit-box-shadow:2px 2px 10px #ccc;
    margin-bottom: 50px;
    margin: auto;
	/*display: none;*/
	
}
.itemLsit_content{
	height: 130px;
	width: 824px;
	margin: auto;
	margin-bottom: 60px;
/*	background-color: yellow;*/
}
.l_itemList{
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}
.r_itemList{
	width: 660px;
	height: 130px;
	float: right;
}
.r_itemList_top{
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 50px;
	padding-top: 5px;
}

.r_itemList_bottom p{
	font-size: 12px;
	line-height: 30px;
	font-weight: 600;
}
.r_itemList_top1{
	float: left;
}
.r_itemList_top button{
	list-style-type:none;
	border: none;
	box-sizing: border-box;
	float: right;
	width: 160px;
	height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #53b6f0;
}
.r_itemList_top1 h5{
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 600;
}
.r_itemList_top1 p{
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	padding-top: 10px;
}
#pagination{
	padding-left: 328px;
	margin-bottom: 50px;
}
.color {
	background-color: #ccc!important;
}
/*-------------------------------------------------------------------试题列表结束--------------------------------------------*/

