@charset "utf-8";
/* 新闻中心 by 14050185 @ 2015-6-16 */
body {
	background:#f6f6f6;
}
input:focus {
	-webkit-box-shadow:1px 1px 2px #ccc,-1px -1px 2px #ccc;
	-moz-box-shadow:1px 1px 2px #ccc,-1px -1px 2px #ccc;
	box-shadow:1px 1px 2px #ccc,-1px -1px 2px #ccc;
	border-color:#2ea0f2;
}
.location-path,.content {
	width: 1190px;
	margin: 0 auto;
}
.location-bar {
	height:18px;
	border-bottom:1px solid #ddd;
	padding:17px 0;
	background: white;
	font-family: "Microsoft Yahei";
	font-size: 14px;
}
.location-path a {
	color:#666;
}
.location-path .current-path a{
	font-weight: bold;
	color:#333;
}
.location-path a:hover {
	color:#f70;
}
.location-path .arrow {
	/*font-family: simsun;*/
	padding:0 3px;
}
.content {
	margin:20px auto 30px;
	font-family: arial,helvetica,"Microsoft Yahei",simsun;
}
.left-menu {
	width:188px;
	border:1px solid #ddd;
}
.left-menu a {
	color:#666;
}
.left-menu h4 a {
	color:#333;
}
.left-menu a:hover,.left-menu a.menu-on {
	color:#f70;
	text-decoration: none;
}
.sub-menu-title {
	height:34px;
	padding: 12px 20px;
	background:#f0f0f0;
	font-size:16px;
	font-weight: normal;
}
.sub-menu-list {
	padding:12px 20px;
	background:white;
}
.sub-menu-item {
	display: block;
	font-size:14px;
	padding: 3px 0;
}
.sub-menu-item i {
	color:#999;
	font-family: simsun;
}
.right-content {
	margin-left:20px;
	border:1px solid #ddd;
	width:978px;
	background: white;
}
.news-content {
	background: white;
}
.news-column-title {
	padding-left: 30px;
	font-size:18px;
	font-weight: normal;
	border-bottom:1px solid #ddd;
	height: 40px;
}
.news-column-title span {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
	padding: 12px 0;
	height: 28px;
	/*border-bottom: 2px solid #1f5378;*/
}
.news-content-list {
	display: block;
	padding:11px 30px;
}
.news-content-item {
	border-bottom:1px dashed #ddd;
	height:21px;
	padding: 16px 0;
}
.news-content-item .news-date {
	width:105px;
	color:#bbb;
	font-size:14px;
}
.news-link-title {
	display:block;
	color:#666;
	font-size:14px;
	width:720px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-link-title:hover {
	text-decoration: none;
}
.news-content-pages {
	margin-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}
.news-content-pages a,.news-content-pages span {
	display:inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	background: white;
	color:#999;
}
.news-content-pages a {
	font-weight: bold;
	border:1px solid #ddd;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.news-content-pages a.current-page {
	background: white;
	color:#f70;
}
.news-content-pages a:hover{
	border-color:#f70;
	background: #f70;
	color:#fff;
	text-decoration: none;
}
.news-content-pages .prev-forward,.news-content-pages .next-forward {
	font-family: simsun;
}
.news-content-pages .prev-forward:hover,.news-content-pages .next-forward:hover {
	border-color:#ddd;
	color:#f70;
	background: white;
}
.news-content-pages .disabled-forward,.news-content-pages .disabled-forward:hover {
	color:#e8e8e8;
	border-color:#ddd;
	background: white;
	cursor: default;
}
.news-content-pages .to-page,.news-content-pages .certain-button {
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #ddd;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.news-content-pages .to-page {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
}
.news-content-pages .to-page:focus {
	border-color:#2ea0f2;
}
.news-content-pages .certain-button {
	background: #f9f9fb;
	font-weight: normal;
}
.news-content-pages .certain-button:hover {
	background: white;
	color:#f70;
	border-color:#ddd;
}
.news-content-title,.news-content-subtitle {
	font-size:20px;
	padding:20px 30px 10px;
	text-align: center;
	color:#333;
	font-weight: normal;
}
.news-content-subtitle {
	text-align: left;
}
.news-content-time {
	color:#bbb;
	text-align: center;
	font-size:14px;
}
.news-content-text {
	font-size:14px;
	line-height: 2;
	padding:0 30px 60px;
	color:#666;
	margin-top: 5px;
}
.news-content-text p+p {
	margin-top: 5px;
}
.news-content-picture {
	width: 920px;
	height: 200px;
	margin: 30px 30px 0;
}
.cloud-finance-list {
	margin-top: 40px;
}
.cloud-finance-item {
	float: left;
	width: 33%;
	border-left:1px solid #f4f4f4;
	margin-bottom: 50px;
}
.cloud-finance-item:first-child {
	border-left:0;
}
.cloud-finance-picture {
	text-align: center;
	margin: 20px auto;
}
.cloud-finance-item .tc {
	color:#999;
	line-height: 2;
}
.cloud-finance-item .cloud-finance-item-title {
	font-size:18px;
	line-height: 1.5;
	color:#333;
	margin-bottom: 10px;
}
.cloud-finance-item-title > span {
	font-size:22px;
	color:#54a9e9;
	padding-right: 8px;
}
.search-content {
	font-family: arial,helvetica,"Microsoft Yahei";
	padding-top:10px;
	padding-bottom: 40px;
}
.left-select-company {
	float: left;
	width: 440px;
}
.search-content h3 {
	font-size:16px;
	padding:10px 0;
}
.first-letter {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
	width:16px;
	text-align: center;
	padding:2px 15px;
	color:#fff;
	background: #ccc;
	font-size:18px;
	border-bottom: 1px solid white;
	-webkit-transition:background .2s;
	-moz-transition:background .2s;
	transition:background .2s;
}
.first-letter:hover {
	background: #f70;
}
.companys-list {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
	width:360px;
	border:1px solid #ddd;
	border-width:0 1px 1px 0;
	padding:5px 15px;
	margin-left: -3px;
	background: white;
	font-size:14px;
}
.companys-item:nth-child(odd) .companys-list{
	background: #fafafa;
}
.companys-list a {
	width:25%;
	float:left;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.companys-list a:hover {
	color:#f70;
	text-decoration: none;
}
.often-use {
}
.often-use .first-letter {
	background: #f70;
	font-size:14px;
	padding:6px 15px;
}
.often-use .companys-list {
	border-top: 1px solid #ddd;
	background: white;
}
.right-search-area {
	float: left;
	margin-left: 20px;
}
.search-form {
	padding:20px 25px;
	background: white;
	height: 70px;
	width: 680px;
}
.company-address {
	font-size:14px;
	line-height: 1;
	margin-bottom: 15px;
}
.company-address a {
	color:#666;
}
.company-address a:hover {
	color:#f70;
	text-decoration: none;
}
.search-form .form-inline {
	height: 40px;
}
.search-form .form-inline input {
	height:28px;
	line-height: 28px;
	padding: 5px 9px;
	border: 1px solid #ddd;
	margin-right: 10px;
	width:228px;
	color:#333;
}
.search-form .form-inline input:first-child {
	width:128px;
}
.search-form .form-inline input:focus {
	border-color:#2ea0f2;
}
.search-form .form-inline button {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #54a9e9;
	color:#fff;
	font-size:16px;
	border:0;
	font-family: "Microsoft Yahei";
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	cursor: pointer;
}
.search-form .form-inline button:active {
	background: #1c8ce0;
}
.translate-detail {
	margin: 20px 0;
}
.translate-detail-list {
	padding-left: 95px;
}
.translate-detail-item {
	display: block;
	overflow: hidden;
}
.translate-detail-time {
	float:left;
	padding: 11px 0;
	color:#999;
	width: 145px;
}
.translate-detail-text {
	float:left;
	background:url('images/translate-dot.png') 0 -126px  no-repeat; 
	padding: 11px 0;
	width: 420px;
	padding-left: 25px;
	color:#666;
}
.translate-detail-item:first-child .translate-detail-text {
	background-position:0 2px; 
}
.translate-detail-now .translate-detail-text {
	background:url('images/translate-dot.png') left -252px no-repeat; 
}
.translate-detail
.view-more-info {
	text-align: right;
}
.view-more-info a,.view-more-info img {
	display:block;
	width:730px;
	height:200px;
}
.search-form .form-inline .tipsError{border:1px solid #f00;}
.search-form .tipsContent{position:absolute; top:61px; left:585px;display: none;}