body {
    line-height: 1.6;
    /*background: #2b4159;*/
}
.com_gansuresources .resou-container {
    background-color: rgba(255,255,255,0.8);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 25px;
}
.resou_left {
    float: right;
    /*width: 10%;*/
    margin-top: 50px;
    margin-right: 5%;
}
.resou_right {
    float: left;
    /*width: 90%;*/
    margin-top: 10px;
}
.resou_bottom{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.resou_title {
    width: 100%;
    text-align: center;
}
.resou_title span{
    -webkit-text-stroke: 1px #000;
    font-size: 2em;
    color: #fff;
}
.resources_top_img{
    background: url("/app/components/com_gansuresources/site/assets/img/067A26682.jpg");
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: 350px;
    margin-top: -20px;
    opacity: 0.9;
    position: relative;
}
.resources_top_img:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #0f2961;
    opacity: 0.6;
    z-index: 1;
    width: 100%;
    height: 350px;
}
.resources_top_font {
    position: absolute;
    z-index: 222;
    top: 100px;
    left: 15%;
}
.resources_top_font h1{
    font-size: 70px;
    color: #ffffff;
}
@media (max-width: 1200px) {
    .resources_top_font h1{
        font-size: 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .resources_top_font h1{
        font-size: 55px;
    }
}
.echarts_container {
    width: 100%;
}
#totaldata {
    margin-top: 50px;
}
.totaldata_label{
    /*text-align: center;*/
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 50px;
    background: #0f296147;
    border-radius: 5px;
}
.totaldata_label span {
    padding-top: 5px;
    font-size: 1.5em;
    line-height: 50px;
}
.category_label {
    /*margin-top: 30px;*/
    width: 100%;
    /*height: 80px;*/
    background: #0f296147;
    border-radius: 5px;
    margin: 30px 0px 30px 0;
    height: auto;
    text-align: center;
    float: left;
}
.category_label span {
    padding-top: 5px;
    font-size: 1.5em;
}
#birdpiechart {
    margin-top: 30px;
}