﻿
/*login*/
.login {
    width: 100%;
    height: 40px;
    padding: 11px 0;
    background: #ffffff;
    overflow: hidden;
    margin: 20px auto;
}

    .login .login_box {
        width: 1200px;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        float: left;
        margin-left: 16px;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .login .login_box .login_input_name {
            width: 150px;
            background: #f3f3f3;
            margin-left: 10px;            
            padding: 0 30px;
            height: 38px;
            line-height: 38px;
            /*-webkit-border-radius: 5px;*/
            /*-moz-border-radius: 5px;*/
            /*border-radius: 5px;*/
            border: 1px solid #4169E1;
            background: #FFFFFF url("../image/ren1.jpg") -10px 0px no-repeat;
        }

        .login .login_box .login_input_password {
            width: 150px;
            background: #f3f3f3;
            margin-left: 10px;          
            padding: 0 30px;
            height: 38px;
            line-height: 38px;
            /*-webkit-border-radius: 5px;*/
            /*-moz-border-radius: 5px;*/
            /*border-radius: 5px;*/
            border: 1px solid #4169E1;
            background: #FFFFFF url("../image/suo1.jpg") -10px 0px no-repeat;
        }
        .login .login_box .login_input_img {
            width: 150px;
            background: #f3f3f3;
            margin-left: 10px;
            margin-right: 2px;
            padding: 0 30px;
            height: 38px;
            line-height: 38px;
            /*-webkit-border-radius: 5px;*/
            /*-moz-border-radius: 5px;*/
            /*border-radius: 5px;*/
            border: 1px solid #4169E1;
            background: #FFFFFF url("../image/suo1.jpg") -10px 0px no-repeat;
        }
    .login a.oldnetlink {
        display: block;
        float: right;
    }

.login_right {
    width: 325px;
    overflow: hidden;
    margin-right:10px;
    float: right;
}

    .login_right a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #feb648;
        color: #ffffff;
        display: block;
        float: left;
        margin: 0 10px;
        font-weight: bold;
        letter-spacing: 5px;
    }

        .login_right a.regbtn {
            background: #6cca00;
        }

