﻿
/*交易信息环节*/

body {
    color: #464646;
    font-size: 14px;
    text-decoration: none;
    list-style: none;
    font-family: "微软雅黑";
}

.jiaoyihuanjie {
    width: 1000px;
    margin-top: 20px;
}

.table_project_container {
    margin-bottom: 50px;
}

.table_content_container {
    width: 1100px;
}

.table_content {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 100%;
}

    .table_content th {
        border-left: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-top: 0;
        width: 200px;
        word-break: break-all;
        word-wrap: break-word;
    }

    .table_content td {
        border-left: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-right: 0;
        border-top: 0;
        height: 40px;
        color: #777777;
        padding: 4px;
        word-break: break-all;
        word-wrap: break-word;
    }

    .table_content .td120 {
        width: 120px;
        text-align: center;
    }

    .table_content .td350 {
        width: 350px;
    }

    .table_content .td40percent {
        width: 40%;
    }

    .table_content .td10percent {
        width: 10%;
        text-align: center;
    }

    .table_content .td_bg {
        background-color: #f1f1f1;
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
    }


.notice_title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.notice_sorce_time {
    text-align: center;
    margin: 20px auto;
    color: #777777;
    border-bottom: 1px dashed #bebebe;
    padding-bottom: 20px;
}

.notice_content {
    min-height: 400px;
}

    .notice_content ol {
        padding-left: 20px;
    }

    .notice_content p {
        word-wrap: break-word;
    }

    .notice_content table {
        border-collapse: collapse;
    }

        .notice_content table td {
            border: 1px solid;
        }

        .notice_content table th {
            border: 1px solid;
        }

.summary-trading-title {
    color: #333333;
}

.message .right table {
    border-right: 0px;
     border-bottom:0;
    
}
    .message .right table th {
        border-bottom: 1px solid #e6e6e6;
        font-size:12px;
    }

    .message .right table tr td {
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 0;
        border-top: 0;
        height: 40px;
        color:#333;
        word-wrap: break-word;
        word-break: break-all;
        width: 260px;
        text-indent: 2px;
        padding: 4px;
       font-size:12px;
    }

    .message .right table th {
        width: 140px;
        word-wrap: break-word;
        word-break: break-all;
    }
    .tdtextleft{
        text-align:left;
    }

/*相关连接a标签*/
.index_link .model-select-box .model-select-option  li a{color: #333333;display: block;}

.head_top .fr a{color: #333333;}
.head_top .fl a:hover{color: #016ec5;}
.head_top .fl a{color: #333333;}
.head_top .fl a:hover{color: #016ec5;}


.class2_body .bodytopline {
    width: 1300px !important;
}

.class2_body .body_main {
    width: 1300px !important;
    /*border: 1px solid rgb(196,225,239) ;*/
    background-color:rgb(249,253,255);
}

