/* news */
.mainpage {
	text-align: center;
}
.news, .service {
	margin: 0 10px;
	padding-bottom: 4em;
}
.event {
	text-align: left;
}
.event li {
	padding: 12px;
	list-style: none;
	min-height: 104px;
}
.news h2, .service h2 {
	margin: 2em 0 .5em;
	border-bottom: 1px solid #d5d9dd;
	font-size: 1.5em;
	text-align: left;
	padding-left: 20px;
	background: url(../images/titleBg.png) no-repeat left center;
	font-weight: normal;
	line-height: 32px;
}
.news {
	width: 820px;
	vertical-align: top;
	display: inline-block;
}
.news img {
	width: 230px;
	height: 120px;
}
.news .pic {
	z-index: 9;
	margin-right: 30px;
}
.newsInfo {
	line-height: 22px;
	color: #888;
}
/* service */
.service li a {
	background: url(../images/icon.png) no-repeat 0 0;
}
.service li.qr a {
	background: url(../images/qr.png) no-repeat 0 0;
}
.service {
	width: 400px;
	display: inline-block;
}
.service li {
	width: 112px;
	display: inline-block;
}
.service li.qr {
	width: 150px;
	margin: 30px 10px 10px 10px;
}
.service li a {
	display: block;
	padding-top: 58px;
	font-size: 1.3em;
}
.service li.qr a {
	padding-top: 160px;
}
.service li a:hover {
	color: #d93d1e;
	text-decoration: none;
}
.service li.qr .weibo {
	background-position: 0 0;
}
.service li.qr .weixin {
	background-position: -192px 0;
}
.service li .help {
	background-position: 0 -100px;
}
.service li .love {
	background-position: -115px 0;
}
.service li .jyr {
	background-position: -115px -100px;
}
.service li .dbg {
	background-position: -230px -100px;
}
/*subpage*/
.guidContainer {
	background: #FAFAFA;
	border: 1px #b5b5b5 solid;
	color: #373737;
	border-radius: 5px;
	padding: 12px;
	margin: 12px auto;
}
.mainContent {
	position: relative;
}
/*流程表格*/

.table {
	width: 600px;
	margin: 0 auto;
}
table a {
	color: #ddd;
}
.table .container, .table2 .container {
	border: 1px solid #ddd;
	margin: 6px;
	border-radius: 4px;
}
.table_style1 {
}
.table_style1 td {
	text-align: center;
}
.table_style2 {
}
.table_style2 td {
	width: 50%;
	text-align: center;
}
.arrow, .arrow2 {
	background-image: url(../images/sprite_icon.png);
	background-position: center -379px;
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
}
.arrow2 {
	background-position: -497px center;
	height: 100%;
	width: 20px;
	min-width: 20px;
}
.table2 .container {
	border: 1px solid #d01f27;
	margin: 6px;
	background-color: #d01f27;
	color: #fff;
	border-radius: 8px;
	padding: 0 8px;
}
.table2 h4 {
	font-size: 15px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.table2 h5 {
	font-size: 12px;
	margin-bottom: 8px;
	color: #fff;
	font-weight: normal;
}
.indexPage .nav-slide {
	padding: 12px;
	text-align: center;
}
.indexPage .nav-slide a {
}
.gonggaoPage .subBanner {
    background-color: #f6f6f6;
    background-image: url(../images/sub_banner_news.jpg);
}
.gonggaoPage .table{
	width:70%;
	margin:10px;	
	text-align:center;
}
.gonggaoPage .table.full{
	width:100%;
}
.gonggaoPage .table tr:first-child{
	background-color:#f5f5f5;
}
.gonggaoPage .table tr{
	height:32px;
}