
/* ----------------------------------------------------------------------------
DogNicole　2008-5-10　www.scbid.com
----------------------------------------------------------------------------*/
/**网站黑白代码
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } **/

ul, ol, li {
    list-style: none;
}

form, ul, ol, li, p, dl, dd, dt, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

table, td, tr, th {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #0C457E;
}

    a:hover {
        color: #FF0000;
    }

*:focus {
    outline: 0;
}

.hidden {
	display:none;
}

.text-content-show-text p{
	padding:0px!important;
    margin:0px!important;
}

/*
背景图替换文本链接，将链接文字用-9999px缩进隐藏后
在FF下鼠标点击链接时Outline虚线框过长，用FF支持的
focus属性修正，不影响IE浏览器
*/ a:focus {
    outline: 0;
}

.body-index {
    margin: 0;
    font-size: 12px;
    color: #0C457E;
    word-break: break-all;
    line-height: 22px;
    background-repeat: repeat-x;
    background: url() repeat-x;
}

.index-top-container {
    background-repeat: repeat-x;
    background: url(../images/ui/0/images/top-bj.gif) repeat-x;
}

body {
    margin: 0;
    font-size: 12px;
    color: #0C457E;
    /*background-image:url(chunjie/bg.jpg);*/
    background-repeat: repeat-x;
    background: url(../images/ui/0/images/top-bj.gif) repeat-x;
    /*background:url(/zh/images/bg.jpg) repeat-x;*/
    word-break: break-all; /*IE专有属性，强制打断不能自动换行的连续英文或数字*/
    line-height: 22px;
    font-family: SimSun;
}

.w1-body {
    width: 922px;
    clear: both;
    float: none;
}
/* 带边框 */
.border {
    border: 1px solid #62C5E0;
}
/* 居中 */
.center {
    margin: 0px auto;
}

/*新闻列表后的时间*/
.time {
    font-family: Verdana;
    font-size: 10px;
    float: left;
}

/*推荐公告、会员询价、更改通知、中标公告4栏目的免费发布信息按钮*/
.sendfree {
    position: absolute;
    left: 7px;
    bottom: 0;
    color: red;
}

/*
.len-only和.len-more用于截断过长文字链接并在后面添加(或不添加)省略号，用于新闻列表等地方
这两个class作用的元素必须具有宽度属性，用CSS实现比程序截断字符串对搜索引擎更友好
FF暂不支持text-overflow和-o-text-overflow这两个参数，对FF无效
1.clip元素过长时裁切多余的部分不显示
2.ellipsis元素过长时裁切多余的部分，并在尾部追加(...)省略号
*/
.len-only {
    overflow: hidden; /*隐藏超出容器范围的文字*/
    white-space: nowrap; /*强制文字不自动换行*/
    text-overflow: clip; /*IE如果文字超出范围，裁切多余部分*/
    -o-text-overflow: clip; /*Opera 私有属性，如果文字超出范围，裁切多余部分*/
}

.len-more {
    overflow: hidden; /*隐藏超出容器范围的文字*/
    white-space: nowrap; /*强制文字不自动换行*/
    text-overflow: ellipsis; /*IE如果文字超出范围则在尾部追加(...)省略号*/
    -o-text-overflow: ellipsis; /*Opera 私有属性，如果文字超出范围则在尾部追加(...)省略号*/
}

/*
浮动方式：左右，display:inline;用来清除ie6双倍浮动边距bug
*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

/*
两种预置的清除浮动方法，任何元素浮动后都应及时清除浮动
.o-clear方法：
用于容纳浮动元素的父元素上，这个父元素必须具有
width属性，若有的元素本身已具有宽度属性和
overflow:hidden;属性，则无需再使用本方法清除浮动，
该元素本身自带的这两个属性已经把浮动清除了，
zome:1;参数是专们针对ie6准备的。

.p-clear方法：在浮动元素后加<p class="p-clear"></p>即可
*/
.o-clear {
    overflow: hidden;
    zoom: 1;
}

.p-clear {
    clear: both;
}

.clear {
    clear: both;
}

.nonefloat {
    float: none;
}

/*隐藏元素*/
.noshow {
    display: none;
}

/*包含所有元素的整体定位层*/
#bigdiv {
    width: 1004px;
    margin: 0 auto;
    background: url(../images/ui/0/images/search-bj.gif) no-repeat 0 150px;
}

/*包含从搜索栏下面到版权上面的中间所有元素的整体定位层*/
#doccdiv {
    width: 922px;
    margin: 0 auto;
    overflow:hidden;
}

#showpage {
    float: none;
    clear: both;
    background-color:red;display:block;
}

.headtopbg{
	background-color:#E6F6FB
}

/* ================================================= */
/* ================================================= */
.body-container{
	width:932px;
	margin:0px auto;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url();
	background-color:#FFFFFF;
}
.body-container-bg{
	background-repeat: repeat-x;
    background-image: url(../images/ui/0/images/boot-nav-top-bj.gif);
    background-position: bottom left;
}
.index-top2-container {
    background-repeat: repeat-x;
    background-image: url(../images/ui/0/images/boot-nav-top-bj.gif);
    background-position: bottom left;
}
/* 信息显示 之 相关信息 */
.infoshow-xiangguan-title{
	background:#FFFFFF url(../images/ui/0/images/boot-nav-bottom-bj.gif) repeat-x top;
	font-size:14px;
}
/* 概要信息 */
#maintext .info-summary{
	width:98%;
	margin:0px auto;
	overflow:hidden;
	border:1px solid #eaeaea;
	/*border-bottom:1px solid #eaeaea;*/
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	background-color:#f8f8f8;
}

	#maintext .info-summary ul.isummary-line{
		clear:both;
		float:none;
		width:98%;
		margin:0px auto;
	}
	
		#maintext .info-summary ul.isummary-line li{
			float:left;
			margin-right:20px;
			height1:25px;
			line-height:25px;
		}
		
			#maintext .info-summary ul.isummary-line li.caption{
				margin-right:0px;
				font-weight:bold;
				width:65px;
			}

.bidlist-sadlist{
	background:url(../images/ui/0/images/txt-top.gif) repeat-x top;
}
	.bidlist-sadlist .title-info{
		width:669px;
		height:28px;
		border-bottom:2px solid #62C5E0;
		margin:0 auto;
		line-height:28px;
		font-weight:bold;
	}
		.bidlist-sadlist .title-info .info1{
			width:370px;
			height:30px;
			line-height:30px;
			display:block;
			float:left;
		}
		.bidlist-sadlist .title-info .info2{
			float:left;
		}
	
	.bidlist-sadlist .sad-list{
		width:669px;
		margin:0 auto;
		background:url(../images/ui/0/images/bid-list-bj.gif);
		line-height:24px;
		overflow:hidden;
	}
	.bidlist-sadlist .sad-list .line{
		width:100%;
		float:none;
		clear:both;
	}
		.bidlist-sadlist .sad-list .line a.title{
			width:370px;
			height:22px;
			line-height:22px;
			display:block;
			overflow:hidden;
			float:left;
		}
		.bidlist-sadlist .sad-list .line .city1{
			width:70px;
			height:22px;
			line-height:22px;
			display:block;
			overflow:hidden;
			float:left;
		}
		.bidlist-sadlist .sad-list .line .view1{
			float:left;
			height:22px;
			overflow:hidden;
			padding-top:2px;
			margin-left:50px;
		}

