.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 250px;
    background: url(../images/tender_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.title{
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.title .w-1200{
    display: flex;
}
.title .title-item{
    width: auto;
    height: 60px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
    line-height: 60px;
    /*margin-right: 40px;*/
    cursor:pointer;
}
.title-item a{
    color: #333333;
}
.title-item.active{
    background: #113496;
    color: #ffffff;
}


.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-box{
    width: 300px;
    height: auto;
    overflow: hidden;
}
.con-box .con-head{
    width: 100%;
    height: 530px;
    background: #f3f3f3;
    overflow: hidden;
}
.con-head .con-top{
    width: 100%;
    height: 100px;
    background: url(../images/tender1.png) no-repeat center center / 100% 100%;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.con-top .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 34px;
    margin-top: 20px;
}
.con-top .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 4px;
}
.con-head .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.con-on .con-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 7px;
}


.con-box .con-last{
    width: 100%;
    height: 300px;
    background: #f3f3f3;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.con-last .con-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-top: 17px;
}
.con-last .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 5px;
}
.con-last .con-code{
    width: 143px;
    height: 145px;
    margin: 20px auto 0;
}
.con-last .con-i{
    width: 150px;
    height: 32px;
    background: #113496;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin: 15px auto 0;
}


.content .list{
    width: 885px;
    height: auto;
    overflow: hidden;
}
.list .list-head{
    width: 100%;
    height: 40px;
    background: #f3f3f3;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #113496;
    line-height: 40px;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-box .list-item{
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    color: #333333;
    line-height: 72px;
    cursor:pointer;
}
.list-item:hover{
    background: #f3f3f3;
    color: #113496;
}
.list-item .list-le{
    width: 670px;
    height: 72px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-item .list-ri{
    color: #999999;
    font-size: 12px;
}
.list-ri .iconfont{
    margin-right: 10px;
}
.list-item:hover .list-ri{
    background: #f3f3f3;
    color: #113496;
}
