@charset "utf-8";
/* CSS Document */


.wad_0 {
    max-width: 14.9rem;
    margin: 0 auto;
    align-items: center;
    background-size: contain;
    margin-top: 1.45rem;
}

.wad_1 {
    max-width: 14.9rem;
    margin: 0 auto;
    align-items: center;
    background-size: contain;
    padding: 0.45rem 0;
    position: relative;
}

.wad_1 .play_btn{
    position: absolute;
    right:0;
    top: -275px;
    height: 60px;
    width: auto;
    background-color: #fff;
    cursor:pointer;
    color: #003656;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    align-items: center;
    display: flex;
    border-radius: 8px 8px 8px 8px;
    padding: 0 24px;
}

.wad_1 .play_btn .icon_box{
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.wad_2 {
    max-width: 14.9rem;
    margin: 0 auto;
    align-items: center;
    background-size: contain;
    padding: 0.35rem 0;
}

.wad_3 {
    max-width: 14.9rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-size: contain;
}

.con_box {
    width: 100% !important;
    max-width: 14.9rem;
    margin: 0 auto;
    position: relative;
}

.index_news {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index_news .col-2 {
    width: 6.71rem;
    position: relative;
    min-height: 7.2rem;
}

.index_news .index_news_item {
    position: relative;
    height: auto;
    overflow: hidden;
}

.index_news .index_news_item.left {
    width: 9.86rem;
    z-index: 10;
}

.index_news .index_news_item.right {
    width: 4.8rem;
    z-index: 10;
    display: flex;
}


.item_title {
    font-family: 'NOTOSERIF';
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.6rem;
    position: relative;
}

.item_title div {
    display: flex;
    color: #134e71;
    font-size: 0.35rem;
    font-weight: bold;
    line-height: 0.28rem;

}

.item_title div::after {
    background: #64c7d9;
    bottom: -22px;
    content: "";
    height: 4px;
    left: 50px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}

.more_txt {
    position: absolute;
    right: 0;
    font-size: 0.17rem;
    display: flex;
    align-items: end;
    line-height: 1;
    color: #003656;
    bottom: -6px;
    font-family: Verdana;
    z-index: 10;
    border: 1px solid #e2e2e2;
    padding: 0.1rem;
    transition: all .5s ease-in-out;  
    overflow: hidden;
    font-weight: normal;
}
.more_txt:hover {
    color: #fff;
}
.more_txt:hover span {
    width: 600px; height: 600px;
}
.more_txt span{
    background: #003656;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transition: width .4s ease-in,height .6s ease-in;
    transform: translate(-50%,-50%);
    width: 0;
    z-index: -1;
}
.n_2{
    display: none;
}
.news_wrap {
    width: 100%;
    overflow: hidden;
}

.news_box {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.news_wrap .news_box {
    position: relative;
}

.news_container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    justify-content: space-between;
}

.news_container_list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    flex-direction: column;
    justify-content: space-between;
}

.news_slide {
    flex-shrink: 0;
    width: 4.8rem;
    height: 4.6rem;
    position: relative;
    transition-property: transform;
    background: #eaeaea;
}

.news_slide_2 {
    flex-shrink: 0;
    width: 100%;
    height: 1.4rem;
    position: relative;
    transition-property: transform;
    background: #eaeaea;
}

.news_wrap .item {
    position: relative;
    display: block;
    height: 100%;
}

.news_wrap .item .img_box {
    width: 4.8rem;
    height: 3.2rem;
    position: relative;
}

.news_wrap .item .img_box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.news_wrap .item .img_box .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.news_wrap .item:hover .img_box .img img {
    transform: scale(1.1);
}

.news_wrap .item:hover .title {
    color: #003656;
    text-decoration: underline;

}

.news_wrap .item_2:hover .title {
    color: #003656;
    text-decoration: underline;
}

.news_wrap .news_slide:hover {
    background: #e9eef5;
    transition: all .5s;
}

.news_wrap .news_slide_2:hover {
    background: #e9eef5;
    transition: all .5s;
}

.news_wrap .item .text_con {
    padding: 0.25rem;
    font-family: Verdana;
}

.news_wrap .item_2 .text_con_2 {
    padding: 0.25rem;
    font-family: Verdana;
}

.news_wrap .item .title {
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .5s;
    height: auto;
    color: #003656;
}

.news_wrap .item_2 .title {
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    height: auto;
    color: #003656;
    font-family: Verdana;
}

.news_wrap .item .date {
    font-size: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    position: absolute;
    bottom: 0;
    height: 0.3rem;
}

.news_wrap .item_2 .date {
    font-size: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    position: absolute;
    bottom: 0;
    height: 0.3rem;
}

.index_academics {
    background: #124996;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0.45rem;

}

.index_academics .wad_2 .item_title {
    font-family: 'NOTOSERIF';
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.6rem;
    position: relative;
}

.index_academics .wad_2 .item_title div {
    display: flex;
    color: #fff;
    font-size: 0.35rem;
    font-weight: bold;
    line-height: 0.28rem;
    align-items: center;
    justify-content: space-between;
}
.index_academics .wad_2 .item_title div a {
    display: block;
    font-size: 0.20rem;
    color: #003656;
    padding: 0.15rem 0.4rem;
    background: #fff;
    font-family: Verdana;
    font-weight: bold;
}
.index_academics .wad_2 .item_title div a:hover {
    color: #fff;
    background: #003656;
    transition: all .5s;
}

.index_academics .wad_2 .item_title div::after {
    background: #fff;
    bottom: -22px;
    content: "";
    height: 4px;
    left: 50px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    top: 0.65rem;
}

.index_academics .wad_2 .item_title .more_txt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: all .3s;
    color: #fff;
    padding-top: 0.55rem;
}

