@charset "UTF-8";
@media screen and (min-width: 480px) {
    .top-event-1>a,
    .search,
    .bgphoto2,
    .m-nav,
    .copyright2 {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    body {
        min-width: 100%;
    }
    .container {
        width: auto;
        padding: 0 15px;
    }
    .main-1-lunbo,
    .top-event-1 span,
    .top-event-1 .list {
        display: none;
    }
    .top-event-1>a {
        padding-top: 7px;
        float: right;
        display: block;
    }
    .search {
        position: absolute;
        top: 30px;
        right: 0;
        height: 40px;
        line-height: 40px;
        z-index: 999;
        display: none;
    }
    input[type="text"] {
        height: 34px;
        line-height: 34px;
        width: 149px;
        padding: 0 45px 0 10px;
        border: none;
        background: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 14px;
    }
    input[type="submit"] {
        position: absolute;
        top: 12px;
        right: 0;
        cursor: pointer;
        border: none;
        background: transparent;
        border-left: 1px solid #e6e6e6;
    }
    .top-event-1 {
        position: relative;
    }
    .top-event-1 .books {
        display: block;
    }
    .top-event-1 .books::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 9px;
        width: 36px;
        height: 31px;
        background: url("../images/books.png") no-repeat;
        transform: scale(0.7);
        display: inline-block;
    }
    /* 导航 */
    .nav-bar {
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        top: 36px;
        margin-top: 0;
        background: #fff;
        z-index: 999;
    }
    .nav .nLi h3 a {
        padding-left: 15px;
        font-size: 14px;
    }
    .nav {
        height: 100%;
        background: #fff;
    }
    .nav>.nLi {
        position: relative;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #ddd;
        float: none;
        display: block;
    }
    .nav>.nLi::after {
        position: absolute;
        content: "+";
        top: 2px;
        right: 15px;
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
    }
    .nav>li:first-child::after {
        content: "";
    }
    .nav .nLi h3 {
        width: 100%;
        float: none;
        text-align: inherit;
    }
    .nav li h3>a {
        display: block;
        color: #333;
        font-size: 14px;
        padding-left: 15px;
    }
    .li-left {
        padding-left: 0px;
    }
    .nav .sub {
        float: left;
        width: 100%;
        top: 30px;
        line-height: 30px;
        background: #09b3ee;
        z-index: 999;
        opacity: 1;
        padding: 0;
        padding-left: 5px;
    }
    .m-nav .m-sub-menu li>a {
        display: block;
        color: #333;
        font-size: 14px;
        padding-left: 15px;
    }
    .nav .sub a {
        text-align: inherit;
        position: relative;
        display: block;
    }
    .cont-2 {
        height: 70px;
    }
    /* logo图 */
    .top-event-2 {
        height: 70px;
    }
    .top-event {
        height: 105px;
    }
    .top-event-2 .cont-3 {
        position: relative;
    }
    .top-event-2 .cont-3 img {
        display: inline-block;
        width: 100%;
        transform: scale(0.9);
        animation: zoomIn 1s;
    }
    /* 轮播图 */
    .slideBox .hd {
        bottom: 5px;
    }
    .slideBox .hd ul li {
        width: 12px;
        height: 12px;
    }
    /* 学校新闻 */
    .main-1-text {
        width: 100%;
    }
    .main-1-r {
        float: none;
        width: auto;
    }
    .main-1-r h1 {
        margin: 0 10px;
        width: auto;
    }
    .main-1-r p {
        margin: 0 10px;
        width: auto;
        height: 70px;
        box-sizing: border-box;
        margin-bottom: 3px;
    }
    /* 通知公告 */
    .main-2 {
        width: 100%;
        height: 501px;
    }
    .main-2-text {
        float: none;
        width: auto;
    }
    .main-2-text h3 a {
        width: 100%;
    }
    /* 三个新闻列表 */
    .main-3-contant {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .main-3-m h3 {
        margin: 0 10px;
        width: auto;
    }
    .main-3-m h3 a,
    .main-3-m p,
    .main-3-b li a {
        width: auto;
    }
    .main-3-b li {
        width: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .main-3-b-else li a {
        width: 80%;
    }
    .main-1-text a {
        line-height: 41px;
    }
    /* 照片墙 */
    .main-4-photo>ul {
        /* width: 50%; */
        float: left;
    }
    .main-4-photo {
        width: auto;
    }
    .bg-img {
        width: 50%;
    }
    .main-4 .bg-photo {
        width: 50%;
        padding: 22px 5px 0 10px;
    }
    .bg-img img {
        width: 100%;
        height: 100%;
    }
    .bg-photo .photo-text1 {
        width: auto;
    }
    .bg-photo .photo-text2 {
        margin-bottom: 30px;
    }
    .bg-photo .photo-text1 a {
        display: inline-block;
        max-height: 71px;
        overflow: hidden;
    }
    .bg-photo .photo-text2 img {
        padding-bottom: 3px;
    }
    .main-4 {
        margin-bottom: 20px;
    }
    /* 页脚 */
    .footer,
    .copyright {
        display: none;
    }
    .copyright2 {
        display: block;
        background-color: #2d3032;
        border-top: 1px solid #3d3f42;
    }
    .copyright2 p {
        line-height: 30px;
        text-align: center;
        color: #fff;
        padding: 10px 0;
    }
    /* news-info样式 */
    .main-bar h1,
    .main-bar .quary,
    .main-nav-l {
        display: none;
    }
    .main-bar p {
        position: static;
    }
    .main-nav-r {
        float: none;
    }
    .main-bar {
        height: 45px;
        margin-top: 20px;
    }
    .main-bar p {
        line-height: 45px;
    }
    .bgphoto {
        height: 120px;
        background-repeat: no-repeat;
        background-position: 38% 50%;
        background-size: cover;
    }
    .bgphoto2 {
        display: block;
    }
    .bgphoto2 img {
        width: 100%;
        height: 90px;
    }
    .news-info {
        margin-top: 0px;
    }
    .main-nav-r .news-info h2 {
        font-size: 20px;
        font-weight: bold;
    }
    .news-info {
        text-align: center;
    }
    .main {
        width: auto;
    }
    .article {
        min-height: 300px;
    }
    .intro {
        display: none;
    }
    /* list样式 */
    .news-ul .p3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        right: 0;
    }
    .main-newslist .news-ul .p1 {
        font-size: 20px;
        line-height: normal;
    }
    .view-leader {
        padding-left: 0px !important;
    }
    /* views样式 */
    .main-newslist .news-view,
    .main-newslist .news-leader {
        padding-left: 0;
    }
    .main-newslist .news-view li {
        float: none;
        width: auto;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .main-newslist .news-view li>a,
    .main-newslist .news-view>li>a>img,
    .main-newslist .news-leader>li>a>img {
        width: 100%;
    }
    /*  leader */
    .main-newslist .news-leader li {
        width: 50%;
        margin: 20px 0;
        padding: 0 10px;
    }
    .main-newslist .news-leader li p a {
        width: 100%;
        font-size: 14px;
    }
}