@charset "utf-8";


/****************************General styles***********************/

article sub {
	font-size:		70%;
	vertical-align: sub;
}

article h1,
article h2,
article h3 {
	font-family: Arial,Tahoma,Verdana,sans-serif;  
	font-weight: bold;  
	padding: 0 0 9px;
}
article h2,
article h3{
	padding: 20px 0 8px;
}
article.folding_paragraphs h2 {
	position: relative;
	margin: 20px 0 8px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	cursor: pointer;
}
article.folding_paragraphs h2::before {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 3px;
	left: 0;
	content: '';
	background: url(/template/images/spoiler_expand.png) no-repeat;
	transition: .3s;
}
article.folding_paragraphs h2.open::before {
	transform: rotate(-180deg);
	transition: .3s;
}
article.folding_paragraphs .paragraph {
	margin-left: 30px;
	height: 0;
	overflow: hidden;
}
article.folding_paragraphs .paragraph.open {
	height: auto;
}

article h2.visual_as_p {
	padding: 9px 0;
	font-weight:normal;
	font-size:15px;
}
article p,
article table {
	padding: 0;
	text-align:justify;
	font-family: "Georgia", Times New Roman, Times, serif;
}
article p {
	font-size: 16px;
	line-height: 22px;
}
article p#situation_date{
	margin: 0 0 9px;

}

article ul, 
article ol {
	padding: 0 0 0 23px;
	font-family: "Georgia",Times New Roman,Times,serif;
}

article li {
	padding: 0;
}

article table {
	margin: 12px 0;
	border-collapse: collapse;
	width:100%;
}
article table th,
article tr td:first-child,
article table td{
	border:1px solid black;
	vertical-align: top;
	padding:0 6px;
	background:#FFFFFF;
	font-weight:normal;
}
article table th{
	background:#fffaf2 ;
	font-weight:bold !important;
	text-align: center;
}
article table td *,
article table th *{
	margin:3px 0;
}
article table td p{
	text-align:left;
}
article table th p{
	text-align:center;
}
article table td li,
article table th li{
	margin:3px 0 3px 15px;
}
article img{
	float:none;
	width:auto;
	max-width: 100%;
	height: auto;
}
article a {
	/*color: #f7941e;*/
	cursor: pointer;
}
article .c1_3block {
    width: 100%;
    clear: both;
    float: left;
}
article .c1_3 {
    width: 33%;
    float: left;
}

article .item_link {
	float: right;
	font-size: 12px;
	margin: 0 0 12px 12px;
	text-align: center;
	width: 252px;
}
article .item_link p{
	text-align: center;
	margin: 0;
}
article .item_link img{
	border:1px solid #666666;
}
article .scroller {
	margin: 10px -2000px 0 0;
	overflow: hidden;
	width: 100%;
}
article .scroller_left {
	background: rgba(0, 0, 0, 0) url("/template/images/backs/scroller_left.png") repeat scroll 0 0;
	float: left;
	height: 19px;
	margin-bottom: -50px;
	margin-top: 5px;
	position: relative;
	width: 25px;
	z-index: 2500;
	display:none;
}
article .scroller_right {
	background: rgba(0, 0, 0, 0) url("/template/images/backs/scroller_right.png") repeat scroll 0 0;
	float: right;
	height: 19px;
	margin-bottom: -50px;
	margin-top: 5px;
	position: relative;
	width: 25px;
	z-index: 2500;
	display:none;
}
article .scroller_container {
	float: left;
	max-width:100%;
	width:100%;
}
article .scroller_container * {
	text-align:inherit;
	max-width:100%;
}
.gklink {
	width: 100%;
	box-sizing: border-box;
	border:1px solid #ddd3ca;
	padding: 20px 100px;
	min-height: 100px;
	margin: 20px 0 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
}
.gklink.doc::before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38px;
	height: 44px;
	background: url(/template/images/document-word.png) no-repeat;
	content: '';
}
.gklink.xls::before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38px;
	height: 44px;
	background: url(/template/images/document-exel.png) no-repeat;
	content: '';
}
.gklink.pdf::before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38px;
	height: 44px;
	background: url(/template/images/document-pdf.png) no-repeat;
	content: '';
}

.vchz_banner {
	position: relative;
	/*float: left;*/
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 24px 0 44px;
	background: #F6F5F4;
	padding: 24px 20px 20px 70px;
	box-sizing: border-box;
}
.vchz_banner::before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 30px;
	content: '';
	background: url(/template/images/gk_icon_logo_2021.png) 100% no-repeat;
}
.vchz_banner .vchz_header {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 14px 0;
}
.vchz_banner ul {
	list-style: none;
	margin: 0;
	padding: 0!important;
}
.vchz_banner ul li {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 8px 0;
	padding: 0!important;
}

.page_print {
    display: none;
}