.index_academics .wad_2 .item_title .more_txt:hover {
    color: #b3b3b3;
}

.index_academics .academics_icon_box {
    position: relative;
    margin-bottom: 0.3rem;
    display: flex;
}

.academics_icon_box .item_icon {
    width: 7.3rem;
    height: 6.64rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
}

.icon_container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.icon_container .icon_slide {
   
}

.icon_container .icon_slide .slide_img {
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    flex-shrink: 0;
    width: 7.3rem;
    height: 100%;
    transition-property: opacity;
    transition-duration: 3s;
    transition-timing-function: ease
}
.icon_container .icon_slide .slide_img:first-child {
    opacity: 1;
}

.icon_container .icon_slide .slide_img img {
    width: 7.3rem;
    height: 6.64rem;
}

.academics_icon_box .item_icon_1 {
    width: 7.6rem;
    height: 6.64rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.academics_icon_box .bg_font {
    position: absolute;
    font-size: 0.25rem;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: all .3s;
    color: #fff;
    bottom: 0;
    font-family: Verdana;
    z-index: 10;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 15px;
}

.academics_icon_box .bg_font i {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background: url(../img/photo_img.png) center bottom no-repeat;
    background-size: cover;
}
.academics_icon_box :hover .bg_font i{
    background: url(../img/photo_img2.png) center bottom no-repeat;
    background-size: cover;
    transition: all .5s ease-in-out;
}
.academics_icon_box .bg_font i img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
}

.academics_icon_box .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.academics_icon_box .bg .icon_container::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(../img/top_bg_3.png) center bottom repeat-x;
    background-size: auto 4.1rem;
}

 .academics_icon_box .item_icon:hover .bg_font{
    font-size: 0.25rem;
    font-weight: bold;
    text-decoration: underline;
    transition: all .5s ease-in-out;
    margin-bottom: 0.4rem;
    color: #dfaa43;
}

/* .academics_icon_box .item_icon:hover .bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .6s ease-in-out;
} */


.academics_icon_box .item_icon_1 .item_1 {
    width: 3.8rem;
    height: 3.32rem;
    display: flex;
    position: relative;
}

.academics_icon_box .item_icon_1 .white_bg {
    background-color: #fff;
}

.academics_icon_box .item_icon_1 .yellow_bg {
    background-color: #e4b55a;
}

.academics_icon_box .item_icon_1 .blue_bg {
    background-color: #8dc5e9;
}

.academics_icon_box .txt_1 {
    position: absolute;
    right: 0;
    /* top: 0; */
    background: rgba(18, 73, 150, 0.8);
    color: #fff;
    line-height: 1.5;
    text-align: center;
    bottom: 0px;
    width: 3.8rem;
    height: 3.32rem;
    padding: 0.7rem;
}

.academics_icon_box .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 3.8rem;
    height: 3.32rem;
    padding: 0.4rem;

}

.academics_icon_box .txt_3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.item_icon .ico_img {
    width: 1rem;
    margin: 0 auto;
}

