@charset "utf-8";
/* adv */
#adv-wx .adv-item {
	position: relative;
	float: left;
	width: 47.83%;
	padding-top: 55.8%;
}
#adv-wx .adv-item:nth-child(even) { float: right;}
#adv-wx .adv-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* adv */

/* btn */
.btn[name] {
	position: relative;
	height: 3.9rem;
	line-height: 3.9rem;
	color: #fff;
	background-color: #355e92;
}
.btn[name]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 3.9rem;
	height: 3.9rem;
	margin-left: -5.5rem;
	background: no-repeat left center; 
}
.btn[name='zxsq']:before {
	background-image: url(/mimages/icon_zxsq.png);
	background-size: 2rem auto;
}
.btn[name='bmxx']:before {
	background-image: url(/mimages/icon_bmxx.png);
	background-size: 2.2rem auto;
}
/* btn */

/* list */
.list-sqgs {
	line-height: 3rem;
	font-size: 1.5rem;
	color: #333;
}
.list-sqgs .list-title {
	height: 3rem;
	padding: 0 .5rem;
	background-color: #f2f2f2;
}
.list-sqgs .list-title .list-title-item { float: right;}
.list-sqgs .list-title .list-title-item:first-child { float: left;}
.list-sqgs .list-item {
	height: 3.4rem;
	padding-left: .3rem;
	padding-right: .6rem;
	line-height: 3.4rem;
	overflow: hidden;
}
.list-sqgs .list-item .list-date { float: right;}
.list-sqgs .list-item-cnt {
	display: inline-block;
	max-width: 21rem;
}
/* list */

/* tab */
.tab.tab-card .tab-trigger-item { color: #999;}
.tab.tab-card .tab-trigger-item.current {
	color: #355e92;
	background: none;
}
.tab.tab-card .tab-trigger-item.current:before {
	bottom: -3px;
	height: 1px;
}
/* tab */

/* title */
.title {
	padding-left: 1.5rem;
	background: url(/mimages/icon_line_b.png) no-repeat .3rem 1.4rem;
	background-size: 0.4rem 1.2rem;
}
/* title */