/* 202501160810 UTC */
.news{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
			
.news h4{
	font-weight: bold;
	font-size: 2em;
}
			
.news-text{
	width: 100%;
	text-align: left;
	word-break: normal;		
	word-wrap: break-word;	
	line-height: 2em;
	padding-right: 10px;
}

.news-text a{
	cursor: pointer;
	color: #025192; 				
	text-decoration: none;
}

.news-text a:hover{
	color: #FF8700;
}
			
.news-more{
	width: 100%;
	margin-top: 2em;
	display: block;
	text-align: left;
}
	
.news-more a{
	display:inline-block;
	padding: 10px 20px 10px;
	background-color: #ff8700;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
}
		
.news-more a:hover{
	background-color: #025192;
}

.news-code-size{
	font-size: 0.82em;
	padding: 0.8em;
}

.news-code{
	display: inline-block;
	text-align: left;				
	background-color: #FCFCFC;
	border: 1px solid #BABABA;
	box-shadow: 3px 3px 5px -3px #2B2B2B;
	border-radius: 5px;
	color: #025192;
	word-break: break-all;
	word-wrap: break-word;				
	margin-right: 5px;
}

.news-sbox{
	display: block;
	text-align: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 30px 0px;
	padding: 0px 0px 10px 0px;
}

.news-sbox-icon-img{
	width: 240px;
}

.news-sbox-icon-size{
	margin-bottom: 0px;
}

.news-sbox-icon{
	display: inline-block;
	cursor: pointer;
	border: 1px solid #BABABA;
	border-radius: 5px;
	background-color: #FCFCFC;
	box-shadow: 3px 3px 5px -3px #2B2B2B;
	padding: 5px 5px 0px 5px;
}

.news-sbox-icon:hover{
	background-color: #F3F3F3;
}

.news-sbox-icon-code{
	display: inline-block;
	text-align: left;
	color: #025192;
	word-break: break-all;
	word-wrap: break-word;				
	margin: 0;
	
	font-size: 0.4em;
	padding: 0.1em;
}

.news-sbox-more{
	float: right;
	width: 130px;
	text-align: right;
}

.news-sbox-info{
	display: block;
	width: 100%;
	font-size: 1em;		
	margin-top: 16px;
}

.news-sbox-title{
	margin: 10px 0px 10px;
	font-size: 1.3em;
}

.news-sbox-title a{
	color: #025192;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

.news-sbox-title a:hover{
	color: #FF8700;
	text-decoration: none;
}

.news-sbox-text{
	text-align: justify;
	line-height: 2em;
	min-height: 4em;
}

.news-sbox-text a{
	cursor: pointer;
	color: #025192; 				
	text-decoration: none;
}

.news-sbox-text a:hover{
	color: #FF8700;
}

.news-article{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.news-article-date{
	display: block;
	width: 100%;
	font-size: 1em;
	margin-top: 16px;
}

.news-article-title{
	font-size: 2em;
}

.news-article-text{
	word-break: normal;		
	word-wrap: break-word;	
	line-height: 2em;
	font-size: 1em;
	text-align: justify;
}

.news-article-list-item{
	word-break: normal;		
	word-wrap: break-word;	
	text-align: justify;
	line-height: 2em;
	margin-bottom: 10px;
}

.news-article-text a{
	color: #025192;
	cursor: pointer;
	text-decoration: none;
}

.news-article-text a:hover{
	color: #025192;
	border-bottom: 2px solid #FF8700;
}

.news-article-href{
	word-break: normal;		
	word-wrap: break-word;	
	text-align: justify;
	color: #025192;
	cursor: pointer;
	text-decoration: none;	
}

.news-article-href:hover{
	color: #025192;
	border-bottom: 2px solid #FF8700;
}

.news-article-icon{
	display: inline-block;
	margin: 0;
	padding: 0 10px 10px 0;
}

.news-article-icon-box{
	display: inline-block;
	border: 1px solid #BABABA;
	border-radius: 5px;
	background-color: #FCFCFC;
	box-shadow: 3px 3px 5px -3px #2B2B2B;
	padding: 5px 5px 0px 5px;
}

.news-article-icon-box-code{
	display: inline-block;
	text-align: left;
	color: #025192;
	word-break: break-all;
	word-wrap: break-word;				
	margin: 0;
	
	font-size: 0.7em;
	padding: 0.5em;
}

@media only screen and (min-width:1401px){		
	.news-icon{
	}

	.news-sbox-icon-size{
		margin-bottom: 0px;
	}
	
	.news-sbox-icon-img{
		width: 240px;
	}
}

@media only screen and (min-width: 1201px) and (max-width:1400px){	
	.news-icon{
		width: 300px;
	}

	.news-sbox-icon-size{
		margin-bottom: 0px;
	}
	
	.news-sbox-icon-size{
		margin-bottom: 20px;
	}
			
	.news-sbox-icon-img{
		width: 240px;
	}
	
	.news-article-icon-box-code{
		display: inline-block;
		text-align: left;
		color: #025192;
		word-break: break-all;
		word-wrap: break-word;				
		margin: 0;
		
		font-size: 0.5em;
		padding: 0.2em;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px){	
	.news-icon{
		width: 250px;
	}
	
	.news-sbox-icon-size{
		margin-bottom: 20px;
	}
				
	.news-sbox-icon-img{
		width: 210px;
	}
	
	.news-article-icon-box-code{
		display: inline-block;
		text-align: left;
		color: #025192;
		word-break: break-all;
		word-wrap: break-word;				
		margin: 0;
		
		font-size: 0.5em;
		padding: 0.2em;
	}	
}

@media only screen and (min-width: 501px) and (max-width: 1000px){	
	.news-icon{
		width: 300px;
	}
	
	.news-sbox-icon-size{
		margin-bottom: 20px;
	}
	
	.news-sbox-icon-img{
		width: 240px;
	}
	
	.news-article-icon-box-code{
		display: inline-block;
		text-align: left;
		color: #025192;
		word-break: break-all;
		word-wrap: break-word;				
		margin: 0;
		
		font-size: 0.5em;
		padding: 0.2em;
	}
}

@media only screen and (max-width:500px){	
	.news-icon{
		width: 200px;
	}
	
	.news-sbox-icon-size{
		margin-bottom: 20px;
	}
	
	.news-sbox-icon-img{
		width: 240px;
	}
	
	.news-article-icon-box-code{
		display: inline-block;
		text-align: left;
		color: #025192;
		word-break: break-all;
		word-wrap: break-word;				
		margin: 0;
		
		font-size: 0.5em;
		padding: 0.2em;
	}
}