* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    /* overflow: hidden;
    overflow-y: auto; */
}

a:hover,
a:visited,
a:link,
a:active {
    color: #333;
}

#education {
    max-width: 1920px;
    /* width: 100vw; */
    margin: 0 auto;
}

#p_education {
    display: none;
}

.top .logo {
    width: 359px;
    height: 81px;
    position: absolute;
    top: 30px;
    left: 258px;
    background-image: url('./logo.png');
    background-size: 100% 100%;
}

.top {
    /* min-width: 1633px; */
    position: relative;
    height: 141px;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 240px;
    padding-top: 26px;
}

.right_top {
    display: flex;
    align-items: center;
}

.right_top .shu {
    margin: 0 16.57px 0 12.43px;
    width: 0px;
    height: 9.32px;
    border: 1.03571px solid #A7181B;
}

.top .right .right_search {
    margin-top: 17px;
    display: flex;
    /* align-items: center; */
}

.top .right .right_search input {
    width: 353.18px;
    height: 43.5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.top .right .right_search button {
    width: 80.98px;
    height: 43.5px;
    background-color: #A7181B;
    color: #fff;
    border: 0;
}

.right2 {
    width: 107px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 99px;
    font-size: 17px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
}

.right2_chinese {
    color: #A7181B;
}

.right2_English {
    color: #B3B3B3;
}


.bar a {
    text-decoration: none;
    color: #fff;
}

.bar a:hover,
.bar a:visited,
.bar a:link,
.bar a:active {
    color: #fff;
}

.bar>div {
    width: 183px;
    /* height: 31px; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bar>div:hover .bar_list {
    height: auto;
}

.bar_list>span:hover a {
    border-bottom: 1px solid #fff;
}

.bar .hover {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bar .bar_list {
    width: 100%;
    background-color: pink;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    transition: all 1s linear 0s;
}

.bar_list span {
    height: 55px;
    width: 167px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar_list span>a {
    padding-bottom: 5px;
}

.bar p:hover .hover {
    display: block;
    bottom: -100px;
}

.main {
    box-sizing: border-box;
    padding-top: 20px;
    display: flex;
    /* padding-left: 258px; */
    margin: 0 auto;
    justify-content: center;
}

.main .leftTitle {
    width: 132px;
}

.main .leftTitle p {
    width: 100%;
    height: 56px;
    margin-bottom: 10px;
    background-color: rgb(244, 241, 244);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .leftTitle p a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .leftTitle p:hover,
.main .leftTitle p:hover a {
    background-color: #A7181B;
    color: #fff !important;
}

.main .right {
    width: 1310px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .right .topTitle {
    width: 1275px;
    height: 64px;
    background-color: rgb(244, 241, 244);
    color: #000;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 21px 0 21px 24px;
}

.topTitle p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
}

.topTitle p span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    border-left: 1px solid #B3B3B3;
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
}

.topTitle span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    border-left: 1px solid #B3B3B3;
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
}


.main .right .hr {
    width: 1275px;
    height: 6px;
    border-top: 1px solid #A7181B;
    border-bottom: 2px solid #A7181B;
    margin-top: 18px;
}

.list {
    width: 1275px;
    display: flex;
    flex-direction: column;
}

