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


/* 头条 */

.headlines {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 141px;
    height: 74px;
    background: url("../images/headlines_img.png") no-repeat left center;
}

.headlines-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

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

.headlines-title:hover {
    color: #456dd2;
}

.headlines-text {
    margin-top: 13px;
    color: #666;
}

.headlines-detail {
    color: #cf3b3c;
}


/* 新闻轮播图、国务院信息和工作动态 */

.information {
    margin-top: 27px;
}

.information-swiper {
    width: 559px;
    height: 332px;
    border-radius: 5px;
}

.information-swiper .swiper-slide {
    position: relative;
}

.information-swiper .swiper-slide>img {
    max-width: 100%;
    max-height: 100%;
}

.information-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.information-name-date {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 92px;
    height: 80px;
    text-align: center;
}

.information-name-date::after {
    content: "";
    position: absolute;
    top: 11px;
    right: -2px;
    width: 1px;
    height: 60px;
    background-color: #d2dfff;
}

.information-name-day {
    margin: 11px 0 3px;
    font-size: 30px;
}

.information-name-month {
    font-size: 12px;
}

.information-name-hd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    width: calc(100% - 92px);
    height: 80px;
}

.information-name-title {
    margin: 11px 0 3px;
    font-size: 16px;
    font-weight: bold;
}

.information-name-text {
    display: -webkit-box;
    color: #d4d3d3;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.information-tabview {
    width: 596px;
    height: 332px;
}

.information-tabs {
    border-radius: 5px;
    background-color: #edf5ff;
}

.information-tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    width: 139px;
    height: 50px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background: no-repeat 20px center;
}

.information-tab.active {
    color: #fff;
    background-color: #456dd2;
}

.information-tab.active:first-child {
    border-radius: 5px 0 0 5px;
}

.information-tab.active:last-child {
    border-radius: 0 5px 5px 0;
}

.information-list {
    margin-top: 14px;
    height: 268px;
    overflow: hidden;
}

.information-item {
    margin-left: 23px;
}

.information-item:not(:first-child) {
    margin-top: 17px;
}

.information-link {
    position: relative;
    display: block;
    font-size: 15px;
}

.information-link:hover::before {
    content: url("../images/information_link_hover_img.png");
}

.information-link::before {
    content: url("../images/information_link_img.png");
    position: absolute;
    top: 4px;
    left: -21px;
}

.information-link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 464px;
    width: 464px;
    color: #333;
    font-weight: bold;
}

.information-link-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.information-link-img {
    display: none;
    width: 32px;
    height: 14px;
    background: url("../images/new_img.png") no-repeat center;
}

.information-link-date {
    color: #999;
}

.information-tab:first-child {
    background-image: url("../images/tab_img_1.png");
}

.information-tab:last-child {
    background-image: url("../images/tab_img_2.png");
}

.information-tab.active:first-child {
    background-image: url("../images/tab_active_img_1.png");
}

.information-tab.active:last-child {
    background-image: url("../images/tab_active_img_2.png");
}

.information-link:hover .information-link-text,
.information-link:hover .information-link-date {
    color: #456dd2;
}

.information-link-title.new>.information-link-img {
    display: block;
}


/* 交易平台进入链接 */

.trade-link {
    display: block;
    margin-top: 30px;
    height: 100px;
    border-radius: 5px;
    background: url("../images/trade_link_img.png") no-repeat center;
}


/* 通知公告、政府信息公开 */

.notice-bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 28px;
    padding-top: 31px;
    height: 445px;
    background: url("../images/notice_bg.png") no-repeat center;
}


/* 通知公告 */

.notice {
    height: 400px;
}

.notice-tabview {
    width: 692px;
    height: 260px;
}

.notice-tabs {
    border-radius: 5px;
    background-color: #fff;
}

.notice-tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    /* width: 139px; */
    width: 126px;
    height: 50px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background: no-repeat 20px center;
}

.notice-tab.active {
    color: #fff;
    background-color: #456dd2;
}

.notice-tab.active:first-child {
    border-radius: 5px 0 0 5px;
}

.notice-tab.active:last-child {
    border-radius: 0 5px 5px 0;
}

.notice-list {
    margin-top: 14px;
    height: 196px;
    overflow: hidden;
}

.notice-item {
    margin-left: 23px;
}

.notice-item:not(:first-child) {
    margin-top: 17px;
}

.notice-link {
    position: relative;
    display: block;
    font-size: 15px;
}

