@import "c2910c532a7444c795f8cbdfed5a1d15.css;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";
body{
    margin: 0;
}
.announcement-page-content{
    height: 100%;
}
.announcement-header{
    /* background-color: aqua; */
    width: 100%;
    height: 316px;
    background-image: url("../picture/announcement-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.bread-mod{
    display: flex;
    margin: 20px 0;
}
.bread-mod .bread-item+.bread-item::before {
    content: '>';
    padding: 0 13px;
    font-family: Arial;
    color: #333;
}
.cur{
    color: #863437;
}
.bread-content{
    min-height: calc(100vh - 316px);
    height: auto;
}
.content-header{
    text-align: center;
    font-size: 38px;
    padding: 20px 0;
}
.content-time{
    text-align: center;
    margin: 10px 0 60px;
    color: #707070;
    font-size: 18px;
}
.content-text{
    margin: 20px 0;
    font-size: 28px;

}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    border-bottom: 3px solid #0180cf;
    padding: 0 32px;
    font-size: 14px;
    line-height: 50px;
    color: #fff !important;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#2bbb00), color-stop(50%, #80d666), to(#2bbb00));
    background: linear-gradient(to right, #2bbb00 0%, #80d666 50%, #2bbb00 100%);
    background-size: 200% auto;
    letter-spacing: 1px
}

.main-btn:hover {
    background-position: right center
}

.main-btn.main-btn-2 {
    background: -webkit-gradient(linear, left top, right top, from(#0096fd), color-stop(50%, #0cc0fe), to(#0096fd));
    background: linear-gradient(to right, #0096fd 0%, #0cc0fe 50%, #0096fd 100%);
    background-size: 200% auto
}

.main-btn.main-btn-2:hover {
    background-position: right center
}


.announcement-content{
    padding: 0 10%;
    /* height: calc(100vh - 316px); */
}


/*最大屏幕分辨率为1280px*/
@media screen and (max-width:767px){
    .content-header{
        font-size: 26px;
    }
    .content-text{
        font-size: 22px;
    }
    .announcement-content{
        padding: 0 10%;
    }
    .content-time{
        font-size: 18px;
    }
}
/*最小屏幕分辨率为1280px且最大为1440px*/
@media (min-width: 768px) and (max-width: 1279px) {
    .content-header{
        font-size: 30px;
    }
    .content-text{
        font-size: 18px;
    }
    .announcement-content{
        padding: 0 12%;
    }
    .content-time{
        font-size: 16px;
    }
}

/*最小屏幕分辨率为1280px且最大为1440px*/
@media (min-width: 1280px) and (max-width: 1440px) {
    .content-header{
        font-size: 30px;
    }
    .content-text{
        font-size: 18px;
    }
    .announcement-content{
        padding: 0 12%;
    }
    .content-time{
        font-size: 16px;
    }
}

/*最小屏幕分辨率为2560px*/
@media screen and (min-width:1441px){
    .content-header{
        font-size: 30px;
    }
    .content-text{
        font-size: 20px;
        line-height: 35px;
    }
    .announcement-content{
        padding: 0 12%;
    }
    .content-time{
        font-size: 18px;
    }
}