.page_action{
    background-color: #fff;
}

/* 党中央国务院信息 & 省委政府信息 */
.page_action_top{
    background-color: #f5f5f5;
    padding: 40px 0;
}
.page_action_top > div > div:not(:first-child){
    margin-top: 30px;
}
.page_action_top .g_nav_title_center{
    margin-bottom: 20px;
}
.page_action_top ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_action_top ul > li{
    width: calc((100% - 40px) / 2);
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
    padding: 8px 0;
}
.page_action_top ul > li:nth-child(even){
    margin-left: 40px;
}


/* 中心要闻 & 市州动态 & 行业动态 */
.page_action_middle{
    padding: 40px 0;
}
.page_action_middle > .g_flex_row_warp > div{
    position: relative;
    width: calc((100% - 40px) / 2);
}
.page_action_middle > .g_flex_row_warp > div:nth-child(even){
    margin-left: 40px;
}
.page_action_middle > .g_flex_row_warp > div:nth-child(n+3){
    margin-top: 30px;
}


.page_action_middle .images .swiper{
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.page_action_middle .images .swiper-slide{
}
.page_action_middle .images .swiper-slide > div{
    position: relative;
    height: 380px;
}

.page_action_middle .images .swiper-slide .image{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.page_action_middle .images .swiper-slide .image a{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_action_middle .images .swiper-slide .title{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    padding: 0 150px 0 15px;
    background-color: rgba(0,76,170, 0.65);
    backdrop-filter: saturate(180%) blur(3px);
    color: #fff;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.page_action_middle .images .swiper-slide .title a{
    color: #fff;
}
.page_action_middle .images .swiper-pagination{
    width: auto;
    right: 10px;
    bottom: 11px;
    left: auto;
}
.page_action_middle .images .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: rgba(255,255,255, 0.95);
    opacity: 0.75;
    transition: all 200ms ease;
}
.page_action_middle .images .swiper-pagination-bullet-active{
    width: 20px;
    opacity: 1;
}

.page_action_middle .tab_body{
    padding-top: 5px;
}


/* 数字前沿 */
.page_action_bottom{
    background-color: #f5f5f5;
    padding: 40px 0;
}
.page_action_bottom .g_nav_title_center{
    padding-bottom: 30px;
}
