body, html {
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.center {
    margin-top: 20px;
}

.centerTop {
    border-bottom: 2px solid #F04E4A;
    padding-bottom: 5px;
}

.centerTop a:first-child {
    display: inline-block;
    padding: 5px 8px;
    background: #F04E4A;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-right: 5px;
}

p, a, h4, span, p:hover, a:hover, h4:hover, span:hover {
    color: #4E4E4E;
}

.centerTop a {
    font-size: 15px;
}

.centerText li {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 15px 0;
}

.centerText li:hover {
    background: #f8f8f8;
}

/*.centerText li img {*/
/*width: 18%;*/
/*height: 88px;*/
/*margin-right: 2%;*/
/*float: left;*/
/*}*/

.centerText .artMess {
    width: 100%;
    float: left;
}

.artMess a {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    letter-spacing: .8px;
    overflow: hidden;
    display: block;
    font-weight: normal;
    color: #404040;
}

.artMess a:hover {
    color: #C22B20;
}

.source span {
    font-size: 12px;
    margin-right: 15px;
    color: #888;
}

.source:hover span {
    color: #C22B20;
}

/*图集列表*/
.imgListBox {
    width: 100%;
    background: yellow;
    margin: 20px 0;
}

.picBox {
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
}

.picBox a {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.picBox a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picBox a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2%;
}

.el-pager li {
    font-size: 20px !important;
    font-weight: normal;
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
    font-size: 20px !important;
}