.notice-link:hover::before {
    content: url("../images/information_link_hover_img.png");
}

.notice-link::before {
    content: url("../images/information_link_img.png");
    position: absolute;
    top: 4px;
    left: -21px;
}

.notice-link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 540px;
    width: 540px;
    color: #333;
    font-weight: bold;
}

.notice-link-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.notice-link-img {
    display: none;
    width: 32px;
    height: 14px;
    background: url("../images/new_img.png") no-repeat center;
}

.notice-link-date {
    color: #999;
}

.notice-tab:nth-child(1) {
    background-image: url("../images/tab_img_3.png");
}

.notice-tab:nth-child(2) {
    position: relative;
    margin-left: 1px;
    background-image: url("../images/tab_img_4.png");
}

.notice-tab:nth-child(2)::before,
.notice-tab:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 1px;
    height: 22px;
    background-color: #d2dfff;
}

.notice-tab:nth-child(2)::before {
    left: -1px;
}

.notice-tab:nth-child(2)::after {
    right: -1px;
}

.notice-tab:nth-child(3) {
    margin-left: 1px;
    background-image: url("../images/tab_img_5.png");
}

.notice-tab:nth-child(4) {
    margin-left: 1px;
    background-image: url("../images/tab_img_4.png");
}

.notice-tab:nth-child(5) {
    margin-left: 1px;
    background-image: url("../images/tab_img_4.png");
}

.notice-tab.active:nth-child(1) {
    background-image: url("../images/tab_active_img_3.png");
}

.notice-tab.active:nth-child(2) {
    background-image: url("../images/tab_active_img_4.png");
}

.notice-tab.active:nth-child(3) {
    background-image: url("../images/tab_active_img_5.png");
}

.notice-tab.active:nth-child(4) {
    background-image: url("../images/tab_active_img_4.png");
}

.notice-tab.active:nth-child(5) {
    background-image: url("../images/tab_active_img_4.png");
}

.notice-link:hover .notice-link-text,
.notice-link:hover .notice-link-date {
    color: #456dd2;
}

.notice-link-title.new>.notice-link-img {
    display: block;
}

.notice-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.notice-module-item {
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(139, 139, 139, 0.2);
    box-shadow: 0px 2px 6px 0px rgba(139, 139, 139, 0.2);
    background: no-repeat center bottom;
}

.notice-module-item:nth-child(1) {
    background-image: url("../images/module_img_1.png");
}

.notice-module-item:nth-child(2) {
    background-image: url("../images/module_img_2.png");
}

.notice-module-item:nth-child(3) {
    background-image: url("../images/module_img_3.png");
}

.notice-module-item:nth-child(4) {
    background-image: url("../images/module_img_4.png");
}

.notice-module-item:hover:nth-child(1) {
    background-image: url("../images/module_hover_img_1.png");
}

.notice-module-item:hover:nth-child(2) {
    background-image: url("../images/module_hover_img_2.png");
}

.notice-module-item:hover:nth-child(3) {
    background-image: url("../images/module_hover_img_3.png");
}

.notice-module-item:hover:nth-child(4) {
    background-image: url("../images/module_hover_img_4.png");
}

.notice-module-item:hover .notice-module-title,
.notice-module-item:hover .notice-module-text {
    color: #fff;
}

.notice-module-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding: 15px 0 0 16px;
    width: 158px;
    height: 99px;
}

.notice-module-title {
    margin-bottom: 3px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.notice-module-text {
    color: #999;
    font-size: 12px;
}


/* 政府信息公开 */

.open {
    width: 463px;
}

.open-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    color: #4f4f4f;
    font-size: 24px;
    background: url("../images/title_img_1.png") no-repeat left center;
}

.open-title-text {
    color: #456dd2;
}

.open-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 16px;
}

.open-more:hover {
    color: #456dd2;
}

.open-list {
    margin-top: 13px;
}

