:root{
	--standardFontStyle: normal 12px 'Open Sans';
    --standardFont_bold: normal 12px 'Open Sans';
    --standardFont_lightItalic: normal 12px 'OpenSans-lightItalic';
	--jna_color:#1d3491;
	--jna_color_hover:#969fc3;
	--jna_color2:#ffffff;
}
i{
	
}
body{
	font:var(--standardFontStyle);
	font-size: 16px;
    line-height: 22px;
	margin:0px;
	padding:0px;
	padding-top:20px;
}
.pagecontent{
	width:1280px;
	width:100%;
	max-width:100%;
	margin:auto;
	background-color:#ffffff;
}
.btnset {
    width: 280px;
}
#btnNewsSubForm,.slider_btn{
	background-color: var(--jna_color);
	color: var(--jna_color2);
}
#btnNewsSubForm{
    line-height: 1.2em;
    margin: 0px 0px 10px auto;
	width:100%;
}
#btnNewsSubForm a{
	    padding: 8px 0px;
    width: 100%;
    display: block;
}
.latest_slider,.latest_slider_list,.article_list{
	margin: auto;
    width: 70%;
}
.pagebtn{
	border-radius:8px;
	
	width:fit-content;
	cursor:pointer;
	font-weight:600;
}
.pagebtn a{
	padding: 8px 40px;
	display: flex;  
	 
}  
.latest_slider_list > div:before {
    content: '';
    background-color: #c1c6c8;
    display: flex
;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.65;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #b7b3b3;
}
.jna_items{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
   
    width: calc(100% - 80px);
	    margin: 80px auto;
}
html[data-lang="tc"] .jna_items
, html[data-lang="sc"] .jna_items{
	grid-template-columns: repeat(3, 1fr);
}
.slider_item{
	    display: grid;
    grid-template-columns: calc(60% - 30px) calc(40% - 30px);
    grid-gap: 60px;
}
.slider_list_item{
	cursor:pointer;
	z-index: 10;
}
.slider_info{
	display: flex
;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 500px;
    margin-left: 5%;
}
.slider_desc{
	margin: 30px 0px;
    text-align: left;
}
.slider_desc i{
	color:var(--jna_color);
	font-weight: 600;
    font-size: 1.5em;
}
.slider_logo{
	    max-width: 40%;
}
.slider_cover{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.slider_cover > div{
	position:Relative;
}
.slider_cover img,.slider_logo img{
	    max-width: 100%;
}
.slider_cover .slider_read{
	    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #f7f7f7;
  
    box-shadow: 1px 1px 5px #cccccc;
    font-size: 0.9em;
}
.slider_cover .slide:not(.hidden){
	position:absolute;
	top:0px;
	left:0px;
}
.slider_cover .slide:not(.current) .slider_read{
	display:none;
}
.slider_cover .hidden{
	visibility:hidden;
}
.slider_read a{
	  padding: 5px 20px;
}
.slider_cover .slider_read:hover{
	 background-color: var(--jna_color_hover);
	 color:#ffffff;
}
.section_heading{
	 background-color: var(--jna_color);
	 color: var(--jna_color2);
	 font-size:1.2em;
	    margin: 40px 0px 20px 0px;
	letter-spacing: 1.2px;
    line-height: 2.5em;
}
.latest_slider_list > div {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
	     margin: 0px;
    padding: 15px 60px;
		 
}
.latest_slider_list > div > div{
	   background-color: #f7f5f5;
	   background:unset;
}
.article_list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
	   
}
.article_list > div{
	 background-color: #f7f5f5;
}
.cate_cover,.article_cover{
	position: relative;
    width: 100%;
  
}
.cate_cover{
	  padding-bottom: 130%;
}
.article_cover{
    padding-bottom: 70%;
}
.cate_cover img,.article_cover img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0px;
    left: 0px;
}
.cate_title{
	    min-height: 40px;
    padding: 10px 0px !important;
}
.cate_title > span{
	border-top: 1px solid #aa9086;
    border-bottom: 1px solid #aa9086;
    display: block;
    width: calc(100% - 20px);
    text-align: center;
    padding: 5px 0px;
    color: #795548;
    position: Relative;
    margin: auto;
}
.cate_title > span:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
/*     background-color: #ece6e6; */
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: .99999;
   background-image: linear-gradient(to right, rgba(217, 205, 205, 0) 0%, rgb(235, 235, 235, 1) 20%, rgba(217, 205, 205, 0) 99%);
}
.cate_title br{
	display: inline;
    content: '';
    padding: 0 2px;
}
.cate_title,.article_title{
	
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: left;
    padding: 10px;
    font-weight: 500;
}
.article_cate{
	font-weight: 600;
    line-height: 1em;
	margin-bottom:5px;
}
a{
	text-decoration:none;
	color:inherit;
}
.footer{
	background-color:var(--jna_color);
	margin-top: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    line-height: 4em;
    font-size: 0.9em;
    align-items: center;
}
.footer > div{
	padding:0px 10px;
}
.div_ct{
	
}
.footer > div.div_about{
	border: 1px solid #ffffff;
    line-height: 1em;
    height: fit-content;
    padding: 4px 50px 4px 50px;
    display: flex;
    align-items: center;
    margin-right: 15px;
	cursor:pointer;
}
.footer > div.div_about i{
font-weight:bold;
    padding-left: 5px;
}
.footer > div.div_email{
	    flex-grow: 1;
    text-align: left;
    border-left: 1px solid #ffffff;
}
.div_ct{
	font-weight:600;
}
.div_email a{
	color:#ffffff;
	    text-decoration: none;
}
.swiper-wrapper {
	height:0px;
	padding-bottom:50%;
}



