/*!
 * 公共资源整体运行分析
 * author:buly;
 * data:2017-01-10;
 */

.content {
    height: 1027px;
    background: url(../images/resource-bg.jpg) no-repeat;
}

.mod {
    width: 960px;
    float: left;
    overflow: hidden;
}

.col.col02 {
    width: 927px;
}


/*地图*/

.col.map {
    height: 667px;
}

.infomap {
    float: left;
    width: 389px;
    margin-left: 26px;
    height: 667px;
}

.infomap .info-item {
    height: 108px;
    width: 258px;
    letter-spacing: 3px;
    border-bottom: 2px solid #627cd0;
}

.infomap .info-item>h2 {
    font-size: 20px;
    padding-left: 15px;
    line-height: 50px;
}

.infomap .info-item>b {
    font-size: 40px;
    padding-left: 15px;
    line-height: 58px;
    font-family: 'Arial';
}

.infomap .info-item.top {
    height: 153px;
    width: 389px;
    margin-top: 44px;
}

.infomap .info-item.top>h2 {
    font-size: 24px;
    line-height: 59px;
}

.infomap .info-item.top>b {
    font-size: 48px;
    line-height: 94px;
    color: #f29b0a;
    font-style: italic;
}

.infomap .info-item:last-child {
    border-bottom: 0;
}

.chartmap {
    margin-left: 415px;
    height: 667px;
    width: 512px;
}

/*项目金额统计*/
.col.pie>.col-bd{
    position: relative;
}

.col.pie>.col-bd div{
    height: 100%;
}

.col.pie .pie-bg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: absolute;
    top: 60%;
    left:50%;
    margin-top: -20px;
    margin-left: -20px;
}