/* ************************************************************************************************************** */
/* ************************************************************************************************************** */








/*页头------------------------------------------------------------------------------------------------------------*/
#top {
    width: 100%;
    height: 151px;
    position: relative;
    background: url(../images/ui/0/images/top-bj.gif) repeat-x;
}

    #top .tel {
        width: 960px;
        height: 23px;
        padding: 0 44px 0 0;
        text-align: right;
        line-height: 23px;
        overflow: hidden;
        display: block;
    }

    #top .channel {
        width: 1004px;
        height: 95px;
        position: relative;
    }

    #top dd, dt, li {
        float: left;
        display: inline; /*修正li双倍浮动边bug*/
    }

        #top dd li {
            margin: 0 0 0 12px;
            overflow: hidden;
            white-space: nowrap;
        }

    #top dt {
        width: 23px;
        height: 58px;
        padding: 4px 0 0 0;
        line-height: 14px;
        font-weight: bold;
        text-align: center;
        background: #EBFAFF;
        border: 1px solid #62C5E0;
    }

    #top .logo {
        width: 200px;
        height: 54px;
        margin: 0 30px 0 0;
        position: absolute;
        left: 35px;
        top: 15px;
    }

    #top .citybid {
        width: 365px;
        position: absolute;
        left: 250px;
        top: 15px;
    }

        #top .citybid dd {
            width: 340px;
        }

    #top .industry {
        width: 325px;
        position: absolute;
        left: 635px;
        top: 15px;
    }

        #top .industry dd {
            width: 300px;
        }

    #top .sitetitle {
        width: 126px;
        position: absolute;
        left: 96px;
        top: 68px;
        color: #0151C4;
        text-align: center;
        letter-spacing: 4px;
    }

    /*#DisplayTime {
    float: left;
    margin: 0 0 0 50px;
}*/

    #top .top-right {
        height: 22px;
        line-height: 22px;
        display: block;
        text-align: left;
        float: right;
        background-color:;
        margin-top: 0px;
    }

.top-right a, .top-right .font, .top-right .img {
    height: 22px;
    line-height: 22px;
    float: left;
}

/*皮肤列表*/
#top .tel .left {
    float: left;
    margin: 0 0 0 50px;
}

#Skin {
    float: left;
    width: 140px;
    height: 11px;
    overflow: hidden;
    display: block;
    margin: 6px 0 0 10px;
}

    #Skin li {
        float: left;
        width: 14px;
        height: 11px;
        cursor: pointer;
        text-align: left;
    }

#s0 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left top;
}

#s1 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -11px;
}

#s2 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -22px;
}

#s3 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -33px;
}

#s4 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -44px;
}

#s5 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -55px;
}

#s6 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -66px;
}

#s7 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -77px;
}

#s8 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -88px;
}

#s9 {
    background: url(../images/ui/0/images/skinback.gif) no-repeat left -99px;
}

.nav {
    width: 964px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 40px;
    background: #FFFFFF url(../images/ui/0/images/nav-bj.gif) repeat-x top;
    text-align: center;
}
    /*.nav li{padding:0 15px 0 15px;background:url(../images/ui/0/images/nav-px.gif) no-repeat right 10px;}*/
    .nav li {
        padding: 0 12px 0 12px;
        background: url(../images/ui/0/images/nav-px.gif) no-repeat right 10px;
    }

        .nav li a {
            color: #FFFFFF;
            font-weight: bold;
        }

            .nav li a:hover {
                color: #FEFF95;
            }

    .nav .li-end {
        background: none; /*去掉导航栏最后一个li的背景*/
    }

/*搜索------------------------------------------------------------------------------------------------------------*/
#search_serach {
    width: 931px;
    overflow: hidden;
    display: block;
    margin: 0px auto;
}

    #search_serach .announcements-and-search {
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        /*overflow:hidden;*/
    }

        #search_serach .announcements-and-search .placard {
            width: 600px;
            height: 30px;
            line-height: 30px;
            float: left;
        }

    #search_serach .placard .title-label {
        width: 40px;
        height: 30px;
        line-height: 30px;
        float: left;
        text-align: right;
    }

    #search_serach .placard .notice-info {
        width: 550px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        #search_serach .placard .notice-info li {
            float: left;
        }

            #search_serach .placard .notice-info li a {
                color: red;
            }

.announcements-and-search .search-container {
    width: 274px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 5px;
    border: 1px solid #62C5E0;
    border-right: 0px;
    overflow:hidden;
}

.search-container input {
    height: 27px;
    line-height: 27px;
    border: 0px;
    width: 274px;
}

.announcements-and-search .search-button {
    width: 40px;
    height: 32px;
    line-height: 32px;
    background-image: url(../images/ui/0/images/small.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
}


/*带边框的板块公用ui样式------------------------------------------------------------------------------------------------------------*/
.ui {
    margin: 0 0 6px 0;
    border: 1px solid #62C5E0;
    z-index: 10;
}

    .ui h2 {
        font-size: 12px;
        line-height: 26px;
    }

.ui-title {
    width: 100%;
    height: 26px;
    display: block;
    border-bottom: 1px solid #62C5E0;
}


/* 页面左侧 */
.page-left {
    width: 307px;
    margin-right: 6px;
    float: left;
    overflow: hidden;
}

/*注册统计*/
#reg-tongji {
    overflow: hidden;
    width: 305px;
    height: 26px;
    line-height: 26px;
    background: #FFFFFF url(../images/ui/0/images/title-bj3.gif) repeat-x top;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 14px;
    text-align: center;
}
/*登陆*/
#login {
    width: 305px;
    height: 101px;
    position: relative;
}

    #login .ui-title {
        background: #FFFFFF url(../images/ui/0/images/title-bj-login.gif) repeat-x top;
        border-bottom: 0;
        height: 27px;
    }

    #login h2 {
        text-indent: 17px;
    }

    #login .title-left-txt {
        width: 210px;
        height: 26px;
        line-height: 26px;
        position: absolute;
        left: 90px;
        top: 0px;
        overflow: hidden;
    }

#login-form {
    margin: 5px 0 2px 30px;
    line-height: 15px;
}

    #login-form .txt-input {
        width: 130px;
        height: 15px;
        line-height: 15px;
        border: 1px solid #62C5E0;
    }

    #login-form .check-input {
        width: 34px;
        height: 15px;
        border: 1px solid #62C5E0;
    }

    #login-form .about-reg a {
        color: red;
    }

        #login-form .about-reg a:hover {
            color: red;
        }

    #login-form .click {
        background: url(../images/ui/0/images/login-click.gif) repeat-x;
        border: 0px;
        width: 44px;
        height: 19px;
        margin-left: 5px;
    }

    #login-form .check-img {
        margin: 5px 0;
    }

    #login-form p {
        margin-top: 0px;
        height:19px;
        display:block;
    }

        #login-form p.p2 {
            margin-top: 4px;
        }

        #login-form p.p3 {
            margin-top: 4px;
        }

            #login-form p.p3 span,
            #login-form p.p3 input,
            #login-form p.p3 img,
            #login-form p.p3 a {
                float: left;
            }

            #login-form p.p3 span {
                height: 20px;
                line-height: 20px;
            }

            #login-form p.p3 img {
                margin-left: 5px;
            }

            #login-form p.p3 a {
                height: 20px;
                line-height: 20px;
                display: block;
                margin-left: 5px;
            }

