html,body,ul,li{
    padding:0;
    margin:0;
}
li{
    list-style:none;
}
body {
    background-color: #f0f0f0;
}
html,body{
    width:100%;
    height:100%;
}
.container {
    font-family: MicrosoftYaHei;
    color: #666666;
    min-width:1230px;
    position: relative;
    /* padding-bottom:94px; */
    /* min-height:100%; */
}

.welcome {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.welcome .date {
    margin-right: 30px;
}
.welcome .btn:focus,
.welcome .btn-sucess:focus{
    box-shadow: none;
}

select.form-control:not([size]):not([multiple]){
    height:30px;
}
.form-group .input-group-btn button{
    /* display:inline-block; */
    height: 100%;
    float:right\9\0;
    right:0\9\0;
}
.form-control:focus{
    box-shadow: none;
}
/* 导航 */
.head {
    background-color: #ffffff;
    padding: 0px 20px;
}
.head .logo-di{
    position:relative;
}
.head .logo {
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.head .arrowButton {
    float: right;
    position: relative;
    top: -45px;
    left: -10px;
}
.head .collapseNav {
    display: flex;
}

.head .nav-link {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
    margin: 20px 20px 20px 0px;
}

.head .nav-link.active {
    color: #922321;
    border-bottom: #922321 solid 2px;
}

.head .icon {
    height: 20px;
    top: 30px;
    position: absolute;
    margin-left: 12px;
}
/* 查询 */
.searchPanel {
    width: 500px;
    height: 40px;
    background-color: #ffffff;
    border: solid 2px #d4d4d4;
    float: right;
    position: relative;
    top: -70px;
}
.searchPanel .searchSelector {
    height: 40px !important;
}
.searchPanel .input-group-append {
    width: 96px;
    height: 40px;
    background-color: #d92730;
}
.head .searchPanel .icon {
    top: 10px;
    margin-left: 40px;
}
.page-con{
    margin-top: 30px;
    /* background-color: #fff; */
}
.page-con .title{
    color:#C9151E;
    font-size:20px;
}
.home {
    text-align: center;
}
.home img {
    height: 350px;
    padding-bottom: 30px;
    width: 100%;
}
/* 20190611 */
.homePage-tab,
.purchasingDynamics-tab,
.openBidInfo-tab,
.policiesRegulations-tab,
.download-tab{
    display:none;
    background-color:#fff;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
}
.homePage-tab{
    background-color: transparent;
    box-shadow:0 0 0 0;
}
.homePage-tab.active,
.purchasingDynamics-tab.active,
.openBidInfo-tab.active,
.policiesRegulations-tab.active,
.download-tab.active{
    display:block;
}
.notice-tab>.title,
.notice-tab .nt-left{
    vertical-align: top;
    display:none;
}
.notice-tab.ntActive{
    background-color: #fff;
}
.notice-tab.ntActive .nt-left{
    /* background-color:rebeccapurple; */
}
.notice-tab.ntActive .nt-left,
.notice-tab.ntActive .nt-right{
    width:25%;
    height:465px;
    display:inline-block;
}
.notice-tab.ntActive .nt-right{
    width:75%;
}
.notice-tab.ntActive .nt-right .pageDiv{
    padding:0;
}
.notice-tab.ntActive>.title{
    display:block;
}
.notice-tab.ntActive .purchasingDynamics-tab .title{
    display:none;
}
.page-single{
    /* height:400px;
    overflow: hidden; */
}
/* 通知栏 */
.box {
    background-color: #ffffff;
    /* box-shadow: 0px 0px 10px #eeeeee; */
    padding: 20px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.box .title {
    font-size:1.25vw;
    padding-bottom: 15px;
}

.box .title .icon {
    height: 20px;
    padding-right: 2px;
    vertical-align: middle;
}

.box .title .text {
    font-size: 20px;
    line-height: 34px;
    color: #bf242a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.home .list-item .date,
.box .title .more,
.box .list .date,
.box .downloadIcon {
    float: right;
    margin-right: 0px;
}
.box .list .date{
    margin-right:20px;
}
.box .title>.more>.text {
    font-size: 14px;
    height: 12px;
    line-height: 19px;
    color: #c8c8c8;
}

.box .list ul {
    list-style: none;
    padding-left: 0px;
}

.box .list li:before {
    content: "\02022";
    color: #c9131d;
    margin-right: 14px;
}

.box .list .list-item {
    border-bottom: solid 2px #e5e5e5;
    line-height: 40px;
}
.box .bus-data li{
    display:inline-block;

}
.box .bus-data li .num{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align:center;
    font-size:28px;
}
.box .bus-data li .money:before,
.box .bus-data li .bus:before,
.box .bus-data li .project:before,
.box .bus-data li .supplier:before,
.box .bus-data li .agent:before,
.box .bus-data li .number:before{
    content: "";
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-bottom;
}
.box .bus-data li .money:before{
    background:url("./../img/money.png") no-repeat;
}
.box .bus-data li .bus:before{
    background:url("./../img/bus.png") no-repeat;
}
.box .bus-data li .project:before{
    background:url("./../img/project.png") no-repeat;
}
.box .bus-data li .supplier:before{
    background:url("./../img/supplier.png") no-repeat;
}
.box .bus-data li .agent:before{
    background:url("./../img/agent.png") no-repeat;
}
.box .bus-data li .number:before{
    background:url("./../img/number.png") no-repeat;
}

.box a {
    color: #666666;
}
.box .list-item span.text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 75%;
    display: inline-block;
    vertical-align: bottom;
}
.tab-pane .list-item span.text{
    max-width: 60%;
    vertical-align: bottom;
    display: inline-block;
}
.box .downloadIcon {
    width: 18px;
    height: 18px;
    position: relative;
    top: 8px;
}
.service{
    display:inline-block;
    vertical-align: top;
}
.login-entry{
    height:calc(100% - 20px);
}
.login-entry .entry-ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login-entry .entry-ul li{
    margin-bottom:20px;
    /* padding:12px 0; */
    width:46.5%;
    text-align:center;
    border-radius:2px;
    cursor:pointer;
}
.login-entry .entry-ul span{
    width:100%;
    font-size:16px;
    color:#fff;
}
.login-entry .entry-ul.about-link span{
    color:#000;
    font-size:12px;
}
.login-entry .entry-ul.about-link li{
    padding: 9px 0;
    height: 40px;
    border-radius: 2px;
    border: 1px solid rgba(221,221,221,1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.login-entry .entry-ul.about-link li:hover{
    background-color: #F2F2F2;
}
.login-entry .gap{
    margin:0 16px;
    font-size:20px;
    color: #D2D2D2;
}
.login-entry .text.unActive{
    color:#000;
    cursor:pointer;
}
.login-entry .red{
    background-color:#F97C64;
}
.login-entry .yel{
    background-color:#FCBF52;
}
.login-entry .blu{
    background-color:#3BA6DF;
}
.login-entry .you{
    background-color:#862c9c;
}
.login-entry .gre{
    background-color:#59C8AB;
}
.login-entry .red:hover{
    background-color:#E7583D;
}
.login-entry .yel:hover{
    background-color:#EDA728;
}
.login-entry .blu:hover{
    background-color:#158DCD;
}
.login-entry .you:hover{
    background-color:#6b227d;
}
.login-entry .gre:hover{
    background-color:#1FB78F;
}
.ser.entry-ul .red{
    background-color:#F97C64;
}
.ser.entry-ul .yel{
    background-color:#FCBF52;
}
.ser.entry-ul .red:hover{
    background-color:#E7583D;
}
.ser.entry-ul .yel:hover{
    background-color:#EDA728;
}
.notifications {
    /* height: 220px; */
    height: calc(100% - 20px);
}
.bidOpeningInfo {
    height: 336px;
}
.logIn .title {
    height: 40px;
    text-align: center;
}
.logIn .title .text {
    color: #555555;
}
.logInList .nav-item {
    margin: 30px 40px 0px 40px;
    height: 80px;
    line-height: 80px;
    background-color: #ce1822;
    border-radius: 4px;
    margin-top: 20px;
}
.logInList .nav-item a:hover {
    text-decoration: none;
}
.logInList .nav-item .icon {
    margin: 20px;
    height: 40px;
    width: 40px;
}
.logInList .nav-item .text {
    font-size: 23px;
    color: #fffefe;
}
.announcementPanel .nav-tabs .nav-link {
    border: 0px;
    height: 53px;
    background-color: #fff;
    line-height: 25px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius:0px;
}
.announcementPanel .nav-tabs .nav-link.active {
    border-left: #C9151E 2px solid;
    background-color: #FEF1EF;
    color: #C9151E;
    line-height: 37px;
}
.dataChart {
    margin-left: -30px;
}

/* .policies,
.serviceDirectories {
    height: 350px;
} */
.swiper-container{
    height:300px;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 4px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: rgb(236, 105, 105);
}
.swiper-slide{
    text-align: center;
}
.swiper-container img{
    height:100%;
}
.links {
    height: 60px;
    line-height: 20px;
}

.links .title {
    font-size: 16px;
    color: #bf242a;
    border: none;
    float: left;
}

.links .nav-link {
    line-height: 5px;
}
.bus-data{
    width: 100%;
    padding:0 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bus-data li{
    min-width: 180px;
    margin-top:20px;
    width:28%;
    padding:13px 20px;
    border:1px solid rgba(221,221,221,1);
    margin-left:20px;
}
.purchasingDynamics-tab .title,
.openBidInfo-tab .title,
.policiesRegulations-tab .title,
.download-tab .title{
    height:64px;
    line-height:64px;
    border-bottom:2px solid #EDEDED;
    text-indent: 2rem;
    font-weight: 600;
}
.concon-leftF{
    float:left;
    width: 620px;
    height: 40px;
    overflow: hidden;
    font-size:14px;
    margin-left:26px;
    line-height: 40px;
}
.concon-leftF a{
    color:#666;
}
.concon-leftF a:hover{
    text-decoration: none;
    color: #E67B85;

}
.concon-leftF a:before{
    content: "\02022";
    color: #c9131d;
    margin-right: 12px;
}
.concon-rightF{
    float:right;
    font-size:14px;
    color:#666;
    margin-right: 50px;
    line-height: 40px;
}
.col-con{
   height:40px;
   border-bottom:2px solid #e5e5e5;
}
.pageDiv{
    display:none;
}
.layui-laypage .layui-laypage-curr em.layui-laypage-em{
    background-color:#3469ab;
}
.footer {
    /* position:absolute; */
    width:100%;
    /* height:94px; */
    bottom:0;
    background-color: #5f5f5f;
    color: #cccccc;
    padding: 20px 0 20px 33%;
    margin-top:20px;
}
.footer .main>div{
    font-size: 12px;
}

.logo-after:after{
    content: "";
    background: url(./../img/logo.png) no-repeat;
    width: 8px;
    height: 14px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: -3px;
    margin-right: 3px;
}
/* bootstraps */
.nav-link{
    padding: .5rem .9rem;
}
.pageDiv{
    background-color: #fff;
    padding:46px 0 70px;
    /* margin-bottom: 84px; */
}
.login-entry .entry-ul li a:hover{
    text-decoration: none;
}
/* @media (min-width: 1600px){
    .container {
        max-width: 1200px;
    }
}
@media (max-width:1300px){
    .tab-pane .list-item span.text{
        max-width: 52%;
    }
    .box .list-item span.text{
        max-width:68%;
    }
}
@media screen and (max-width:1000px){
    .login-entry .gap{
        display:none;
    }
    .login-entry .ser-text{
        display:block;
    }
    .entry-ul li{
        width:100% !important;
    }
    .tab-pane .list-item span.text{
        max-width: 80%;
    }
    .ins-info .list-item .date,
    .tab-pane .list-item span.date{
        display:none;
    }
    .ins-info .list-item .text{
        max-width: 80%;
    }
    .home img{
        width:100%;
        height:auto;
    }
    .head .logo{
        display:none;
    }
}
@media (max-width:750px){
    .nav-link{
        padding: .5rem;
    }
    .welcome>div:nth-of-type(1){
        display:none;
    }
    .welcome>div:nth-of-type(2){
        flex:0 0 100%;
        max-width:100%;
    }
} */