.content{
    width: 100%;
}
.content_banner{
    width: 100%;
    height: 5.56rem;
}
.content_banner img{
    width: 100%;
    height: 100%;
}
.report_data{
    width: 14rem;
    margin: 0 auto 0.5rem;
}
.report_title{
    width: 8.1rem;
    height: 0.7rem;
    margin: 0.55rem auto 0;
}
.report_title div span{
	font-size: 0.32rem;
	letter-spacing: 3px;
	color: #333333;
}
.report_title{
    background-image: url("../images/report_title_img.png");
    background-repeat: no-repeat;
    background-position: center;
}
#report_list{
    height: 10.26rem;
    margin-top:0.3rem;
}
#report_list li{
    float: left;
    margin-right: 0.4rem;
    margin-bottom: 0.42rem;
    width: 4.39rem;
    height: 3rem;
    box-shadow:0 0  0.04rem 0 #aaa;
    border-radius: 2%;
}
#report_list .clear_margin_right{
    margin-right:0;
}
.report_top{
    width: 100%;
    height: 2.47rem;
    margin: 0 auto;
    padding-top: 0.67rem;
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
}
.report_top_one{
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    color: #333333;
    display: block;
}
.report_top_two{
    margin-top: 0.67rem;
    text-align: center;
    font-size: 0.22rem;
    display: block;
}
.report_bottom{
    height: 0.53rem;
    overflow: hidden;
    border-radius: 0 0 3% 3%;
    background-color: #dbebe8;
}
.report_bottom a{
    float: left;
    width: 2.183rem;
    font-size: 0.24rem;
    line-height: 0.53rem;
    text-align: center;
}
.report_bottom_one{
    border-right: 0.01rem solid #4a9a8c;
}
.report_bottom_two{
    color: #0b9b94;
    border-left: 0.01rem solid #4a9a8c;
}

























