.bx_news_detail {}
.bx_news_detail{
	font-size: 18px;
}
.bx_news_detail h3{
	margin-top:0px;
	margin-bottom:10px;
}

.bx_news_detail p{margin:0 0 10px}

.bx_news_detail .date {
	color: #8f8f8f;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
}

.bx_news_detail h2 a:link {
	color: #0073a3;
	font-size: 16px;
}
.bx_news_detail a {
	color: #0073a3;
	cursor: pointer;
}

.bx_news_detail h1{
	margin-top: 0 !important;
	font-size: 32px !important;
	font-weight: bold !important;
}

.bx_news_detail h2{
	color:inherit;
	//font-weight:500;
	//font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	//line-height:1.1;
}

.bx_news_detail table tr td {
	//border: 1px solid #d3d3d3;
	//padding: 3px;
	display: table-cell;
	//vertical-align: inherit;
}

.bx_news_detail .dotted_line {
	padding-top: 15px;
	border-top: 1px dotted #777777;
}

.bx_news_detail ul.mini_gallery_store {
	padding:0;
	margin:0;
	list-style:none;
	//width: 92%;
	//margin: 30px auto 0;
}
.bx_news_detail ul.mini_gallery_store li {
	padding:0;
	display:block;
	float:left;
	width:23%;
	margin-right:2%;
	margin-bottom:20px;
}
.bx_news_detail ul.mini_gallery_store li img {
	border-radius:3px;
	width: 100%;
}
.bx_news_detail ul.mini_gallery_store li img:hover {
	opacity:0.8;
}
.new_size {
	width: 50%;
	height: 50%;
	cursor: pointer;
}

.modal-open {
	overflow: hidden;
}
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	/*border: 2px solid #ccc;*/
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
	z-index: 9999;
	display: none;
	width: 98%;
	height: 98%;
	background: transparent;
}
.popup img {
	max-width: 100%;
	max-height: 90vh;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

