:root {
    --color-red: #d10000;
    --color-gray: #999999;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.mainBox {
    box-sizing: border-box;
    background: url(topBackground.png) no-repeat center top;
}

.top {
    padding-top: 30px;
}

.returnHome {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: none;
    width: 130px;
    height: 37px;
    float: right;
    border-radius: 18px;
    padding-left: 15px;
}

.returnHome img {
    width: 24px;
    height: 20px;
    margin-right: 10px;
}

.returnTitle {
    font-size: 16px;
    color: var(--color-red);
}

.swiper-container {
    height: 496px;
    margin-top: 336px;
}

.bottom {
    height: 544px;
    display: flex;
    margin-top: 48px;
}

.bottom .left {
    width: 600px;
    height: 600px;
}

.bottom .title .titleName {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-red);
}

.bottom .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom .title .more {
    font-size: 16px;
    color: var(--color-gray);
    margin-right: 28px;
}

.bottom .left .list {
    margin-top: 28px;
}

.bottom .left .list .item {
    display: flex;
    align-items: center;
    width: 570px;
    height: 100px;
    border: 1px solid var(--color-gray);
    margin: 0;
    margin-bottom: 24px;
}

.bottom .left .list .item .data {
    padding: 18px 22px;
    min-width: 100px;
    min-height: 100px;
    font-size: 16px;
    color: var(--color-gray);
}

.bottom .left .list .item .data .day {
    font-size: 40px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
}

.bottom .left .list .item .data .Year {
    font-size: 14px;
    color: var(--color-gray);
}

.bottom .left .list .item .title {
    font-size: 18px;
    color: #333333;
    margin-left: 25px;
    padding-right: 30px;
    line-height: 30px;
}

.bottom .right {
    width: 600px;
    height: 600px;
    padding-left: 18px;
    /* background-color: pink; */
}

.bottom .right .Rtop .title .more {
    justify-self: flex-end;
    margin-right: 0;
}

.bottom .right .Rbottom .title .more {
    justify-self: flex-end;
    margin-right: 0;
}

.bottom .right .list .line {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    margin: 0;
}

.bottom .right .list ul {
    margin-top: 6px;
}

.bottom .right .list .line .point {
    margin-right: 12px;
}

.bottom .right .list .line .title {
    display: block;
    min-width: 446px;
    margin-right: 23px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bottom .right .list .line .date {
    font-size: 16px;
    color: var(--color-gray);
}

.bottom .right .list .fg {
    /* margin-bottom: 12px; */
    display: block;
}

.bottom .right .Rbottom {
    margin-top: 31px;
}

.outlink {
    background: #b00302;
}

.footer {
    background: #d30418;
}

.outlink .block>a,
.outlink .block>span {
    color: #fff;
}

.footer_cont2 * {
    color: #fff;
}

.footer_cont1::after {
    background: #fff;
}