.center .body {
    min-height: 500px;
}

.lisBox .listTop {
    width: 1160px;
    height: 230px;
    background-color: #F4F4F5;
    margin: 20px 0;
    justify-content: space-around;
}

.lisBox .listTop .imgbox {
    width: 345px;
    height: 230px;
}

.lisBox .listTop .imgbox img {
    width: 100%;
    height: 100%;
}

.lisBox .textBox {
    width: 855px;
    align-self: center;
    margin: 0 20px;
}

.lisBox .textBox div {
    margin: 10px 0;
}

.lisBox .textBox .title {
    color: #0D6EB8;
    font-size: 20px;
}

.lisBox .textBox .h1 {
    color: #333333;
    font-size: 16px;
}

.lisBox .textBox .text {
    text-indent: 2em;
    color: #666666;
    font-size: 14px;
    -webkit-line-clamp: 6;
}

.lisBox .list {
    padding: 20px;
    border-bottom: 2px dashed #E5E5E5;
}

.lisBox .list:hover {
    background-color: #F3F8FB;
}

.lisBox .list .dateBox {
    height: 65px;
    background-color: #F3F3F3;
    color: #333333;
    padding: 5px;
    margin: 0 20px;
}

.lisBox .list .textRight div {
    width: 1000px;
}

.lisBox .list .dateBox span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 25px;
}

.lisBox .list .dateBox div {
    font-size: 14px;
    text-align: center;
}

.lisBox .list .textRight .title {
    color: #333333;
    font-size: 16px;
}

.lisBox .list .textRight .text {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
}

.pageBox {
    margin-top: 40px;
}

.pageBox a {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    margin: 0 5px;
}

.pageBox a {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background-color: rgba(13, 110, 184, 1);
}

.pageBox a:first-child,
.pageBox a:last-child {
    width: 60px;
    height: 28px;
    border-radius: 2px;
}

.pageBox a.check {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background-color: rgba(164, 164, 164, 1);
}

.pageBox a.no {
    background-color: rgba(164, 164, 164, 1);
}