.open-list-item {
    border-radius: 5px;
    background: no-repeat center;
    -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
    transition: -webkit-box-shadow .3s, -webkit-transform .3s;
    transition: box-shadow .3s, transform .3s;
    transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.open-list-item:nth-child(1) {
    background-image: url("../images/open_img_1.png");
}

.open-list-item:nth-child(2) {
    background-image: url("../images/open_img_2.png");
}

.open-list-item:nth-child(3) {
    background-image: url("../images/open_img_3.png");
}

.open-list-item:nth-child(4) {
    background-image: url("../images/open_img_4.png");
}

.open-list-item:nth-child(5) {
    background-image: url("../images/open_img_5.png");
}

.open-list-item:nth-child(6) {
    background-image: url("../images/open_img_6.png");
}

.open-list-item:not(:nth-child(2n+1)) {
    margin-left: 19px;
}

.open-list-item:not(:nth-child(-n+2)) {
    margin-top: 19px;
}

.open-list-item:hover {
    -webkit-box-shadow: 0px 8px 13px 0px rgba(73, 111, 188, 0.24);
    box-shadow: 0px 8px 13px 0px rgba(73, 111, 188, 0.24);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.open-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 84px;
    width: 222px;
    height: 98px;
}

.open-text {
    width: 114px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: -2px 0px 0px #3873ed;
}


/* 横幅 */

.banner-swiper {
    margin-top: 31px;
    height: 100px;
    border-radius: 5px;
}

.banner-swiper .swiper-pagination {
    left: unset;
    bottom: 15px;
    right: 19px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.banner-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .5;
    background-color: #fff;
}

.banner-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}

.trade-interaction {
    margin-top: 30px;
}


/* 交易服务 */

.trade {
    width: 693px;
}

.trade-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    color: #4f4f4f;
    font-size: 24px;
    background: url("../images/title_img_2.png") no-repeat left center;
}

.trade-title-text {
    color: #456dd2;
}

.trade-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 16px;
}

.trade-more:hover {
    color: #456dd2;
}

.trade-entrance {
    display: block;
    margin-top: 15px;
    height: 128px;
    background: url("../images/trade_entrance_img.png") no-repeat center;
}

.trade-list {
    margin-top: 16px;
}

.trade-list-item {
    opacity: .8;
    background: no-repeat center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.trade-list-item:nth-child(1) {
    background-image: url("../images/trade_img_1.png");
}

.trade-list-item:nth-child(2) {
    background-image: url("../images/trade_img_2.png");
}

.trade-list-item:nth-child(3) {
    background-image: url("../images/trade_img_3.png");
}

.trade-list-item:nth-child(4) {
    background-image: url("../images/trade_img_4.png");
}

.trade-list-item:not(:nth-child(2n+1)) {
    margin-left: 19px;
}

.trade-list-item:not(:nth-child(-n+2)) {
    margin-top: 20px;
}

.trade-list-item:hover {
    opacity: 1;
}

.trade-list-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 0 0 37px;
    width: 337px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.trade-list-link>.text {
    color: #ceccfd;
    font-size: 14px;
    font-weight: normal;
}


/* 互动交流 */

.interaction {
    width: 464px;
}

.interaction-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    color: #4f4f4f;
    font-size: 24px;
    background: url("../images/title_img_3.png") no-repeat left center;
}

.interaction-title-text {
    color: #456dd2;
}

.interaction-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 16px;
}

.interaction-more:hover {
    color: #456dd2;
}

.interaction-tabview {
    width: 0;
    height: 0;
}

.interaction-tabs {
    border-radius: 5px;
    background-color: #fff;
}

.interaction-tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    width: 139px;
    height: 50px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background: no-repeat 20px center;
}

.interaction-tab.active {
    color: #fff;
    background-color: #456dd2;
}

.interaction-tab.active:first-child {
    border-radius: 5px 0 0 5px;
}

.interaction-tab.active:last-child {
    border-radius: 0 5px 5px 0;
}

.interaction-list {
    margin-top: 14px;
    height: 200px;
    overflow: hidden;
}

.interaction-item {
    margin-left: 23px;
}

.interaction-item:not(:first-child) {
    margin-top: 17px;
}

.interaction-link {
    position: relative;
    display: block;
    font-size: 15px;
}

.interaction-link:hover::before {
    content: url("../images/information_link_hover_img.png");
}

.interaction-link::before {
    content: url("../images/information_link_img.png");
    position: absolute;
    top: 4px;
    left: -21px;
}

.interaction-link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 315px;
    width: 315px;
    color: #333;
    font-weight: bold;
}

.interaction-link-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.interaction-link-img {
    display: none;
    width: 32px;
    height: 14px;
    background: url("../images/new_img.png") no-repeat center;
}

.interaction-link-date {
    color: #999;
}

.interaction-list {
    margin-top: 20px;
}

.interaction-link:hover .interaction-link-text,
.interaction-link:hover .interaction-link-date {
    color: #456dd2;
}