.list p {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list p span {
    display: flex;
}

.list p img {
    width: 24px;
    height: 24px;
}

.page {
    margin-top: 79px;
    width: 100%;
    height: 36px;
    background-color: pink;
}

.footer {
    /* min-width: 1633px; */
    /* width: 100vw; */
    height: 283px;
    background-color: #A7181B;
    box-sizing: border-box;
    padding: 38px 263px 46px 200px;
}

.footer .footer_main {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    /* padding-left: 66px; */
    height: 186px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.footer_main a {
    text-decoration: none;
    color: #fff;
}

.footer_main a:hover,
.footer_main a:visited,
.footer_main a:link,
.footer_main a:active {
    color: #fff;
}

.footer hr {
    width: 85%;
    margin: 0 auto;
    margin-top: 18px;
}

.footer .footer_one {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .footer_two,
.footer .footer_three,
.footer .footer_four,
.footer .footer_five {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer .footer_title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.footer_five .code {
    width: 89px;
    height: 89px;
    background-image: url('./qrCode.png');
    background-size: 100% 100%;
    background-color: #fff;
}

@media screen and (max-width: 700px) {
    a {
        text-decoration: none;
        color: #333;
    }

    a:hover,
    a:visited,
    a:link,
    a:active {
        color: #333;
    }

    #education {
        display: none;
    }

    #p_education {
        width: 100vw;
        height: 100vh;
        display: block;
        position: relative;
        overflow-y: auto;
    }

    #p_conten {
        width: 100vw;
        margin-left: 0;
        transition: all 0.3s linear 0s;
    }

    .p_top {
        width: 100%;
        height: 2.75rem;
        background-color: #A7181B;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: .5625rem .9375rem .625rem 1.125rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        transition: all 0.3s linear 0s;
    }

    .p_logo {
        width: 7.5rem;
        height: 1.5625rem;
        background-image: url('./logo2.png');
        background-size: 100% 100%;
    }

    .p_right {
        width: 1.1875rem;
        height: .875rem;
        background-image: url('./Group.png');
        background-size: 100% 100%;
    }

    .p_content {
        padding-top: 2.75rem;
    }

    .p_banner {
        width: 100%;
        height: 10.125rem;
        background-image: url('./image1.png');
        background-size: 100% 100%;
        position: relative;
    }

    .p_banner .p_topTitle {
        position: absolute;
        bottom: .5625rem;
        display: flex;
    }

    .p_banner .p_topTitle {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 700;
        font-size: .75rem;
        color: #fff !important;
    }

    .p_topTitle span a {
        text-decoration: none;
        color: #fff;
    }

    .p_topTitle span a:hover,
    .p_topTitle span a:visited,
    .p_topTitle span a:link,
    .p_topTitle span a:active {
        color: #fff;
    }

    .p_topTitle span {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: .75rem;
        display: inline-block;
        /* border: 1px solid red;
        border-left: .0625rem solid #fff; */
        box-sizing: border-box;
        padding: 0 1rem;
        text-align: center;
        position: relative;
    }

    .p_topTitle table {
        width: auto !important;
    }

    .p_topTitle table span::before {
        content: '';
        width: .0625rem;
        height: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
    }

    .p_main {
        width: 100%;
        min-height: calc(100vh - 12.875rem);
        box-sizing: border-box;
        padding: 1.625rem 1.125rem 9rem 1.125rem;
        position: relative;
        background-color: #F8F2EA;
    }

    .p_main .p_list {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: .8125rem;
        color: #000;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: .625rem 0;
        border-bottom: 1px solid #E6E6E6;
    }

    .p_main .p_list span:first-child {
        display: inline-block;
        width: 14.625rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .p_main .p_list span:last-child {
        font-size: .75rem;
        color: #999999;
    }

    .p_backTop {
        width: 4.125rem;
        height: 4.125rem;
        border-radius: 50%;
        position: fixed;
        bottom: 4rem;
        right: .625rem;
        z-index: 1;
        background-image: url('./backTop.png');
        background-size: 100% 100%;
        transition: all 0.3s linear 0s;
    }

    .isOpenTrue {
        margin-left: -8.1875rem !important;
    }

    .p_open {
        display: none;
        width: 0;
        height: 100vh;
        background-color: #A7181B;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
        transition: all 0.3s linear 0s;
    }

    .p_footer {
        width: 100vw;
        height: 8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 2.0625rem 0 1.5rem;
        background-color: #A7181B;
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: .75rem;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .p_footer div {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .p_footer_right .p_code {
        width: 3.6475rem;
        height: 3.6475rem;
        background-image: url('./qrCode.png');
        background-size: 100% 100%;
        background-color: #fff;
    }

    .p_open .p_open_top {
        width: 100%;
        height: 2.75rem;
        background-image: url('./logo3.png');
        background-size: 100% 100%;
    }

    .p_open .p_open_main {
        width: 131px;
        box-sizing: border-box;
        /* padding-top: 1.6875rem; */
        display: flex;
        color: #fff !important;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 4.4375rem;
        left: 0;
        z-index: 1;
    }

    .p_open_main p {
        margin-bottom: 1.625rem;
    }

    .p_open_main a {
        text-decoration: none;
        color: #fff;
    }

    .p_open_main a:hover,
    .p_open_main a:visited,
    .p_open_main a:link,
    .p_open_main a:active {
        color: #fff;
    }

    .p_open .p_open_main2 {
        width: 6.25rem;
        /* height: 100vh; */
        height: calc(100vh - 2.75rem);
        box-sizing: border-box;
        padding-top: 1.6875rem;
        display: flex;
        font-size: 14px;
        color: #A7181B !important;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 2.75rem;
        right: 0;
        z-index: 2;
        background-color: #F8F2EA;
        transition: all 0.3s linear 0s;
    }

    .p_open_main2 a:hover,
    .p_open_main2 a:visited,
    .p_open_main2 a:link,
    .p_open_main2 a:active {
        color: #A7181B;
    }

    .p_open_main2 a {
        text-decoration: none;
        color: #A7181B;
    }

    .p_open_main2 p {
        margin-bottom: 1.625rem;
    }
}


/* 标题和日期 */
#education .sp_time .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.sp_time font {
    font-size: 14px;
    color: #808080;
    text-align: center;
    display: block;
    margin: 10px 0;
}

#p_education .sp_time .title {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.p_main #zoom {
    font-size: 0.875rem;
    color: #333;
}
.p_main #zoom img {
    width: 100%;
    height: 260px;
}