#login-logined {
    margin: 5px 0 2px 10px;
    clear: both;
    float: none;
}

    #login-logined p {
        width: 98%;
        overflow: hidden;
        white-space: nowrap;
    }


/* 最新中标会员 */
#scbid-news1 {
    width: 305px;
    height: 22;
    line-height: 22px;
    background: url(../images/ui/0/images/gg-bj.gif) no-repeat;
}

    #scbid-news1 .title {
        padding-left: 2px;
        width: 118px;
        height: 22px;
        line-height: 22px;
        color: red;
        font-weight: bold;
        float: left;
    }

    #scbid-news1 .mbrs-list {
        width: 185px;
        height: 22px;
        line-height: 22px;
        float: left;
        overflow: hidden;
    }

        #scbid-news1 .mbrs-list li {
            width: 185px;
            height: 22px;
            line-height: 22px;
            overflow: hidden;
        }
/* 最新加盟供方会员 */
.newest-supply-side {
    margin-top: 5px;
    background-image: url(../images/ui/0/images/title-bj3.gif);
    background-repeat: repeat-x;
}

    .newest-supply-side .title {
        width: 305px;
        height: 26px;
        line-height: 26px;
        background-image: url(../images/ui/0/images/ico4.gif);
        background-position: 5px 4px;
        background-repeat: no-repeat;
        text-indent: 25px;
        font-weight: bold;
    }

    .newest-supply-side .contents {
        width: 291px;
        height: 228px;
        padding: 7px;
        overflow: hidden;
        display: block;
        border-top: 0px;
    }

        .newest-supply-side .contents .left-pics {
            width: 113px;
            padding: 0px 7px;
            float: left;
            display: block;
            height: 228px;
            overflow: hidden;
        }

            .newest-supply-side .contents .left-pics li {
                height: 39px;
                padding-bottom: 2px;
                width: 113px;
                overflow: hidden;
                display: block;
            }

        .newest-supply-side .contents .right-texts {
            width: 164px;
            float: left;
            display: block;
            height: 228px;
            overflow: hidden;
        }

            .newest-supply-side .contents .right-texts li {
                height: 19px;
                line-height: 19px;
                width: 164px;
                overflow: hidden;
                display: block;
            }

/* 信息发布单位排行榜 */
.Information-Issued-rankings {
    margin-top: 5px;
    background-image: url(../images/ui/0/images/title-bj3.gif);
    background-repeat: repeat-x;
}

    .Information-Issued-rankings .title {
        width: 305px;
        height: 26px;
        line-height: 26px;
        background-image: url(../images/ui/0/images/ico4.gif);
        background-position: 5px 4px;
        background-repeat: no-repeat;
        text-indent: 25px;
        font-weight: bold;
    }

    .Information-Issued-rankings .contents {
        width: 291px;
        height: 228px;
        padding: 5px 7px 7px 7px;
        overflow: hidden;
        display: block;
        border-top: 0px;
    }

        .Information-Issued-rankings .contents .cline {
        	height:23px;
        }

            .Information-Issued-rankings .contents .cline .cbh {
                background-repeat: no-repeat;
                background-position: center center;
                width: 30px;
                height: 18px;
                line-height: 18px;
                float: left;
                overflow: hidden;
                display:block;
            }

            .Information-Issued-rankings .contents .cline .cname {
                float: left;
                width: 220px;
                height: 18px;
                line-height: 18px;
                overflow: hidden;
                display:block;
            }

            .Information-Issued-rankings .contents .cline .csx {
                float: left;
                width: 40px;
                height: 18px;
                line-height: 18px;
                overflow: hidden;
                color: red;
                display:block;
            }

            .Information-Issued-rankings .contents .cline .cbhn1 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-1.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn2 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-2.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn3 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-3.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn4 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-4.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn5 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-5.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn6 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-6.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn7 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-7.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn8 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-8.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn9 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-9.jpg);
            }

            .Information-Issued-rankings .contents .cline .cbhn10 {
                background-image: url(../images/ui/0/images/Information-Issued-rankings/bj-10.jpg);
            }
/* 政府采购诚信供应商(服务商)入围展示 */
.star1 {
    color: red;
    font-size: 11px;
}

.gpisspfs {
    /*margin-top: 5px;*/
    background-image: url(../images/ui/0/images/title-bj3.gif);
    background-repeat: repeat-x;
}

    .gpisspfs .title {
        width: 305px;
        height: 26px;
        line-height: 26px;
        background-image: url(../images/ui/0/images/ico4.gif);
        background-position: 5px 4px;
        background-repeat: no-repeat;
        text-indent: 25px;
        font-weight: bold;
    }

    .gpisspfs .contents {
        width: 291px;
        height: 191px;
        padding: 7px;
        overflow: hidden;
        display: block;
        border-top: 0px;
    }

        .gpisspfs .contents .contents-lsts {
            height: 191px;
            width: 100%;
            display: block;
            overflow: hidden;
        }

            .gpisspfs .contents .contents-lsts li {
                width: 291px;
                height: 22px;
                line-height: 22px;
                overflow: hidden;
                display: block;
            }

/* 页面右侧 */
.page-right {
    width: 609px;
    float: left;
    overflow: hidden;
}