.interaction-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 19px;
}

.interaction-icon {
    opacity: .8;
    background: no-repeat center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.interaction-icon:nth-child(1) {
    background-image: url("../images/icon_img_1.png");
}

.interaction-icon:nth-child(2) {
    background-image: url("../images/icon_img_2.png");
}

.interaction-icon:nth-child(3) {
    background-image: url("../images/icon_img_3.png");
}

.interaction-icon:nth-child(4) {
    background-image: url("../images/icon_img_4.png");
}

.interaction-icon:hover {
    opacity: 1;
}

.interaction-icon-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 66px;
    width: 101px;
    height: 100px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


/* 专题专栏 */

.special-bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 28px;
    padding-top: 31px;
    height: 279px;
    background: url("../images/special_bg.png") no-repeat center;
}

.special-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    color: #4f4f4f;
    font-size: 24px;
    background: url("../images/title_img_4.png") no-repeat left center;
}

.special-title-text {
    color: #456dd2;
}

.special-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 16px;
}

.special-more:hover {
    color: #456dd2;
}

.special-swiper {
    margin-top: 15px;
    height: 204px;
}

.special-swiper .swiper-slide {
    height: 148px;
}

.special-swiper .swiper-pagination-bullets {
    bottom: 16px;
}

.special-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
}

.special-swiper .swiper-pagination-bullet {
    position: relative;
    width: 21px;
    height: 18px;
    opacity: 1;
    border-radius: unset;
    background: url("../images/special_swiper_img.png") no-repeat center;
}

.special-swiper .swiper-pagination-bullet:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -37px;
    width: 34px;
    height: 1px;
    background-color: #68a4ff;
}

.special-swiper .swiper-pagination-bullet-active {
    background-image: url("../images/special_swiper_active_img.png");
}

.special-link {
    display: block;
    height: 148px;
}

.zbb .interaction-item:not(:first-child) {
    margin-top: 12px !important;
}

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

.zbb .notice-tab {
    background: no-repeat 10px center;
}

.zbb .notice-tab:nth-child(1) {
    background: no-repeat 20px center;
}

.zbb .notice-tab:nth-child(1) {
    background-image: url("../images/tab_img_3.png");
}

.zbb .notice-tab:nth-child(2) {
    position: relative;
    margin-left: 1px;
    background-image: url("../images/tab_img_4.png");
}

.zbb .notice-tab:nth-child(2)::before,
.zbb .notice-tab:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 1px;
    height: 22px;
    background-color: #d2dfff;
}

.zbb .notice-tab:nth-child(2)::before {
    left: -1px;
}

.zbb .notice-tab:nth-child(2)::after {
    right: -1px;
}

.zbb .notice-tab:nth-child(3) {
    margin-left: 1px;
    background-image: url("../images/tab_img_5.png");
}

.zbb .notice-tab:nth-child(4) {
    margin-left: 1px;
    background-image: url("../images/tab_img_4.png");
}

.zbb .notice-tab:nth-child(5) {
    margin-left: 1px;
    background-image: url("../images/tab_img_4.png");
}

.zbb .notice-tab.active {
    color: #fff;
    background-color: #456dd2;
}

.zbb .notice-tab.active:nth-child(1) {
    background-image: url("../images/tab_active_img_3.png");
}

.zbb .notice-tab.active:nth-child(2) {
    background-image: url("../images/tab_active_img_4.png");
}

.zbb .notice-tab.active:nth-child(3) {
    background-image: url("../images/tab_active_img_5.png");
}

.zbb .notice-tab.active:nth-child(4) {
    background-image: url("../images/tab_active_img_4.png");
}

.zbb .notice-tab.active:nth-child(5) {
    background-image: url("../images/tab_active_img_4.png");
}

.zbb .open-title * {
    font-size: 24px !important;
}

.zbb .trade-title * {
    font-size: 24px !important;
}

.zbb .interaction-title * {
    font-size: 24px !important;
}

.zbb .special-title * {
    font-size: 24px !important;
}

.zbb .trade-list-link {
    font-size: 20px !important;
}

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

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

.zbb .notice-module-text {
    font-size: 12px !important;
}

.zbb .trade-list-link>.text {
    font-size: 14px !important;
}

.zbb .information-item:not(:first-child) {
    margin-top: 10px;
}

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

.zbb .open-text {
    font-size: 20px !important;
}

.zbb .interaction-icon-link {
    font-weight: 800;
}