.header{
		    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    /* align-content: center; */
    justify-content: space-between;
    align-items: flex-end;
	}
	.slider_logo img{
		    width: 200px;
	}
	.slider_banner{
		background-image: url(/uploads/jnaindex/jnalanding_jnabg3.png);
		    background-size: cover;
		background-position: left top;
		border-radius: 15px;
		overflow: hidden;
		box-shadow: 5px 5px 5px #cccccc;
	}
	.slider_banner:before{
		content: '';
    background-color: #ffffff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    display: block;
	}
	.latest_slider,.header{
		width: calc(100% - 40px);
		max-width: 1400px;
	}

@media only screen and (min-width: 1380px) {
	.jna_items{
	 max-width:80%
	 
	}
}
@media only screen and (max-width:1024px) {
	.latest_slider, .latest_slider_list, .article_list{
		width:90%;
	}
	
}

@media only screen and (max-width:768px) {
	.slider_logo{
		margin: 40px auto 0px auto;
	}
	.jna_items{
		grid-template-columns: repeat(2, 1fr);
		    width: calc(100% - 20px);
	}
	html[data-lang="tc"] .jna_items
, html[data-lang="sc"] .jna_items{
	display:block;
}
	html[data-lang="tc"] .jna_item
, html[data-lang="sc"] .jna_item{
	display:inline-block;
	        width: 40%;
        margin: 5px;
}
	
	.btnset{
		width: 50%;
    max-width: 260px;
	}
	#btnNewsSubForm{
		
		right: 0px;
		top: 0px;
		z-index: 1;
		width: 100%;
		text-align: center;
		background-color: #ffffff;
	}
	#btnNewsSubForm a{
		background-color: var(--jna_color);
   margin: auto 0px auto auto;
	}

	#btnNewsSubForm a brxx{
		display:inline;
		content:'';
		padding:0px 2px;
	}
	.latest_slider{
		margin-top: 60px;
	}
	.latest_slider_list > div{
		grid-template-columns: repeat(2, 1fr);
		margin: auto;
	}
	.latest_slider_list{
		width:80%;
	}
	.cate_title, .article_title{
		font-size:1.2em;
	}
}

@media only screen and (max-width:560px) {
	.cate_title, .article_title{
		font-size:1em;
	}
	    .slider_logo {
        margin: 0px auto 0px auto;
        max-width: 40%;
    }
	.header{
		    flex-direction: column;
	}
	    .btnset {
			    margin: 40px auto 0px auto;
				width: 80%;
		}
	#btnNewsSubForm a{
		margin:auto;
	}
	.jna_items{
		margin: 30px auto;
		    grid-gap: 15px;
	}
		html[data-lang="tc"] .jna_item
, html[data-lang="sc"] .jna_item{
	        width: 45%;
}
	
	.article_list{
		width: 400px;
        min-width: 70%;
        max-width: calc(100% - 40px);
		    grid-template-columns: 100%;
		grid-gap: 50px;
	}
	.latest_slider_list > div{
		    grid-gap: 20px;
	}
	.slider_item{
		position: relative;
    padding-bottom: 100px;
	display:block;
	}
	.slider_btn {
		    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
	}
	.slider_cover{
		width:200px;
	}
	.slider_logo{
		max-width:unset;
	}
	.slider_logo img{
		
	        max-width: 180px !important;
    height: 80px;
    width: 100%;
    object-fit: contain;
	}
	.latest_slider{
		margin-top:30px;
	}
	.footer{
		display:block;
	}
	.div_ct:after{
		
	content:':';
	}
	.footer > div.div_email,.div_ct{
		display:inline-block;
		border:0px;
	}
	.footer > div.div_about{
		display:inline-block;
		margin: 0px auto 15px auto;
    width: 50%;
	}
}