.main {
    min-height: 400px;
    width: 1200px;
    margin: auto;
}

.dzbox {
    height: 60px;
    min-height: 60px;
    position: relative;
    border-bottom: 1px solid #dd112a;
    font-size: 19px;
}

.dzbox img {
    position: relative;
    top: 12px;
    width: 38px;
    height: 38px;
    padding-right: 10px;
}

.list {
    padding-top: 25px;
}

.list li .date {
    float: right;
    font-size: 19px;
    padding-right:20px;
}

.list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 45px;
    position: relative;
    padding-left: 25px;
    background: url(../images/njesd_3.png) no-repeat left 15px;
}

.list li a {
    width: 88%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 19px;
}

hr {
    height: 30px;
    width: 100%;
    border: none;
}
.pagebox{
  display:flex;
  justify-content:center;
  align-items:center;
  height:60px;
}