body {
    width: 100vw;
    height: 100vh;
}
html, body{
    overflow-y: auto !important;
}
img {
    width: 100%;
    height: 100%;
    transition: transform 1s;
}
.nry img{
width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
max-width: 100%;
}
.body_home{
    position: relative;
}
.container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 18.7rem;
    background: url(../images/RectangleNav.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.logo_left {
    float: left;
    width: 30.56rem;
    height: 10.83rem;
    margin-left: 2.8rem;
    margin-top: 4rem;
}

.logo_right {
    display: none;
}

.nav_foot {
    display: none;
    position: absolute;
    width: 100%;
    height: 15.7rem;
    background: url(../images/RectangleNav.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 21rem;
}

.nav_foot img {
    transform: scale(0.5);
}

.nav_bg {
    position: relative;
    top: 20rem;
    width: 100%;
}

.phone_nav_icon {
    position: fixed;
    width: 7rem;
    height: 7rem;
    right: 3rem;
    top: 5rem;
    background: url(../images/phone/develop-icon.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}

.phone_nav_icon.pack-up-icon {
    background: url(../images/phone/pack-up-icon.png) no-repeat;
    background-size: 100% 100%;
}

.nav-tow {
    display: none;
}

.nav_container {
    /* border: 1px solid #ccc; */
    display: none;
}
.motto-icon {
    position: absolute;
    width: 80%;
    height: 24rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    z-index: 5;
    background-image: url('../images/motto-icon.png');
    background-size: 100% 100%;
}
.top_LI {
    position: relative;
    font-size: 3.73rem;
    /* height: 12rem; */
    line-height: 16rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-bottom: 1px solid #999999;
    padding-left: 2.8rem;
}

.top_LI:last-child {
    border-bottom: none;
}

.nav-tow-icon-phone {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: url(../images/phone/nav-tow-icon-phone.png) no-repeat;
    background-size: 100% 100%;
    right: 3rem;
    top: 3rem;
    transform: rotate(0deg);
    transition: transform .5s;
}

.nav-tow-icon-phone.nav-action-phone {
    transform: rotate(45deg);
}

._action_phone a {
    border-bottom: 2px solid #94070A;
}
._action_phone .nav-tow a{
    border-bottom: none;
}
.nav-tow>div {
    font-size: 3.2rem;
    color: #333333;
    padding-left: 4rem;
    line-height: 7rem;
}

.nav-tow>div:hover a{
    color: #244BA5;
}

.nav-tow>div:last-child {
    padding-bottom: 20px;
}

.show-nav-tow {
    display: block;
}


/* end */
.home_rotation {
    width: 100%;
    height: 60rem;
    margin-top: 18.5rem;
    overflow: hidden;
}

.swiper1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.public_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    background: url(../images/Ellipse.png) no-repeat;
    background-size: 100% 100%;
}

.public_swiper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5rem;
    height: 5rem;
    background: url(../images/Group.png) no-repeat;
    background-size: 100% 100%;
}

.public_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 4rem;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2rem);
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: -1rem var(--swiper-pagination-bullet-horizontal-gap, 2rem);
}

.body_B .public_nav {
    display: none;
}

.model-name {
    width: 27.1rem;
    height: 9.4rem;
    margin: 6rem auto;
}
.model-name-more{
    display: none;
}
.news-swiper {
    width: 94%;
    margin: 0 auto;
    height: 110rem;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 1rem 1rem 5rem 1rem #00000010;
}

#swiperNews {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiperNews_img {
    height: 75rem;
    margin: 0 auto;
    overflow: hidden;
}

.swiperNews_text {
    width: 88%;
    margin: 0 auto;
    font-size: 3.2rem;
    color: #333333;
}

.swiperNews_text-content {
    font-size: 3.8rem;
    line-height: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 4rem;
}
.swiperNews_text-icon{
    margin-top: 2rem;
}
.swiperNews_text_time{
    color: #999999;
}
.swiperNews_text_right {
    float: right;
    width: 5.5rem;
    height: 1.3rem;
    background: url(../images/right_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -3rem;
}
.news-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    background: url(../images/EllipseNews.png) no-repeat;
    background-size: 100% 100%;
}

