* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

.list-container {
    font-size: 18px;
}

.footBox {
    width: 100%;
    background: rgb(3, 26, 61);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-list {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 120px;
}

.list-container img {
    /*max-height:auto;*/
    max-width: 100%;
}

.info-guide-back {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    object-fit: contain;
    /*height: 600px;*/
}

.info-guide {
    display: flex;
    align-items: center;
    padding-top: 30px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.info-guide a{font-size: 14px;
    letter-spacing: 1px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;}

.info-content {
    margin: 0 auto;
    width: 80%;
}

.info-title {
    color: #1249A3;
}

.list-container {
    /* margin-top: 317px; */
}

.list-title {
    text-align: center;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
}

.author-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    column-gap: 40px;
}

.detailVideo {
    height: auto;
    width: 100%;
    object-fit: fill;
}

.info-list-contatiner {
    margin: auto;
    margin-top: 90px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
}

.info-list-contatiner * {
    background-color: transparent !important;
}

.info-list-contatiner p img {
    margin: auto;
    object-fit: contain;
}

.appendix {
    margin-top: 49px;
    font-weight: 400;
    color: #1249A3;
}

.signature {
    height: 61px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 61px;
    margin-top: 129px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footBox {
    width: 100%;
    background: rgb(3, 26, 61);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexHeader {
    display: flex;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 100;
    justify-content: center;
    background: rgb(18, 73, 163)
}