.pagination{text-align: center;padding: 10px 0;}
.pagination li{
  display: inline-block;vertical-align: middle;
}
.pagination a{
  border: 1px solid #e6e6e6;font-size: 13px;
  padding: 5px 10px;
display: inline-block;
background: #fff;line-height: normal;
color: #666666;
cursor: pointer;
text-decoration: none;
}
.page-status{
  margin-right:5px;
}
.pagination a:hover {
  background: #ae2627;
  color: #fff;
}

.pagination .page-num-current {
background: #00AFFF;
  color: #fff;
}
.pagination  select{
      width: 52px!important;
    height: 27px;
    display: block;
    text-align: center;
}
        .title{
            font-weight: normal;
        }
        body{
            background: #f2f2f2;
        }
        main{
            width: 1200px;
            margin: 40px auto;
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #5e5e5e;
        }
        main aside{
            width: 360px;
        }
        main section{
            width: 830px;
            background: #fff;
            border: 1px solid #b7312c;
        }
        main section .post{
            background: #e9e9e9;
            padding-left: 20px;
            line-height: 40px;
        }
        main section .content{
            padding: 30px;
        }
        main section .content ul{
            padding: 0;
        }
        main section .content ul li{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 15px;
        }
        main section .content ul li .text{
            width: 650px;
        }
        main section .content ul li .text .title{
            margin-bottom: 10px;
        }
        main section .content ul li .text .title a{
            color: #000;
            transition: 0.5s;
            font-size: 18px;
        }
        main section .content ul li .text .title a:hover{
            color: #b7312c;
        }
        main section .content ul li .text .desc{
            color: #979797;
        }
        main section .content ul li time{
            width: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #686868;
            border-left: 1px solid #cccccc;
        }
        main section .content ul li time .month{
            font-size: 20px;
        }
        main aside dl{
            margin-bottom: 10px;
            margin-top: 0;
            background: #fff;
            border: 1px solid #b7312c;
        }
        main aside dl dt{
            background: #ae2627;
            padding-left: 20px;
            line-height: 50px;
            height: 50px;
            color: #ffffff;
            font-weight: bold;
            font-size: 16px;
        }
        main aside dl dd{
            padding: 10px 30px;
            margin: 0;
            border-bottom: 1px solid #f2f2f2;
        }
        main aside dl.article-list dd .title span{
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background: #999999;
            border-radius: 50%;
            margin-right: 10px;
            float: left;
        }
        main aside dl.article-list dd:nth-child(2) .title span,main aside dl.article-list dd:nth-child(3) .title span,main aside dl.article-list dd:nth-child(4) .title span{background: #b7312c}
        main aside dl.article-list dd .title{
            font-size: 16px;
            color: #666;
            margin-bottom: 5px;
        }
        main aside dl.article-list dd .title a{
            display: block;
            width: 88%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        main aside dl.site dd{
            line-height: 30px;
        }

    