.news-swiper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5rem;
    height: 5rem;
    background: url(../images/GroupNews.png) no-repeat;
    background-size: 100% 100%;
}
.news-swiper .swiper-horizontal>.swiper-pagination-bullets, 
.news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.news-swiper .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 4.5rem;
}

/* 通知公告 */
.notice-warp{
    color: #333333;
}

.notice-warp-left {
    float: left;
    display: grid;
    grid-auto-columns: 33.33%;
    grid-auto-flow: column;
    grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}
.announcement{
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 1rem 1rem 5rem 1rem #00000010;
}
.swiperAnnouncement{
    width: 100%;
    height: 62rem;
    position: relative;
}
.swiperAnnouncement a{
    width: 100%;
}
#swiperNotice,
.swiper-wrapper,
.swiper-slide,
.swiper-slide a,
._img{
    width: 100%;
    height: 100%;
}
#swiperNotice .swiper-slide{
    position: relative;
}
.notice-title-warp{
    position: absolute;
    width: 100%;
    height: 12rem;
    line-height: 12rem;
    color: #ffffff;
    bottom: 0rem;
    background-color: #99999940;
    display: flex;
    align-items: center;
}
.notice-BG-icon{
    display: none;
}
#swiperNotice .swiper-pagination {
    text-align: right;
}
#swiperNotice .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3rem;
}
.notice-title{
    width: 60%;
    height: 100%;
    padding-left: 2rem;
    font-size: 3.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}
.notice-title a{
    width: 100%;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
#swiperNotice .swiper-slide:hover .notice-title a{
    font-family: 'Medium';
}
#swiperNotice .swiper-pagination-bullet {
    font-size: 3.4rem;
    width: 4.5rem;
    height: 5.5rem;
    text-align: center;
    color: #fff;
    line-height: 5.5rem;
    border-radius: .5rem;
    background-color: #ffffff00;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
