body {
    font-family: "微软雅黑";
}

/* 超链接默认颜色 */
a:link {
    color: black;
    text-decoration: none;
}

/* 点击之后的颜色 */
a:visited {
    color: black;
}

.head {
    width: 100%;
    height: 350px;
    position: relative;
    left: 0;
    top: -10px;
    z-index: 111;
}

.foot {
    width: 100%;
    height: 580px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 100;
    margin-top: -300px;
}

@media screen and (max-width:1280px) {
    .foot {
        width: 100%;
        height: 380px;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin-top: -300px;
    }
}

@media screen and (min-width:1536px) {
    .foot {
        width: 100%;
        height: 460px;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin-top: -300px;
    }
}

@media screen and (min-width:1920px) {
    .foot {
        width: 100%;
        height: 580px;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin-top: -300px;
    }
}

@media screen and (min-width:1950px) {
    .foot {
        width: 100%;
        height: 760px;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin-top: -300px;
    }
}

@media screen and (min-width:2560px) {
    .foot {
        width: 100%;
        height: 1175px;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin-top: -10px;
    }
}

/* 右方悬浮 */
.right {
    position: fixed;
    bottom: 10%;
    right: 20px;
    width: 450px;
    height: 270px;
    /* background: white; */
    z-index: 111111;
}

@media screen and (max-width:1280px) {
    .right {
        position: fixed;
        bottom: 5%;
        right: 20px;
        width: 300px;
        height: 270px;
        /* background: red; */
        z-index: 111111;
    }
}

/* 中间内容 */
.indexs {
    width: 100%;
    min-height: 100vh;
    position: relative;
    top: -352px;
    z-index: 110;
}

.indexs img {
    width: 100%;
    margin-top: -10px;
}

.neirong {
    width: 60%;
    padding: 2%;
    margin: 0 auto;
    /* height: 200px; */
    /* background: wheat; */
    position: relative;
    display: flex;
}

.left {
    display: flex;
    flex: 0 0 190px;
    flex-direction: column;
    padding-top: 0;
    padding-right: 22px;
    padding-bottom: 48px;
    border-right: 1px solid #ebedf0;
}

/* 平台公告 */
.notices {
    font-weight: 700;
    font-size: 16px;
    height: 46px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-bottom: 1px solid #ebedf0;
    margin-left: 10px;
}

/* 公告中年份的内容 */
.time {
    flex: 1;
    background-color: #fff;
}

/* 年份 */
.nian {
    background-color: #fff;
    padding-left: 24px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

/* 年份后面小图标 */
.i {
    margin-right: 0;
    transform: rotate(0);
    top: 16px;
    right: 20px;
    color: var(--theme-stroke-3, #969799);
    position: absolute;
    font-size: 12px;
    line-height: 5px;
}

.ii {
    margin-right: 0;
    transform: rotate(90deg);
    top: 16px;
    right: 20px;
    color: var(--theme-stroke-3, #969799);
    position: absolute;
    font-size: 12px;
    line-height: 1;
}

/* 月份 */
.yue {
    transition: height 200ms ease 0s;
    overflow: hidden;
    height: auto;
}

/* 具体月份 */
.yues {
    padding-left: 48px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    font-weight: 400;
}

.yues:hover {
    color: #155bd4;
}

/* 右边详情 */
.top {
    margin-bottom: 24px;
    font-size: 14px;
    height: 20px;
    /* background: #969799; */
    /* line-height: 1em; */
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    /* color: #888; */
}

.tops {
    margin-top: 10px;
    /* color: #888; */
}

.rights {
    /* display: flex; */
    flex: 1;
    min-width: 0;
    /* line-height: 1.4em; */
    padding-top: 24px;
    padding-bottom: 48px;
    padding-left: 40px;
}

.bottom {
    width: 100%;
    /* height: 500px; */
    /* background: #969799; */
}

.shengji {
    width: 100%;
    height: 72px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebedf0;
}

.biaoti {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #323233;
    font-weight: 700;
    font-size: 16px;
}

.times {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    margin-top: 17px;
}

/* 分页 */
.fenye {
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.kong {
    width: 60%;
    height: 30px;
    float: left;
}

.zong {
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.counts {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #155bd4;
    color: white;
    border-radius: 5px;
    float: left;
}

.ones {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
}

/* 升级记录 */
.no {
    display: none;
}

.yes {
    /* display: none; */
    width: 100%;
    text-align: center;
}

.four {
    display: none;
    width: 100%;
    text-align: center;
}

.three {
    display: none;
    width: 100%;
    text-align: center;
}

.two {
    display: none;
    width: 100%;
    text-align: center;
}

.one {
    display: none;
    width: 100%;
    text-align: center;
}

.yes img {
    width: 70%;
}