﻿*, body {
    margin: 0;
    padding: 0px;
}

ul, li {
    list-style: none;
}

.con {
    width: 1226px;
    margin: 20px auto;
}

.con-tit {
    height: 47px;
    width: 100%;
}

.tit_blue {
    height: 34px;
    width: 12px;
    background-color: #0a95e1;
    float: left;
}

.tit_name {
    color: #0a95e1;
    font-size: 22px;
    font-weight: 700;
    font-family: "Microsoft YaHei UI";
    float: left;
    height: 32px;
    line-height: 33px;
    margin-left: 5px;
}

.tit_sou {
    height: 43px;
    width: 427px;
    border: 1px solid #0a95e1;
    float: right;
}

.sou_img {
    background-image: url(../AImages/imageNew/Bid/sou_01_03.png);
    background-repeat: no-repeat;
}

input.tit_input {
    height: 32px;    
    width: 293px;
    *+width:283px;/* 兼容IE7+*/
    font-size: 16px;
    line-height: 32px;
    border: 0px;
    float: left;
    border-left: 1px solid #adb7bd;
    margin-top: 5px;
    color: #7e8487;
    padding-left: 10px;
    outline: none;
    box-sizing: border-box;
}

a.sou_but {
    background-color: #0a95e1;
    color: #fff;
    width: 83px;
    float: right;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size:16px;
}

span.sou_img {
    width: 47px;
    height: 43px;
    float: left;
}

.con-tab {
    box-shadow: 0px 0px 5px #dfe1e2;
    margin-top: 10px;
    border: 1px solid #dfe1e2;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=’#dfe1e2′, Direction=135, Strength=5); /*for ie6,7,8*/*/
}

#tab {
    background-color: #f0f5f7;
    border-bottom: 1px solid #dae1e5;
    height: 42px;
}

.con-tab ul li {
    width: 174px;
    float: left;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-right: 1px solid #dae1e5;
}

.current {
    background: #0a95e1;
    color: #fff;
}

#content ul {
    padding: 22px 0px 10px 15px;
    min-height: 521px;
    display: none;
}

    #content ul a {
        height: 65px;
        width: 214px;
        border: 1px solid #c7eafb;
        float: left;
        margin-right: 15px;
        text-decoration: none;
        line-height: 32px;
        text-align: left;
        margin-bottom: 15px;
        background-color: #eaf8ff; 
        color: #666666;
        font-size:14px;
        overflow:hidden;
        padding-left:10px;
    }

        #content ul a:hover {
            color: #0086cf;
        }

.clear {
    clear: both;
    display: block;
}