#swiperNotice .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #244BA5;
}
.announcementList{
    width: 100%;
    margin: 0 auto;
}
.List_warp{
    margin: 1rem auto;
}
.list_content{
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 3.8rem;
    height: 6rem;
    line-height: 6rem;
    margin: 0px 2%;
}
.list-time{
    margin: 0px 2%;
    font-size: 3.4rem;
    padding-left: 2.2rem;
    color: #999999;
}
.list-item-icon,
.academic-footer-icon,
.list-icon{
    float: right;
    width: 5rem;
    height: 1.3rem;
    background: url(../images/right_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -3rem;
    margin-right: 2rem;
}
.notice_actions ,
.notice_actions .list-time{
    font-family: 'Medium' !important;
    color: #244BA5;
}
.notice_actions .list-icon{
    background: url(../images/right_icon_select.png) no-repeat;
    background-size: 100% 100%;
}
.teacher .swiper-slide.teacher-active .swiperNews_text_time,
.teacher .swiper-slide.teacher-active .swiperNews_text {
    font-family: 'Medium';
    color: #244BA5;
}
.swiper-slide.teacher-active .swiperNews_text_right {
    background: url(../images/right_icon_select.png) no-repeat;
    background-size: 100% 100%;
}
.teacher .swiper-slide:hover .swiperNews_text-content {
    color: #244BA5;
    font-family: 'Medium';
}
.teacher .swiper-slide:hover .swiperNews_text_time {
    color: #244BA5;
    font-family: 'Medium';
}
.teacher .swiper-slide:hover .swiperNews_text_right {
    background: url(../images/right_icon_select.png) no-repeat;
}
/* 学院新闻 */
.college-news-img{
    position: absolute;
    width: 100%;
    height: 60rem;
    top: 0px;
    overflow: hidden;
}
.teacher img:hover,
.college-news-img img:hover{
    transform: scale(1.2, 1.2)
}
.college-news-swiper{
    position: relative;
}
.college-news-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0rem var(--swiper-pagination-bullet-horizontal-gap, 0rem);
}
.college-news-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0rem);
}
.notice-warp .announcement .swiperAnnouncement #swiperNotice ._img{
    overflow: hidden;
}
.notice-announcement.college-news .announcement{
    position: relative;
}
.college-news{
    color: #333333;
}
.swiperAnnouncement.college-news-list{
    position: static;
    width: 93%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.college-news-list_warp{
    height: 20rem;
}
.college-news .college-news-list_warp:first-child{
    padding-top: 5rem;
}
.college-news-list-index{
    float: left;
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    text-align: center;
    font-size: 4rem;
    margin-top: 3.5rem;
    border-radius: 50%;
    color: #999999;
    border: 1px solid #999999
}
.list-item-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 4rem;
    height: 6rem;
    line-height: 6rem;
}
.list-item{
    float: right;
    width: calc(100% - 13rem);
}
/* .college-news-list_warp:hover .college-news-list-index{
    color: #244BA5;
    border: 1px solid #244BA5;
    font-family: 'Medium';
}
.college-news-list_warp:hover .list-item-title,.college-news-list_warp:hover .list-item-content,.college-news-list_warp:hover .list-item-time{
    color: #244BA5;
}
.college-news-list_warp:hover .list-item-icon{
    background: url(../images/right_icon_select.png) no-repeat;
} */
.click-college-news-list_warp .college-news-list-index{
    color: #244BA5;
    border: 1px solid #244BA5;
    font-family: 'Medium';
}
.click-college-news-list_warp .list-item-title,.click-college-news-list_warp .list-item-content,.click-college-news-list_warp .list-item-time{
    color: #244BA5;
}
.click-college-news-list_warp .list-item-icon{
    background: url(../images/right_icon_select.png) no-repeat;
}
.list-item-content{
    font-size: 3.4rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list-item-time{
    font-size: 3.4rem;
    color: #999999;
}
.list-item-right{
    margin-top: 1rem;
}
.college-news_action .list-item-icon {
    background: url(../images/right_icon_select.png) no-repeat;
    background-size: 100% 100%;
}

.college-news_action .list-item-content,
.college-news_action .list-item-title,
.college-news_action .list-item-time {
    font-family: 'Medium';
    color: #244BA5;
}

.college-news_action .college-news-list-index {
    font-family: 'Medium';
    color: #244BA5;
    border: 1px solid #244BA5;
}
.academic{
    position: relative;
}
.academic-BG-icon {
    position: absolute;
    width: 50%;
    height: 64rem;
    background: url(../images/academic-BG-icon.png) no-repeat;
    background-size: 100% 100%;
    bottom: -20%;
    pointer-events: none;
}
.academicSwiper{
    color: #333333;
    position: relative;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    display: none;
}
.academic-swiper-warpper .swiper-button-next, 
.academic-swiper-warpper .swiper-button-prev{
    width: 8rem;
    height: 8rem;
    top: 48%;
}
.academic-swiper-warpper .swiper-button-next{
    right: 5%;
}
.academic-swiper-warpper .swiper-button-prev{
    left: 5%;
}
#academic-swiper{
    font-size: 3.6rem;
    width: 65%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff60;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 1rem 1rem 5rem 1rem #00000010;
}

