body{
    font-size: 16px;
}
.pageBg{
    /*position: relative;
    z-index: 20;
    top: -110px;*/
}
.pageBg img{
    min-width: 1366px;
}
.pageContainer{
    /*position: relative;
    z-index: 20;
    top: -60px;*/
    width: 1366px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 170px 1116px;
    column-gap: 80px;
}
.pageContainer .title{
    color: sandybrown;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    border-bottom: #E5E5E5 solid 1px;
}
.pageContainer .pageLeftList .leftList{
    padding: 20px 0;
}
.pageContainer .pageLeftList .leftList .active{
    background-color: #F99D32;
    color: azure;
}
.pageContainer .pageLeftList .leftList .list{
    display: block;
    line-height: 36px;
    padding: 0 10px;
    border-bottom: #E5E5E5 solid 1px;
}
.pageContainer .pageLeftList .leftList .list:hover{
    background-color: #F99D32;
    color: white;
}
.pageContainer .pageLeftList .leftList .list span{
    margin-right: 10px;
}
.pageRightContent .bread{
    float: right;
    font-size: 14px;
    color: #333;
}
.pageRightContent .pageContent{
    padding: 0px 0 30px;
    line-height: 30px;
    letter-spacing:1px;
    overflow: hidden;
}
.padtop{
    padding-top: 30px;
}
.pageRightContent .pageContent p{
    margin-bottom: 10px;
}
.pageContent .newList{
    display: grid;
    grid-template-columns: 10% 90%;
    border-bottom: #E5E5E5 solid 1px;
}
.pageContent .newList .leftDate{
    width: 70px;
    height: 70px;
    background-color:wheat;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pageContent .newList .leftDate .day{
    font-size: 28px;
    border-bottom: whitesmoke solid 1px;
    display: inline-block;
    padding: 6px 0;
}
.pageContent .newList .leftDate .yearMonth{
    font-size: 12px;
}
.pageContent .newList .rightLabel{
    margin-top: 20px;
}
.pageContent .newList .rightLabel .artTitle{
    color: black;
    font-weight: 550;
}
.pageContent .newList .rightLabel .artTitle:hover{
    color: sandybrown;
}
.pageContent .newList .rightLabel p{
    font-size: 14px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

ul.pagination li {
    text-align: center;
    color: black;
    float: left;
    /*width: 39px;
    height: 36px;*/
    padding: 2px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a {
    display: block;
    /*padding: 2px 12px;*/
    /*display: inline-block;
    /*padding: 2px 12px;*/
    /*color: black;
    float: left;
    padding: 2px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;*/
}
ul.pagination li select{
    border: none;
    background-color: transparent;
}
ul.pagination li.thisclass {
    padding: 2px 12px;
    background-color: wheat;
    color: white;
    border: 1px solid wheat;
}

/*ul.pagination li a:hover:not(.active) {background-color: #ddd;}*/