h2{
	font:var(--standardFont_bold);
	font-size: 2.8em;
    color: #4d4d4d;
    margin-top: 10px;
}
.articleinfo-content strong{
	font: var(--standardFont_bold);
    font-size: inherit;
}
.articleinfo-content em strong{
	font-style:italic;
}
.articleinfo-content img{
	max-width:100%;
	object-fit: contain;
	    height: auto !important;
}
.main_with_aside{
	position:relative;
}


.magazine-heading{
    box-sizing: border-box;
	font:var(--standardFontStyle);
	font-size:40px;
	text-align:left;
	color:#104b70;
}
.lang_chi .magazine-heading{
	font-weight:normal;
}
.magazine-shareNav.affix{
	position:fixed;
}
.magazine-shareNav .share-custom_images img{
	width:22px;
	height:24px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
}
.magazine-shareNav .share-custom_images a{
	display:block;
}
.magazine-shareNav .share-custom_images a:hover img{	
	background-position:top center;		
}
.magazine-shareNav{
	position:absolute;
	right:-30px;
	top:80px;
}
.magazine-shareNav .sharesocial {
	margin-top:10px;color:#ffffff;font-size:14px;text-align:center;background-color:#bda8a4;line-height:22px;padding:5px;width:auto;min-height:20px;
}

.diamonds{

	/* background-color: #4d4d4d;*/

    color: #004c73;

    padding: 3px 0px;
	font-size: 16px;

	margin-right: 5px;
	margin-bottom:5px;
	text-transform: uppercase;
	letter-spacing:1px;
	 
	/* display:inline-block; */
}
.diamonds a{
	color: #004c73;
}


.row_1{

	padding: 50px 20px;

}

.main_content .content{
	font-size:16px;
	
}
body.lang_chi .main_content .content{
	line-height:30px;
}
.main_content .content img{
	margin:40px auto 10px auto;
	display:block ;
	text-align:center;
} 
.main_content .content .nolang_version{
	min-height:400px;
	padding-top:50px;
	font-size:18px;
	text-align:center;
}
.main_content .content .title{

	color: #4D4D4D;

	padding-bottom: 0.5rem;

	box-sizing: border-box;

	border-bottom: 1px solid #4D4D4D;

	margin-bottom: 1rem;

	font-weight: 400;

	font-style: italic;


}
body.lang_chi .main_content .content .title{
	font-style:normal;
}



.related{
	font-size: 1.25em;
	margin-top: 3em;
	line-height: 1.2;
}
.related ul{
	padding:0px;
	margin:0px;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.related.relPRODUCT ul,.related.relSUPPLIER ul{
	grid-template-columns: repeat(4, 1fr);
}
.related ul::after{
	content:"";
	display: block;
	clear:left;
}
.related a{
	position: relative;
    padding-bottom: 60%;
    display: block;
}
.related.relPRODUCT a,.related.relSUPPLIER a{
    padding-bottom: 100%;
}
.related img{
	    width: 100%;
    object-fit: cover;
    height: 100% !important;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.related li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
	width:100%;
}
.related li figure{
	margin:0px;
	    -webkit-margin-start: 0px;
		    -webkit-margin-end: 0px;
}


.related li:nth-last-of-type(1){

	margin-right: 0;

}



.related .title{
	font:var(--standardFont_lightItalic);
	font-size:inherit;
	color: #4D4D4D;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #4D4D4D;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.main_content .content {
    margin-bottom: 35px;
}
.main_content .content img{
	width:auto !important;
	max-width:800px !important;
	max-height:680px !important;
}
.articeTag {
    margin-bottom:35px;
}
.articeTag  a{
	background-color:#e8d8d5;
	margin: 10px 5px 8px 0px;
	padding: 10px 30px;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	line-height: 50px;
	white-space: nowrap;
}
.articeTag  a:hover{
	background-color:#bda8a4;
	color:#ffffff;
}
.author_name {

    margin-bottom: 10px;
    color: #4d4d4d;
    font-size: 1.4em;
}

.author_info_left {
    display:  inline-block;
    vertical-align: top;
    width: 20%;
}

.author_info_right {
    display:  inline-block;
    vertical-align: top;
    width: 78%;
    margin-left: 2%;
}



figcaption{

	font-size: 0.875rem;

	margin-top: 1rem;

    color: #4d4d4d;

}
img.related-article-image{
	max-height:250px;
}
.article_images .images_item img.isLandscape{
	max-width:650px;	
}
.article_images .images_item img.isPortrait{
	max-width:400px;	
}
.images_item{
	margin-bottom:40px;
}
.main_content .content hr{
	display:none;
}
.articleinfo-content iframe{
	max-width:100%;
}
@media only screen and (max-width:1024px){

	.main_with_aside, aside{
		width: 100%;
	}
	
	aside{
		margin-top: 30px;
	}
	
	.main_content .content img{
		width:auto !important;
		max-width:600px !important;
		max-height:680px !important;
	}

	.magazine-shareNav {
		position:static;
		top:unset;
		left:unset;
		right:unset;
		bottom:unset;
	}
	.magazine-shareNav.affix{
		position:static;
	}
	
	.magazine-shareNav .sharesocial div{
		display: inline-block;
	}
	.magazine-shareNav .share-custom_images a {
		display: inline-block;
		margin-bottom:0px;
	}
}



@media only screen and (max-width:768px){
	.related ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.related li{
		width:100%;
	}
	
	.main_content .content img{
		width:auto !important;
		max-width:100% !important;
		max-height:680px !important;
	}



	.related li:nth-of-type(2){
		margin-right: 0;
	}
	.related:not(.relPRODUCT):not(.relSUPPLIER) li:nth-of-type(3){
		display: none;
	}

}



@media only screen and (max-width:500px){
	.related ul{
		grid-template-columns: 100%;
	}
	.related.relPRODUCT ul, .related.relSUPPLIER ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.social {

	    margin-top: 20px;

	}

	

	.related li{

		width:100%;

		margin-right: 0;

	    margin-bottom: 40px;

	}



	.related li:nth-of-type(3){

		display: block;

		margin-bottom: 0;

	}

}	