﻿/* 首页页面响应式样式处理 */
@media screen and (max-width: 1450px) {
    /* 图片新闻 */
    .container01{
        width: calc(50% - (24px / 2));
    }

    .img_swiper{
        width: 90%;
    }

    /* 工会新闻|通知公告 */
    .container02{
        width: calc(50% - (24px / 2));
    }

    /* 基层动态|教工协会 */
    .container04{
        width: calc(100% - 390px - 23px);
    }
}

@media screen and (max-width: 998px) {
    /* 公共标题 */
    .st_title{
        font-size: 18px;
    }

    .st_left img{
        width: 11px;
        height: 11px;
        margin-right: 4px;
    }

    .st_right a{
        font-size: 12px;
    }

    /* 图片新闻 */
    .container01{
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .img_swiper .swiper-pagination-bullet{
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0 3px;
    }

    /* 工会新闻|通知公告 */
    .container02{
        width: 100%;
        height: auto;
        padding: 15px;
        margin-left: 0;
        margin-top: 12px;
    }

    .links{
        height: 41px;
    }

    .news_date{
        width: 50px;
    }

    .news_date h3{
        font-weight: 400;
    }

    /* 智慧工会|友情链接 */
    .container03, .links_box{
        width: 100%;
        margin-right: 0;
    }

    .links_box{
        height: auto;
        padding: 15px;
    }

    .links{
        padding: 0 7px;
    }

    /* 基层动态|教工协会 */
    .container04{
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .words_item{
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 540px) {
    /* 图片新闻 */
    .img_swiper{
        width: 100%;
    }

    .swiper_cover{
        height: 300px;
    }
}

@media screen and (max-width: 450px) {
    /* 图片新闻 */
    .swiper_cover{
        height: 215px;
    }
}