﻿.bg_gray
{
    background-color:#f5f5f5;
}

#div_content
{
    width:1200px;
    height:874px;
    box-sizing:border-box;
    margin:auto auto;
    background-color:#fff;
}

#div_contenttitle
{
    width:100%;
    height:78px;
    line-height:78px;
    text-align:center;
    font-size:24px;
}

#tb_SSPI
{
    width:1143px;
    height:734px;
    margin:auto auto;
}

.border_gray_lt
{
    border-left:1px solid #e7e7e7;
    border-top:1px solid #e7e7e7;
}

.border_gray_r
{
    border-right:1px solid #e7e7e7;
}

.border_gray_b
{
    border-bottom:1px solid #e7e7e7;
}

.border_gray_rb
{
    border-right:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
}

.bg_1
{
    background-color:#086ba4;
    color:#fff;
    text-align:center;
    font-size:16px;
}

.bg_2
{
    background-color:#009bdb;
    color:#fff;
    text-align:center;
    font-size:16px;
}


.bg_white
{
    background-color:#fff;
    text-align:center;
    font-size:16px;
}


.bg_gray
{
    background-color:#f5f5f5;
    text-align:center;
    font-size:16px;
}

.w248
{
    width:248px;
}

.w127
{
    width:127px;
}

.h59
{
    height:59px;
}

.h37
{
    height:37px;
}