﻿.tender_style{
	border-top: 0px;
    background:#fff;
}

.tender_style>a{
	display: inline-block;
	width: 98px; height: 28px; line-height: 28px;
	border: 1px solid #aaaaaa; border-radius: 2px;
	margin-right: 30px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.tender_style>a:hover{
	color: #fff;
	background: #3972cf;
	border-color: #3972cf;
}

.tender_style>a.on{
	color: #fff;
	background: #437fd6;
	border-color: #437fd6;
}

.tender_size{
	border-top: 0;
    background:#fff;
}

.tender_size>a{
	margin-left: 47px;
    cursor:pointer;
}

.tender_size>a.on{
	color: #437fd6; font-weight: bold;
}

.tender_body>li{
	height: 128px;
	padding-left: 25px; padding-right: 25px;
	margin-top: 10px;
	background: #ffffff;
}
.tender_body_head{
	height: 43px; line-height: 43px;
	border-bottom: 1px solid #ccc;
	font-size: 16px; color: #333333;
}

.tender_body_head .right{
    display:inline-block;
    float:right;
}
.tender_body_head .right>span{
    display:inline-block;
    margin-right:15px;
}
.tender_body_head .right>span>span{
    margin-left:5px;
    color:#437fd6;
}

.tender_body_body>.w980{
    float:left;
    width:980px;
    margin-top:6px;
}
.tender_body_body>.w980>.w226{
    float:left;
    width:300px; height:72px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.tender_body_body>.w980>.w336{
    float:left;
    width:300px;height:72px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.tender_body_body>.w980>.w418{
    float:left;
    width:218px;height:72px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.tender_body_body>.w980>.w226>p, .tender_body_body>.w980>.w336>p, .tender_body_body>.w980>.w418>p{
    white-space:nowrap;  
     overflow:hidden;
    text-overflow:ellipsis;
}

.tender_body_body p{
    overflow:hidden;
    line-height:36px;
    font-size:16px; color:#666666;
    text-overflow:ellipsis;
}

.btn_tender{
    display:inline-block;
    width:120px; height:42px; line-height:42px;
    border-radius:2px;
    margin-top:20px;
    background:#437fd6;
    text-align:center;
    font-size:16px;  color:#fff;
    cursor:pointer;
}

.btn_tender.ban{
    background:#ddd;
}

.btn_tender:hover{
    color:#fff;
    background:#3972cf;
}
.btn_tender.ban:hover{
    background:#ddd;
}
.bg1 {
    min-height:calc( 100vh - 606px);
}