.item_icon .ico_img img {
    display: block;
    width: 1rem;
    margin: 0 auto;
}

.item_icon .info {
    color: #fff;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    font-family: Verdana;
}

.item_icon .info b {
    font-size: 0.20rem;
    font-style: normal;
    font-family: Verdana;
}

.item_icon .info em {
    font-size: 0.18rem;
    font-style: normal;
}

.item_icon_1 .ico_img {
    width: 1rem;
    margin: 0 auto;
}

.item_icon_1 .ico_img img {
    display: block;
    width: 1rem;
    margin: 0 auto;
}

.item_icon_1 .info {
    color: #003a5c;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Verdana;
}

.item_icon_1 .info b {
    font-size: 0.20rem;
    font-style: normal;
}

.item_icon_1 .info em {
    font-size: 0.18rem;
    font-style: normal;
    margin-top: 25px;
}

.explore_item{
    position: relative;
    z-index: 1;
    margin-bottom: 0.45rem;
}
.cards {
    display: flex;
    align-items: center;
    height: 5rem;
}

.cards .card {
    flex: 1;
    width: 3.16rem;
    height: 4.4rem;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cards .card::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(../img/top_bg_4.png) center bottom repeat-x;
    background-size: auto 4.1rem;
}

.cards .card:hover {
    flex: 1.3;
    width: 3.50rem;
    height: 4.87rem;
}


.card .title {
    font-size: 0.2rem;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0.2rem;
    font-family: Verdana;
}

.card_list {
    align-items: center;
    background: rgba(18, 73, 150, 0.6);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    transition: opacity 0.7s ease-in-out;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.card_list a {
    display: block;
    text-align: center;
    font-size: 0.20rem;
    line-height: 0.3rem;
    color: #fff;
    font-family: Verdana;
    padding: 0.1rem;
    white-space: normal;
    width: 3.6rem;
}

.card_list a:hover {
    text-decoration: underline;
}

.cards .card:hover .card_list {
    opacity: 1;
    visibility: visible;
}

.btn_bottom {
    display: none;
}

.index_events {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #f6f6f6;
    height: 4.06rem;
}

.index_events .wad_0 .item_title {
    font-family: 'NOTOSERIF';
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: -1.3rem;
}

.index_events .wad_0 .item_title div {
    display: flex;
    color: #134e71;
    font-size: 0.35rem;
    font-weight: bold;
    line-height: 0.28rem;
}

.index_events .wad_2 .item_title span {
    font-size: 0.18rem;
    font-weight: normal;
    color: #787878;
}

.index_events .wad_2 .item_title .more_txt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: all .3s;
    color: #787878;
    padding-top: 0.55rem;
}

.index_events .wad_2 .item_title .more_txt:hover {
    color: #ac0000;
}


.events_container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    justify-content: space-between;
}

.events_container .line_1 {
    border-left: 1px solid #b2c3da;
    margin-left: 1px;
    height: 3.4rem;
}

.events_container .line_2 {
    border-left: 1px solid #b2c3da;
    height: 3.4rem;
}

.events_container .events_bg {
    position: relative;
    background: url(../img/events_bg.png) center bottom;
    width: 3.55rem;
    height: 2.12rem;
    padding: 0.15rem;
    background-size: cover;
    top: -1rem;
}

.events_slide_1 {
    flex-shrink: 0;
    width: 3.65rem;
    position: relative;
    transition-property: transform;
}

.events_container .events_slide_1 .item .title {
    font-size: 0.18rem;
    font-family: Verdana;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all .5s;
    text-align: left;
    padding: 0.2rem;
    color: #fff;
}

.events_container .events_slide_1 .item:hover .title {
    color: #b3ddfe;
}

.events_container .events_slide_1 .img_box {
    width: 3.65rem;
    height: 2.22rem;
    position: relative;
}

.events_container .events_slide_1 .item .text_box {
    font-size: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    height: 0.4rem;
    color: #787878;
}

