body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

.body1 {
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.body1::-webkit-scrollbar {
    display: none;
}

.nav_banner {
    width: 100%;
    position: relative;
}
.banner img {
    object-fit: cover;
    height: 1080px;
    display: block;
}

.nav_banner .nav {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 2;
}

.nav_banner .nav .nav-box {
    width: 1600px;
    margin: 0 auto;
}

.nav_banner .nav .nav_img {
    float: left;
    margin: 23px 0 0;
}

.nav_banner .nav .nav_time {
    float: right;
    margin: 56px 0 0 0;
}

.nav_banner .nav .nav_time img {
    margin-right: 37px;
}

.nav_banner .nav .nav_time span {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    margin-right: 31.5px;
}

.nav_banner .nav .nav_time .one {
    letter-spacing: 0px;
    font-size: 24px;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

.nav_banner .nav .nav_time span:last-child {
    margin: 0;
}

.nav .nav-x {
    height: 1px;
    width: 100%;
    background: #A2A2A2;
    clear: both;
    margin-top: 19px;
}

.nav_list {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav_list ul {
    display: flex;
    margin-top: 16px;
}

.nav_list ul li {
    margin: 0 44.5px;
    position: relative;
    height: 40px;
}

.nav_list ul li a {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

.nav_list ul li .bottom {
    width: 28px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    display: none;
}

.nav_list ul .on .bottom {
    display: block;
}

.nav_list ul li:hover .bottom {
    display: block;
}

.nav_banner .nav-bottom {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 26px;
    left: 50%;
    transform: translate(-50%, 0%);

}

.nav_banner .nav-bottom .bottom-txt {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 5px;
}

.Notice {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.Notice .notice-backcolor {
    width: 100%;
    height: 430px;
    transform: scaleX(-1);
    background-image: linear-gradient(179deg, #FBF8EF 100%, #FBF8EF 47%);
}

.Notice .notice-img {
    display: block;
    width: 100%;
    height: 450px;
}
.Notice .notice-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.Notice .Notice-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 880px;
}

.Notice .notice-box {
    position: relative;
    z-index: 1;
    width: 1600px;
    margin: 140px 0;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0%);
}

.Notice .notice-left {
    width: 940px;
    height: 600px;
    background-color: #fff;
    display: flex;
}

.Notice .notice-left .left-img {
    width: 370px;
    height: 600px;
}

.Notice .notice-left .left-img .img-txt {
    width: 100%;
    height: 100%;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1115px;
    font-weight: 500;
    text-align: center;
    background-position:center center

}

.Notice .notice-left .left-list {
    margin-left: 40px;
    width: 500px;
}

.Notice .notice-left .left-list .list-top {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.Notice .notice-left .left-list .list-top .top-left {
    display: flex;
    align-items: center;
    margin-right: 71px;
}

.Notice .notice-left .left-list .list-top .top-left span {
    margin: 0 11px;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 50px;
    color: #2E3192;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
    font-weight: 550;
}

.Notice .notice-left .left-list .list-top .top-right span {
    font-size: 20px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.Notice .notice-left .left-list .list-top .top-right span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 20px;
    height: 20px;
    background-color: #999990;
    transform: translate(0%, -50%);
    /* 使用 clip-path 裁剪掉左侧部分 */
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 50% 50%);
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 50% 50%);
}

.Notice .list-x {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 30px 0;
}

.Notice .notice-left .left-list .list-one div {
    display: flex;
    align-items: center;
    height: 45px;
}

.Notice .notice-left .left-list .list-one div img {
    margin-right: 12px;
}

.Notice .notice-left .left-list .list-one div span {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 19px;
    color: #464646;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 600;
}

.Notice .notice-left .left-list .list-two a {
    color: #464646;
    font-size: 16px;

}

.Notice .notice-left .left-list .list-two ul li {
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.Notice .notice-left .left-list .list-two ul li .li-txt {
    display: flex;
    align-items: center;
}

.Notice .notice-left .left-list .list-two ul li .li-txt .li-xin {
    display: none;
}

.Notice .notice-left .left-list .list-two ul li:nth-of-type(-n + 3) .li-txt .li-xin {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    background-color: #BF4245;
    line-height: 18px;
    text-align: center;
    margin-left: 4px;
}

.Notice .notice-left .left-list .list-two ul li .y {
    width: 14px;
    height: 14px;
    background-color: #2E3192;
    border-radius: 50%;
    margin-right: 12px;
}

.Notice .notice-left .left-list .list-two ul li a {
    display: flex;
    align-items: center;
}

.Notice .notice-left .left-list .list-two ul li .text {
    width: 367px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Notice .notice-left .left-list .list-two ul li:nth-of-type(-n + 3) .text {
    max-width: 365px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}

.Notice .notice-left .left-list .list-two ul li .day {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.Notice .notice-left .left-list .list-two ul li .moon {
    color: #333333;
    font-size: 16px;
}

.Notice .notice-right {
    width: 620px;
    height: 600px;
    margin-left: 40px;
    background-color: #FFFFFF;
}

.Notice .notice-right .right-box {
    margin: 0 35px;
}

.Notice .notice-right .right-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.Notice .notice-right .right-top span {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 55px;
    color: #BF4245;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
    font-weight: 600;
    margin: 0 14px;
}

.Notice .notice-right .right-list .prompt {
    display: flex;
    align-items: center;
    width: 90px;
    float: left;
}

.Notice .notice-right .right-list .prompt img {
    width: 10px;
    height: 18px;
}

.Notice .notice-right .right-list .list-arrange {
    display: flex;
    flex-wrap: wrap;
}

.Notice .notice-right .right-list .prompt span {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    background: #BF4245;
    padding: 1px 5px;
    margin: 0px 2px;
}

.Notice .notice-right .right-list .list-x {
    margin: 22px 0;
}

.Notice .notice-right .right-list .list-x:first-child {
    margin: 30px 0 22px;
}

.Notice .notice-right .right-list .list-txt {
    font-family: 'PingFangSC-Regular';
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    text-indent: 90px;
    margin-top: -22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.master {
    width: 100%;
    height: 1760px;
    position: relative;
    /* white-space: nowrap; */
}

.master-top,.master-bottom {
    width: 100%;
    display: flex;
}

.master .master-box {
    width: 959px;
    height: 880px;
    flex: 1;
}

.master .master-w {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 12%, #EEEEFF 100%);
}

.master .master-y {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 12%, #FFF3F3 100%);
}

.master .master-box .master-centon {
    width: 646px;
    height: auto;
    margin-top: 101px;
    float: right;
    margin-right: 108px;
}

.master .master-box .master-centon .top-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.master .master-box .master-centon .top-text span {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 50px;
    color: #2E3192;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
    font-weight: 550;
    margin: 0 7px;
}

.master .master-box .master-centon .input-box {
    width: 432px;
    height: 60px;
    border: 1.5px solid rgba(46, 49, 146, 1);
    overflow: hidden;
    display: flex;
    margin: 39px auto 43px;
}

.master .master-box .master-centon .input-box .master-input {
    width: 372px;
    height: 65px;
    border: none;
    text-indent: 30px;
    outline: none;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 27px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

::placeholder {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 27px;
    color: #999999;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 400;
    text-indent: 30px;
}
.master .master-box .master-centon .input-box .input-img{
    width: 60px;
    height: 60px;
    background: #2E3192;
    display: flex;
    align-items: center;
    justify-content: center;
}
.master .master-box .master-centon .input-box .input-img img{
    width: 30px;
    height: 30px;
}
.master .master-box .master-centon .master-certificate{
    width: 646px;
    height: 522px;
    background: #2E3192;
    box-sizing: border-box;
    padding: 21px;
}
.master .master-box .master-centon .zq{
    background-color: #fff;
}
.master .master-box .master-centon .master-certificate img{
    width: 604px;
    height: 427px;
    display: block;
}
.master .master-box .master-centon .master-certificate .certificate-txt{
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
font-size: 27px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
line-height: 28px;
font-weight: 400;
margin-top: 20px;
}
.master .master-box .master-centon .zq .certificate-txt{
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
font-size: 20px;
color: #333333;
letter-spacing: 0;
text-align: center;
line-height: 28px;
font-weight: 600;
margin-top: 11px;
}
.master .master-box .master-centon .zq .zq-txt{
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
font-size: 14px;
color: #333333;
letter-spacing: 0;
text-align: center;
line-height: 22px;
font-weight: 400;
}
.master .box{
    width: 646px;
    height: 522px;
}
.didnot{
    width: 646px;
    height: 522px;
    background-color: #fff;
    box-sizing: border-box;
    padding:23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.didnot .didont-topleft{
    border: 6px solid rgba(205,208,245,1);
    width: 81px;
    height: 75px;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 23px;
    left: 23px;
}
.didnot .didont-topright{
    border: 6px solid rgba(205,208,245,1);
    width: 81px;
    height: 75px;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 23px;
    right: 23px;
}
.didnot .didont-bottomleft{
    border: 6px solid rgba(205,208,245,1);
    width: 81px;
    height: 75px;
    border-right: 0;
    border-top: 0;
    position: absolute;
    bottom: 23px;
    left: 23px;
}
.didnot .didont-bottomright{
    border: 6px solid rgba(205,208,245,1);
    width: 81px;
    height: 75px;
    border-left: 0;
    border-top: 0;
    position: absolute;
    bottom: 23px;
    right: 23px;
}
.didnot .didnot-box{
    text-align: center;
}
.didnot .didnot-img{
width: 121px;
height: 121px;
margin: 0 auto;
}
.didnot .didnot-img img{
    width: 121px;
    height: 121px;
}
.didnot .didnot-txt{
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
font-size: 30px;
color: #333333;
letter-spacing: 0;
text-align: center;
line-height: 28px;
font-weight: 400;
margin-top: 11px;
}
.master .master-w .master-centon{
    margin-left: 108px;

}
.master .master-y .master-centon{
    float: left;
    margin-left: 108px;
}
.master .master-y .master-centon .top-text span{
color: #BF4245;
}
.master .master-y .master-centon .input-box{
    border-color: #BF4245;
}
.master .master-y .master-centon .input-box .input-img{
    background-color: #BF4245;
}
.master .master-y .master-centon .master-certificate{
    background-color:#A59178;
}
.master-y .didnot .didnotcolor{
    border-color: #FBCDCE;
}
.master-bottom .master-f{
    background-color: none;
    background-image: url('../img/蒙版备份 2@1x.png');
}
.master-bottom .master-f .master-centon{
    float: right;
    margin-right: 108px;

}
.master .master-f .master-centon .master-certificate{
    background-color: #BF4245;
}
.master .master-z .master-centon{
    float: left;
    margin-left: 108px;
}