﻿/**! 
 * 江苏省公共资源交易网
 * author: gaojian;
 */

.ewb-about-mid {
    padding-bottom: 20px;
    background: url('../images/trade_bg.jpg') center top no-repeat #f1f1f1;
}

.ewb-page-main {
    height: auto;
    padding-top: 4px;
    padding-bottom: 35px;
	min-height:300px;
}

.ewb-col-hd {
    height: 64px;
    line-height: 64px;
    padding-left: 31px;
    font-size: 22px;
    font-weight: bold;
    color: #0080da;
    background-position: left center;
    background-repeat: no-repeat;
}

.ewb-col1 {
    background-image: url('../images/plate_icon1.png');
}

.ewb-col2 {
    background-image: url('../images/plate_icon2.png');
}

.ewb-col3 {
    background-image: url('../images/plate_icon3.png');
}

.ewb-col4 {
    background-image: url('../images/plate_icon4.png');
}

.ewb-col5 {
    background-image: url('../images/plate_icon5.png');
}

.ewb-col6 {
    background-image: url('../images/plate_icon6.png');
}

.ewb-col7 {
    background-image: url('../images/plate_icon7.png');
}

.ewb-col8 {
    background-image: url('../images/plate_icon8.png');
}

.ewb-col9 {
    background-image: url('../images/plate_icon9.png');
}

.ewb-co20 {
    background-image: url('../images/plate_icon10.png');
}

.ewb-choice {
    display: block;
    min-width: 60px;
    height: 29px; 
    text-align: center;
    line-height: 29px;
    border: 1px solid #cee3f2;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #eef5fc;
    color: #0080da;
    font-size: 14px;
	padding-left:2px;
}

.ewb-choice-box {
    height: 31px;
    overflow: hidden;
    margin-right: -10px;
}

.ewb-choice:hover,
.cur .ewb-choice {
    border-color: #268add;
    background-color: #268add;
    color: #fff;
}
.ewb-col-bd{
    position: relative;
    height: 82px;
}
.ewb-link {
    position: absolute;
    top: 41px;
    left: 0;
    width: 947px;
    display: none;
    height: 39px;
    border: 1px solid #e0e0e0;
    line-height: 39px;
    padding-left: 14px;
    padding-right: 35px;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url('../images/link_icon.jpg') right center no-repeat;
}
.cur .ewb-link{
    display: block;
}
.ewb-link:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.ewb-col {
    margin-bottom: 15px;
}