﻿/*====================业务模式样式==================*/
.div-top
{
    width: 100%;
    height: 35px;
    margin-top: 10px;
    background-color: #eeeeee;
    overflow: hidden;
    font-family: Microsoft YaHei;
    font-size: 13px;
}
.topScrollDiv
{
    font-family: Microsoft YaHei;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    vertical-align: middle;
}
.div-msg
{
    font-family: Microsoft YaHei;
    font-size: 13px;
    width: 300px; /*默认一个宽度*/
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis; /*让超出的内容用...实现*/
    white-space: nowrap; /*禁止换行*/
    overflow: hidden; /*超出的隐藏*/
    display: inline-block;
    vertical-align: middle;
}
.table-msg
{
    width: 395px;
    margin: 0px auto;
}
.div-type
{
    width: 100%;
    height: 70px;
    margin-top: 10px;
}
.div-type-table-a
{
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 95%;
    height: 70px;
    line-height: 80px;
    color: White;
    font-family: Microsoft YaHei;
    text-decoration: none;
    border-radius: 3px !important;
    overflow: hidden;
    position: relative;
}
.div-type-table-a1
{
    background-color: #FEB500;
}
.div-type-table-a2
{
    background-color: #58BAF0;
}
.div-type-table-a3
{
    background-color: #C67FE2;
}
.div-type-table-a4
{
    background-color: #FF8050;
}
.div-type-table-a5
{
    background-color: #6293E2;
}
.div-type-table-a6
{
    background-color: #72D5BC;
}
.type-name
{
    margin-left: 3px;
    color: White;
    font-size: 18px;
}
.type-icon
{
    font-size: 38px;
    color: White;
}
.div-type-table-a:hover, .div-type-table-a-active
{
    text-decoration: none;
    color: White;
    background-color: #0665a2;
    font-weight: bold;
}
.div-type-table-a-active > i, .div-type-table-a-active > span
{
    color: #fef500;
}
.div-type-table-a:hover > i, .div-type-table-a:hover > span
{
    color: #fef500;
}
.div-type-system
{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background-color: #E9F1F6;
    border: 1px solid #DCDCDC;
    text-align: center;
    overflow: hidden;
}
.div-type-system-table
{
    display: none;
    height: 100%;
}
.div-type-system-table-active
{
    display: inline-table;
}
.div-type-system-table-span
{
    white-space: nowrap; /*禁止换行*/
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 0px 15px;
    margin: 0px 5px;
    height: 26px;
    line-height: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-decoration: none;
    background-color: transparent;
    color: #0665a2;
    border: 1px solid #0665a2;
    border-radius: 13px !important;
}
.div-type-system-table-span:hover, .div-type-system-table-span-active
{
    background-color: #0665a2;
    color: White;
    text-decoration: none;
    font-weight: bold;
}
.div-type-system-table-span-nodata
{
    cursor: default;
    display: inline-block;
    width: auto;
    padding: 0px 15px;
    margin: 0px 5px;
    height: 26px;
    line-height: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-decoration: none;
    background-color: transparent;
    color: Silver;
    border: 1px solid Silver;
    border-radius: 13px !important;
}
.div-list
{
    margin-top: 10px;
}
.panel
{
    margin-bottom: 10px;
}
.panel-primary
{
    border-color: #2EA9F8 !important;
    border-radius: 0px !important;
}
.panel-heading
{
    padding: 7px 15px;
    border-color: #2EA9F8 !important;
    border-radius: 0px !important;
    background-color: #2EA9F8 !important;
}
.scrollDiv
{
    border-top: 2px solid #DDDDDD;
    height: 115px; /* 必要元素 */
    overflow: hidden; /* 必要元素 */
}
.divEcharts
{
    height: 150px;
    text-align: center;
}
/*应急资源样式*/
.divEmergencyRescueManage
{
    padding: 0px 10px;
    margin-top: 5px;
    font-family: Microsoft YaHei;
}
.divSpan
{
    width: 100%;
    padding: 3px 0px;
    display: inline-block;
    border: 1px solid #58BAF0;
    background-color: #E9F1F6;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.divSpan span:first-child
{
    display: inline-block;
    width: 100%;
    color: #FF7F50;
    font-size: 16px;
}
.divSpan span:last-child
{
    display: inline-block;
    width: 100%;
    color: #2EA9F8;
    font-size: 13px;
    letter-spacing: 1px;
}
/*解决小屏宽度不够问题*/
@media (max-width: 1060px)
{
    .div-top
    {
        height: 30px;
        margin-top: 5px;
    }
    .div-type
    {
        height: 55px;
        margin-top: 5px;
    }
    .div-type-table-a
    {
        width: 95%;
        height: 55px;
        line-height: 65px;
    }
    .type-name
    {
        font-size: 15px;
    }
    .type-icon
    {
        font-size: 30px;
    }
    .panel-heading
    {
        padding: 5px 15px;
    }
    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
    {
        padding: 5px;
    }
    .div-type-system
    {
        margin-top: 5px;
    }
    .div-type-system-table-span
    {
        margin: 0px 3px;
    }
    .div-list
    {
        margin-top: 5px;
    }
    .panel
    {
        margin-bottom: 5px;
    }
    .scrollDiv
    {
        height: 85px;
    }
    .divEcharts
    {
        height: 115px;
    }
    .divSpan
    {
        padding: 3px 0px;
    }
}
/*解决大屏高度留白问题*/
@media (min-height: 700px)
{
    .div-top
    {
        height: 40px;
        margin-top: 10px;
    }
    .div-type
    {
        height: 100px;
        margin-top: 10px;
    }
    .div-type-table-a
    {
        height: 90px;
        line-height: 100px;
    }
    .panel-heading
    {
        padding: 10px 15px;
    }
    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
    {
        padding: 8px;
    }
    .div-list
    {
        margin-top: 10px;
    }
    .panel
    {
        margin-bottom: 10px;
    }
    .scrollDiv
    {
        height: 170px;
    }
    .divEcharts
    {
        height: 205px;
    }
}
/*解决大屏宽度适应问题*/
@media (min-width: 1600px)
{
    .type-name
    {
        margin-left: 10px;
        font-size: 20px;
    }
    .type-icon
    {
        font-size: 40px;
    }
}
/*三角形*/
.div-type-table-a-active:before
{
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -5px;
}
