#main{width: 100%;background: #ffffff;}
#banner{width: 100%;height: 120px;background: #0e4b89;overflow: hidden;position: relative;}
#banner img{width: 1920px;height: 120px;position: absolute;}
#main .container {
    width: 760px;
    margin: 0 auto;
    padding-top: 42px;
}
#main .container .reports .title {
    font-size: 36px;
    color: #000000;
    font-weight: 500;
    margin-bottom:36px;
}
#main .container .reports .data{
	width:760px;
	height:64px;
	background:#f6f6f6;
}
#main .container .reports .data span{display:inline-block;padding:22px;font-size:14px;}
#main .container .reports .data .time{color:#999999;padding-left:0px;}
#main .container .reports .img{margin:42px auto 30px;text-align:center;}
#main .container .reports .description{padding-bottom:42px;text-indent:2em;}
#main .container .reports .description span{font-size: 16px;color: #333333;text-indent:2em;line-height: 28px;}
#main .container .reports .description p{font-size: 16px;color: #333333;text-indent:2em;line-height: 28px;}