/*位置样式*/
.centerTop {
    overflow: hidden;
}

.centerTop a {
    line-height: 50px;
    color: #000;
    font-weight: bold;
}

/*精品汇的样式*/
.jphContentBox li {
    width: 21.938%;
    float: left;
    height: 290px;
    border-bottom: none;
    margin-right: 2%;
    padding-right: 2%;
    margin-bottom: 20px;
    border-right: 1px solid #f0f0f0;
    overflow: hidden;
}

.jphContentBox li:nth-child(4n),
.jphContentBox li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.jphContentBox li a {
    padding: 1px;
    color: #3668A5;
    font-weight: bold;
    display: block;
}

.jphContentBox li .imgBox {
    width: 100%;
    float: initial;
    height: 130px;
}

.jphContentBox li .imgBox img {
    width: 100%;
    height: 131px;
}

.jphContentBox li .articleTitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    padding: 5px;
}

.jphContentBox li .articleTitle a {
    text-align: center;
    display: block;
    max-height: 50px;
    overflow: hidden;
}

.jphContentBox li .articleTitle p {
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    margin: 5px 0;
}

.loadMore {
    background: rgb(167, 0, 0);
    border-radius: 5px;
    text-align: center;
    width: 30%;
    margin: 50px auto;
}

.loadMore span {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
}