.btnBox .content_con {
    text-align: center;
}

.publicTitleBox {
    margin-bottom: 40px;
}

.entryBox {
    margin-top: 40px;
}

#btn1{
    padding-bottom: 80px;
}

#btn5 {
    background: #f7f7f7;
}

#btn5 .item tr:nth-child(even) {
    background: #fff;
}

#btn5 .item tr td:last-child {
    width: 40%;
}

.pages {
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.publicBx {
    width: 100%;
}

.hide {
    display: none;
}

.history_list {
    width: 100%;
}

.history_list_item {
    width: 380px;
    height: 486px;
    background-color: #ffffff;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
    margin: 0px 30px 30px 0px;
    padding: 20px;
    box-sizing: border-box;
}

.history_list_item:nth-child(3n) {
    margin-right: 0px;
}

.history_list_item h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.history_list_item span {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    margin: 20px 0px 30px;
}

.history_list_item img {
    width: 340px;
    height: 220px;
    background-color: #cbcbcb;
    border-radius: 4px;
}

.history_list_item p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #999999;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.history_list_item:hover {
    background-color: #f57130;
    box-shadow: 0px 8px 28px 2px rgba(245, 113, 48, 0.1);
    border-radius: 8px;
}


.history_list_item:hover h5,
.history_list_item:hover span,
.history_list_item:hover p {
    color: #fff;
}