/* 右侧通栏广告 */
.right-tonglan-advs {
    width: 609px;
    height: 73px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .right-tonglan-advs ul {
        height: 73px;
        overflow: hidden;
    }

        .right-tonglan-advs ul li {
            margin-top: 0px;
            margin-bottom: 0px;
        }

/* 6小图标 */
.buttons-6 {
    width: 609px;
    height: 25px;
    display: block;
    margin-top: 5px;
    overflow:hidden;
}

    .buttons-6 ul {
    }

        .buttons-6 ul li {
            margin-right: 2px;
            float: left;
        }

            .buttons-6 ul li.first {
                margin-right: 4px;
            }

            .buttons-6 ul li.last {
                margin-left: 2px;
                margin-right: 0px;
            }

/* 会员风采频道 */
.hyfc-heng {
	width:920px;
	height:184px;
	display:block;
	overflow:hidden;
	background-image:url(../images/ui/0/images/title-bj4.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px auto;
}
	.hyfc-heng .title-container {
		height:27px;
		line-height:27px;
		width:895px;
		background-image:url(../images/ui/0/images/ico7.gif);
		background-repeat:no-repeat;
		background-position:8px;
		padding-left:25px;
		border-bottom:1px solid #62C5E0
	}
		
		.hyfc-heng .title-container .title{
			float:left;
			overflow:hidden;
		}
		
		.hyfc-heng .title-container .title-more{
			float:right;
			width:60px;
			overflow:hidden;
			text-align:center;
		}
		
	.hyfc-heng .contents {
		width:910px;
		height:157px;
		overflow:hidden;
		display:block;
		margin-left:5px;
	}
	
		.hyfc-heng .contents ul {
		}
		
			.hyfc-heng .contents ul li{
				margin-top:10px;
				margin-left:13px;
			}
				
				.hyfc-heng .contents ul li img{
					width:139px;
					height:110px;
				}
				
				.hyfc-heng .contents ul li div{
					width:139px;
					height:25px;
					line-height:25px;
					overflow:hidden;
					display:block;
					text-align:center;
				}

/* 首页产品 */
.productnewest {
    background-image: url(../images/ui/0/images/title-bj4.gif);
    margin-top: 5px;
    background-repeat: repeat-x;
    overflow:hidden;
    /*z-index:1px;
    position:relative;*/
}

    .productnewest .title {
        height: 26px;
        line-height: 26px;
        width: 920px;
        text-indent: 25px;
        background-image: url(../images/ui/0/images/ico3.gif);
        background-repeat: no-repeat;
        background-position: 5px 4px;
    }

        .productnewest .title .s-title {
            font-weight: bold;
        }

        .productnewest .title .s-text {
            color: red;
        }

            .productnewest .title .s-text a {
                color: red;
            }

    .productnewest .contents {
        width: 920px;
        height: 369px;
        display: block;
        overflow: hidden;
        border-top: 0px;
    }

        .productnewest .contents .productnewest {
            width: 306px;
            height: 120px;
            border-bottom: 1px dashed #CCCCCC;
            display: block;
            float: left;
            background-image: url();
        }

            .productnewest .contents .productnewest .pic {
                width: 100px;
                height: 120px;
                display: block;
                float: left;
                padding: 0px 5px;
                overflow: hidden;
            }

            .productnewest .contents .productnewest .texts {
                width: 190px;
                height: 110px;
                margin-left: 6px;
                display: block;
                float: left;
                line-height: 180%;
                overflow: hidden;
            }




























/* ======================================================================================= */
/*4个数据库lib1*/
#lib {
    width: 609px;
    height: 25px;
    position: relative;
    margin-bottom: 6px;
    background: url(../images/ui/0/images/liblink.gif) no-repeat;
}

    #lib ul li a {
        font-size: 13px;
        line-height: 25px;
        color: #FFFFFF;
    }

    #lib ul li {
        width: 135px;
        height: 25px;
        text-indent: 25px;
        margin: 0 9px 10px 0;
        display: block;
    }

.libico1 {
    background: url(../images/ui/0/images/ku4.gif) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.libico2 {
    background: url(../images/ui/0/images/ku2.gif) no-repeat;
    position: absolute;
    left: 161px;
    top: 0;
}

.libico3 {
    background: url(../images/ui/0/images/ku3.gif) no-repeat;
    position: absolute;
    left: 320px;
    top: 0;
}

.libico4 {
    background: url(../images/ui/images/ku1.gif) no-repeat;
    position: absolute;
    left: 478px;
    top: 0;
}

/*本站公告*/
#scbid-news { /*ff\ie7-8*/
    width: 305px;
    height: 22;
    line-height: 22px;
    background: url(../images/ui/0/images/gg-bj.gif) no-repeat;
}

* html #scbid-news { /*ie6*/
    width: 305px;
    height: 22px;
    line-height: 22px;
}

    #scbid-news h1 {
        width: 85px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        text-indent: 16px;
    }

    #scbid-news div, h1 {
        float: left;
    }

    #scbid-news div {
        width: 210px;
        height: 22px;
        overflow: hidden;
        margin: 0 5px 0 0;
    }
    /*ff\ie7-8*/
    * html #scbid-news div {
        width: 210px;
        height: 22px;
        overflow: hidden;
        margin: 0 5px 0 0;
    }

        #scbid-news div a {
            color: red;
        }



/*顶部广告*/
#topban {
    width: 609px;
    height: 99px;
    overflow: hidden;
    margin: 0 0 6px 0;
}

/*标讯统计*/
#tongji {
    width: 607px;
    height: 23px;
}

    #tongji h1 {
        width: 65px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
        color: #FFFFFF;
        text-indent: 4px;
        background: url(../images/ui/0/images/jiantou.gif) no-repeat;
    }

    #tongji div, h1 {
        float: left;
    }

    #tongji div {
        width: 520px;
        height: 23px;
        overflow: hidden;
        margin: 0 5px;
        color: #666;
    }



/*站内统计信息下6个连接按钮*/
#typelink {
    width: 607px;
    height: 24px;
    margin-top:5px;
    margin-bottom: 6px;
    overflow: hidden;
    background-image:url(../images/ui/0/images/4_bg.jpg);
}

    #typelink ul li {
        margin-right: 9px;
    }

    #typelink .li-end {
        margin-right: 0px;
    }

    #typelink li a {
        background: url(../images/ui/0/images/typelink.gif) no-repeat;
        width: 94px;
        height: 24px;
        display: block;
        text-indent: 35px;
    }





/*招标公告*/
#bid {
    width: 607px;
    height: 648px;
    background: #FFFFFF url(../images/ui/0/images/bid-bj.gif) repeat-x 0 27px;
    position: relative;
}

    #bid .ui-title {
        background: #FFFFFF url(../images/ui/0/images/title-bj6.gif) repeat-x top;
    }

    #bid h2 {
        text-indent: 30px;
        background: url(../images/ui/0/images/ico9.gif) no-repeat 10px 5px;
        position: relative;
        top: 3px;
    }

    #bid h3 {
        font-size: 12px;
        width: auto;
        height: 28px;
        line-height: 28px;
        position: absolute;
        right: 11px;
        top: 2px;
    }

    #bid .tab {
        position: absolute;
        left: 100px;
        top: 3px;
    }

    #bid .list {
        margin-left: 12px;
        width: 580px;
        height: 621px;
        background: url(../images/ui/0/images/bid-list-bj.gif);
    }

    #bid .line {
        display: block;
        width: 580px;
        line-height: 24px;
    }

    #bid .title, .city, .s-time, .e-time {
        display: block;
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }

    #bid .title {
        width: 370px;
        margin-right: 7px;
    }

    #bid .city {
        width: 48px;
        text-align: center;
    }

    #bid .s-time, .e-time {
        width: 36px;
    }

    #bid .s-time, .e-time {
        font-family: Verdana;
        font-size: 10px;
    }

    #bid .city {
        margin-right: 31px;
    }

    #bid .s-time {
        margin-right: 40px;
    }

    #bid .buybook, #procurement .buybook {
        position: absolute;
        left: 13px;
        bottom: 0px;
    }
/*标书购买*/
.blue {
    color: #48607C;
}

.red {
    color: red;
}

#bid .more {
    position: absolute;
    right: 18px;
    bottom: 0px;
}


