/* 容器设置 */
.auth
{
    width: 1200px;
    padding: 25px 100px;
    border: 2px solid #e32322;
    border-radius: 5px;
    margin: 20px auto;
    }
/* 标题 */
.auth .a_head
{
    width: 100%;
    text-align: center;
    font-size: 37px;
    color: #646464;
    }
/* 分割图片 */
.a_img
{
    position: relative;
    width: 100%;
    height: 24px;
    margin: 20px 0;
    }
.a_img .s1
{
    position: absolute;
    display: inline-block;
    width: 43%;
    left: 0;
    top: 10px;
    border-top: 2px solid #e12323;
    }
.a_img img
{
    position: absolute;
    left: 45%;
    }
.a_img .s2
{
    position: absolute;
    display: inline-block;
    width: 43%;
    right: 0;
    top: 10px;
    border-top: 2px solid #e12323;
    } 
 /* 查询条件标题 */
.a_ti
{
    text-align: left;
    color: #e12323;
    font-weight: bold;
    margin-bottom: 10px;
    }
    
/* 查询框 */
.a_form
{
    width: 100%;
    background: #e9e9e9;
    }
.a_form span
{
    margin-left: 10px;
    }
/*查询结果*/
.a_tab
{
    margin-top: 20px;
    }
.a_tab table tr:nth-child(odd)
{
    background: #f1f1f1;
    }
.a_tab table tr:first-child
{
    background: #e9e9e9;
    }
    
    
    
/* 国家信用查询页 */
.dis_none
{
    width: 100%;
    text-align: center;
    margin-top:40px;
    }
/* 查询结果*/
.g_tab 
{
    margin: 20px 0;
    }
.g_tab table
{
    width: 100%;
    }
.g_tab tr
{
    height: 33px;
    line-height: 33px;
    }
.g_tab th,.g_tab td
{
    border: 1px solid #cccccc;
    }
.g_tab th
{
    width: 220px;
    padding-right: 10px;
    text-align: right;
    background: #f9f9f9;
    box-sizing: border-box;
    }
.g_tab td
{
    padding-left: 10px;
    }
/* 信用机构查询*/