/*æ¡†æž¶*/
.frame{
    padding: 30px 0;
    overflow: hidden;
}


/*left*/
.left{
    float: left;
    width: 220px;
    margin-right: -15px;
    margin-left: -15px;
}

.column{
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
    background-color: #009946;
    font-size: 26px;
}

.left_nav ul li{
    border-top:2px solid #FFFFFF;
    height: auto;
    width: 100%;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    display: flex;
    align-items: center;
    background: #f2f2f2;
}
.left_nav ul li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
}

.left_nav ul li:hover{
    background-color: #009946;
}
.left_nav ul li:hover a{
    color: #FFFFFF;
}




/*right*/
.right{
    width: 940px;
    float: right;
    margin-right: -15px;
    margin-left: -15px;
}

.address{
    line-height: 80px;
    border-bottom: 1px solid #f2f2f2;
    color: #666666;
    margin-bottom: 20px;
}
.address a{
    color: #666666;
}
.address a:hover{
    color: #009946;
}
.address i{
    margin-right: 10px;
    color:#666666 ;
}


/*åˆ†é¡µ*/
.page{
    padding: 30px 0 0 0;
    text-align: center;
}


/*åˆ†é¡µ*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #009946;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #009946;
	border-color: #009946;
}
.page-num-current:hover {
	color: #fff;
}
/*å…¶ä»–*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination1 {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}