/* 个人状态 */

.response-logo,
.key-list-box,
.response-key-text,
.response-key-img {
	display: none;
}

.nav-cen li a {
	width: 30%;
	float: left;
	font-size: 14px;
	color: #373737;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
	padding: 5px;
	font-weight: bold;
}

.nav-cen li a:hover {
	color: #0D6DD6;
}

.nav-cen {
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e3e5;
}

.right-box {
	width: 726px;
	padding-left: 38px;
}
/*标题添加字体颜色 addby tansh 20180831*/
.right-box h3 {
	padding: 30px 0;
	color: #003C7B;
	font-size:18px;
}
/*table Home > Financial News*/
table.mtop15,table.mtop14{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
}
.right-box.fl table{
	margin: 0 auto;
}
table.mtop15 p,table.mtop14 p{
	text-align: center;
}
table.mtop15 strong {
	font-weight: bold !important;
}
#ctnIfr table.demo tr td>table:first-child{
	display: none;
}
@media screen and (max-width: 680px){
	.right-box.fl table{
		margin:0;
	}
}