/*重庆市，西南西北招标公告*/
#bid-other {
    width: 607px;
    height: 288px;
    background: #FFFFFF url(../images/ui/0/images/bid-bj.gif) repeat-x 0 27px;
    position: relative;
}

    #bid-other .ui-title {
        background: #FFFFFF url(../images/ui/0/images/title-bj6.gif) repeat-x top;
    }

    #bid-other h2 {
        text-indent: 30px;
        background: url(../images/ui/0/images/ico9.gif) no-repeat 10px 5px;
        position: relative;
        top: 3px;
    }

    #bid-other h3 {
        font-size: 12px;
        width: auto;
        height: 28px;
        line-height: 28px;
        position: absolute;
        right: 11px;
        top: 2px;
    }

    #bid-other .tab {
        position: absolute;
        left: 130px;
        top: 3px;
    }

    #bid-other .list {
        margin-left: 12px;
        width: 580px;
        height: 245px;
        background: url(../images/ui/0/images/bid-list-bj.gif);
    }

    #bid-other .line {
        display: block;
        width: 580px;
        line-height: 24px;
    }

    #bid-other .title, .city, .s-time, .e-time {
        display: block;
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }

    #bid-other .title {
        width: 338px;
        margin-right: 7px;
    }

    #bid-other .infocertsign {
        width: 32px;
        float: left;
        display: block;
        line-height: 24px;
    }
        /* 认证会员发布信息标识 */
        #bid-other .infocertsign img {
            margin-top: 5px;
        }

    #bid-other .city {
        width: 48px;
        text-align: center;
    }

    #bid-other .s-time, .e-time {
        width: 36px;
    }

    #bid-other .s-time, .e-time {
        font-family: Verdana;
        font-size: 10px;
    }

    #bid-other .city {
        margin-right: 31px;
    }

    #bid-other .s-time {
        margin-right: 40px;
    }

    #bid-other .buybook, #procurement .buybook {
        position: absolute;
        left: 13px;
        bottom: 0px;
    }
    /*标书购买*/
    #bid-other .more {
        position: absolute;
        right: 18px;
        bottom: 0px;
    }

/*供方、需方、最新高级会员展示*/
.suppliers {
    width: 305px;
    height: 269px;
    line-height: 19px;
    position: relative;
}

    .suppliers .ui-title {
        background: #FFFFFF url(../images/ui/0/images/title-bj3.gif) repeat-x top;
    }

    .suppliers h2 {
        text-indent: 25px;
        background: url(../images/ui/0/images/ico4.gif) no-repeat 5px 4px;
    }

    .suppliers ul li {
        float: none;
        display: block;
    }

    .suppliers .nametext {
        position: absolute;
        left: 142px;
        top: 33px;
        width: 156px;
        height: 230px;
        overflow: hidden;
    }

    .suppliers .logoimg {
        position: absolute;
        left: 12px;
        top: 35px;
        height: 230px;
        overflow: hidden;
    }

        .suppliers .logoimg li a {
            width: 113px;
            height: 39px;
            overflow: hidden;
        }

        .suppliers .logoimg li {
            background: #FFFFFF url(../images/ui/0/images/list-logo.gif) no-repeat;
            width: 115px;
            height: 41px;
            margin: 0 0 2px 0;
            padding: 2px 0 0 2px;
            overflow: hidden;
        }

.suppliers-vip {
    width: 305px;
    height: 295px;
    line-height: 19px;
    position: relative;
    margin: 0 0 6px 0;
    background: #FFFFFF url(../images/ui/0/images/title-bj3.gif) repeat-x top;
}

    .suppliers-vip .title {
        width: 305px;
        height: 26px;
        line-height: 26px;
        background-image: url(../images/ui/0/images/ico4.gif);
        background-position: 5px 4px;
        background-repeat: no-repeat;
        text-indent: 25px;
        font-weight: bold;
    }

    .suppliers-vip .contents {
        width: 305px;
        height: 268px;
        border-top: 0px;
        display: block;
    }

        .suppliers-vip .contents .vip-pics {
            width: 291px;
            height: 200px;
            padding: 7px;
        }

            /* VIP会员图片展播 开始 */
            .suppliers-vip .contents .vip-pics .vipPicsUiBox {
                width: 291px;
                height: 200px;
                position: relative;
            }

                .suppliers-vip .contents .vip-pics .vipPicsUiBox .vipPicsUi {
                    width: 291px;
                    height: 200px;
                    overflow: hidden;
                }

                    .suppliers-vip .contents .vip-pics .vipPicsUiBox .vipPicsUi ul li {
                        float: left;
                    }

                        .suppliers-vip .contents .vip-pics .vipPicsUiBox .vipPicsUi ul li img {
                            display: block;
                            width: 291px;
                            height: 200px;
                        }

                .suppliers-vip .contents .vip-pics .vipPicsUiBox #vipPicsNav {
                    position: absolute;
                    right: 2px;
                    bottom: 5px;
                }

                    .suppliers-vip .contents .vip-pics .vipPicsUiBox #vipPicsNav li {
                        float: left;
                        margin: 0px 0px 0px 1px;
                        width: 16px;
                        height: 16px;
                        background: #333;
                        border: 1px solid #FFF;
                        cursor: pointer;
                        line-height: 16px;
                        font-family: Arial;
                        font-size: 10px;
                        color: #FFF;
                        text-align: center;
                    }

                        .suppliers-vip .contents .vip-pics .vipPicsUiBox #vipPicsNav li.navOn {
                            background: #FF6600;
                        }

        .suppliers-vip .contents .vip-texts {
            width: 291px;
            height: 54px;
            padding: 0px 7px;
            overflow: hidden;
            display: block;
        }

            .suppliers-vip .contents .vip-texts ul li {
                float: left;
                width: 145px;
                height: 18px;
                line-height: 18px;
                overflow: hidden;
                display: block;
            }

/*12个新闻栏目连接*/
/*#news8ico{margin-left:6px;}
#news8ico .logoimg{position:absolute;left:12px;top:35px;}
#news8ico .logoimg li a{width:114px;height:24px;overflow:hidden;}
#news8ico .logoimg li{
width:114px;height:24px;
margin:0 0 2px 0;
overflow:hidden;
}*/

#link12 {
    width: 609px;
    height: 54px;
    margin-bottom: 6px;
    overflow: hidden;
}

    #link12 ul li {
        margin-right: 9px;
        margin-bottom: 6px;
    }

    #link12 .li-end {
        margin-right: 0px;
        margin-bottom: 6px;
    }

    #link12 li a {
        background: url(../images/ui/0/images/typelink.gif) no-repeat;
        width: 94px;
        height: 24px;
        display: block;
        text-indent: 35px;
    }

/* 西部标讯 */
#link12xbbidcnbidding {
    width: 607px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 6px;
    border: 1px solid #62C5E0;
    clear: both;
}

    #link12xbbidcnbidding ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-left: 138px;
        padding-top: 5px;
    }

        #link12xbbidcnbidding ul li {
            width: 40px;
            text-align: center;
            height: 16px;
            line-height: 16px;
            border-right: 1px solid #4CB5D2;
        }

            #link12xbbidcnbidding ul li a {
                color: red;
                font-weight: bold;
            }

            #link12xbbidcnbidding ul li.nmg {
                width: 52px;
            }

            #link12xbbidcnbidding ul li.end {
                border-right: 0px;
            }

