body {
    margin: 0px;
    margin-bottom: 0px;

}
.app {
  display: flex;
}
.wrapper {
width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
ul,
li {
    list-style: none;
    overflow: hidden;
}

.zrxxA {
 color:white;
}

.zrxxA:hover,.zrxxA:visited {
  color:white;
}

.head_line {
    width: 3px;
    height: 30px;
    margin: 16px 10px 0;
    border-radius: 5px;
    background-color: #fff;
}



input:focus {
    outline: none;
}

.font {
    font-size: 14px;
    font-family: "Microsoft Yahei","微软雅黑" !important;
    font-weight: 500;
    color: #333;
}


.head {
    /* 头部容器*/
    background-image: linear-gradient(0deg, #0879B9 0%, #0D5399 100%);
    height: 130px;
    width: 100%;

}

.head_div {
    margin: auto;
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.head_div_div1 {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.head_div_img img {
    flex: 2;
    height: 48px;
    object-fit: contain;
    padding: 15px 0px;
    cursor: pointer;
}

.head_div_font {
    flex: 8;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}

.head_gr {
    position: absolute;
    right: 0;
    top: 0;
    height: 74px;
    object-fit: contain;
}

.head_div_font_a {
    color: #f4f4f4;
    height: 17px;
    margin: 16px 0 0 10px;
}

.head_div_font_b {
    color: #f4f4f4;
    width: 128px;
    height: 23px;
    margin-top: 16px;
}

.head_div_font_c {
    color: #f4f4f4;
    width: 143px;
    height: 23px;
    margin-top: 16px;
    width: 155px;
}

.head_div_font_d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 160px;
    background-color: #FFFFFF;
    border-radius: 18px;
    z-index: 300;
}

.search {
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;

}

.search_input {
    width: 104px;
    background: #fff;
    border-radius: 18px;
    border: none;
    color: grey;
    padding: 0 8px;
    height: 30px;
    z-index: 20;
}

.head_div_div2 {
    cursor: pointer;
    width: 100%;
    height: 50%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.head_div_div2_a {
    color: #f4f4f4;
    font-size: 18px;
    padding: 0px 30px;
    flex-grow: 1;
    flex-shrink: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center
}

.aaaa:hover {
    background:#0d5399;
    position: relative;
}



.body_upper {

    width: 1200px;
    margin: auto;
}

.Headlines {
    /* 校园要闻字样 */
    font-size: 22px;
    font-weight: 600;
    color: #000;
    /* margin: au */
    text-align: center;
    line-height: 26px;
}

.IMPORTANT {
    /* IMPORTANT字样 */
    color: #0d5399;
    font-size: 22px;
    font-weight: 500;
    margin-left: 12px;
    line-height: 100%;
    margin-bottom: 2px;
    font-family: '微软雅黑';
}
.IMPORTANT1 {
    /* IMPORTANT字样 */
    color: #0d5399;
    font-size:16px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 5px;
    font-family: '微软雅黑';
}

.body_center_title {
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.more {
    /* 更多 */
    cursor: pointer;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 64px;
   -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 18px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: grey;
    float: right;
    margin-right: 10px;

}

.center_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    float: left;
    margin-top: 16px;
}
.center_main1 {
    display: flex;
    align-items: flex-start;
    float: left;
    flex-direction: column;
}

/* 图标 */
.more_icon {
    width: 23px;
    height: 23px;
    margin-right: 14px;
    background-image: url('../img/more_dark.png');
    background-size: 100% 100%;
}

.more:hover .more_icon {
    border-radius: 50%;
    background-image: url('../img/more_light.png');
    background-size: 100% 100%;
}

.schNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin:10px auto 0;
    width: 1200px;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.mainIce {
    width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Notice {
    /* 公告新闻标题 */
    width: 560px;
    height: 64px;
    margin: auto;
    float: left;
}
.mainIce1 {
    width: 455px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Notice1 {
    /* 公告新闻标题 */
    width:455px;
    height: 64px;
    margin: auto;
    float: left;
}

.body_center {
    margin: 12px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

/* 新闻 */
.mainNews {
    min-width: 1200px;
    background-color: #f5f5f5;
    padding: 0px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}



.Bulletin_board {
    /* 公告通知内容 */
    width: 544px;
    height: 246.22px;
    float: left;
    cursor: pointer;
    background-image: url(../img/68199a9880734563b069087ea970052a.png);
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;

}

.div_center {
    /* 居中样式 */
    width: 1200px;
    margin: 10px auto 0;
}
.div_center1 {
    /* 居中样式 */
    width: 1200px;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mian_fot {
    margin: 12px 0;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    justify-content:space-around;

}

.hr {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    float: right;
    background: #0d5399;
    margin-top: -10px;
}

body {
    margin: 0px;
    margin-bottom: 0px;

}



.main_tex {
    width: 564px;
}
.main_tes {
    width: 440px;
    height:270px;
}
.centerPng {
    width: 49%;
    height: 388px;
}

.text-news {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.text-newsCard{
width:24%;
}
.text-studyCard{
width:15%;
}

.textCards {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
}

.classNewPng {
    width: 49%;
    height: 480px;
}

.flex___2nqtC_a:nth-child(-n+2) {
    margin-bottom: 10px;
}

/* 底部 */
.foot {
    width: 100%;
    min-height: 166px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: linear-gradient(0deg, #0879B9 0%, #0D5399 100%);
    position: relative;
    bottom: 0;
    left: 0;
   }

.end_div {

    width: 1200px;
    height: 100%;
    padding: 20px 0px;
    margin:0px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;


}

.foot_left {
    /* flex: 1; */
    width: 40%;
    height: 100%;

}

.foot_img {
    width: 27.375rem;
    height: 40px;
    margin-bottom: 20px;
}

.foot_text {
    color:rgba(255, 255, 255, 0.63);
    height: 22px;
    margin: 0px;
    font-size: 14px;

}

.text2 {
    margin-left: 16px;
}

.foot_ret {

    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;


}



.right_code {
    height: 100%;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
justify-content: center;
}

.right_qr {
    width: 90px;
    height: 90px;

}

.right_code span {
    color: #f4f4f4;
    margin-top: 10px;
    font-size: 15px;
}


.video {
    width: 30%;
    height: 100%;
}

/* 后勤 */
.center_a {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 325.5px;
    padding-top: 15px;
 
}

.img_a {
    width: 150px;
    height:148px;
}

.center_a_img {
    width: 310px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.center_a_interaction {
    width:525px;

    max-height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.center_a_interaction_img {
    height:56.41px;
}
.center_a_interaction_img2 {
    background-size: 100% 100%;
    height: 100%;
    margin-top: 10px;
}
.noTice{
width: 85%;
height: 270px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}

.centerPhone {
    height: 310px;
    width: 330px;
}

.center_a_img3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;

}
.centerImgBj{
 background-image: url('../img/20220530165734361LtE.png');
    background-size: 100% 100%;
}

.center_a_img3_font {
       width: 97%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
line-height: 3;
    color: #000;
}

.center_a_img3_font2 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #000;
}
.message{
width: 80px;
height:64px;
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #662EFA;
line-height:64px;
}
