.table-responsive {
	/*border: none;*/
}

@media (max-width: 768px) {
	.table-responsive {
		/*margin-left: -15px;
	/*margin-right: -15px;*/
		*/ width: 100%;
	}
}

.table-1 {
	border-bottom: 3px solid #f2f2f2;
	background-color: #f8f8f8;
}

.table-1 thead tr th {
	text-align: right;
	/*background-color: #f8f8f8;*/
	padding-top: 20px;
	color: #b28956;
}

.table-1 tbody tr td {
	text-align: right;
}

.table-1>tbody>tr>th {
	font-weight: normal;
}

.table-1>tbody>tr>th,
.table-1>tbody>tr>td {
	border-bottom: 1px solid #fff;
}

.table-1>tbody>tr.line>th,
.table-1>tbody>tr.line>td {
	border-bottom: 2px solid #ddd;
}

.table-1 thead tr th:nth-child(2),
.table-1>tbody>tr>td:nth-child(2) {
	/*background-color: #036;*/
	background-color: #fff;
	/*border-left: 2px solid #ddd !important;
	border-right: 2px solid #ddd !important;*/
}

.table-1 thead tr th:nth-child(1),
.table-1>tbody>tr>td:nth-child(1) {
	width: 30%;
}


/*财务报告开始*/

.report-cont {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.report-year {
	font-size: 20px;
	line-height: 18px;
	font-weight: 300;
	color: #B38B58;
	padding-left: 15px;
	padding-bottom: 20px;
}

.report-year span {
	font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
}

.report-list a {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #666;
	border-left: 1px solid #ddd;
	/*padding-left: 10px;*/
	padding:15px 10px;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 50px;
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: 10px center;
}

.report-list a:hover {
	background-color: #f2f2f2;
	border-left: 3px solid #ddd;
	padding-left: 55px;
}

.report-list a:after {
	content: '';
	display: block;
	clear: both;
}

.report-list a .img {
	width: 30px;
	float: left;
	margin-right: 10px;
	margin-left: 00px;
	margin-top: -3px;
	
}

.report-list a .img img {
	width: 100%;
	margin: 0;
	
}

.report-list a h3 {
}

.report-list a h3 span {
	font-size: 13px;
	font-weight: bold;
	color: #999;
}

/*@media (max-width: 768px) {
	.report-list a .img {
		width: 40%;
		float: left;
		margin-right: 0px;
	}
	.report-list a h3 {
		font-size: 18px;
		padding-top: 0px;
	}
	.report-list a h3 span {
		font-size: 11px;
		font-weight: bold;
		color: #999;
	}
}

.report-list a h5 {
	background-color: #0099FF;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

@media (max-width: 768px) {
	.report-list a h5 {
		line-height: 20px;
		font-size: 10px;
		line-height: 16px;
		padding-top: 2px;
	}
}*/


/*财务报告结束*/


/*招股书开始*/

.prospectus-cont {
	text-align: center;
}

.prospectus-cont a {
	width: 50%;
	display: inline-block;
	webkit-box-shadow: 4px 4px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 4px 4px 1px rgba(0, 0, 0, .1);
	box-shadow: 4px 4px 1px rgba(0, 0, 0, .1);
}
.prospectus-cont a:hover {
	
	display: inline-block;
	margin-top: -1px;
	margin-left: -1px;
	webkit-box-shadow: 6px 6px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 6px 6px 1px rgba(0, 0, 0, .1);
	box-shadow: 6px 6px 1px rgba(0, 0, 0, .1);
}
.prospectus-cont a img {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0;
}

@media (max-width: 768px) {
	.prospectus-cont a {
		width: 70%;
	}
}


/*招股书结束*/

/*公告开始*/
.announcements-list{
	margin-left: -10px;
	margin-right: -10px;
}
.announcements-list li a .item-text {
    font-size: 14px;
    margin: 0;
    letter-spacing: 1px;
    text-overflow:initial;
    overflow: auto;
    white-space: normal;
}
/*公告结束*/