.bannerInfo {
    background-image: url(../img/banner@2x.png);
    height: 387px;
}

.notice {
    margin: auto;
    max-width: 1440px;
    height: 140px;
    padding: 0 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.notice>.noticeItem {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
}

.notice>.noticeItem p {
    margin: 0;
}

.notice>.noticeItem>.title {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.notice>.noticeItem>.title>p:nth-child(1) {
    font-size: 18px;
}

.notice>.noticeItem>.title>p:nth-child(2) {
    font-size: 30px;
    white-space: nowrap;
}

.notice>.noticeItem>.verticalLine {
    height: 63px;
    width: 3px;
    background: #C03A2A;
    margin: 0 30px;
}

.notice>.noticeItem>.viewMore {
    white-space: nowrap;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    color: #C03A2A;
    text-decoration: none;
}

.noticeLink {
    color: #000;
    flex-direction: column;
    text-decoration: none;
}

.notice>.noticeItem>.viewMore::after {
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background: #C03A2A;
}

.notice>.switchBtn {
    display: flex;
    height: 46px;
}

.notice>.switchBtn img {
    cursor: pointer;
    height: 100%;
}

.notice>.switchBtn>div:nth-child(1) img {
    margin-right: 40px;
}

.enterContainer {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.enterContainer>img {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 1440px;
}

.enterContainer>.enterBox {
    margin-top: 30px;
    position: absolute;
}

.enterContainer>.enterBox div {
    display: flex;
}

.enterContainer>.enterBox>div:nth-child(2) {
    transform: translateY(-100px);
    justify-content: center;
}

.enterContainer>.enterBox .linkItem {
    position: relative;
    margin: 0 -10px;
    background-image: url(../img/xsyyh@2x.png);
    background-repeat: no-repeat;
    height: 352px;
    width: 305px;
    overflow: hidden;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.linkItem p {
    cursor: pointer;
    line-height: 0;
    font-size: 20px;
    font-weight: 600;
}

.linkItem img {
    margin-top: 64px;
    width: 46px;
}

.linkItem .linkText {
    cursor: pointer;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 55%;
    min-height: 17%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.linkItem .linkText li {
    margin-bottom: 10px;
    line-height: 20px;
}

.linkItem a {
    position: absolute;
    bottom: 5%;
    width: 38%;
    height: 20%;
    background: url(../img/button.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.noticeItems {
    height: 50px;
    overflow: hidden;
    list-style: none;
}

.noticeItems li {
    line-height: 50px;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.jumpBtn {
    pointer-events: none;
    margin: 0 !important;
    position: absolute;
    width: 37% !important;
    bottom: 6%;
    position: absolute;
    left: 31%;
    z-index: 3;
}

.diamond {
    width: 0;
    height: 0;
    position: absolute;
    top: 73.4%;
    left: 36.8%;
    transform: rotateX(54deg) rotateZ(45deg);
    border: 40px solid #C03A2A;
    border-bottom-color: transparent;
    border-right-color: transparent;
    cursor: pointer;
    z-index: 2;
}

.diamond:nth-child(2) {
    transform: rotateX(126deg) rotateZ(45deg);
}