.main-material {
	margin-top: 20px;
	padding-bottom: 20px;
}
.main-material .type-btn {
	display: inline-block;
	padding: 2px 6px;
	margin-right: 4px;
	border: 1px solid #dee8f5;
	border-radius: 5px;
	font-size: 14px;
	color: #aaa;
	background-color: #fff;
}
.main-material .types .on {
	border: 1px solid #2b70e0;
	color: #fff;
	background-color: #2b70e0;
}
.main-material .material-list {
	margin-top: 20px;
}
.main-material .material-list .item {
	float: left;
	width: 48.5%;
	margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 5px 0px #dee8f5;
    box-shadow: 0px 5px 5px 0px #dee8f5;
}
.main-material .material-list .item-img {
	height: 150px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.main-material .material-list .item_name {
	position: relative;
	padding: 6px;
	font-size: 13px;
	background-color: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.main-material .material-list .item_name span {
	display: inline-block;
    width: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-material .material-list .item_name .icon {
	position: absolute;
	right: 5px;
}
.main-material .material-list .item:nth-child(2n) {
	float: right;
}
.main-material .page {
	width: 100%;
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #999;
}
.main-material .page .next,
.main-material .page .prev {
	float: left;
    width: 30%;
    height: 28px;
    border: 1px solid #dee8f5;
    border-radius: 4px;
    line-height: 28px;
    color: #666;
    background-color: #fff;
}
.main-material .page .prev {
	float: right;
}
.main-material .search-box {
	width: 80%;
	margin: 15px auto 10px auto;
}
.main-material .search-words {
	width: 80%;
	height: 35px;
    padding-left: 8px;
    border: 1px solid #eee;
    border-radius: 6px;
    outline: none;
	-webkit-appearance:none;
}
.main-material .search-btn {
	width: 18%;
	height: 33px;
	border: 0;
	border-radius: 6px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background-color: #2b70e0;
	-webkit-appearance:none;
}<!--ºÄÊ±1757906191.4908Ãë-->