.events_container .events_slide_1 .item .date {
    font-size: 0.15rem;
    font-family: Verdana;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #787878;
    text-align: left;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.events_container .item .date i {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    height: 0.44rem;
    width: 0.44rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-right: 20px;
}

.events_container .item .date i img {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-right: 20px;
}

.events_slide:hover .item .date i {
    margin-right: 12px;
}

.events_slide {
    flex-shrink: 0;
    width: 3rem;
    height: 4.19rem;
    position: relative;
    transition-property: transform;
    top: -0.6rem;
    transition: all .5s ease-in-out;
}
.events_slide::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 3rem;
    height: 1.5rem;
    background: url(../img/events_bg.png) top no-repeat;
    background-size: contain;
    transition: all .5s ease-in-out;
}
.events_slide:hover::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 3.1rem;
    height: 2rem;
    background: url(../img/events_bg.png) top no-repeat;
    margin-top: -0.34rem;
    margin-left: -0.27rem;
    background-size: contain;
    transition: all .5s ease-in-out;
}
.events_slide:hover .item{
    background-color: #083e89;
    transform: scale(1.1);
    transition: all .5s ease-in-out;
} 
.events_container .item {
    position: relative;
    display: block;
    height: 100%;
    transition: all .5s ease-in-out;
}

.events_container .item_blue {
    background-color: #083e89;
}

.events_container .events_slide .img_box {
    width: 3rem;
    height: 2rem;
    position: relative;
}

.events_container .events_slide .img_box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.events_container .events_slide_1 .img_box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.events_container .item .img_box .img img {
    width: 100%;
    height: 100%;
}

.events_container :hover.item .img_box .img img {
    width: 100%;
    height: 100%;
}

.events_container .item_blue .img_box .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.events_container :hover.item_blue .img_box .img img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.events_container .item:hover .title {
    color: #003656;
    text-decoration: underline;
}

.events_container .events_slide .item .title {
    font-size: 0.18rem;
    font-family: Verdana;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all .5s;
    text-align: left;
    margin-top: 0.3rem;
    padding: 0 0.15rem;
}

.events_container .events_slide:hover .item .title {
    color: #b3ddfe;
    transition: all .5s ease-in-out;
}

.events_container .events_slide .item .text_box {
    font-size: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    height: 0.4rem;
    color: #787878;
}

.events_container .events_slide .item .date {
    font-size: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #787878;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.26rem 0 0.15rem 0.15rem;
    font-family: "Verdana";
    position: absolute;
    bottom:0;
    width: 100%;
}
.events_container .events_slide:hover .item .date {
    color: #b3ddfe;
    transition: all .5s ease-in-out;
}


.index_notice {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index_notice .index_notice_item {
    width: 100%;
    z-index: 10;
}

.notice_wrap {
    width: 100%;
    overflow: hidden;
}

.notice_wrap .notice_box {
    position: relative;
}

.notice_container_list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    flex-wrap: wrap;
    justify-content: space-around;
}

.notice_slide_2 {
    flex-shrink: 0;
    width: 7.2rem;
    height: 100%;
    position: relative;
    transition-property: transform;
    background: #fff;
    margin-bottom: 0.25rem;
    box-shadow: 0 2px 6px 0 rgb(18 73 150 / 6%);
}

.notice_slide_2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(../img/notice_top_bg.png) center top no-repeat;
    background-size: 100%;
}

.notice_wrap .item_2 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.25rem;
    box-sizing: border-box;
}

.notice_wrap .item_2 .notice_con_2 {
    background-size: auto 4.1rem;
}

.notice_wrap .item_2 .notice_con_2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notice_wrap .item_2 .title {
    width: 6rem;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    height: auto;
    color: #003656;
    font-family: Verdana;
}

.notice_wrap .item_2 .date {
    font-family: VERDANAB;
    overflow: hidden;
    width: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #124996;
    margin: 0 0.3rem 0 0;

}

.notice_wrap .item_2 .date h3 {
    font-size: 0.45rem;
}

.notice_wrap .item_2 .date p {
    font-size: 0.30rem;
    font-weight: bold;
}

.notice_wrap .notice_slide_2:hover {
    background: #e9eef5;
    transition: all .5s;
}

.notice_wrap .item_2:hover .title {
    color: #003656;
    text-decoration: underline;
}

.video_play_box{
    position: fixed;
    left:0; top:0; bottom:0; right:0;
    display: none;
    z-index: 999;
}

.video_play_box::before{
    content: '';
    display: block;
    position: absolute;
    left:0; top:0; bottom:0; right:0;
    background-color: #000; 
    opacity: 0.5;
    z-index: 999;
}

.video_play_box .box{
    width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_play_box .player{
    width: 1000px;
    height: auto;
    z-index: 9999;
    padding: 0.5rem;
    background-color: #000;
}

.video_play_box .player iframe, .video_play_box .player video{
    width: 100%; height: 100%;
}