.list-box {
    width: 100%;
    background: #f4f4f4;
}
.listBg {
    height: 410px;
    background-image: url('../images/bg_banner.jpg');
    background-size: 100% 410px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.list-page-content {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;  
}
.list-page-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.list-page-content .list-page-top .left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-page-content .list-page-top .right {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-page-content .list-page-top .left .left-img {
    width: 32px;
    height: 32px;
}
.list-page-content .list-page-top .left .left-title {
    margin-left: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #444;
}
.list-page-content .list-page-top .right .right-img {
    width: 32px;
    height: 32px;
}
.list-page-content .list-page-top .right .right-title {
    margin-left: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #444;
    margin-right: 5px;
}
.list-page-content .list-page-top .right .title-back {
    color: #000;
    cursor: pointer;
}
.list-page-center {
    margin-top: 50px;
    background: #fff;
    border-radius: 10px;
}
.articleBox {
    min-height: 650px;
    position: relative;
    padding: 3rem;
    margin-bottom: 12px;
    border-radius: .125rem;
}
.detail {
    margin-bottom: 20px;
    text-align: center;
}
.detail .detail-title {
    margin-bottom: 10px;
}
.text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    margin-bottom: 20px;
    width: 100%;
}
.text .text-left {
    width: auto;
    text-align: left;
}
.text .line {
    flex: 1;
    height: 1px;
    border: 1px dashed #000;
}
.text .text-right {
    width: auto;
}
.text:hover {
    color: #2c69c0;
    cursor: pointer;
}
.footer, .footer .footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer {
    width: 1200px;
    margin: 60px auto;
}
.footer .footer-content {
    flex-direction: column;
}
.footer .footer-code {
    width: 186px;
    height: 186px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/bg_erweima_qq.png');
}
.footer .footer-code .code-img {
    width: 134px;
    height: 134px;
    border-radius: 20px;
}
.footer .title {
    color: #e4ad79;
}
.footer .code-content {
    color: #fff;
}