﻿@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: 井宇轩;
 */


/* 领导信息 */

.leader {
    width: 540px;
    height: 416px;
    overflow: hidden;
}

.leader .module-title {
    margin-bottom: 30px;
}

.leader-img {
    width: 160px;
    height: 222px;
}

.leader-img img {
    width: 100%;
    height: 100%;
}

.leader-information {
    margin-left: 30px;
    width: calc(100% - 190px);
}

.leader-name {
    font-size: 24px;
    font-weight: bold;
}

.leader-name-link {
    color: #333;
}

.leader-job {
    /* margin: 30px 0 0 65px; */
    margin: 30px 0 0 0px;
    font-size: 16px;
    line-height: 30px;
}

.leader-buttons {
    margin-top: 30px;
}

.leader-button {
    border-radius: 5px;
    background: no-repeat 35px center;
    background-color: #f0f6ff;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.leader-button:first-child {
    background-image: url("../images/leader_btn_img_1.png");
}

.leader-button:last-child {
    background-image: url("../images/leader_btn_img_2.png");
}

.leader-button:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: leader-btn-move .7s linear .5s infinite alternate;
    animation: leader-btn-move .7s linear .5s infinite alternate;
}

.leader-button-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    width: 260px;
    height: 90px;
    color: #456dd2;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
}


/* 通知公告 */

.notice {
    width: 590px;
    height: 416px;
}

.notice .module-title {
    margin-bottom: 30px;
}

.notice .module-list {
    height: 220px;
}

.notice .module-text {
    max-width: 430px;
}

.notice-date {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    background-color: #456dd2;
}

.notice-day {
    font-size: 30px;
    font-weight: bold;
}

.notice-month {
    margin-top: 5px;
    font-size: 15px;
}

.notice-box {
    padding-bottom: 30px;
    border-bottom: 1px dashed #b7b7b7;
}

.notice-text {
    margin-left: 20px;
    width: calc(100% - 100px);
}

.notice-title {
    color: #333;
    font-size: 18px;
    line-height: 25px;
}

.notice-title:hover {
    color: #456dd2;
    font-weight: bold;
}

.notice-source {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}


/* 政府信息公开专栏 */

.special {
    margin-top: 40px;
}

.special-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.special-item {
    border-radius: 5px;
    background: url("../images/gov_bg.png") no-repeat center;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.special-item:nth-child(1) {
    background-color: #fcefed;
}

.special-item:nth-child(2) {
    background-color: #f3f8fe;
}

.special-item:nth-child(3) {
    background-color: #f2fbea;
}

.special-item:nth-child(4) {
    background-color: #fff8ef;
}

.special-item:nth-child(5) {
    background-color: #eaf7f8;
}

.special-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: special-item-move .7s linear .5s infinite alternate;
    animation: special-item-move .7s linear .5s infinite alternate;
}

.special-item:hover>.special-link {
    color: #456dd2;
    font-weight: bold;
}

.special-link {
    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;
    width: 220px;
    height: 80px;
    color: #333;
    font-size: 17px;
}

.special-link img {
    margin-right: 10px;
}

.policy-hot {
    margin-top: 40px;
}

.policy-hot-link {
    position: relative;
    display: block;
    height: 90px;
}

.policy-hot-link:hover::before {
    width: 25px;
    height: 25px;
}

.policy-hot-link::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 0;
    height: 0;
    background-color: #fff;
    -webkit-transition: width .3s, height .3s;
    transition: width .3s, height .3s;
}

.policy-hot-link img {
    width: 100%;
    height: 100%;
}


/* 政策法规和政策解读 */

.policy {
    width: 550px;
    height: 386px;
}

.policy .module-lists {
    width: calc(550px * 2);
}

.policy .module-list {
    width: 550px;
    height: 220px;
}

.policy .module-text {
    max-width: 375px;
}

.policy .policy-hot-link {
    margin-top: 252px;
}

.policy .policy-hot-link::before {
    left: 0;
    background-image: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}


/* 热点回应 */

.hot {
    width: 590px;
}

.hot .module-list {
    height: 220px;
}

.hot .module-text {
    max-width: 415px;
}

.hot .policy-hot-link {
    margin-top: 20px;
}

.hot .policy-hot-link::before {
    right: 0;
    background-image: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
}

.information-plan {
    margin: 40px 0 20px;
}


/* 人事信息和统计信息 */

.information {
    width: 550px;
    height: 281px;
}

.information .module-lists {
    width: calc(550px * 2);
}

.information .module-list {
    width: 550px;
    height: 220px;
}

.information .module-text {
    max-width: 375px;
}


/* 财政资金和规划计划 */

.plan {
    width: 590px;
    height: 281px;
}

.plan .module-lists {
    width: calc(590px * 2);
}

.plan .module-list {
    width: 590px;
    height: 220px;
}

.plan .module-text {
    max-width: 415px;
}


/* 领导信息按钮动画 */

@-webkit-keyframes leader-btn-move {
    from {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes leader-btn-move {
    from {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}


/* 政府信息公开专栏动画 */

@-webkit-keyframes special-item-move {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes special-item-move {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.leader-information-box {
    position: relative;
}

.leader-link {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 190px;
}

.leader-link-click {
    position: relative;
    line-height: 20px;
    height: 20px;
    color: #333;
    font-size: 18px;
    padding: 0 10px;
}

.leader-link-click:hover {
    color: rgb(69, 109, 210);
}

.leader-link-click:first-child::before {
    display: none;
}

.leader-link-click::before {
    position: absolute;
    content: "";
    width: 1px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background-color: #333;
}


/* 长辈版 */

.zbb .notice-day {
    font-size: 30px !important;
}

.zbb .notice-title {
    font-size: 22px !important;
}

.zbb .leader-name .leader-name-link {
    font-size: 24px !important;
}

.zbb .leader-button-link {
    font-size: 22px !important;
}