@charset "utf-8";
/* CSS Document */

@media all {
	#searchForm {
		position: relative;
	}

	.ajaxresult {
		position: absolute;
		z-index: 999;
		top: 40px;
		left: 212px;
		width: 976px;
		background-color: #ececec;
		padding: 0;
		padding-bottom: 20px;
		display: none;
		max-height: 760px;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	}
	
	.sticky.is-sticky .ajaxresult {
		top: 41px;
		left: 419px;
		width: 768px;
	}

	.wide .ajaxresult {
		width: 1038px;
	}

	.ajaxresult.full {
		left: 12px;
		width: calc(100% - 24px);
	}

	.sticky.is-sticky .ajaxresult.full {
		top: 41px;
		left: 260px;
		width: 927px;
	}
	
	.ajaxresult .suggestNumFound {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		display: table;
		margin: 0 1.2rem!important;
		width: calc(100% - 2.4rem)!important;
		height: 4.8rem;
	}

	.ajaxresult .suggestmore {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		display: table;
		margin: 0 1.2rem!important;
		width: calc(100% - 2.4rem)!important;
		height: 4.8rem;
	}
	
	.ajaxresult .suggestNumFound span,
	.ajaxresult .suggestmore span {
		display: table-cell;
		vertical-align: bottom;
		padding-bottom: .8rem;
	}
	
	.ajaxresult a .suggestresult {
		padding: 0.8rem;
		margin: 0 1.2rem!important;
		min-height: 4.8rem;
		height: auto;
		width: calc(100% - 2.4rem)!important;
		border-bottom: 0.1rem solid #dedede;
		font-size: 1.5rem;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.ajaxresult a:hover .suggestresult {
		background-color: #fcfcfc;
	}

	.ajaxresult.full .suggestNumFound,
	.ajaxresult.full .suggestmore,
	.ajaxresult.full a .suggestresult {
		width: 100%;
	}

	.wide .ajaxresult .suggestNumFound,
	.wide .ajaxresult .suggestmore,
	.wide .ajaxresult a .suggestresult {
		width: 100%;
	}

	#header.sticky .ajaxresult,
	#header.sticky .ajaxresult.full {
		top: 45px;
		left: 193px;
		width: 781px;
		max-height: 400px;
		overflow-y: scroll;
		overflow-x: hidden;
		}
	}

	#header.sticky .ajaxresult .suggestNumFound,
	#header.sticky .ajaxresult .suggestmore,
	#header.sticky .ajaxresult a .suggestresult,
	#header.sticky .ajaxresult.full .suggestNumFound,
	#header.sticky .ajaxresult.full .suggestmore,
	#header.sticky .ajaxresult.full a .suggestresult {
		width: 741px;
	}

	#header.sticky .wide .ajaxresult,
	#header.sticky .wide .ajaxresult.full {
		top: 45px;
		left: 238px;
		width: 962px;
	}

	#header.sticky .wide .ajaxresult .suggestNumFound,
	#header.sticky .wide .ajaxresult .suggestmore,
	#header.sticky .wide .ajaxresult a .suggestresult,
	#header.sticky .wide .ajaxresult.full .suggestNumFound,
	#header.sticky .wide .ajaxresult.full .suggestmore,
	#header.sticky .wide .ajaxresult.full a .suggestresult {
		width: 922px;
	}

	
	.ajaxresult a:hover {
		text-decoration: none;
	}

	.ajaxresult a .suggestresult {
		color: #000;
	}

	.ajaxresult a .suggestresult:hover {
		background-color: #fcfcfc;
		text-decoration: none;
		}

	.ajaxresult  a .suggestresult .strongRed {
		color: #cc0000;
	}

	.ajaxresult  a .suggestresult:hover .strongRed {
	}


	#col3_contentSearch.searchResult,
	#layout2col_contentSearch.searchResult {
		display: none;
		padding-bottom: 30px;
		padding-left: 27px;
	}

	.searchClick {
		cursor: pointer;
		color: #cc0000;
	}

   #col3_content,#col3_contentSearch { padding-right: 0px; margin-right: 0px; }

   .wide #col3_content .searchResult {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0px 20px 0px;
	}

    table.searchresult { border: none; width:auto; border-collapse:collapse; margin:0px; padding: 0px; font-size:8pt; vertical-align:top;}
    table.searchresult tbody th {
	    font-family:Arial, Helvetica,"Microsoft Yahei","微软雅黑", sans-serif;
	    font-weight:bold;
	    color:#605d5c;
	    padding: 0px 0 4px 0;
	    margin: 0;
    	border:none;
    	text-align:left;
    	vertical-align:top;
    	font-size:10pt !important;
    	background: none;
    }
    table.searchresult tbody td {
		border:none;
		font-size:10pt !important;
		line-height: 1.75;
		vertical-align:top;
		padding: 0px;
	}

	.cathead {
	    color: #605d5c;
	    margin-top: 1px;
	    font-weight: bold;
	}

	.morefound {
		background-color: #dedede;
		font-weight: bold;
		padding: 10px;
	}
	
	
	/* solrsearchintegrated - css-extension for suggest - added 09.01.2018 - MB */
	
	/*#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-text,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-headline {
		padding: 10px 0 0 0!important;
		margin-left: 10px;
		margin-right: 10px;
		background: #ececec!important;
		color: black!important;
		height: 36px!important;
		line-height: 1.3em;
	}
	
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item {
		background-color: #fff !important;
		margin: 0 10px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .leftColumnSuggestSearch ,
	#header #headerSearch .field.fieldTerm .ui-autocomplete .rightColumnSuggestSearch,
	#header.sticky #headerSearch .field.fieldTerm .ui-autocomplete .leftColumnSuggestSearch ,
	#header.sticky #headerSearch .field.fieldTerm .ui-autocomplete .rightColumnSuggestSearch {
		width: 47.3%;
	}
	
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a .label,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a .value,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a .description	{
		font-size: 12px !important;
		line-height: 17px !important;
	}

	#header #headerSearch .autocomplete .ui-widget-content,
	#header #headerSearch .field.fieldTerm.integrated .ui-widget-content{
		background: #ECECEC;
	}

	li.rightColumnSuggestSearch{
		float: right;
	}

	li.emptyItem {
		height: 46px !important;
		border: none !important;
		margin: 0px 10px 0px 10px !important;
		background: #ECECEC !important;
	}


	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a .value,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a .label,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a .description {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		display: inline-block;
	}
	
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item  a span.strongRed {
		color: #C00;
		font-size: 12px !important;
	}
	
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item  a .value,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item  a .label,
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item  a .description {
		display: inline-block;
	}


	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item a .labelOnly {
		width: 85% !important;
		white-space: normal !important;
	}
	
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item  a .label {
		width: 54%;
	}
	
	#header #headerSearch .field.fieldTerm.integrated .ui-autocomplete .ui-autocomplete-item  a .description {
		width: 88%;
	}
	
	#header.sticky #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item {
		width: 47.3% !important;
	}
	*/
	
	

}

@media screen and (max-width:1062px){
	.ajaxresult {
		max-height: 400px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}



@media screen and (max-width:974px){

	#searchForm {
		float: left;
		width: 100%;
		position: relative;
	}

	.ajaxresult {
		top: 47px;
		width: 100%;
		box-sizing: border-box;
		left: 0;
		max-height: 400px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.ajaxresult .suggestNumFound {
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}

	.ajaxresult .suggestmore {
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}

	.ajaxresult a .suggestresult {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 0.8rem;
	}

	#col3_contentSearch.searchResult,
	#layout2col_contentSearch.searchResult {
		padding-left: 0;
	}

}