/* 新闻 */
.news {
    width: 100%;
    margin: 0 auto 20px auto;
}

    .news:after {
        display: block;
        content: "";
        clear: both;
    }

    .news .newsimage {
        width: 588px;
        height: 288px;
        overflow: hidden;
        float: left;
        position: relative;
    }

        .news .newsimage ul {
            width: 100%;
            height: 288px;
            position: relative;
            z-index: 99;
        }

            .news .newsimage ul li {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 288px;
                list-style-type: none;
            }

                .news .newsimage ul li a {
                    width: 100%;
                    height: 288px;
                    display: block;
                }

                    .news .newsimage ul li a img {
                        height: 100%;
                        width: 100%;
                    }

                    .news .newsimage ul li a span.bannertitle {
                        width: 98%;
                        padding: 0 1%;
                        height: 40px;
                        line-height: 40px;
                        position: absolute;
                        left: 0;
                        bottom: 0px;
                        background: url("http://zb.sdlxtghbcl.com:20047/images/bannertextbg.png") repeat;
                        color: #ffffff;
                        -ms-text-overflow: ellipsis;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

.arrow_left {
    background: url(http://zb.sdlxtghbcl.com:20047/images/icoleft.png) center center no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    border: 0;
    display: block;
    width: 20px;
    height: 30px;
    z-index: 9999;
}

.arrow_right {
    background: url(http://zb.sdlxtghbcl.com:20047/images/icoright.png) top center no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    border: 0;
    display: block;
    width: 20px;
    height: 30px;
    z-index: 9999;
}


.newlist {
    width: 600px;
    float: right;
    height: 288px;
}

    .newlist .hd {
        width: 100%;
        overflow: hidden;
        height: 41px;
        line-height: 41px;
    }

        .newlist .hd ul {
            overflow: hidden;
        }

            .newlist .hd ul li {
                float: left;
                width: 108px;
                height: 40px;
            }

                .newlist .hd ul li a {
                    display: block;
                    text-align: center;
                    margin-right: 10px;
                    background: #f8f8f8;
                    border: 1px solid #eeeeee;
                    border-top: none;
                }

                    .newlist .hd ul li.on a, .newlist .hd ul li a:hover {
                        color: #ffffff;
                        background: #5a7dd6;
                    }

    .newlist .bd {
        width: 100%;
        overflow: hidden;
        margin-top: 2px;
        border-top: 3px solid #5a7dd6;
    }

        .newlist .bd ul {
            width: 100%;
            overflow: hidden;
        }

            .newlist .bd ul li {
                width: 100%;
                height: 48px;
                line-height: 48px;
                overflow: hidden;
                float: left;
                border-bottom: 1px solid #eeeeee;
            }

                .newlist .bd ul li:hover {
                    background: #f1f5ff
                }

                    .newlist .bd ul li:hover a {
                        color: #5a7dd6;
                    }

                .newlist .bd ul li a {
                    width: 96%;
                    height: 48px;
                    line-height: 48px;
                    margin: 0 1%;
                    display: block;
                    padding-left: 2%;
                    background: url("../image/dian.png") left center no-repeat;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

/* 招标公告*/
.bidlist {
    height: 437px;
    margin: 10px auto;
}

    .bidlist .hd {
        width: 100%;
        height: 48px;
        overflow: hidden;
        position: relative;
        background: url("../image/blue.png") bottom repeat-x;
    }

        .bidlist .hd span {
            float: left;
            padding-left: 20px;
            width: 120px;
            height: 44px;
            line-height: 44px;
            color: #ffffff;
            font-size: 16px;
            font-weight: bold;
            display: inline-block;
            background: url("../image/newtitlt.png") no-repeat;
        }

        .bidlist .hd ul {
            height: 49px;
            overflow: hidden;
            float: left;
            margin-left: 260px;
        }

            .bidlist .hd ul li {
                overflow: hidden;
                float: left;
                height: 49px;
            }

                .bidlist .hd ul li a {
                    height: 49px;
                    line-height: 49px;
                    display: inline-block;
                    padding: 0 20px;
                    color: #333333;
                }

                    .bidlist .hd ul li.on a, .bidlist .hd ul li a:hover {
                        color: #fca000;
                        background: url("../image/newtitlehover.png") center bottom no-repeat;
                    }

    .bidlist .bd {
        position: relative;
    }

        .bidlist .bd a.more {
            display: block;
            position: absolute;
            right: 20px;
            top: -46px;
            color: #999999;
            padding: 0 13px;
            height: 23px;
            line-height: 23px;
            text-align: center;
            border: 1px solid #5a7dd6;
            border-radius: 15px;
        }

            .bidlist .bd a.more:hover {
                background: #5a7dd6;
                color: #ffffff;
            }

.tabtable {
    width: 100%;
    margin: 10px 0 46px 0;
}

    .tabtable tr {
        line-height: 40px;
        border-bottom: 1px solid #eeeeee;
    }

        .tabtable tr:hover {
            background: #f1f5ff
        }

            .tabtable tr:hover a {
                color: #5a7dd6;
            }

        .tabtable tr th {
            text-align: left;
        }

    .tabtable .num {
        width: 200px;
        padding-left: 20px;
        display: block;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .tabtable .num span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .tabtable .type {
        width: 85px;
        padding-left: 30px;
        float: left;
    }

    .tabtable .name {
        width: 600px;
        height: 40px;
        padding-left: 30px;
        float: left;
    }

        .tabtable .name a {
            max-width: 600px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .tabtable .name a.new {
                padding-right: 40px;
                /*background: url("../images/new.png") right center no-repeat;*/
            }

    .tabtable .time {
        width: 120px;
        padding-left: 30px;
        float: left;
    }
    .tabtable .datetime {
        width: 160px;
        padding-left: 30px;
        float: left;
    }

/*广告*/
.ad {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

    .ad .fl {
        width: 592px;
        height: 113px;
        overflow: hidden;
    }

/*四个广告位*/
.adimg {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

    .adimg ul {
        overflow: hidden;
    }

        .adimg ul li {
            float: left;
            width: 290px;
            height: 152px;
            overflow: hidden;
            margin-right: 13px;
        }

            .adimg ul li img {
                width: 100%;
                height: 100%;
            }

/*招标声明  违规公示   小工具*/
.bot_news {
    width: 100%;
    margin: 0 auto;
}

    .bot_news:after {
        display: block;
        content: "";
        clear: both;
    }

.sumlistbox {
    width: 33%;
    float: left;
    margin-right: 2%;
    height: 298px;
}

    .sumlistbox ul {
        overflow: hidden;
    }

        .sumlistbox ul li {
            width: 100%;
            float: left;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            border-bottom: 1px solid #eeeeee;
        }

            .sumlistbox ul li:hover {
                background: #f1f5ff;
            }

                .sumlistbox ul li:hover a {
                    color: #5a7dd6;
                }

            .sumlistbox ul li a {
                padding: 0 13px;
                display: block;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                height: 50px;
                line-height: 50px;
            }

.toolbox {
    width: 30%;
    float: right;
    margin-right: 0%;
}

    .toolbox ul {
        overflow: hidden;
    }

        .toolbox ul li {
            width: 50%;
            float: left;
            text-align: center;
            height: 75px;
            border-bottom: 0px;
            margin: 5px 0;
        }

            .toolbox ul li:hover {
                background: #ffffff;
            }

                .toolbox ul li:hover a {
                    color: #333333;
                }

            .toolbox ul li a, .toolbox ul li a span {
                display: block;
                width: 100%;
                height: 75px;
            }

                .toolbox ul li a span {
                    line-height: 20px;
                    font-weight: bold;
                    margin-top: 1px;
                }

/*频道*/
.channelbox {
    width: 290px;
    float: left;
    margin-right: 13px;
    height: 348px;
}

    .channelbox div.title {
        width: 100%;
        height: 45px;
        text-align: center;
        line-height: 40px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        background: url("http://zb.sdlxtghbcl.com:20047/images/channeltitlebg.png") no-repeat;
    }

        .channelbox div.title:hover {
            background: url("http://zb.sdlxtghbcl.com:20047/images/channeltitlebg_h.png") no-repeat;
        }

        .channelbox div.title span {
            width: 100%;
            padding: 0px;
            color: #ffffff;
            background: none;
            text-align: center;
        }

        .channelbox div.title a {
            position: absolute;
            right: 10px;
            top: 0px;
            margin-right: 0px;
            font-size: 13px;
            color: #ffffff;
            padding: 0px;
            height: 40px;
            line-height: 40px;
            border: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            margin-top: 0px;
        }

            .channelbox div.title a:hover {
                background: none;
            }

    .channelbox ul {
        overflow: hidden;
    }

        .channelbox ul li {
            width: 100%;
            float: left;
            height: 49px;
            line-height: 49px;
            overflow: hidden;
            border-bottom: 1px solid #eeeeee;
        }

            .channelbox ul li:hover {
                background: #f1f5ff;
            }

                .channelbox ul li:hover a {
                    color: #5a7dd6;
                }

            .channelbox ul li a {
                padding: 0 13px;
                display: block;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                height: 50px;
                line-height: 50px;
            }

.chabox {
    margin-right: 0%;
    margin-bottom: 20px;
}

.channel span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*合作伙伴*/
.partner {
    margin: 20px auto;
}

.picScroll-left {
    margin-top: 20px;
}

ul.partner_list {
    overflow: hidden;
    margin-top: 20px;
}

    ul.partner_list li {
        width: 270px;
        margin: 0 15px;
        overflow: hidden;
        float: left;
        text-align: center;
        height: 142px;
    }

        ul.partner_list li img {
            width: 100%;
            height: 98px;
        }

        ul.partner_list li span {
            line-height: 44px;
            width: 100%;
            display: block;
        }

/*首页频道栏 改版*/
.inBox {
    position: relative;
}

.inhd {
    width: 100%;
    height: 55px;
    background: #f8f8f8;
}

    .inhd ul {
        overflow: hidden;
    }

        .inhd ul li {
            float: left;
            height: 24px;
            line-height: 24px;
            border: 1px solid #fca204;
            color: #fca204;
            margin: 15px 20px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
        }

            .inhd ul li a {
                display: block;
                padding: 0 10px;
                color: #fca204;
            }

            .inhd ul li.on {
                background: #fca204;
            }

                .inhd ul li.on a {
                    color: #fff;
                }

.inbd div {
    position: relative;
}
