/*公共样式*/
html,body,p{
margin:0;
padding:0;
}
ul{
list-style-type: none;
margin:0;
padding:0;
}
a,
a:link,
a:visited,
a:hover ,
a:active{
text-decoration: none;
}
.main {
width: 100%;
padding-bottom: 30px;
}
.main .ic1 {
color: #FEE405;
}
.main .ic2 {
color: #FF7E00;
}
.main .ic3 {
color: #4FBA50;
}
.main .ic4 {
color: #F35B5C;
}
.main .ic5 {
color: #5892F6;
}
.main .ic6 {
color: #19E3E4;
}
.main .my-flex {
display: flex;
}
.main .my-flex-span-b {
justify-content: space-between;
}
.main .my-flex-c {
align-items: center;
}
.main .my-flex-row {
flex-direction: row;
}
.main .my-flex-column {
flex-direction: column;
}
.main .table-left-data {
padding: 0 10px;
display: flex;
flex-direction: column;
justify-content: center;
background: #fff;
border: 1px solid #ddd;
border-right: none;
}
.main .table-left-data span {
display: flex;
justify-content: center;
}
.main .table-left-data span:first-child {
font-size: 12px;
}
.main .table-left-data span:last-child {
font-size: 26px;
}
.main .th-line {
display: block;
width: 100%;
height: 1px;
background: #ddd;
transform: rotate(45deg);
transform-origin: 0% 0%;
}
.main .col-title {
margin: 20px 0 0 0;
padding: 10px;
background: #F1F1F1;
font-size: 16px;
font-weight: bold;
/*border-radius: 6px;*/
}
.main .unit-box .my-table-responsive {
width: 100%;
}
.main .unit-box .my-table {
margin-bottom: 0;
}
.main .unit-box .my-table thead {
background: #fafafa;
}
.main .unit-box .my-table tbody tr {
background: #fff;
}
.main .unit-box .unit-sum {
display: flex;
}
.main .unit-box .unit-sum .table-left {
width: 120px;
padding: 0 10px;
display: flex;
flex-direction: column;
justify-content: center;
background: #fff;
border: 1px solid #ddd;
border-right: none;
}
.main .unit-box .unit-sum .table-left span {
display: flex;
justify-content: center;
}
.main .unit-box .unit-sum .table-left span:first-child {
font-size: 12px;
}
.main .unit-box .unit-sum .table-left span:last-child {
font-size: 26px;
}
.main .unit-box .unit-sum > table {
flex: 1;
margin-bottom: 0;
background: #fff;
}
.main .unit-box .unit-sum > table td,
.main .unit-box .unit-sum > table th {
text-align: center;
}
.main .unit-box .unit-sum > table td .iconfont,
.main .unit-box .unit-sum > table th .iconfont {
margin-right: 10px;
}
.main .unit-box .unit-sum > table thead > tr {
background: #FAFAFA;
}
.main .risk-hi-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.main .risk-hi-box .border-radius-left {
/*border-top-left-radius: 6px;*/
/*border-bottom-left-radius: 6px;*/
}
.main .risk-hi-box .border-radius-right {
/*border-top-right-radius: 6px;*/
/*border-bottom-right-radius: 6px;*/
}
.main .risk-hi-box > div {
width: 49%;
}
.main .risk-hi-box > div > div {
height: 150px;
width: 100%;
background: #fff;
/*-webkit-border-radius: 6px;*/
-moz-border-radius: 6px;
/*border-radius: 6px;*/
border: 1px solid #ddd;
}
.main .risk-hi-box > div > div > div {
float: left;
height: 100%;
}
.main .risk-hi-box > div > div .text-count {
width: 20%;
text-align: center;
/*border-right: 1px solid #ddd;*/
/*border-top-left-radius: 6px;*/
/*border-bottom-left-radius: 6px;*/
}
.main .risk-hi-box > div > div .text-count p {
font-size: 12px;
margin-top: 40%;
}
.main .risk-hi-box > div > div .text-count span {
font-size: 26px;
font-weight: bold;
}
.main .risk-hi-box > div > div .count-charts {
float: right;
width: 79%;
border-left: 1px solid #ddd;
/*border-top-right-radius: 6px;*/
/*border-bottom-right-radius: 6px;*/
}
.main .risk-hi-box > div > div .count-charts > div {
float: left;
height: 50%;
width: 50%;
box-sizing: border-box;
text-align: center;
position: relative;
padding: 10px 20px;
overflow: hidden;
}
.main .risk-hi-box > div > div .count-charts > div i {
position: absolute;
height: 100%;
width: 30px;
left: -56px;
font-size: 148px;
top: 48px;
}
.main .risk-hi-box > div > div .count-charts .major-risk {
background: #FFEBEB;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.main .risk-hi-box > div > div .count-charts .major-risk p:last-child {
color: #FF0009;
font-weight: bold;
font-size: 32px;
}
.main .risk-hi-box > div > div .count-charts .major-risk p > span.iconfont {
color: #FF0009;
}
.main .risk-hi-box > div > div .count-charts .major-risk i {
color: rgba(255, 0, 9, 0.1);
}
.main .risk-hi-box > div > div .count-charts .larger-risk {
background: #FFF3EB;
border-bottom: 1px solid #ddd;
}
.main .risk-hi-box > div > div .count-charts .larger-risk p:last-child {
color: #FF6E00;
font-weight: bold;
font-size: 32px;
}
.main .risk-hi-box > div > div .count-charts .larger-risk p > span.iconfont {
color: #FF6E00;
}
.main .risk-hi-box > div > div .count-charts .larger-risk i {
color: rgba(255, 110, 0, 0.1);
}
.main .risk-hi-box > div > div .count-charts .commonly-risk {
background: #FFFCEB;
border-right: 1px solid #ddd;
}
.main .risk-hi-box > div > div .count-charts .commonly-risk p:last-child {
color: #FFBA00;
font-weight: bold;
font-size: 32px;
}
.main .risk-hi-box > div > div .count-charts .commonly-risk p > span.iconfont {
color: #FFBA00;
}
.main .risk-hi-box > div > div .count-charts .commonly-risk i {
color: rgba(255, 186, 0, 0.1);
}
.main .risk-hi-box > div > div .count-charts .lower-risk {
background: #EBFBFF;
}
.main .risk-hi-box > div > div .count-charts .lower-risk p:last-child {
color: #00AEFF;
font-weight: bold;
font-size: 32px;
}
.main .risk-hi-box > div > div .count-charts .lower-risk i {
color: rgba(0, 174, 255, 0.1);
}
.main .risk-hi-box > div > div .count-charts .lower-risk p > span.iconfont {
color: #00AEFF;
}
.main .risk-hi-box .hi-box > div > div {
text-align: center;
}
.main .risk-hi-box .hi-box > div #zg0,
.main .risk-hi-box .hi-box > div #zg1 {
width: 100px;
height: 100px;
margin: 10px auto;
}
.main .risk-hi-box .hi-box > div .zg0 {
width: 39%;
}
.main .risk-hi-box .hi-box > div .zg1 {
width: 39%;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
}
.main .risk-hi-box .hi-box > div .legend {
width: 20%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.main .risk-hi-box .hi-box > div .legend p {
display: flex;
flex-direction: row;
align-items: center;
}
.main .risk-hi-box .hi-box > div .legend p > span:first-child {
margin: 10px;
width: 20px;
height: 20px;
}
.main .risk-hi-box .hi-box > div .legend p:first-child span:first-child {
background: #FEDE35;
}
.main .risk-hi-box .hi-box > div .legend p:last-child span:first-child {
background: #EF1516;
}
.main .risk-table-box {
width: 100%;
margin-top: 20px;
}
.main .risk-table-box .table-bordered{
width: 100%;
}
.main .risk-table-box table td,
.main .risk-table-box table th {
text-align: center;
padding: 0;
}
.main .risk-table-box table thead tr {
background: #FAFAFA;
}
.main .risk-table-box table thead tr th {
height: 40px;
line-height: 40px;
border-right: 1px solid #ddd;
}
.main .risk-table-box table > tbody .tr-hover:hover {
background: rgba(176, 196, 222, 0.5);
}
.main .risk-table-box table > tbody .tr-hover:hover li {
background: rgba(176, 196, 222, 0.5) !important;
}
.main .risk-table-box table > tbody tr > td {
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#thTbody tr:first-child td {
height: 50px !important;
line-height: 50px;
}
.table-bordered{
width: 100%;
max-width: 100%;
border: 1px solid #ddd;
background-color: transparent;
}
.table thead tr th {
font-size: 14px;
font-weight: 600;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
padding: 8px;
border: 1px solid #ddd;
text-align: left;
}
.main .risk-table-box table > tbody .sub-td{
display: flex;
}
.main .risk-table-box table > tbody .sub-th li:first-child,
.main .risk-table-box table > tbody .sub-td li:first-child {
border-right: 1px solid #ddd;
}
.main .risk-table-box table > tbody .sub-th{
display: flex;
border-right: 1px solid #ddd;
}
.main .risk-table-box table > tbody .sub-th > li,
.main .risk-table-box table > tbody .sub-td > li {
flex: 1;
height: 100%;
text-align: center;
background: transparent;
}
.main .risk-table-box table > tbody .sub-th .li-border-great-risk {
border-bottom: 5px solid #EE1716;
}
.main .risk-table-box table > tbody .sub-th .li-border-larger-risk {
border-bottom: 5px solid #FF6C00;
}
.main .risk-table-box table > tbody .sub-th .li-border-great-hid {
border-bottom: 5px solid #EE1716;
}
.main .risk-table-box table > tbody .sub-th .li-border-commonly-hid {
/*border-bottom: 5px solid #2982FF;*/
border-bottom: 5px solid #FEDE35;
}
.main .risk-table-box table > tbody .sub-th li:first-child {
border-right: 1px solid #ddd;
}
.main .risk-table-box table > tbody .sub-th li {
font-weight: bold;
background: transparent !important;
}
.main .risk-table-box table > tbody tr > td:nth-child(2) ul li:first-child {
background: #FFF6F5;
}
.main .risk-table-box table > tbody tr > td:nth-child(2) ul li:last-child {
background: #FFFCF4;
}
.main .risk-table-box table > tbody tr > td:nth-child(3) ul li:first-child {
background: #FFF6F5;
}
.main .risk-table-box table > tbody tr > td:nth-child(3) ul li:last-child {
background: #F4F9FF;
}
.main .risk-table-box table > tbody tr > td:nth-child(4) ul li:first-child {
background: #FFF6F5;
}
.main .risk-table-box table > tbody tr > td:nth-child(4) ul li:last-child {
background: #F4F9FF;
}
.main .risk-table-box table > tbody tr > td:last-child ul li {
background: #fff;
}
.main .hidanger-info {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.main .hidanger-info > div {
/*padding: 10px 0;*/
}
.main .hidanger-info .hid-title {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 10px;
background: #F1F1F1;
/*border-radius: 6px;*/
}
.main .hidanger-info .hid-title span:first-child {
font-weight: bold;
font-size: 16px;
}
.main .hidanger-info .hid-title a:last-child {
font-size: 14px;
color: #8D8D8D;
}
.main .hidanger-info .hid-bulletin-list {
width: 59%;
}
.main .hidanger-info .hid-bulletin-list .bulletin-list > ul > li:hover {
background: rgba(176, 196, 222, 0.5);
}
.main .hidanger-info .hid-bulletin-list .bulletin-list {
/*-webkit-border-radius: 6px;*/
/*-moz-border-radius: 6px;*/
/*border-radius: 6px;*/
padding: 10px;
background: #fff;
border: 1px solid #ddd;
}
.main .hidanger-info .hid-bulletin-list .bulletin-list li {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}
.main .hidanger-info .hid-bulletin-list .bulletin-list li p > span:first-child {
margin-right: 10px;
}
.main .hidanger-info .hid-bulletin-list .bulletin-list li p:last-child {
color: red;
}
.main .hidanger-info .hid-bulletin-list .bulletin-list li:nth-child(odd) {
background: #fff;
}
.main .hidanger-info .hid-bulletin-list .bulletin-list li:nth-child(even) {
background: #FAFAFA;
}
.main .hidanger-info .work-list {
width: 39%;
}
.main .hidanger-info .work-list .dynamic-list > li:hover {
background: rgba(176, 196, 222, 0.5);
}
.main .hidanger-info .work-list .dynamic-list {
/*-webkit-border-radius: 6px;*/
/*-moz-border-radius: 6px;*/
/*border-radius: 6px;*/
background: #fff;
padding: 10px;
border: 1px solid #ddd;
}
.main .hidanger-info .work-list .dynamic-list li {
border-bottom: 1px solid #ddd;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
}
.main .hidanger-info .work-list .dynamic-list li span:first-child {
width: 70%;
font-size: 14px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.main .hidanger-info .work-list .dynamic-list li span:last-child {
font-size: 12px;
color: #8D8D8D;
}
.table-responsive{
width:100%;
}
/*# sourceMappingURL=content.css.map */