@charset "utf-8";
/* box */
.box-ld .box-name {
	float: left;
	width: 212px;
}
.box-ld .box-name .box-pic {
	width: 190px;
	height: 270px;
	margin-bottom: 24px;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.box-ld .box-name .box-pic img {
	width: 190px;
	height: 270px;
}
.box-ld .box-name .box-title {
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	color: #355e92;
}
.box-ld .box-name .box-info {
	padding: 8px 18px;
	line-height: 24px;
	color: #333;
}
.box-ld .box-cnt { margin-left: 240px;}
.box-ld .box-cnt .box-cnt-title {
	height: 36px;
	padding-left: 24px;
	line-height: 36px;
	font-size: 18px;
	color: #355e92;
	background: #f2f2f2 url(/wimages/icon_arrow_r_b.png) no-repeat 10px center;
}
.box-ld .box-cnt .box-cnt-text {
	min-height: 52px;
	padding: 12px 10px;
	line-height: 30px;
	color: #333;
}
/* box */

/* container */
.sidebar.b-left + .container ,
.sidebar.b-left + script + .container {
	margin: 0;
	margin-left: 365px;
}
/* container */

/* list */
.list-ld {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.list-ld .list-title {
	padding-top: 14px;
	line-height: 56px;
	font-size: 24px;
	color: #355e92;
}
.list-ld .list-item {
	float: left;
	width: 380px;
	height: 178px;
	margin-left: 20px;
}
:root .list-ld .list-item { margin-left: 30px;}
.list-ld .list-cnt .list-item:nth-child(3n+1) { margin-left: 0;}
.tab-cnt-item .list-ld:first-child .list-item { width: 760px;}
.list-ld .list-item-pic {
	float: left;
	width: 102px;
	height: 146px;
	padding: 5px;
	border: 1px solid #e6e6e6;
}
.list-ld .list-item-pic img {
	width: 102px;
	height: 146px;
}
.list-ld .list-item-cnt { margin-left: 134px;}
.list-ld .list-item-cnt:hover {
	text-decoration: none;
	color: #333;
}
.list-ld .list-item-title {
	line-height: 44px;
	font-size: 24px;
}
.list-ld .list-item-info {
	min-height: 72px;
	margin-bottom: 7px;
}
.list-ld .list-item-info p {
	padding: 6px 0;
	line-height: 24px;
	color: #999;
}
.tab-cnt-item .list-ld:first-child .list-item-info p { color: #666;}
.tab-cnt-item .list-ld:first-child .list-item-title ,
.tab-cnt-item .list-ld:first-child .list-item-info p:first-child { color: #355e92;}
.list-ld .list-item-btn {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #355e92;
	border: 1px solid #355e92;
	border-radius: 16px;
}
.list-ld .list-item-btn:hover {
	color: #fff;
	background-color: #355e92;
}
/* list */

/* nav */
.nav-ld {}
.nav-ld .nav-title {
	display: block;
	height: 80px;
	margin-bottom: 10px;
	line-height: 80px;
	font-size: 24px;
	font-weight: 700;
	text-indent: 64px;
	color: #fff;
	background-color: #355e92;
}
.nav-ld .nav-cnt > .nav-item { margin-bottom: 10px;}
.nav-ld .nav-cnt > .nav-item > .nav-item-title {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-indent: 40px;
	color: #333;
	background: #eaeff4 url(/wimages/li_nav.png) no-repeat 10px center;
	overflow: hidden;
}
.nav-ld .nav-cnt > .nav-item > .nav-item-cnt { display: none;}
.nav-ld .nav-cnt > .nav-item > .nav-item-cnt > .nav-item { padding-top: 15px;}
.nav-ld .nav-cnt > .nav-item.current > .nav-item-cnt { display: block;}
.nav-ld .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-title {
	display: block;
	height: 36px;
	margin-left: 45px;
	line-height: 36px;
	font-size: 18px;
	color: #355e92;
}
.nav-ld .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-title:before {
	content: ">";
	padding-right: 2px;
	font-family: "瀹嬩綋";
}
.nav-ld .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-cnt { padding-top: 4px;}
.nav-ld .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-cnt > .nav-item {
	margin-left: 90px;
	line-height: 40px;
}
.nav-ld .nav-cnt > .nav-item.current > .nav-item-title {
	display: none;
	font-weight: 700;
	color: #355e92;
}
.nav-ld .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-cnt > .nav-item.current > .nav-item-title {
	font-size: 24px;
	font-weight: 700;
	color: #355e92;
}
/* nav */

/* tab */
.tab > .tab-trigger {
	padding-top: 7px;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #355e92;
}
.tab > .tab-trigger > .tab-trigger-item {
	margin: 0 32px;
	font-size: 24px;
}
.tab > .tab-trigger > .tab-trigger-item:first-child { margin-left: 0;}
.tab > .tab-trigger > .tab-trigger-item:before {
	bottom: -9px;
	height: 7px;	
}
.tab > .tab-trigger > .tab-trigger-item.current { color: #355e92;}
.tab > .tab-trigger > .tab-trigger-item.current:before {
	background: url(/wimages/icon_arrow_d_b.png) no-repeat center bottom;
	border: none;
}
.tab > .tab-cnt { padding-top: 30px;}
/* tab */