.content{
	width: 1200px;
	margin:0 auto;
}
.page_list{
    width: 200px;
    float: left;
}
.page_con{
    width: 1200px;
    float: left;
    padding: 15px;
}

.page_list li{
    width: 100%;
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    color: #000;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    position: relative;
    cursor: pointer;
   
}
.page_list li a{
     font-size: 20px;
 }
