﻿/* 内容 */
.content {
    min-height: 1000px;
}
.content-box {
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-list>li {
    width: 100%;
    height: 220px;
    border-bottom: 1px solid #d5d5d5;
}

.content-list>li>a {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
}

.content-list-left {
    width: 100px;
    height: 90px;
}

.content-list-left>p {
    text-align: center;
    font-size: 18px;
    color: #a70822;
}

.content-list-left>h4 {
    margin-left: 12px;
    width: 75px;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #a70822;
    border-bottom: 2px solid #a70822;
}

.content-list-right {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 90px;
}

.content-list-right>h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
}
.content-list-right>h3:hover {
    color: #a70822;
}

.content-list-right>p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}




.content-list-page {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-list-page-box {
    display: flex;
    justify-content: space-around;
    width: 650px;
    height: 40px;
}
.box-list-page-total {
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.box-list-page-1 {
    width: 80px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #a70822;
}
.box-list-page-1:hover {
    color: #000;
}
.box-list-page-number {
    width: 80px;
    height: 25px;
}
.box-list-page-number input{
    width: 50px;
    height: 25px;
    margin-right: 10px;
    border: solid 1px #a70822;
    outline: none;
    text-indent: 10px;
    box-sizing: border-box;
    background-color: rgb(204, 204, 204,0);
}