@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:not(input, textarea){
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
*, ::after, ::before{
    box-sizing: inherit;
}
img{
    border: 0 none;
    vertical-align: middle;
}
a, a:hover{
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    font-family: Roboto, sans-serif, PingFang SC, Microsoft YaHei, ST Heiti, SimHei;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 滚动条 */
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb{
    background-color: rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: rgba(50, 50, 50, 0.6);
}
::-webkit-scrollbar-track{
    background-color: rgba(50, 50, 50, 0.1);
}
::-webkit-scrollbar-track:hover{
    background-color: rgba(50, 50, 50, 0.2);
}
.clearfix:after{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.clearfix{
    *+height: 1%;
    *zoom: 1;
    _zoom: 1;
}
.img_responsive{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.dis_block{
    display: block;
}
.viewport{
    display: block;
    width: auto;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* 头部信息 */
.headWrap{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 90px;
    background: #FFF url('../images/topBg.png') top right no-repeat;
}
.headWrap .headBox{
    display: flex;
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    align-items: center;
}
.headWrap .headBox .logo{
    display: block;
    width: 80px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}
.headWrap .headBox .name{
    display: block;
    width: 292px;
    flex-shrink: 0;
    flex-grow: 0;
}
.headWrap .headBox .motto{
    display: block;
    margin-left: 100px;
}
.headWrap .headBox .motto ul{
    display: flex;
    align-items: center;
    list-style-type: disc;
}
.headWrap .headBox .motto ul li{
    margin-right: 35px;
    color: #1E202C;
    font-size: 18px;
    font-weight: 500;
}
/* 菜单信息 */
.menuWrap{
    display: block;
    width: 100%;
    height: 52px;
    margin: 0 auto;
    background-color: #8F0200;
}
.menuWrap .menuBox{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.menuWrap .menuBox .swiper-wrapper{
    display: flex;
}
.menuWrap .menuBox .swiper-wrapper .swiper-slide{
    width: auto;
}
.menuWrap .menuBox .levelMenu{
  position: relative;
}
.menuWrap .menuBox .menuItem{
    display: block;
    padding: 0 35px;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    cursor: pointer;
}
.menuWrap .menuBox .menuItem.actived{
    background-color: #B02D2B;
}
.menuWrap .menuBox .subMenu{
    display: none;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(143, 3, 0, 0.75);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
}
.menuWrap .menuBox .subMenu a{
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.menuWrap .menuBox .subMenu a:hover{
    text-decoration: underline;
}
/* 滚动广告 */
.bannerWrap{
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.bannerWrap .swiper-button-prev{
    width: 56px;
    height: 56px;
    background-image: url('../images/prev.png');
    left: 8%;
}
.bannerWrap .swiper-button-prev::after{
    display: none;
}
.bannerWrap .swiper-button-next{
    width: 56px;
    height: 56px;
    background-image: url('../images/next.png');
    right: 8%;
}
.bannerWrap .swiper-button-next::after{
    display: none;
}
/* 灰色背景 */
.grayBg{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #F8F7F7;
}
/* 区域块 */
.boxWrap{
    display: block;
    margin: 0 auto;
}
.boxWrap.wid{
    width: 1200px;
}
.boxWrap .boxHead{
    display: flex;
    width: 100%;
    margin: 20px 0;
    align-items: center;
}
.boxWrap .boxHead i{
    display: block;
    width: 6px;
    height: 26px;
    margin-right: 15px;
    background-color: #8F0200;
    flex-shrink: 0;
    flex-grow: 0;
}
.boxWrap .boxHead .name{
    display: block;
    color: #1E202C;
    font-size: 28px;
    font-weight: 500;
}
.boxWrap .boxHead .more{
    display: block;
    width: 24px;
    margin-left: auto;
    flex-shrink: 0;
    flex-grow: 0;
}
.boxWrap .boxNote{
    display: block;
    width: 100%;
    margin: 0 auto;
}
/* 最新发布、通告相关样式 */
.releaseWrap{
    display: flex;
    width: 1200px;
    margin: 40px auto 20px;
}
.releaseWrap .linkWrap{
    display: block;
    width: 300px;
    flex-shrink: 0;
    flex-grow: 0;
}
.releaseWrap .linkWrap .linkBox{
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.releaseWrap .linkWrap .linkBox:last-child{
    margin-bottom: 0;
}
.releaseWrap .linkWrap .linkBox .txt{
    display: block;
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.releaseWrap .boxWrap{
    width: 520px;
    margin: 0 40px;
}
.releaseWrap .boxWrap .boxHead{
    margin-top: 0;
}
.releaseWrap .boxWrap .img{
    max-width: 520px;
    max-height: 92px;
}
.releaseWrap .rightBox{
    display: block;
    width: 300px;
}
.releaseWrap .noticeBox{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background-color: #FFF;
    border: #E5E5E5 1px solid;
    border-radius: 4px;
}
.releaseWrap .noticeBox .noticeHead{
    display: flex;
    padding: 10px 20px;
    background-color: #F9F9F9;
    align-items: center;
}
.releaseWrap .noticeBox .noticeHead .icon{
    display: block;
    width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
    flex-grow: 0;
}
.releaseWrap .noticeBox .noticeHead .name{
    display: block;
    color: #1E202C;
    font-size: 16px;
    font-weight: 600;
}
.releaseWrap .noticeNote{
    display: block;
    padding: 6px 20px;
}
.releaseWrap .noticeNote .noticeList{
    display: block;
    width: 100%;
}
.releaseWrap .noticeNote .noticeList li{
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.releaseWrap .noticeNote .noticeList li i{
    display: block;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background-color: #5A617A;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
.releaseWrap .noticeNote .noticeList li .txt{
    display: block;
    width: 73%;
    color: #5B6178;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.releaseWrap .noticeNote .noticeList li .txt:hover{
    text-decoration: underline;
    color: #3E88FF;
}
.releaseWrap .noticeNote .noticeList li .time{
    display: block;
    color: #5B6178;
    font-size: 14px;
    margin-left: auto;
}
.releaseWrap .tickBox{
    display: flex;
    width: 100%;
    padding: 20px 0;
    background-color: #FFF;
    border: #E5E5E5 1px solid;
    border-radius: 4px;
    align-items: center;
}
.releaseWrap .tickBox.mrgb{
    margin-bottom: 20px;
}
.releaseWrap .tickBox .icon{
    display: block;
    width: 20px;
    margin-left: 40px;
    margin-right: 15px;
    flex-shrink: 0;
    flex-grow: 0;
}
.releaseWrap .tickBox .txt{
    display: block;
    color: #1E202C;
    font-size: 14px;
}
/* 消息相关样式 */
/* 第一条消息 */
.messageFirst{
    display: block;
    width: 100%;
    border-bottom: #F0F2F6 1px solid;
}
.messageFirst .img{
    display: flex;
    max-width: 580px;
    max-height: 216px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.messageFirst .note{
    display: block;
    width: 100%;
    margin: 15px 0;
}
.messageFirst .note .text{
    display: flex;
    width: 100%;
    align-items: center;
}
.messageFirst .note .text .icon{
    display: block;
    width: 18px;
    margin-right: 5px;
    flex-shrink: 0;
    flex-grow: 0;
}
.messageFirst .note .txt{
    display: block;
    width: 70%;
    color: #1E202C;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.messageFirst .note .desc{
    display: block;
    margin-top: 10px;
    width: 90%;
    color: #5B6178;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 消息列表 */
.messageList{
    display: block;
    width: 100%;
}
.messageList.high{
    height: 200px;
}
.messageList.short{
    height: 160px;
}
.messageList ul{
    overflow: hidden;
}
.messageList li{
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.messageList li i{
    display: block;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background-color: #5A617A;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
.messageList li .txt{
    display: block;
    width: 75%;
    color: #5B6178;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.messageList li .txt:hover{
    text-decoration: underline;
    color: #3E88FF;
}
.messageList li .time{
    display: block;
    margin-left: auto;
    color: #A6ACC4;
    font-size: 14px;
}
/* 智慧校园 */
.campus{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.campus a{
    display: block;
    width: -webkit-calc((100% - 60px)/4);
    width: -moz-calc((100% - 60px)/4);
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.campus a:nth-child(4n){
    margin-right: 0px;
}
.campus a .img{
    display: block;
    width: 62px;
    margin: 0 auto;
}
.campus a .txt{
    display: block;
    width: 88%;
    margin: 15px auto 0;
    color: #000;
    font-size: 16px;
    text-align: center;
}
/* 广告图片信息 */
.picBanner{
    display: block;
    width: 1200px;
    margin: 30px auto;
}
/* 各模块信息/主内容区域 */
.contentWrap{
    display: flex;
    width: 1200px;
    margin: 30px auto;
    flex-wrap: wrap;
}
.contentWrap .boxWrap{
    width: -webkit-calc((100% - 30px)/2);
    width: -moz-calc((100% - 30px)/2);
    width: calc((100% - 30px)/2);
    margin-right: 30px;
}
.contentWrap .boxWrap:nth-child(2n){
    margin-right: 0;
}
.contentWrap.mrg{
    margin-top: 0;
}
/* 校园风貌 */
.sceneryWrap{
    width: 100%;
}
.sceneryWrap .swiper-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sceneryWrap .swiper-slide.sceneryBox_1{
    width: 398px;
}
.sceneryWrap .swiper-slide.sceneryBox_2{
    width: 381px;
}
.sceneryWrap .sceneryPic{
    display: block;
    width: 100%;
}
.sceneryWrap .sceneryPic.mrb{
    margin-bottom: 20px;
}
/* 页面底部 */
.footerWrap{
    display: block;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    background-color: #2A2D37;
}
.footerWrap .footerBox{
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.footerWrap .footerBox .map{
    display: block;
    width: 265px;
    margin-right: 30px;
    flex-shrink: 0;
    flex-grow: 0;
}
.footerWrap .footerBox .contact{
    display: block;
}
.footerWrap .footerBox .contact .name{
    display: block;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 20px;
}
.footerWrap .footerBox .contact .lineFlex{
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.footerWrap .footerBox .contact .lineFlex .icon{
    display: block;
    width: 16px;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.footerWrap .footerBox .contact .lineFlex .txt{
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}
.footerWrap .footerBox .contact .lineFlex a{
  color: rgba(255, 255, 255, 0.65);
}
.footerWrap .footerBox .code{
    display: block;
    width: 150px;
    margin-left: auto;
    flex-shrink: 0;
    flex-grow: 0;
}
.footerWrap .footerBox .code > img{
  width: 150px;
  height: 150px;
}
.footerWrap .line{
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    background-color: #474C5C;
}
.footerWrap .textWrap{
    display: block;
    width: 1200px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    line-height: 1.8;
}
.footerWrap .textWrap a{
  color: rgba(255, 255, 255, 0.65);
}
/* 面包屑导航 */
.breadcrumb{
    display: flex;
    width: 100%;
    background-color: #FFF;
    border-bottom: #A6ACC4 1px solid;
    font-size: 14px;
    line-height: 2.4;
    align-items: center;
    position: relative;
}
.breadcrumb a{
    display: block;
    color: #8F0200;
    cursor: pointer;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.breadcrumb i{
    display: block;
    margin: 0 8px;
    font-size: 16px;
    color: #5B6178;
    flex-shrink: 0;
    flex-grow: 0;
}
.breadcrumb span{
    display: block;
    color: #5B6178;
}
/* 文章分类 */
.sortWrap{
    display: block;
    width: 180px;
    margin: 15px 20px 0 0;
    flex-shrink: 0;
    flex-grow: 0;
}
.sortWrap .head{
    display: flex;
    width: 100%;
    padding: 10px 0;
    background-color: #8F0200;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.sortWrap .head span{
    margin: 0 4px;
}
.sortWrap .list{
    display: block;
    width: 100%;
}
.sortWrap .list a{
    display: block;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    margin: 5px 0;
    padding: 8px 0 8px 20px;
    color: #1E202C;
    font-size: 14px;
    background-color: #F8F7F7;
    border-left: #F8F7F7 4px solid;
    cursor: pointer;
}
.sortWrap .list a:hover{
    color: #000;
    text-decoration: underline;
}
.sortWrap .list a.actived{
    color: #000;
    font-weight: 500;
    border-left-color: #8F0200;
}
/* 列表区域 */
.listWrap{
    display: block;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    margin-top: 15px;
}
/* 分页 */
.pagination{
    display: flex;
    width: 100%;
    margin: 20px 0;
    color: #5B6178;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
.pagination span{
    display: block;
    margin: 0 8px;
}
.pagination a{
    display: block;
    margin: 0 5px;
    padding: 0 10px;
    color: #5B6178;
    height: 26px;
    line-height: 26px;
    background-color: #FFF;
    border: 1px solid #A6ACC4;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}
.pagination a:hover{
    color: #8F0200;
}
.pagination a.no{
    color: #888;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}
.pagination a.actived{
    color: #FFF;
    background-color: #8F0200;
    border-color: #8F0200;
}
.pagination input[type='text']{
    display: block;
    width: 40px;
    height: 26px;
    margin: 0 0 0 -5px;
    color: #5B6178;
    text-align: center;
    line-height: 26px;
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}
/* 文章内容 */
.articleWrap{
    display: block;
    width: 100%;
}
.articleWrap .articleTitle{
    width: 100%;
    display: block;
    padding: 15px 0;
    color: #1E202C;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
.articleWrap .desc{
    display: block;
    width: 100%;
    color: #A6ACC4;
    font-size: 12px;
    text-align: center;
}
.articleWrap .desc .item{
    margin: 0 4px;
}
.articleWrap .articleNote{
    display: block;
    width: 100%;
    margin: 15px auto;
    color: #5B6178;
    font-size: 14px;
    line-height: 1.5;
}
.articleWrap .articleNote img{
    display: block;
    margin: 15px auto;
    max-width: 100%;
}
/* 手机端文章分类 */
.breadcrumb .sortMobile{
    display: none;
    margin-left: auto;
    width: 90px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    background-color: #8F0200;
    border-radius: 2px;
    cursor: pointer;
}
.breadcrumb .sortMobile:hover{
    text-decoration: none;
}
.breadcrumb .subSortMobile{
    display: none;
    width: 90px;
    padding: 5px 0;
    background-color: rgba(143, 3, 0, 0.75);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 4;
}
.breadcrumb .subSortMobile a{
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.breadcrumb .subSortMobile a.actived{
    text-decoration: underline;
}
/* 手机端数据加载 */
.dataLoading{
    display: none;
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 12px;
}
.dataLoading div{
    display: block;
    background-color: #8C8C8C;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
            animation: stretchdelay 1.2s infinite ease-in-out;
}
.dataLoading .rect2{
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}
.dataLoading .rect3{
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}
.dataLoading .rect4{
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
}
.dataLoading .rect5{
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay{
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
    }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/* 手机端数据底部 */
.dataBottom{
    display: none;
    width: 80%;
    margin: 10px auto;
    background: url('../images/spot.png') repeat-x left center;
    text-align: center;
    overflow: hidden;
}
.dataBottom .text{
    display: inline-block;
    background-color: #FFF;
    padding: 0 8px;
    color: #5B6178;
    font-size: 12px;
}

/*  pc端-窄 */
@media screen and (min-width:1024px) and (max-width:1365px) {
    .headWrap .headBox,
    .menuWrap .menuBox,
    .boxWrap.wid,
    .releaseWrap,
    .picBanner,
    .contentWrap,
    .footerWrap .footerBox,
    .footerWrap .textWrap{
        width: 94%;
    }
    .bannerWrap .swiper-button-prev{
        left: 4%;
    }
    .bannerWrap .swiper-button-next{
        right: 4%;
    }
    .releaseWrap .linkWrap{
        width: 280px;
    }
    .releaseWrap .linkWrap .linkBox .txt{
        font-size: 32px;
    }
    .releaseWrap .boxWrap{
        width: 340px;
        margin: 0 20px;
    }
    .releaseWrap .boxWrap .img{
        max-width: 340px;
        max-height: 60px;
    }
    .releaseWrap .tickBox{
        padding: 14px 0;
    }
    .sceneryWrap .swiper-slide.sceneryBox_1{
        width: 33.3%;
    }
    .sceneryWrap .swiper-slide.sceneryBox_2{
        width: 31.5%;
    }
}

/* 移动端-宽 */
@media screen and (min-width:750px) and (max-width:1023px) {
    .headWrap .headBox,
    .menuWrap .menuBox,
    .boxWrap.wid,
    .releaseWrap,
    .picBanner,
    .contentWrap,
    .footerWrap .footerBox,
    .footerWrap .textWrap{
        width: 92%;
    }
    .headWrap .headBox .logo{
        width: 65px;
    }
    .headWrap .headBox .name{
        width: 230px;
    }
    .headWrap .headBox .motto{
        margin-left: 80px;
    }
    .menuWrap .menuBox .menuItem{
        padding: 0 15px;
    }
    .bannerWrap .swiper-button-prev,
    .bannerWrap .swiper-button-next{
        width: 42px;
        height: 42px;
        background-size: 100%;
    }
    .bannerWrap .swiper-button-prev{
        left: 4%;
    }
    .bannerWrap .swiper-button-next{
        right: 4%;
    }
    .releaseWrap{
        margin: 20px auto;
        flex-wrap: wrap;
    }
    .releaseWrap .boxWrap{
        width: 100%;
        margin: 0 0 20px;
        order: 1;
    }
    .releaseWrap .boxWrap .img{
        width: 100%;
        max-width: none;
        max-height: none;
    }
    .releaseWrap .linkWrap{
        width: -webkit-calc((100% - 40px)/2);
        width: -moz-calc((100% - 40px)/2);
        width: calc((100% - 40px)/2);
        margin-right: 40px;
        order: 2;
    }
    .releaseWrap .linkWrap .linkBox{
        margin-bottom: 20px;
    }
    .releaseWrap .rightBox{
        width: -webkit-calc((100% - 40px)/2);
        width: -moz-calc((100% - 40px)/2);
        width: calc((100% - 40px)/2);
        order: 3;
    }
    .messageFirst .img{
        width: 100%;
        max-width: none;
        max-height: none;
    }
    .messageList.high,
    .messageList.short{
        height: auto;
    }
    .campus a{
        width: -webkit-calc((100% - 20px)/2);
        width: -moz-calc((100% - 20px)/2);
        width: calc((100% - 20px)/2);
    }
    .campus a:nth-child(2n){
        margin-right: 0;
    }
    .contentWrap .boxWrap{
        width: 100%;
        margin-right: 0;
    }
    .footerWrap .footerBox{
        flex-wrap: wrap;
    }
    .footerWrap .footerBox .map{
        margin-right: 50px;
    }
    .footerWrap .footerBox .code{
        display: flex;
        width: 100%;
        margin: 40px auto 20px;
        justify-content: center;
    }
    .sortWrap{
        width: 145px;
        margin-right: 15px;
    }
    .listWrap{
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    .pagination{
        font-size: 12px;
    }
    .pagination a{
        margin: 0 2px;
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
    }
    .pagination input[type='text']{
        height: 20px;
        line-height: 20px;
    }
}

/* 移动端-窄 */
@media screen and (min-width:320px) and (max-width:749px) {
    .headWrap .headBox,
    .menuWrap .menuBox,
    .boxWrap.wid,
    .releaseWrap,
    .picBanner,
    .contentWrap,
    .footerWrap .footerBox{
        width: 96%;
    }
    .headWrap .headBox{
        flex-wrap: wrap;
    }
    .headWrap .headBox .logo{
        width: 50px;
    }
    .headWrap .headBox .name{
        width: 170px;
        margin-top: -5px;
    }
    .headWrap .headBox .motto{
        width: 100%;
        margin-left: 70px;
        margin-top: -20px;
    }
    .headWrap .headBox .motto ul li{
        margin-right: 23px;
    }
    .menuWrap{
        height: 42px;
    }
    .menuWrap .menuBox .menuItem{
        height: 42px;
        padding: 0 15px;
        line-height: 44px;
    }
    .bannerWrap .swiper-button-prev,
    .bannerWrap .swiper-button-next{
        width: 28px;
        height: 28px;
        background-size: 100%;
    }
    .bannerWrap .swiper-button-prev{
        left: 4%;
    }
    .bannerWrap .swiper-button-next{
        right: 4%;
    }
    .grayBg{
        padding: 1px 0 5px;
    }
    .releaseWrap{
        margin: 10px auto 15px;
        flex-wrap: wrap;
    }
    .releaseWrap .boxWrap{
        width: 100%;
        margin: 0 0 10px;
        order: 1;
    }
    .releaseWrap .boxWrap .img{
        width: 100%;
        max-width: none;
        max-height: none;
    }
    .releaseWrap .linkWrap{
        width: 100%;
        display: flex;
        margin-right: 0;
        order: 2;
    }
    .releaseWrap .linkWrap .linkBox{
       width: -webkit-calc((100% - 30px)/3);
        width: -moz-calc((100% - 30px)/3);
        width: calc((100% - 30px)/3);
        margin: 0 15px 0 0;
    }
    .releaseWrap .linkWrap .linkBox:nth-child(3n){
        margin-right: 0;
    }
    .releaseWrap .linkWrap .linkBox .txt{
        font-size: 12px;
    }
    .releaseWrap .rightBox{
        width: 100%;
        margin-top: 15px;
        order: 3;
    }
    .releaseWrap .noticeBox{
        margin-bottom: 10px;
    }
    .releaseWrap .tickBox{
        float: right;
        width: 48%;
        padding: 10px 0;
    }
    .releaseWrap .tickBox.mrgb{
        float: left;
        margin-bottom: 0;
        margin-right: 2%;
    }
    .releaseWrap .tickBox .icon{
        margin-left: 25px;
    }
    .messageFirst .img{
        width: 100%;
        max-width: none;
        max-height: none;
    }
    .boxWrap .boxHead{
        margin: 10px 0;
    }
    .boxWrap .boxHead i{
        height: 20px;
        width: 4px;
    }
    .boxWrap .boxHead .name{
        font-size: 22px;
    }
    .messageFirst .note{
        margin: 10px 0;
    }
    .messageFirst .note .desc{
        margin-top: 5px;
    }
    .messageList.high,
    .messageList.short{
        height: auto;
    }
    .campus a{
        width: -webkit-calc((100% - 12px)/2);
        width: -moz-calc((100% - 12px)/2);
        width: calc((100% - 12px)/2);
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .campus a:nth-child(2n){
        margin-right: 0;
    }
    .picBanner{
        margin: 10px auto;
    }
    .contentWrap{
        margin: 10px auto;
    }
    .contentWrap .boxWrap{
        width: 100%;
        margin-right: 0;
    }
    .sceneryWrap .swiper-slide.sceneryBox_1,
    .sceneryWrap .swiper-slide.sceneryBox_2{
        width: 100%;
    }
    .sceneryWrap .sceneryPic.mrb{
        margin-bottom: 10px;
    }
    .footerWrap .footerBox{
        flex-wrap: wrap;
    }
    .footerWrap .footerBox .map{
        display: flex;
        width: 100%;
        margin: 0 auto 20px;
        justify-content: center;
    }
    .footerWrap .footerBox .map img{
        width: 200px;
    }
    .footerWrap .footerBox .contact{
        margin-left: 15%;
    }
    .footerWrap .footerBox .code{
        display: flex;
        width: 100%;
        margin: 20px auto;
        justify-content: center;
    }
    .footerWrap .textWrap{
        width: 88%;
    }
    .articleWrap .articleTitle{
        font-size: 18px;
    }
    .sortWrap{
        display: none;
    }
    .listWrap{
        width: 100%;
    }
    .breadcrumb .sortMobile{
        display: block;
    }
    .pagination{
        display: none;
    }
    .dataLoading,
    .dataBottom{
        display: block;
    }
}
