@charset "utf-8";

@font-face {
    font-family: STXINGKA;
    src: url("resources/STXINGKA.TTF")
}

* {
    margin: 0;
    padding: 0
}

body {
    min-width: 1200px;
    margin: 0 auto
}

body,
p {
    font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
    overflow-x: hidden
}

.all {
    display: flex;
    flex-direction: column
}

.en-tag {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #cd0200
}

.head {
    position: relative;
    width: 100%;
    height: 120px;
    background: url(images/head.jpg);
    border: 1px solid #737373;
    justify-content: center;
    display: flex
}

.headWide {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center
}

.win-head {
    position: absolute;
    width: 100%;
    color: #000;
    height: 40%;
    background: url(images/head.jpg)
}

.logo {
    position: relative;
    top: -20px;
    transform: translateY(25%);
    height: 85%;
    display: flex;
    align-items: center
}

.logo-img {
    width: 9%
}

.headTitle {
    left: 20px;
    position: relative;
    display: flex;
    flex-direction: column
}

.zh-headTitle {
    font-size: 45px;
    color: #ffffff;
    font-family: STXINGKA, serif;
    margin-top: 10px;
    margin-bottom: 5px
}

.en-headTitle {
    font-size: 18px;
    color: #ffffff;
    font-family: Arial, serif;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px
}

.nav {
    width: 100%;
    background: #49a356 repeat-x;
    height: 60px;
    z-index: 2222;
    display: flex;
    justify-content: center;
    align-items: center
}

.secondNav {
    position: relative;
    width: 100%;
    height: 75px;
    z-index: 2221;
    border: 1px solid #696969;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF
}

.secondNavWide {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center
}

.list {
    list-style-type: none
}

.fixed {
    position: fixed;
    top: 0
}

.win-contain {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative
}

.winWide {
    width: 1200px;
    height: 100%;
    justify-content: left
}

.detail-contain {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding: 15px 50px;
    font-size: 14px
}

.entry img {
    margin: 20px
}

.win-headJpg {
    position: relative;
    padding: 0;
    margin-top: auto;
    top: 0;
    width: 100%;
    height: 800px;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    /*background-image: url(images/banner0.jpg)*/
}

.win-headJpgWin {
    width: 100%;
    height: 800px;
}

.win-detailHeadJpg {
    position: relative;
    padding: 0;
    margin-top: auto;
    top: 0;
    width: 100%;
    height: 820px;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-image: url(images/banner1.jpg)
}

.win-news {
    position: relative;
    width: 100%;
    height: 685px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FAFBFC
}

.newsWide {
    width: 1200px;
    height: 100%
}

.detail-win {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: #FAFBFC;
    align-items: center
}

.detailContent {
    position: relative;
    flex-grow: 1;
    background-color: #FFFFFF;
    width: 1200px;
    overflow-y: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 3%
}

.detailTitle {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2%;
    position: relative
}

.WindowContent {
    position: relative;
    top: 3%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3% 3% 3%;
    width: 94%;
    word-break: break-all
}

.CollegeNews {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 70px
}

.newsTitle {
    font-size: 20px;
    font-weight: bold;
    top: 15px;
    position: relative;
    width: 95%;
    margin: 3%;
    display: flex
}

.newsTitle a {
    line-height: 1.3
}

.newsAll {
    height: 100%;
    width: 100%
}

.newsContent {
    width: 23.7%;
    height: 80%;
    position: relative
}

.everyNews {
    position: absolute;
    box-shadow: 0 0 10px gray;
    width: 100%;
    height: 100%;
    float: left;
    margin-right: 20px
}

.everyNews.n2 {
    left: 108%
}

.everyNews.n3 {
    left: 215%
}

.everyNews.n4 {
    left: 322%
}

.news_pic img {
    width: 100%;
    height: 220px
}

.more {
    position: absolute;
    top: 90%;
    left: 10%;
    font-size: 15px;
    color: #5e5e5e;
    text-decoration: underline
}

.triangle {
    position: absolute;
    left: 65px;
    top: 90%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid orange
}

