.main {
	width: 730px;
	height: 530px;
    background: url(/images/main-bg.jpg) right bottom no-repeat #fff;
} 

.main-items {
	margin-top: 22px;
	margin-left: 30px;
	margin-right: 30px;
}

.main-item {
	height: 132px;
	border-bottom: 1px dotted #b4b4b4;
}

.main-item.last {
	border-bottom: none;
}

.main-item h2 {
	padding-top: 15px;
	padding-left: 25px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #089630;
	background: url(/images/main-icon.png) 4px 17px no-repeat;
}

.main-item-p {
	margin-top: 10px;
	line-height: 26px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #000;
}

/*!
* 页码样式
*/

.page-items {
    margin: 25px 0 0 66px;
}

.page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "微软雅黑";
}

.page-li>a {
    display: block;
}

.page-li.ml6 {
    margin-left: 6px;
}

.page-li.ml20 {
    margin-left: 20px;
}

.page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}

.page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.page-default.current {
    color: #ff0000;
    font-weight: bold;
}

.page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.page-family {
    font-family: "宋体";
}

.page-fs12 {
    font-size: 12px;
}

.page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.page-to {
    width: auto;
}

.page-next {
    width: 58px;
}

.page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.page-go {
    width: 28px;
}