@charset "utf-8";
/* CSS Document */

.footer{
	background: #1764c6;
	padding: 24px 0;
}

.footer .inner{
	width: 384px;
	/*padding-left: 66px;*/
	margin: 0 auto;
	/*background: url(../img/biaozhi.png) left center no-repeat;*/
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.header .logo{
	padding: 60px 0 52px;
	margin: 0 auto;
	text-align: center;
}

.form{
	width: 1128px;
	margin: 0 auto;
	padding: 0 0 64px;
}

.form .inner{
	padding: 44px 0 36px;
	background: url(../img/box-bg.png) repeat;
}

.form .inner1{
	float: left;
	width: 690px;
}

.form .inner2{
	float: right;
	width: 420px;
}

.form .inner>.title{
	display: block;
	margin: 0 auto 32px;
}

.form .inner .input-group{
	width: 518px;
	margin: 0 auto 16px;
}

.form .inner .input-group .title{
	float: left;
	width: 76px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #000000;
}

.form .inner .input-group .title span{
	visibility: hidden;
	opacity: 0;
}

.form .inner .input-group .input{
	float: right;
	border: 1px solid #e8e8e8;
	width: 412px;
	padding: 0 8px;
	background: #fff;
}

.form .inner .input-group .input input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.form .inner .submitBtn{
	display: block;
	width: 228px;
	height: 42px;
	background: #dc261b;
	font-size: 16px;
	color: #fff;
	margin: 25px auto 26px;
	cursor: pointer;
}

.form .inner .submitBtn:hover{
	opacity: .87;
}

.form .tip{
	font-size: 13px;
	color: #333;
	line-height: 24px;
	padding: 0 56px;
}

.index-news{
	padding: 0 26px;
}

.index-news a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d3d3d3;
	padding-left: 30px;
	background: url(../img/ico.png) left center no-repeat;
	font-size: 14px;
	color: #333;
}

.index-news a:hover{
	text-decoration: underline;
}

.form .more{
	text-align: right;
	padding: 24px 26px 6px 0;
	font-size: 13px;
	color: #666;
}

.form .more:hover{
	text-decoration: underline;
}

.zhengshu-detail .box-inner{
	padding: 8px 32px 0;
}

.zhengshu-detail .img{
	float: left;
	width: 162px;
	padding: 10px;
	border: 1px solid #bd373b;
}

.zhengshu-detail .msg{
	margin-left: 200px;
	overflow: hidden;
}

.zhengshu-detail .msg ul{
	margin-left: -12px;
}

.zhengshu-detail .msg li{
	float: left;
	width: 50%;
	line-height: 44px;
	font-size: 14px;
	color: #626262;
}

.zhengshu-detail .msg-inner{
	margin-left: 12px;
	border-bottom: 1px dashed #cacaca;
}

.zhengshu-detail .msg-inner .title{
	float: left;
	width: 103px;
	padding-left: 7px;
}

.zhengshu-detail .msg-inner .text{
	margin-left: 110px;
}

.news{
	width: 1146px;
	margin: 0 auto;
	padding: 50px 26px 1px;
	background: url(../img/box-bg.png) repeat;
	overflow: hidden;
}

.news ul{
	margin-left: -26px;
}

.news li{
	float: left;
	width: 33.33333%;
	margin-bottom: 80px;
}

.news li a{
	display: block;
	margin-left: 26px;
}

.news li a .imgBox{
	margin-bottom: 24px;
}

.news li a .img{
	padding-bottom: 69.126%;
}

.news .text .title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
}

.news a:hover .text .title{
	text-decoration: underline;
}

.news .text .desc{
	font-size: 12px;
	color: #828282;
	line-height: 21px;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 16px;
}

.news .text .more{
	text-decoration: underline;
	font-size: 13px;
	color: #000;
}

.bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 900px;
	background-image: url(../img/bg2.jpg);
	z-index: -1;
}

.newsDetail{
	width: 1146px;
	margin: 0 auto;
	padding: 50px 26px 80px;
	background: url(../img/box-bg.png) repeat;
	overflow: hidden;
}

.newsDetail .title{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	width: 80%;
	margin: 0 auto 30px;
}

.newsDetail .content{
	font-size: 15px;
	color: #333333;
	line-height: 27px;
}