.academic-title-icon {
    width: 5rem;
    height: 5rem;
    background: url(../images/academic-title-icon.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 3rem;
    margin-left: 3rem;
}
.academic-header{
    text-align: center;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.academic-title,
.academic-name{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-bottom: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.academic-summary{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-bottom: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.academic-footer-time{
    font-size: 3.2rem;
    color: #999;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-bottom: 3rem;
}
.academic-footer .academic-footer-icon{
    margin-top: -6rem;
}
.academic_actions .academic-title-icon {
    background: url(../images/academic-title-icon-select.png) no-repeat;
    background-size: 100% 100%;
}

.academic_actions .academic-footer-icon {
    background: url(../images/right_icon_select.png) no-repeat;
    background-size: 100% 100%;
}

.academic_actions .academic-footer-time,
.academic_actions {
    color: #244BA5 !important;
}
.footer{
    position: relative;
    margin-top: 10rem;
    width: 100%;
}
.friendly-link{
    color: #fff;
    width: 100%;
    position: absolute;
    top:0;
    background-color: #244BA5;
    font-size: 3.5rem;
    overflow: hidden;
}
.friendly-link a {
    color: #fff;
}
.friendly-link a:hover {
    font-family: 'Medium';
    color: #94070A;
    font-size: 3.5rem;
}
.friendly-link div {
    height: 10rem;
    line-height: 10rem;
    padding-top: 5rem;
    padding-left: 4rem;
}
.friendly-link ul li{
    height: 8rem;
    line-height: 8rem;
    padding-left: 4rem;
}
.friendly-link ul li:last-child{
    padding-bottom: 5rem;
}
.foot-logo{
    position: absolute;
    height: 16rem;
    top: 51rem;
    width: 100%;
    background-color: #302A2A;
}
.foot-logo img {
    transform: scale(0.5);
}
.link-btn{
    position: absolute;
    width: 100%;
    height: 17rem;
    background-color: #302A2A;
    top: 66rem;
    display: flex;
    justify-content: center;
}
.link-btn > a{
    display: block;
    width: 20rem;
    height: 6rem;
    margin-top: 5rem;
    margin: 0 10rem;
}
.dean-link {
    /* float: left; */
    /* margin-left: 20rem; */
    background: url(../images/dean-link.png) no-repeat;
    background-size: 100% 100%;
    width: 20rem;
    height: 6rem;
}

.Secretary-link {
    /* float: right; */
    /* margin-right: 20rem; */
    background: url(../images/Secretary-link.png) no-repeat;
    background-size: 100% 100%;
    width: 20rem;
    height: 6rem;
}

.dean-link-select {
    background: url(../images/dean-link-select.png) no-repeat;
    background-size: 100% 100%;
}

.Secretary-link-select {
    background: url(../images/Secretary-link-select.png) no-repeat;
    background-size: 100% 100%;
}
.Copyright-address{
    position: absolute;
    width: 100%;
    background-color: #302A2A;
    top: 82rem;
}
.Copyright-address > div{
    font-size: 3.4rem;
    line-height: 5rem;
    text-align: center;
}
.QRCode{
    position: absolute;
    width: 100%;
    background-color: #302A2A;
    height: 45rem;
    top: 91rem;
}
.QRCode img{
    display: block;
    width: 30rem;
    height: 30rem;
    margin: 5rem auto;
}
.stack-list{
    margin-top: 10rem;
}
.stack-list .stack-list-warp{
    width: 94%;
    margin: 0 auto;
}
.stack-list-warp::after{
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.stack-list .stack-list-warp ul li {
    float: left;
    width: calc((100% - 2rem)/2);
    height: 22rem;
    border: 2px;
    overflow: hidden;
}
.accordion-container{
    width: 100%;
    height: 100%;
}
.stack-list .stack-list-warp ul li:nth-of-type(1),
.stack-list .stack-list-warp ul li:nth-of-type(3){
    margin-right: 2rem;
}
.stack-list .stack-list-warp ul li:nth-of-type(1),
.stack-list .stack-list-warp ul li:nth-of-type(2){
    margin-bottom: 2rem;
}
.stack-list .show-module{
    display: none;
}
.show-conetnt-model{
    width: 100%;
    height: 100%;
}
.accordion-list>a{
    position: relative;
    width: 100%;
    height: 100%;
}
.accordion-list>a:hover .show-conetnt-model  img {
    transform: scale(1.2, 1.2)
}
.accordion-list>a:hover .show-module-text{
    transform: scale(1.2, 1.2);
}
.accordion-list .show-module-text{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 3rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 1s;
}
.phone-nav-show .motto-icon,
.phone-nav-show .home_rotation,
.phone-nav-show .body_B{
    display: none;
}

/* .notice-warp-academic{
    display: none;
} */

/* 通知公告-学术动态 */


.notice-warp-pc{
    position: relative;
}
.academic-pc{
    position: relative;
}

.notice-warp-model-name,.academic-model-name {
    width: 27.1rem;
    height: 9.4rem;
    margin: 6rem auto;
    margin-bottom: 12rem;
}

.notice-warp-List_warp,.academic-list-warp{
    display: flex;
    align-items: center;
    /* margin: 4rem auto; */
    width: 100%;
    color: #333333;
}
.notice-warp-List_warp a , .academic-list-warp a{
    display: flex;
    align-items: center;
    width: 100%;
    color: #333333;
}
.notice-warp-List_warp:hover .List_warp-card{
    border: 1px solid #244BA5;
}
.notice-warp-List_warp:hover .card-day{
    font-family: 'Medium';
    color: #244BA5;
}
.notice-warp-List_warp:hover .card-time{
    background-color: #244BA5;
}
.notice-warp-List_warp:hover .List_warp{
    border: 1px solid #244BA5;
    font-family: 'Medium' !important;
    color: #244BA5;
}
.notice-warp-List_warp:hover .list-time{
    color: #244BA5;
}
.notice-warp-List_warp:hover .list-icon{
    background: url(../images/right_icon_select.png) no-repeat;
    background-size: 100% 100%;
}

.academic-list-warp:hover .List_warp{
    font-family: 'Medium' !important;
    color: #244BA5;
    border: 1px solid #244BA5;
}
.academic-list-warp:hover .list-time{
    color: #244BA5;
}
.academic-list-warp:hover .list-icon{
    background: url(../images/right_icon_select.png) no-repeat;
    background-size: 100% 100%;
}
.academic-list-warp:hover .academic-list-warp-card{
    font-family: 'Medium';
}
.List_warp-card{
    height: 66px;
    width: 66px;
    margin-right: 10px;
    border:1px solid #999999;
    text-align: center;
}
.List_warp {
    width: calc(100% - 76px);
    height: 66px;
    border: 1px solid #dad9d9;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.academic-list-warp-card{
    height: 66px;
    width: 66px;
    margin-right: 10px;
    background-color: #244BA5;
    text-align: center;
    color: #ffffff;
}
.academic-card-day{
    font-size: 18px;
    line-height: 37px;
}
.academic-card-time-year-month{
    font-size: 3.4rem;
    line-height: 29px;
}
.card-day{
    font-size: 18px;
    line-height: 37px;
    color: #999999;
}
.card-time{
    background-color: #999999;
}
.card-time-year-month{
    line-height: 29px;
    color: #ffffff;
    font-size: 12px;
}

.announcementTitle{
    display: none;
}

.announcementTitle .announcementTitle-list_content {
    font-size: 24px;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice-title-warp-text{
    font-size: 3.8rem;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list-icon.list-icon-phone{
    margin-top: 0px;
}

.announcement-left,.announcement-right{
    width: 94%;
    margin: 0 auto;
    /* box-shadow: 1rem 1rem 5rem 1rem #00000010; */
    overflow: hidden;
}

#notice-warp-pc .notice-warp-academic-swiper-left{
    width: 32px;
    height: 32px;
    top: 74px;
    left: 3% !important;
}
#academic-pc .notice-warp-academic-swiper-left{
    width: 32px;
    height: 32px;
    top: 74px;
    left: 3% !important;
}
#notice-warp-pc .notice-warp-academic-swiper-center{
    top: 64px;
    /* left: 174px !important; */
    bottom: none !important;
    z-index: 0;
}
#academic-pc .notice-warp-academic-swiper-center{
    top: 64px;
    /* left: 204px !important; */
    bottom: none !important;
    z-index: 0;
}
#notice-warp-pc .notice-warp-academic-swiper-right{
    width: 32px;
    height: 32px;
    top: 74px;
    /* left: 538px !important; */
    right: 3%;
}
#academic-pc .notice-warp-academic-swiper-right{
    width: 32px;
    height: 32px;
    top: 74px;
    /* left: 598px !important; */
    right: 3%;
}
.notice-warp-academic .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: url(../images/notice-warp-academic-w.png) no-repeat;
    background-size: 100% 100%;
}

.notice-warp-academic .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: url(../images/notice-warp-academic-x.png) no-repeat;
    background-size: 100% 100%;
    margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.container-input-warpper{
    display: none;
}