﻿@charset "utf-8";
/*
    首页中心部分
*/
.index_center1, .index_center2 {
    width: 920px;
    display: inline-block;
}

.news_wordlist {
    padding: 10px;
    overflow: hidden;
}

    .news_wordlist table {
        margin-top: 5px;
    }

    .news_wordlist tr {
        height: 24px;
        line-height: 24px;
    }

.news_piclist tr td {
    width: 200px;
}

.index_center2 {
    margin-top: 5px;
}
/*首页查询框*/
.index_query {
    width: 310px;
    height: 350px;
    float: left;
}

.index_query_content {
    width: 260px;
    margin-right: 8px;
    padding: 15px 19px;
}

    .index_query_content table tr {
        height: 50px;
    }

        .index_query_content table tr td.left {
            width: 35%;
        }

        .index_query_content table tr td.right {
            width: 65%;
        }

.TestNo, .QueryNo {
    border: 1px solid #035098;
    width: 160px;
    height: 20px;
}

.btn_query {
    background: #3d9ee3;
}

.btn_reset {
    background: #a8a7a5;
}

.btn_query, .btn_reset {
    border-radius: 3px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    width: 70px;
    color: #ffffff;
}

.index_query_list_top {
    background: #007cd0;
    width: 298px;
    height: 30px;
}

    .index_query_list_top span {
        color: #fff;
        font-size: 14px;
        padding-left: 22px;
        line-height: 30px;
    }
/*焦点新闻*/
.index_news {
    width: 610px;
    float: left;
}

.index_news_top {
    background: #007cd0;
    width: 610px;
    height: 30px;
}

    .index_news_top span, .index_precious_top span, .index_zhubao_top span {
        color: #fff;
        font-size: 14px;
        padding-left: 22px;
        line-height: 30px;
    }

    .index_news_top a, .index_precious_top a, .index_zhubao_top a {
        float: right;
        background-color: #fffdfe;
        color: #0772c4;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        height: 18px;
        line-height: 18px;
        width: 54px;
        display: block;
        font-size: 10px;
        margin-top: 6px;
        text-align: center;
        margin-right: 10px;
    }
/*贵金属*/
.index_precious {
    width: 450px;
    float: left;
}

.index_precious_top, .index_zhubao_top {
    background: #007cd0;
    width: 450px;
    height: 30px;
}
/*珠宝*/
.index_zhubao {
    width: 450px;
    float: right;
}

.box {
    width: 920px;
    position: relative;
    overflow: hidden;
    _height: 100%;
}

.picbox {
    width: 920px;
    height: 115px;
    overflow: hidden;
    position: relative;
}

.piclist {
    height: 115px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10000px;
}

    .piclist li {
        background: #eee;
        margin-right: 10px;
        padding: 5px;
        float: left;
    }

.swaplist {
    position: absolute;
    left: -3000px;
    top: 0px
}

.og_prev, .og_next {
    width: 30px;
    height: 50px;
    background: url(/images/icon.png) no-repeat;
    background: url(/images/icon_ie6.png) no-repeat\9;
    position: absolute;
    top: 33px;
    z-index: 99;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.og_prev {
    background-position: 0 -60px;
    left: 4px;
}

.og_next {
    background-position: 0 0;
    right: 4px;
}
