body {
    background: #F8F8F8;
}

body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    letter-spacing: 1px !important;
}

.headerAll .headerpage .headNavList li:nth-of-type(4) a {
    color: #3355FF;
}

/*内容*/
.container >  .content {
    width: 100%;
    margin-top: 70px;
    /* min-height: 750px; */
    padding-bottom: 255px !important;
    box-sizing: border-box;
}

.navList {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
}

/*学院动态顶部*/
.navTitle {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    /* padding-left: 55px;
    box-sizing: border-box; */
}

.navTitle img {
    width: 35px;
    height: auto;
    margin-right: 20px;
}

.navTitle h3 {
    font-size: 22px;
    font-family: YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
}

/*动态列表*/
.newsLists {
    width: 1100px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.11);
    border-radius: 15px;
    padding: 45px 55px;
    box-sizing: border-box;
}

.noData {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 59px;
}

.newsList {
    width: 100%;
}

a.newsListItems {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 59px;
    border-bottom: 1px dashed #989898;
}

.newsListItems .time {
    margin-left: 10px;
}

.pager {
    margin-top: 64px;
}
.pager ul{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pager ul li {
    width:36px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #D7DBE0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom:10px;
}

.pager .active {
    background: #5771FB;
    color: #FFFFFF;
}

.pager .pagerWord {
    width: 80px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #D7DBE0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom:10px;
}

.pager .pagerWord img {
    width: 7px;
    height: auto;
    margin: 0 6px;
}

/*底部开始*/
#footer {
    width: 100%;
    min-width: 1200px;
    height: 150px;
    background: #1C2446;
}

.footer {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.footerTitle {
    flex-direction: column;
    margin-right: 70px;
}

.footerTitle h3 {
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
    color: #CCCCCC;
    line-height: 42px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footerTitle p {
    font-size: 12px;
    font-family: PingFangSC;
    color: #CCCCCC;
    line-height: 16px;
}

.footerContent p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
}

.footerContent p a.footerLink {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
}

/*悬浮*/
.suspension {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 10000;
    flex-direction: column;
}

.suspension a {
    width: 123px;
    height: 40px;
    background: #627BFC;
    border-radius: 43px 0px 0px 43px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 27px;
    margin-bottom: 10px;
}

.suspension a .suspensionIcon {
    width: 32px;
    height: 40px;
    margin-left: -11px;
    border-right: 1px solid #5a71e8;
}

.suspension a .suspensionIcon img {
    width: 20px;
    height: auto;
}

.suspension a span {
    padding-left: 10px;
    box-sizing: border-box;
}

#udesk_btn a {
    width: 123px;
    height: 50px;
    background: #627BFC;
    border-radius: 43px 0px 0px 43px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 27px;
    margin: 0 0 10px 0 !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 22% !important;
}

#udesk_btn a span:nth-of-type(1) {
    width: 20px !important;
    height: 20px !important;
    margin: 10px 9px 0 !important;
}

/*底部结束*/
/*平板*/
@media screen and (min-width:751px) and (max-width:1200px) {

    /*内容*/
    .content {
        width: 100%;
        min-width: 100%;
    }

    /*学院动态顶部*/
    .navTitle {
        width: 100%;
    }

    /*动态列表*/
    .newsLists {
        width: 100%;
        padding: 35px 45px;
        box-sizing: border-box;
    }

    .newsList {
        width: 100%;
    }

    #footer {
        width: 100%;
        min-width: 100%;
    }

    .footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerTitle {
        margin-right: 20px;
    }

    .footerTitle h3 {
        font-size: 20px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .footerTitle p {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 14px;
    }

    .footerContent p {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .footerContent p:nth-last-child(1) {
        margin-bottom: 0;
    }
}

/*!*移动端*!*/
@media screen and (min-width:320px) and (max-width:750px) {

    /*内容开始*/
    .content {
        width: 100%;
        min-width: 375px;
        margin-top: 60px;
        flex-direction: column;
        padding:0 15px 255px 15px;
        box-sizing: border-box;
    }

    .navList {
        height: 55px;
    }

    /*学院动态顶部*/
    .navTitle {
        width: 100%;
        margin: 0 auto;
        padding-left: 35px;
        box-sizing: border-box;
    }

    .navTitle img {
        width: 30px;
        height: auto;
        margin-right: 20px;
    }

    .navTitle h3 {
        font-size: 20px;
        font-family: YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 29px;
    }

    /*动态列表*/
    .newsLists {
        width: 100%;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .newsList {
        width: 100%;
    }

    a.newsListItems {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .newsListItems .title {
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newsListItems .time{
        font-size:13px;
    }
    #footer {
        width: 100%;
        min-width: 100%;
        height: auto;
    }

    .footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 16px;
        box-sizing: border-box;
    }

    .footerTitle {
        margin-right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .footerTitle h3 {
        font-size: 20px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .footerTitle p {
        font-size: 12px;
        line-height: 14px;
    }

    .footerContent p {
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 24px;
    }
}