.notice {
    position: relative;
    width: 100%;
    display: flex;
    height: 340px;
    background: url(images/head.jpg);
    margin-top: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.noticeAll {
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #FAFBFC
}

.noticeWin {
    position: absolute;
    width: 27.6%;
    height: 40%
}

.everyNotice {
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 100%;
    color: #FAFBFC;
    border: 1px solid #FAFBFC
}

.everyNotice.n2 {
    left: 125%
}

.everyNotice.n3 {
    left: 250%
}

.noticeTitle a {
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    color: #FAFBFC;
    line-height: 1.3
}

.noticeMeta {
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    top: 35%
}

.noticeWide {
    height: 100%;
    width: 1200px;
    position: relative
}

.otherNewsAll {
    position: relative;
    width: 100%;
    padding: 50px 0;
    height: 600px;
    /* display: flex; */
    justify-content: center;
    background-color: #FAFBFC;
    display: grid;
    grid-template-columns: 590px 590px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    /* margin: 7px; */
    /* padding: 20px;*/
}

.otherNewsWide {
    width: 1200px;
    height: 100%
}

.otherNewsContent {
    position: relative;
    width: 100%;
    height: 100%;
    /*display: flex*/
}
.otherNewsContent .news_img{    width: 100%;    overflow: hidden;    position: absolute;    top: 0;    left: 0;    bottom: 0;    right: 0;    z-index: -1;}
.otherNewsContent .news_img img{    display: block;    width: 100%;    height: 100%;    object-fit: cover;}

.otherNewsWin {
    position: absolute;
    z-index: 222;
    color: #FAFBFC;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    /*margin: 32px 70px;*/
    /*padding: 10px 15px*/
}

.otherNewsWin::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(73, 168, 86, 0.7)
}

.otherNewsWinTitle a {
    color: #FAFBFC;
    position: relative;
    z-index: 222;
    text-decoration: none;
    font-size: 20px;
    top: 45px;
    line-height: 1.3
}

.otherNewsContentAll {
    margin: 20px;
}

.otherNewsWinContent a {
    color: #FAFBFC;
    position: absolute;
    z-index: 222;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    top: 35%;
    float: left;
    line-height: 1.5
}

.otherNewsWinMore {
    width: 143px;
    height: 55px;
    background-color: rgb(5, 202, 182);
    z-index: 223;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 55%;
    font-size: 15px;
    color: #FAFBFC;
    text-decoration: none;
    font-weight: bold
}

.otherNewsWinMore:hover {
    color: #FAFBFC;
    text-decoration: none
}

.otherNewsWin.n1 {
    /*background-image: url(images/banner2.jpg);*/
    /*top: 0;*/
    width: 100%;
    height: 100%
}

.otherNewsWin.n2 {
    /*background-image: url(images/banner9.jpg);*/
    /*left: 51.5%;*/
    /*top: 0;*/
    width: 100%;
    height: 100%
}

.otherNewsWin.n3 {
    /*background-image: url(images/banner8.jpg);*/
    /*top: 47%;*/
    width: 100%;
    height: 100%
}

.otherNewsWin.n4 {
    /*background-image: url(images/banner1.jpg);*/
    /*left: 51.5%;*/
    /*top: 47%;*/
    width: 100%;
    height: 100%
}

.party {
    position: relative;
    height: 800px;
    background: url(images/head.jpg);
    display: flex;
    flex-direction: column;
    align-items: center
}

.partyWide {
    width: 1200px;
    height: 100%
}

.partyNotice {
    color: #FAFBFC;
    font-size: 25px;
    top: 10%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center
}

.partyContent {
    width: 22.1%;
    height: 80%;
    background: #FAFBFC;
    position: relative
}

.everyParty {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FAFBFC
}

.partyPic img {
    width: 100%;
    height: 33%
}

.everyParty.n1 {
}

.everyParty.n2 {
    left: 118%
}

.everyParty.n3 {
    left: 235%
}

.everyParty.n4 {
    left: 352%
}

.partyAll {
    padding: 0
}

.partyTitle {
    font-size: 21px;
    font-weight: bold;
    top: 38%;
    position: absolute;
    width: 100%;
    margin-left: 4px
}

.partyTitle a {
    line-height: 1.3
}

.partyCon {
    font-size: 16px;
    top: 55%;
    position: absolute;
    left: 5%;
    width: 90%
}

.partyCon a {
    line-height: 1.5
}

.partyMeta {
    font-size: 16px;
    top: 90%;
    position: absolute;
    left: 5%
}

.partyBtn {
    position: absolute;
    top: 90%;
    left: 45.5%
}

.partyButton {
    display: flex;
    position: relative;
    justify-content: center;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 10px 40px;
    font-size: 16px
}

p.arti_metas {
    position: relative;
    margin: 20px
}

.arti_title {
    display: flex;
    justify-content: center;
    margin: 20px
}

.foot {
    position: relative;
    height: 115px;
    background: #49a356;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    width: 100%
}