/*高级会员滚动区下广告*/
#pro-ad {
    width: 305px;
    height: 207px;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}

    #pro-ad span {
        position: absolute;
        left: 7px;
        top: 7px;
    }

/*中间和中下部各有2对尺寸相同的广告条公用ui*/
.ban-two {
    width: 609px;
    height: 73px;
    overflow: hidden;
    margin-bottom: 6px;
}

    .ban-two ul {
        width: 302px;
        height: 73px;
        overflow: hidden;
    }

/*推荐公告、会员询价公告公共ui*/
.tuijian {
    width: 300px;
    height: 210px;
    position: relative;
}

    .tuijian .ui-title {
        background: #FEFFFF url(../images/ui/0/images/title-bj4.gif) repeat-x top;
    }

    .tuijian h2 {
        text-indent: 25px;
        background: url(../images/ui/0/images/ico5.gif) no-repeat 5px 4px;
    }

    .tuijian .title-left-txt {
        width: 65px;
        height: 26px;
        line-height: 26px;
        position: absolute;
        left: 233px;
        top: 0px;
        overflow: hidden;
    }

    .tuijian .list {
        line-height: 20px;
        width: 288px;
        overflow: hidden;
        background: url(../images/ui/0/images/tuijian-bj.gif);
        position: absolute;
        left: 6px;
        top: 30px;
    }

    .tuijian .title {
        width: 250px;
        float: left;
        overflow: hidden;
    }

    .tuijian span {
        display: block;
    }

    .tuijian .more {
        position: absolute;
        right: 10px;
        bottom: 0;
    }

.margin-left5px {
    margin-left: 5px;
}

/*会员logo*/
#logoshow {
    margin-bottom: 6px;
}

    #logoshow img {
        width: 151px;
        height: 52px;
    }

.member-logo {
    width: 312px;
    height: 220px;
    overflow: hidden;
}

    .member-logo li {
        display: inline;
        width: 151px;
        height: 52px;
        overflow: hidden;
        margin: 0 5px 4px 0;
        text-align: center;
    }

/*更改通知、中标公告公共ui*/
.change {
    width: 300px;
    height: 231px;
    position: relative;
}

    .change .ui-title {
        background: #FEFFFF url(../images/ui/0/images/title-bj5.gif) repeat-x top;
    }

    .change h2 {
        text-indent: 18px;
        background: url(../images/ui/0/images/ico8.gif) no-repeat 2px 4px;
    }

    .change .tab {
        position: absolute;
        left: 80px;
        top: 2px;
    }

        .change .tab li {
            border: 0;
            width: 56px;
            height: 14px;
            line-height: 16px;
            padding-top: 2px;
        }

            .change .tab li.hover {
                background: none;
                border: 1px solid #62C5E0;
                line-height: 14px;
            }

    .change span {
        display: block;
    }

    .change .list {
        line-height: 20px;
        width: 288px;
        overflow: hidden;
        background: url(../images/ui/0/images/change-bj.gif);
        position: absolute;
        left: 6px;
        top: 30px;
    }

    .change .more {
        float: right;
        margin-right: 17px;
    }

    .change .title {
        width: 250px;
        float: left;
        overflow: hidden;
    }

/*推荐公告、会员询价公告公共ui*/
/*更改通知、中标公告公共ui*/
.tuijian1 {
    width: 300px;
    height: 231px;
    position: relative;
}

    .tuijian1 .ui-title {
        background: #FEFFFF url(../images/ui/0/images/title-bj4.gif) repeat-x top;
    }

    .tuijian1 h2 {
        text-indent: 25px;
        background: url(../images/ui/0/images/ico5.gif) no-repeat 5px 4px;
    }

    .tuijian1 .title-left-txt {
        width: 65px;
        height: 26px;
        line-height: 26px;
        position: absolute;
        left: 233px;
        top: 0px;
        overflow: hidden;
    }

    .tuijian1 .list {
        line-height: 20px;
        width: 288px;
        overflow: hidden;
        background: url(../images/ui/0/images/tuijian-bj.gif);
        position: absolute;
        left: 6px;
        top: 30px;
    }

    .tuijian1 .title {
        width: 250px;
        float: left;
        overflow: hidden;
    }

    .tuijian1 span {
        display: block;
    }

    .tuijian1 .more {
        position: absolute;
        right: 10px;
        bottom: 0;
    }

.margin-left5px {
    margin-left: 5px;
}

/*5个新闻栏目公用ui(高端访谈新闻栏目除外)*/
.news5 {
    width: 305px;
    height: 175px;
    position: relative;
}

    .news5 .ui-title {
        background: #E1F7FF url(../images/ui/0/images/title-bj1.gif) repeat-x top;
    }

    .news5 h2 {
        text-indent: 25px;
        background: url(../images/ui/0/images/ico7.gif) no-repeat 5px 4px;
    }

    .news5 .list {
        line-height: 20px;
        width: 288px;
        background: url(../images/ui/0/images/news6-bj.gif);
        overflow: hidden;
        position: absolute;
        left: 6px;
        top: 30px;
    }

    .news5 .title {
        width: 250px;
        float: left;
        overflow: hidden;
    }

    .news5 li {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .news5 .more {
        position: absolute;
        right: 10px;
        top: 2px;
    }

.news5-5px {
    width: 300px;
    height: 175px;
}
/*项目和商务信息区块宽度比其他几个新闻栏目短5px*/
/*项目和商务信息比其他5个新闻栏目高度增加，用newsheight覆盖原来属性*/
.newsheight {
    height: 193px;
}
/*频道栏目高度用newsheight1覆盖原来属性*/
.newsheight1 {
    height: 212px;
}

.newsheight2 {
    height: 229px;
}

/*产品交易大厅*/
#product {
    width: 920px;
    position: relative;
    margin: 0 auto 16px auto;
    z-index: 10;
}

    #product .ui-title {
        background: #FEFFFF url(../images/ui/0/images/title-bj4.gif) repeat-x top;
    }

    #product h2 {
        text-indent: 25px;
        background: url(../images/ui/0/images/ico3.gif) no-repeat 5px 4px;
    }

    #product .title-left-txt {
        color: red;
        width: 700px;
        height: 26px;
        line-height: 26px;
        position: absolute;
        left: 120px;
        top: 0px;
        overflow: hidden;
    }

        #product .title-left-txt a {
            color: red;
        }

/*版权*/
#boot {
    width: 100%;
    line-height: 20px;
    background: url(../images/ui/0/images/boot-nav-bottom-bj.gif) repeat-x 0 30px;
    position: relative;
    text-align: center;
}

#bootdiv {
    width: 100%;
    background: #FFFFFF url(../images/ui/0/images/nav-bj.gif) repeat-x top;
    z-index: -12;
}

