@charset "utf-8";
/* CSS Document */


.specSearch{
	padding: 20px 50px;
	background-color: #f8f8f8;
}

.specList{}
.spec{ display: flex; border-bottom: solid 1px #eeeeee; min-height: 50px; align-items:start;}
.spec .label{ width: 70px; flex-shrink: 0;padding: 2px 5px;margin: 12px 10px;}
.spec .valueList{ display: flex; flex-grow: 1; flex-wrap: wrap;}
.spec .valueList li{ margin: 12px 10px; position: relative; overflow: hidden; width: auto; height: auto;}
.spec .valueList li.current{}

.spec .valueList li a{ padding: 4px 6px; padding-top: 2px; text-align: center; display:block; cursor: pointer;}
.spec .valueList li.current a{ background-color: #2a59a7; color: #fff;}
.columnContent{ padding-top: 0;}

.articleList{
	padding: 20px 0;
}
.articleList.attachStyle_4 li{
	border: solid 1px #eee;
	/*padding: 20px;*/
	background-color: #fff;
	padding: 20px 0;
}
.articleList.attachStyle_4 .title{
	color: #2a59a7;
	text-align: left;
	margin: 0 20px;
}
.articleList.attachStyle_4 .title a{
	color: #2a59a7;
}
.articleList.attachStyle_4 .desc{
	display: block;
	margin: 0 20px;
	font-size: 12px;
	color: #666;
}

.articleList .specList{ margin: 10px 20px;}
.articleList .specList span{ background-color: #557ab9; padding:4px 6px; color: #fff; font-size: 12px; margin-right: 4px; margin-bottom: 4px;}

.articleList.attachStyle_4{
	/*grid-gap: 0px;
	grid-row-gap: 20px;*/
}
.articleList .preview{
	border: none;
	/*max-width: 240px;
	max-height: 240px;
	width: 90%;
	height: 240px;*/
	margin: auto;
}
.articleList .preview img{
	object-fit: contain;
}




.articleDetail{margin: auto !important; max-width: 100% !important;}
.articleDetail .title{
	text-align: left;
	font-size: 32px;
	color: #1a264f;
	font-weight: normal;
	line-height: 2em;
}

.intro{ padding: 10px 0;}
.intro div{ padding: 6px 0;}
.intro p{ line-height: 30px;}
.intro strong{ font-size: 18px; font-weight: normal; padding: 5px 0; display: block;}

.tab{
	margin-top: 10px;
}
.tabList{
	background-color: #f4f4f4;
	justify-content: center;
}
.tabList li{
	height: 60px;
	line-height: 55px;
	border-top: solid 5px #f4f4f4;
	background:none;
	width: 180px;
	cursor: pointer;
}
.tabList li.active{
	background-color: #fff;
	border-top: solid 5px #2a59a7;
	color: #000;
	line-height: 55px;
}
.tabList li.active a{
	color: #000;
}
.tabContent{
	padding: 20px 0;
}
/*
.other{
	background-image: url(../images/other.jpg);
	height: 1130px;
	background-position: top center;
}
*/
.other{
	background-color: #f6f6f6;
	padding: 50px 0;
}

.other .titleBar{
	display: block !important;
}
.other .titleBar .columnName{
	display: block !important;
	text-align: center;
	font-size: 32px;
	color: #1a264f;
	line-height: 2em;
}
.other .titleBar .slaveColumnName{
	display: block !important;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	line-height: 2em;
}

.other #case li{
	background: none;
	border: none;
}
.other #case li .createDate,
.other #case li .desc{ display: none;}