@charset "UTF-8";
/*****资源统计 start*****/
.statistics_banner{
    position:relative;
    width:100%;
    min-width:1400px;
    height:220px;
    background:#002fa7;
    padding:10px 0 0;
    text-align: center;
    overflow:hidden;
    box-sizing: border-box;
}
.statistics_banner .layui-container{
    position:relative;
    height:150px;
    box-sizing: border-box;
}
.statistics_banner h1{
    color:#fff;
    font-size:24px;
    font-weight:bold;
    line-height:125px;
}
.statistics_banner h3{
    position:absolute;
    left:15px;
    bottom:75px;
    color:#fff;
    font-size:14px;
}
.statistics_banner h4{
    position:absolute;
    right:15px;
    bottom:25px;
    color:#fff;
    font-size:14px;
}
.resources_analysis{padding:20px 0 0;}
.resources_analysis h4{bottom:62px;}
.resources_update{padding:20px 0 0;}
.resources_update h3{
    position:absolute;
    left:15px;
    bottom:50px;
    color:#fff;
    font-size:14px;
}
.resources_update h4{
    position:absolute;
    right:15px;
    bottom:50px;
    color:#fff;
    font-size:14px;
}
#res_table{
    background:#fff;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    border-radius:35px;
    border:5px solid #fff;
    padding:10px;
    margin:-75px auto 25px;
    overflow:hidden;
    box-sizing: border-box;
}
#res_table thead th{
    background:#002fa7;
    padding:30px 15px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    border:0;
    text-align:center;
}
#res_table tbody td{
    color:#333;
    font-weight:bold;
    border-color:#b5caff;
    padding:30px 5px;
    line-height:1.6;
    text-align:center;
}
#res_table tbody td:first-child{
    color:#002fa7;
    font-size:15px;
    font-weight:bold;
}
#res_table tbody td:nth-child(2){
    color:#333;
    font-size:15px;
    background:#f1f5ff;
}
#res_table tbody tr:nth-child(even),
#res_table tbody tr:hover{
    background:#f6f9ff;
}
#res_table i{
    color:#002fa7;
    font-weight:bold;
}
#res_table a:hover{
    color:#002fa7;
    text-decoration: underline;
}
/*******资源统计 end*****/
 