#boot .nav {
    width: 964px;
    float: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

#boot .nav-top-img {
    width: 100%;
    height: 117px;
    background: url(../images/ui/0/images/boot-nav-top-bj.gif) repeat-x;
    left: 0;
    top: -117px;
    z-index:-100;
    position: absolute;
}

#boot .nav li {
    position: relative;
    left: 20px;
    top: 0px;
}

#boot h2 {
    font-size: 12px;
}

#boot .links {
    width: 900px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #62C5E0;
    border-top: 0;
    margin: 0 auto 15px auto;
    text-align: left;
}

    #boot .links h3 {
        float: left;
        width: 70px;
    }

    #boot .links span {
        float: left;
        width: 900px;
        word-break: break-all;
    }

    #boot .links #line {
        float: left;
        width: 900px;
        height: 5px;
    }

/*#boot .links h3{float:left;}
#boot .links span{float:left;width:370px;}*/

#boot .top10px {
    margin-top: 10px;
}
/*#boot .en{font-family:Verdana;font-size:10px;line-height:14px;}*/
.tablebordercolor {
    border: 1px solid #62C5E0;
}
    /*中标列表样式*/
    .tablebordercolor .title_h1 {
        height: 70px;
        font-family: "微软雅黑", Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        display: block;
        margin: 0 0 20px 0;
        line-height: 22px;
    }

        .tablebordercolor .title_h1 span {
            color: #62C5E0;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 50px;
            width: 70px;
            line-height: 100%;
            float: left;
            display: block;
            border-right: 1px dashed #62C5E0;
            padding: 0 5px 0 0;
            margin: 0 5px 0 0;
            font-weight: bold;
        }

        .tablebordercolor .title_h1 strong {
            font-family: Georgia, "Times New Roman", Times, serif;
            color: #62C5E0;
            font-size: 16px;
            line-height: 20px;
            display: block;
        }

/* 友情链接下的LOGO链接 */
.links {
    display: inline-block;
    overflow: hidden;
}

    .links ul {
        margin-left: -8px;
    }

        .links ul li {
            width: 108px;
            height: 38px;
            border: 1px solid #B2B2B4;
            margin-left: 5px;
        }

            .links ul li.first {
                width: 108px;
                height: 38px;
                border: 1px solid #B2B2B4;
                margin-left: 0px;
            }

        .links ul.imglinks {
            overflow: hidden;
            display: inline-block;
            width: 920px;
        }

            .links ul.imglinks li {
                display: inline-block;
                overflow: hidden;
                width: 108px;
                height: 38px;
            }

            .links ul.imglinks ul.last {
                margin-right: 0px;
                padding-right: 0px;
            }

            .links ul.imglinks li img {
            }


#groupbidprefecture {
    margin-bottom: 6px;
}

    #groupbidprefecture ul {
        width: 312px;
        height: 221px;
        overflow: hidden;
    }

        #groupbidprefecture ul li {
            display: inline;
            width: 307px;
            height: 27px;
            overflow: hidden;
            margin: 0px 5px 0px 0px;
            text-align: center;
            border-bottom: 1px solid #D80000;
        }

            #groupbidprefecture ul li.first {
                height: 25px;
                border-top: 1px solid #D80000;
            }

            #groupbidprefecture ul li.last {
                height: 25px;
            }

/* 企业/单位/机构 自主发布招标公告专区 */
#groupbidprefecture_lst {
    width: 605px;
    z-index: 10;
    position: relative;
    clear: both;
}
    /*包含文章列表或浏览全文内容区域*/
    #groupbidprefecture_lst .groupbidlist {
        position: relative;
        padding-bottom: 0px;
    }

        #groupbidprefecture_lst .groupbidlist .title-info {
            width: 600px;
            height: 28px;
            border-bottom: 2px solid #62C5E0;
            margin: 0 auto;
            line-height: 28px;
            font-weight: bold;
            overflow: hidden;
        }

    #groupbidprefecture_lst .groupbidlist {
        background: url(../images/ui/0/images/txt-top.gif) repeat-x top;
    }

        #groupbidprefecture_lst .groupbidlist .info1,
        #groupbidprefecture_lst .groupbidlist .info2,
        #groupbidprefecture_lst .groupbidlist .info3,
        #groupbidprefecture_lst .groupbidlist .info4,
        #groupbidprefecture_lst .groupbidlist .info5,
        #groupbidprefecture_lst .groupbidlist .info6 {
            float: left;
            text-align: center;
            overflow: hidden;
            height: 28px;
        }

        #groupbidprefecture_lst .groupbidlist .info1 {
            width: 360px;
        }

        #groupbidprefecture_lst .groupbidlist .info2 {
            width: 50px;
        }

        #groupbidprefecture_lst .groupbidlist .info3 {
            width: 80px;
        }

        #groupbidprefecture_lst .groupbidlist .info4 {
            width: 60px;
        }

        #groupbidprefecture_lst .groupbidlist .info5 {
            width: 60px;
        }

        #groupbidprefecture_lst .groupbidlist .info6 {
            width: 60px;
        }

        #groupbidprefecture_lst .groupbidlist .list {
            width: 600px;
            margin: 0 auto;
            background: url(../images/ui/0/images/bid-list-bj.gif);
            line-height: 24px;
            overflow: hidden;
        }

            #groupbidprefecture_lst .groupbidlist .list span,
            #groupbidprefecture_lst .groupbidlist .list a {
                float: left;
            }

    #groupbidprefecture_lst .title {
        width: 360px;
        overflow: hidden;
        height: 24px;
        display: inline;
    }

    #groupbidprefecture_lst .xh {
        width: 50px;
        overflow: hidden;
        text-align: center;
    }

    #groupbidprefecture_lst .category {
        width: 60px;
        overflow: hidden;
        text-align: center;
    }

    #groupbidprefecture_lst .industry {
        width: 60px;
        overflow: hidden;
        text-align: center;
    }

    #groupbidprefecture_lst .s-time {
        width: 60px;
        overflow: hidden;
        text-align: center;
    }

    #groupbidprefecture_lst .e-time {
        width: 60px;
        overflow: hidden;
        text-align: center;
    }

    #groupbidprefecture_lst .showpage {
        height: 25px;
        line-height: 25px;
        background: #EBFAFF;
        width: 100%;
    }

#public_notice_search_position {
    border: 1px solid #62C5E0;
    height: 25px;
    width: 920px;
    margin: 0px auto;
    clear: both;
    position: relative;
    overflow: hidden;
}

    #public_notice_search_position .titleTip {
        width: 60px;
        height: 25px;
        line-height: 25px;
        float: left;
        margin-left: 5px;
    }

    #public_notice_search_position .noticeContent {
        float: left;
        width: 800px;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
    }

/* 中标栏目 */
.thewinbidding {
    width: 305px;
    height: 225px;
    line-height: 19px;
    position: relative;
    margin: 0 0 6px 0;
}

    .thewinbidding .ui-title {
        background: #FFFFFF url(../images/ui/0/images/title-bj3.gif) repeat-x top;
    }

    .thewinbidding h2 {
        text-indent: 25px;
        background: url(../images/ui/0/images/ico4.gif) no-repeat 5px 4px;
    }

    .thewinbidding .lmdyContent {
        width: 295px;
        height: 190px;
        overflow: hidden;
        display: block;
        margin: 5px 5px;
    }

