﻿/* common css */
html, body {font-family: 'Microsoft Yahei', 微软雅黑, sans-serif; min-height: 100%; font-size: 14px; height: 100%; background: #fafafa;}
* { -webkit-tap-highlight-color: rgba(0,0,0,0); outline: none; margin: 0;}

a, a:hover, a:active {text-decoration: none; color: #227BF1;}
ul, ol {list-style: none; margin: 0; padding: 0;}

p {font-size: 14px;}
.logBox p {text-align: center;} 
.content .home-left p {line-height: 2;}
.fl {float: left;}
.fr {float: right;}
	
/* clear float */
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.fn-clear { zoom: 1; /* for IE6 IE7 */ }

/* common style */
.page-width {width: 1200px; padding: 0 20px; margin: 0 auto; position: relative;}
h2.title, h3.title {font-size:  32px; font-weight: normal; color: #000; border-left: 2px solid #e43032; padding-left: 15px; margin-bottom: 32px;}
h2.title span {color: #e43032; font-size: 12px; position: relative; top: -7px;}

.white-box {padding: 50px; box-sizing: border-box; background: #fff;}
/* header [[ */
.header {background: #fff; border-bottom: 2px solid #e5e5e5; position: relative; z-index:2}
.top-row {padding: 25px 0 15px; position: relative; z-index: 5;}
.logo-text {color: #514f5a; font-family: "微软雅黑"; text-decoration: none; position: absolute; left: 210px; top: 32px; font-size: 24px;}
.logo-text:hover {color: #599ae5;}

/* header ]] */

/* content [[ */
.content {padding: 35px 0;}
/* container */
.container {width: 1120px; background: #fff; padding: 40px;}
.jzcg-wrapper .container {margin-bottom: 15px;}
.blank {text-align: center; padding: 50px 0; font-size: 14px; color: #333;}
.blank.bg {background:url(../../pic/blank-bg.png) no-repeat 50% 0; padding-top: 400px}
/* table style*/
.tableStyle {border-collapse: collapse; margin-bottom: 30px;}
.tableStyle th, .tableStyle td {border-bottom: 1px solid #f1f1f1; font-size: 14px; color: #333; text-align: center; line-height: 50px; font-weight: normal;}
.tableStyle td.alignLeft {text-align: left;}
#pages {text-align: center;}



.unusual_transaction{
	width:1200px;
	background:#fff;
	margin:0 auto;
}
.unusual_title div{
	text-align:center;
	padding-top:50px;
	margin-bottom:20px;
	font-size:28px;
	color:#2e2e2e;
	max-height: 3em;
	overflow: hidden;
	word-break: break-all;
}
#unusual_title div{
	font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #514f5a;
    padding: 50px 50px 10px 50px;
}
.unusual_date{
	width:1061px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	background:#f6f6f6;
	text-align:center;
	color:#888;
	font-size:12px;
}
.unusual_content p{
	padding-top:30px;
	width:1040px;
	margin:0 auto;
	color:#888;
	line-height:2em;
	word-break: break-all;
	padding-left: 20px;
}
.unusual_content {padding-bottom: 50px;}
/* content ]] */
/*弹出层样式*/
.layui-layer-title {
		    text-align: center;
		    background: #E7EDF8 !important;
		    font-weight: bold;
		    padding: 0 !important;
		    font-size: 16px !important;
		    border-radius: 6px 6px 0 0 !important;
		}

.prjName a {display: block; width: 400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}