
.left-part .box-3 h2 {
    font-size: 24px;
    padding-left: 28px;
}
.report {
	padding: 10px 30px;
}

.report h1 {
	font-family: "Microsoft YaHei";
	position: relative;
	height: 33px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 33px;
	color: #0080c1;
	border-bottom: 1px solid #0080c1;
}
.report h3 {
	position: relative;
	margin: 40px 0;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
}
.report h3:before {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	top: 13px;
	height: 1px;
	border-bottom: 1px solid #ddd;
}
    .report h3 span {
        position: relative;
        padding-right: .5em;
        font-family: "Microsoft YaHei";
        background: #fff;
        z-index: 1;
        color: #006aad;
        font-weight: bold;
    }
.title-s,.title-d {
    line-height: 20px;
}
.title-d {
    margin-bottom:10px;
}
    .title-s strong, .title-d strong {
        font-size: 14px;
    }
.report h3 em {
    color: #777;
    font-size: 24px;
}
.report .intro {
	margin-top: -20px;
	font-size: 14px;
	margin-bottom: 20px;
}
.report .inline {
	margin: 10px 0;
	font-size: 14px;
	line-height: 30px;
}
.report .inline select {
	padding: 3px 5px;
}
.report p {
	font-size: 14px;
	line-height: 24px;
    margin: 1em 0;
    text-indent: 2em;
}
.report p.img {
	text-indent: inherit;
	text-align: center;
}


.report h4 {
	margin: 40px 0 20px;
	font-size: 16px;
}
.report table {
	width: 100%;
	border-collapse: collapse;
   border-spacing: 0;
    border: 1px solid #e1dede;
    padding: 0;
    margin: 0;
}
.report table tr:nth-child(odd) {
	background: #fcfcfc;
}
.report th, .report td {
	padding: 0 5px;
}
.report th {
	height: 20px;
	padding: 9px 5px;
	line-height: 20px;
	font-weight: lighter;
	color: #666;
	background: #f2f8fb;
}
.report td {
	padding: 10px 5px;
	line-height: 18px;
	border-bottom: 1px dashed #e4e4e4;
}
.report td input {
	margin-right: 8px;
}
.report td .read {
	overflow: hidden;
	display: block;
	width:17px;
	height: 17px;
	margin: 0 auto;
	text-indent: -300px;
	background: url(../images/read.gif) no-repeat;
}
.report td .downl {
	overflow: hidden;
	display: block;
	width:19px;
	height: 17px;
	margin: 0 auto;
	text-indent: -300px;
	background: url(../images/downl.gif) no-repeat;
}
.report label {
	
}