﻿@charset "UTF-8";

/**!
 * pagename: &#101;&#109;&#97;&#105;&#108;&#51;&#54;&#53;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#23089;&#20048;&#30331;&#24405;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20122;&#27954;&#30495;&#20154;公共资源交易不见面开标系统——政务动态页
 * date: 2022-05-09
 * author: 井宇轩;
 */


/* 头条 */

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 119px;
    color: #333;
    font-size: 28px;
    font-weight: bold;
}

.headline-img {
    margin-right: 25px;
}


/* 轮播图 */

.news {
    width: 646px;
    height: 364px;
}

.news .swiper-pagination {
    bottom: 20px;
    left: unset;
    right: 25px;
    width: unset;
}

.news .swiper-button-prev,
.news .swiper-button-next {
    width: 41px;
    height: 41px;
    opacity: 0;
    background: no-repeat center;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.news .swiper-button-prev {
    background-image: url("../images/news_prev_img.png");
}

.news .swiper-button-next {
    background-image: url("../images/news_next_img.png");
}

.news .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    background-color: #fff;
}

.news .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4.5px;
    background-color: #ff9d08;
}

.news:hover .swiper-button-prev,
.news:hover .swiper-button-next {
    opacity: 1;
}

.news-item {
    position: relative;
    display: block;
    height: 364px;
}

.news-item img {
    width: 100%;
    height: 100%;
}

.news-title {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    width: 100%;
    height: 57px;
    color: #fff;
    font-size: 18px;
    line-height: 57px;
    background-color: rgba(0, 0, 0, 0.5);
}


/* 本地教育动态 */

.local {
    width: 490px;
    height: 364px;
}

.local .module-list {
    height: 308px;
}

.local .module-text {
    max-width: 340px;
}


/* 横幅 */

.banner {
    margin-top: 40px;
    height: 98px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner-link {
    display: block;
    height: 98px;
}

.banner-index {
    position: absolute;
    bottom: 8px;
    right: 12px;
    z-index: 20;
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    background-color: #c30406;
}

.domestic-council {
    margin: 40px 0 35px;
}


/* 国内教育动态 */

.domestic {
    width: 597px;
}

.domestic .module-list {
    height: 264px;
}

.domestic .module-text {
    max-width: 435px;
}


/* 国务院信息 */

.council {
    width: 505px;
}

.council .module-list {
    height: 264px;
}

.council .module-text {
    max-width: 340px;
}

.zbb .headline {
    font-size: 28px !important;
}

.zbb .module-title-text {
    font-size: 24px !important;
}

.zbb .module-title-more {
    font-size: 18px !important;
}