#listPage {
    background: #f9f9f9;
    font-weight: 400;
    padding:30px 0;
}
/*邮编*/
.listRight {
    width: 230px;
    background: #ffffff;
    padding: 5px;
}
.listRight p {
    font-size: 20px;
    padding: 15px;
    border-bottom: 2px solid #f5f3f9;
}
.listRight ul li {
    cursor: pointer;
    padding: 20px 15px;
    border-bottom: 1px solid #f5f3f9;
    color: #999999;
    position:relative;
}
.listRight ul li:last-of-type {
    border: none;
}
.listRight ul li.active {
    color: #245086;
}
.listRight ul li img{
    position:absolute;
    right:10px;
    top:15px;
}
/*左边*/
.listLeft {
    width: 860px;
    padding: 5px 40px;
    background: #ffffff;
}
.listLeft .listUL li {
    padding: 25px 50px 25px 0;
    border-bottom: 1px solid #ebe8e8;
}
.listLeft .listUL li:last-of-type {
    border: none;
}
.listLeft .location{
    padding: 15px 0;
    line-height: 20px;
}
.listLeft .location span{
    color:#999999;
}
#listPage .listLeft .date {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #999999;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 25px;
    margin-right: 5px;
    padding: 15px 0;
    background: #f0eeee;
}
#listPage .listLeft .date .day {
    color: #333333;
    font-size: 20px;
}
.listItem {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
}
.listItem a{
  display: flex;
    justify-content: space-between;
}
.listItem .abstract {
    color: #7f7f7f;
    text-align: right;
    font-size:14px;
    font-weight:400;
    line-height: 25px;
}
/*分页*/
.page {
    text-align: center;
    padding-bottom:40px;
}
.page ul {
    display: inline-block;
    margin: 0 auto
}
.page li {
    line-height: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    float: left;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    margin-right: -1px;
}
.page li?a {
    line-height: 30px;
    height: 30px;
    display: block;
}
.page li.thisclass {
    color: #fff;
    background-color: #245086;
    padding-top: 0;
    padding-bottom: 0;
}
.page ul li.thisclass a:hover, .page ul li.thisclass a {
    color: #fff;
    background-color: #245086;
    line-height: 30px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.page li:hover {
    color: #fff;
    background-color: #245086;
}
.page li:hover a {
    color: #fff;
}