.bg-cgsq{
		background:url('../../assets/home/cgsq.png') 95% 103% no-repeat;
	}
	.bg-dclgd{
		background:url('../../assets/home/dclgd.png') 95% 103% no-repeat;
	}	
	.bg-gdgl{
		background:url('../../assets/home/gdgl.png') 95% 103% no-repeat;
	}	
	.bg-djdsp{
		background:url('../../assets/home/djdsp.png') 95% 103% no-repeat;
	}	
	.bg-xjrw{
		background:url('../../assets/home/xjrw.png') 95% 103% no-repeat;
	}		
    .home-quick-menun{
        width: calc(100% - 20px);
        margin-top:20px;
    }
    .home-manage{
        padding: 10px;
        border-bottom: 1px solid #ddd;
        a{
            text-decoration: none
        }
    }
    .home-quick-menun .home-item{
        height: 100px;
        width: auto;
        max-width: 430px;
        box-sizing: border-box;
        .home-item-content{
            margin-left: 20px;
            border: 1px solid #ccc;
            height: 88px;
            padding: 10px 0 0 20px;
            .num{
                font-size: 40px;
				line-height: 52px;
                color: #0097CA;
            }
            .text{
                margin-top: 8px
            }
        }
    }
    .home-block-row{
        width: calc(100% - 20px);
        margin-top: 20px;
        .home-block-l,.home-block-r{
            box-sizing:border-box;
            float:left;
            width:60%;
            .home-block-item{
                border: 1px solid #ddd;
                padding: 10px 20px;
                height: 276px;
                margin-left:20px;
				td{
					text-align: left
				}
				th{
					text-align: left
				}
                .title{
                    border-left: 3px solid #0099CC;
                    font-size: 14px;
                    height: 14px;
                    line-height: 14px;
                    margin-top: 8px;
                    padding: 0 5px;
                    a{
                        font-size: 13px;
                        text-decoration :none
                    }
                }
            }
        }
        .home-block-r{
             width:40%;
             float:right;
             ul li{
                 height: 43px;
                 line-height: 43px;
                 border-bottom: 1px solid #ddd;
				 position: relative;
				 padding-right: 80px;
                 .text{
					 display:block;
					 width: 100%;
                     color: #333;
                     overflow: hidden;  
                     text-overflow: ellipsis;  
                     white-space:nowrap;
                     padding-right: 15px;
                 }
                 .date{
					 position: absolute;
					 right:0;
					 top:1px;
                     width: 70px;
                     color: #999;
					 font-size: 12px;
                 }
             }
             ul li:first-child{
                 border-top: 1px solid #ddd;
             }
        }
    }
    .chart-content{
        padding:20px;
    }
    .page-content{
        border-left:1px solid #e8e8e8;
        background:#fff
    }
    .home-count-tit{
        height: 62px;
        line-height: 62px;
        background: #fff;
        color:#2f353b;
        font-size: 20px;
        border-bottom:1px solid #ebebeb;
        padding-left:20px;

    }
    .home-yd-num{
        color:#0071c0;
        font-size:20px
    }
    .e1 .echarts{
        height: 360px;
    }
    .echarts {
        width:95%;
        height: 400px;
    }
    .manage-set-list li{
        height: 20px;
        line-height: 20px;
        padding: 8px 15px;
        border: 1px solid #EBEBEB;
        margin-right: 15px;
        display: inline-block;
        cursor: pointer;
    }
    .manage-set-list li.active{
        color:#0099cc;
        border: 1px solid #0099cc;
    }