.detail.foot {
    position: relative;
    width: 100%;
    height: 30%;
    background: #49a356;
    margin-top: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center
}

.footP {
    color: #FAFBFC;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px
}

.switch {
    position: relative;
    height: 30px
}

.mainSwitch {
    position: relative;
    height: 30px;
    width: 20%;
    left: 42%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px
}

.switch_detail {
    position: relative;
    width: 23%;
    height: 9%;
    display: flex;
    left: 42%;
    margin-top: 10px;
    margin-bottom: 10px
}

.switchBtnAll {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 5px;
    justify-content: center
}

.switchBtnAll_en {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 5px;
    justify-content: center
}

.switchBtnAll:hover {
    background-color: #BFBFBF;
    border-radius: 5px
}

.switchBtnAll_en:hover {
    background-color: #BFBFBF;
    border-radius: 5px
}

.switchBtn {
    width: 50%;
    flex-grow: 1;
    margin-right: 10px;
    margin-bottom: 20px;
    border: none;
    background-color: transparent;
    border-radius: 3px;
    font-size: 17px
}

.switchBtn:hover {
    background-color: #BFBFBF
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

.news_pic {
    width: 100%;
    float: left
}

.news_title {
    width: 100%;
    float: left
}

.news_meta {
    float: left;
    top: 80%;
    font-size: 15px;
    position: absolute;
    left: 10%
}

.brz-icon-svg {
    width: 15px;
    position: relative;
    height: 15px
}

.listColumn {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: #FAFBFC;
    align-items: center
}

.listNav {
    position: relative;
    width: 50%;
    display: flex;
    background: #49a356;
    margin-right: 1.5%;
    border-radius: 15px;
    flex-direction: column;
    padding: 20px;
    height: max-content
}

.listWin {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: #FAFBFC;
    align-items: center;
    margin-left: 1.5%;
    height: max-content
}

.listWinNav {
    position: relative;
    width: 1200px;
    display: flex;
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: #FAFBFC
}

.possplit {
    margin-left: 10px;
    margin-right: 10px
}

.navNow {
    position: relative;
    background: #FFFFFF;
    border-radius: 15px
}

.listContent {
    position: relative;
    flex-grow: 1;
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 15px
}

.subordinateNav {
    width: 60%;
    height: 20%;
    background: #FAFBFC;
    display: flex;
    left: 20%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}

.wp_listcolumn .wp_column a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    word-wrap: break-word;
    background: #FAFBFC;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #FAFBFC;
    text-align: left;
    border-radius: 15px
}

.wp_listcolumn .wp_column a:hover {
    color: #C00;
    background-color: #f9f9f9;
    background-image: none
}

.wp_listcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-color: #e8e8e8;
    background-image: none;
}

.wp_listcolumn .wp_subcolumn .wp_column a {
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #aaa;
    border-top: none;
    background: #FAFBFC
}

.wp_listcolumn .wp_column a.selected {
    color: #000;
    background-color: #e8e8e8;
    background-image: none
}

.wp_listcolumn .wp_subcolumn .wp_column a:hover {
    color: #C30;
    background-color: #f7f7f7;
    background-image: none
}

.wp_listcolumn {
    display: block;
    width: 90%;
    left: 3%;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #FAFBFC;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px
}

.secondNavContent {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    width: 100%
}

span.Column_Position {
    font-size: 20px;
    font-weight: bold
}

.imgDiv {
    display: flex;
    flex-direction: column;
    align-items: center
}

.teacherPic {
    width: 20%
}

.swiper-contione {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.swiper {
    width: 100%;
    height: 800px;
    transition: all 1s ease;
}

.swiper-item {
    width: 100%;
    height: 800px;
    float: left;
    position: relative;
}

.swiper-item img {
    width: 100%;
    height: 800px;
}

.swiper-item p {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.swiper-point {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.9);
    margin-right: 5px;
    float: left;
}

.point.active {
    background: #fff;
}

.swiper-left {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swiper-right {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swiper-left img,
.swiper-right img {
    cursor: pointer;
}

.swiper-contione:hover .swiper-left {
    left: 0;
}

.swiper-contione:hover .swiper-right {
    right: 0;
}

.detail-contain table tbody {
    display: flex;
}

#wp_nav_w2 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 20px 8px !important;
    line-height: 22px;
    cursor: pointer;
}
#wp_nav_w1 .wp_nav .nav-item a span.item-name{    display: inline-block;
    padding: 20px 8px !important;
    line-height: 22px;
    cursor: pointer;}