#listzone_zb {
    width: 607px;
    z-index: 10;
    position: relative;
}
/*包含文章列表或浏览全文内容区域*/
.bidlist_zb {
    position: relative;
    padding-bottom: 0px;
}

.bidlist_zb {
    background: url(../images/ui/0/images/txt-top.gif) repeat-x top;
}

    .bidlist_zb .title-info {
        width: 605px;
        height: 28px;
        border-bottom: 2px solid #62C5E0;
        margin: 0 auto;
        line-height: 28px;
        font-weight: bold;
    }

    .bidlist_zb .list {
        width: 605px;
        margin: 0 auto;
        background: url(../images/ui/0/images/bid-list-bj.gif);
        line-height: 24px;
        overflow: hidden;
    }

    .bidlist_zb .info1, .info2, .info3, .info4 {
        display: inline;
    }

    .bidlist_zb .info1 {
        position: absolute;
        left: 100px;
    }

    .bidlist_zb .info2 {
        position: absolute;
        left: 510px;
    }

    .bidlist_zb .list span, .bidlist_zb .list a {
        float: left;
    }

    .bidlist_zb .title {
        width: 485px;
        overflow: hidden;
        padding-left: 21px;
    }

    .bidlist_zb .city {
        width: 48px;
        margin: 0 50px 0 0;
        overflow: hidden;
        white-space: nowrap;
    }

/* 最新中标会员 */
/* 排序 */
.sort0 {
    background-image: url(../images/ui/0/images/sort_bg_img_1.jpg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    width: 15px;
    text-align: center;
    height: 20px;
    display1: inline;
    float: left;
    overflow: hidden;
    color: white;
}

.newZbCX {
    width: 235px;
    height: 20px;
    display1: block;
    float: left;
}

.newZbTimeMD {
    margin-left: 5px;
    float: left;
}

/* 四川网信用信息 */
.creditinfo {
    width: 920px;
    height: 195px;
    position: relative;
}

    .creditinfo .ui-title {
        background: #E1F7FF url(../images/ui/0/images/title-bj1.gif) repeat-x top;
        border-bottom: 1px dotted #D8D8D8;
    }

    .creditinfo h2 {
        text-indent: 25px;
        background: url(../images/ui/0/images/ico7.gif) no-repeat 5px 4px;
        float: left;
    }

    .creditinfo h3 {
        text-indent: 25px;
    }

        .creditinfo h3 a {
            color: #ff0000;
            float: left;
            font-weight: 100;
        }

    .creditinfo h4 {
        margin-left: 45px;
        text-indent: 25px;
        background: url(../images/ui/0/images/ico7.gif) no-repeat 5px 4px;
        float: left;
    }

    .creditinfo .title {
        width: 250px;
        float: left;
        overflow: hidden;
    }

    .creditinfo li {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .creditinfo .xyxxzlmore {
        position: absolute;
        right: 10px;
        top: 2px;
    }

    /*.creditinfo .zl1 td{border-right:1px dotted #D8D8D8;border-bottom:1px dotted #D8D8D8;}
.creditinfo .zl1 td{height:25px;line-height:25px;color:#304057;text-align:center;}*/



    .creditinfo .list {
        height: 166px;
        width: 609px;
        overflow: hidden;
        float: left;
    }

        .creditinfo .list .line {
            width: 609px;
            height: 24px;
            line-height: 24px;
            text-align: center;
        }

    .creditinfo .listrow {
        width: 300px;
        margin: 0 auto;
        background: url(../images/ui/0/images/bid-list-bj.gif);
        line-height: 24px;
        overflow: hidden;
        border-left: 1px dotted #D8D8D8;
    }

    .creditinfo .list .line .column1,
    .creditinfo .list .line .column2,
    .creditinfo .list .line .column3,
    .creditinfo .list .line .column4,
    .creditinfo .list .line .column5 {
        float: left;
        border-right: 1px dotted #D8D8D8;
        border-bottom: 1px dotted #D8D8D8;
        color: #304057;
        overflow: hidden;
        height: 23px;
    }

    .creditinfo .list .line .column1 {
        width: 46px;
    }

    .creditinfo .list .line .column2 {
        width: 160px;
    }

    .creditinfo .list .line .column3 {
        width: 158px;
    }

    .creditinfo .list .line .column4 {
        width: 154px;
    }

    .creditinfo .list .line .column5 {
        width: 86px;
    }

    .creditinfo .list_right {
        float: left;
        margin-left: 6px;
        width: 294px;
        height: 166px;
        padding: 0px 5px;
    }

    .creditinfo .listrow .line .title {
        background-image: url(../images/ui/0/images/arrow-1.gif);
        background-repeat: no-repeat;
        background-position: 0px center;
        padding-left: 10px;
    }

/* 不良行为信息 二级页面列表头样式 */
.title-info-xyxxzl {
    width: 665px;
    height: 28px;
    border-bottom: 2px solid #62C5E0;
    margin: 0 auto;
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
}

    .title-info-xyxxzl .xyxxzlinfo1,
    .title-info-xyxxzl .xyxxzlinfo2,
    .title-info-xyxxzl .xyxxzlinfo3,
    .title-info-xyxxzl .xyxxzlinfo4,
    .title-info-xyxxzl .xyxxzlinfo5 {
        float: left;
        height: 28px;
        line-height: 28px;
    }

    .title-info-xyxxzl .xyxxzlinfo1 {
        width: 46px;
        text-align: center;
    }

    .title-info-xyxxzl .xyxxzlinfo2 {
        width: 180px;
    }

    .title-info-xyxxzl .xyxxzlinfo3 {
        width: 198px;
    }

    .title-info-xyxxzl .xyxxzlinfo4 {
        width: 154px;
    }

    .title-info-xyxxzl .xyxxzlinfo5 {
        width: 76px;
    }
/* 详细列表 */
.xyxxzl2info .line .xyxxzlinfo1,
.xyxxzl2info .line .xyxxzlinfo2,
.xyxxzl2info .line .xyxxzlinfo3,
.xyxxzl2info .line .xyxxzlinfo4,
.xyxxzl2info .line .xyxxzlinfo5 {
    float: left;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0px 0px;
    margin-right: 10px;
}

.xyxxzl2info .line .xyxxzlinfo1 {
    width: 36px;
    text-align: center;
}

.xyxxzl2info .line .xyxxzlinfo2 {
    width: 170px;
}

    .xyxxzl2info .line .xyxxzlinfo2 .title {
        text-indent: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

.xyxxzl2info .line .xyxxzlinfo3 {
    width: 188px;
}

.xyxxzl2info .line .xyxxzlinfo4 {
    width: 144px;
}

.xyxxzl2info .line .xyxxzlinfo5 {
    width: 76px;
}



/* 百度广告 */
#fid_baidu_advertising{
	display:none;
}