.content{
	width: 1200px;
	margin:0 auto;
    margin-top: 50px;
}

.page_list{
    width: 20%;
    float: left;
  
}
.page_box{
    width: 150px;
    border:solid #eee 1px;
    border-radius: 5px;
   
}
.page_box a{
    display: block;
    width: 100%;
    height: 40px;
    border-bottom:solid #eee 1px;
    line-height: 40px;
    padding-left: 20px;
}
.page_box a:hover{
    background: #eee;
}
.page_box div{
    width: 100%;
    height: 70px;
    background: #eee;
}
.page_box p{
    padding-left: 20px;
}
.page_box div a{
    font-size: 18px;
    font-weight: bold;
}
.page_active{
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff; 
}
.page_con{
    width: 80%;
    float: right;
   
  
}


