body{
    overflow-x: hidden;
}
@media screen and (max-width:1365px){
    .content{
        width: 1024px;
    }
}
@media screen and (min-width:1366px) and (max-width: 1439px){
    .content{
        width: 1366px;
    }
}
/*@media screen and (min-width: 1440px) and (max-width: 1920px){

}*/
html,body{
    width: 100%;
    height: 100%;
}
.main{
    width: 100%;
    height: 100%;
    background: url(../images/bg-ztb.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
}
.content{
    margin: 0 auto;
}
.breadnav{
    position: relative;
    top: 100px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;   
    color: #1e15b1;
    vertical-align: middle;
    background: url(../images/bgnav.png);
    background-size: 100% 100%;
    padding-left: 2%;
}
.breadnav img{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    line-height: 40px;
    padding: 0 2px;
}
.bid{
    width: 900px;
    margin: 0 auto;
    position: relative;
    top: 100px;
}
.bid .title{
    color: #1e15b1;
    font-size: 26px;
    height: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    line-height: 40px;
    padding-left: 15px;
    background: url(../images/bgnav.png) no-repeat;
    background-size: 100% 100%;
}
.bid ul{
    display: inline-block;
    width: 860px;
    margin: 0 20px;
}
.bid ul li{
    margin-top: 10px;
}
.bid ul li a{
    color: #000;
}
.projname{
    display: inline-block;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
}
#apply0,#apply1,.bidtype{
    margin-left: 25px;
    vertical-align: top;
}
.comptype,.proftype{
    display: inline-block;
    width: 80px;
    margin-left: 15px;
    vertical-align: top;
}
#apply0{
    color: green;
}
#apply1{
    color: red;
}
.bidtype{
    color: #0060f0;
}
.bid .date{
    float: right;
}
.pagetab{
    margin-top: 15px;
    text-align: center;
    color: #000;
}
.pagetab span{
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}