.bannerbox {
    height: 700px;
    width: 100%;
    background-image: url(../images/news/02.banner.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
    position: relative;
}

.bannerbox .toptxt{
position: absolute;
top: 0;
left: 0;
width: 100%;
letter-spacing: 0.03em;
color:
#646464;
}

 .toptxt h1{
	 font-size: 42px;
	 margin-bottom: 40px;
	 margin-top: 150px;
 }
 .toptxt h2{
	 font-size: 28px;
 	 font-weight: 600;
	margin-bottom: 60px;
 }
 .toptxt h3{
 	 font-size: 16px;
 	 font-weight: 600;
 	margin-bottom: 20px;
 }
 .toptxt span{
 	 font-size: 13px;
 }
.middlenav{
	height:80px;
	text-align: center;
	background: #dcdedd;
	}
	.middlenav h2{
		font-size: 28px;
		line-height: 80px;
	}
	.middlenav h2:hover{
		cursor:pointer;
	}
.mnavbg{
	background: #ffe463;
}
.companynew .media{
	padding: 50px 0;
	background: transparent;
	border-bottom: 2px solid #f8f8f8;
	transition: 0.5s ease-in;
}
.companynew .media:hover{
	background: #F7F7F7;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.02);
}

.companynew .media .media-body{
	padding: 0 30px;
}
.companynew .media .media-body strong{
	font-size: 22px;
	line-height: 90px;
	color: #636363;
	letter-spacing: 0.08em;
}
.companynew .media .media-body p{
	font-size: 16px;
	line-height: 30px;
	color: #878787;
	letter-spacing: 0.05em;
}
.companynew .media .time{
	display: block;
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 10px 0;
	color: #a2a2a2;
	font-size:18px; 
}



/* newsdetail */
/* .newsdetail article .from span,
.newsdetail article .time span{
	font-size: 16px;
	margin: 10px ;
} */
.newsdetail article .from,
.newsdetail article .time{
	display: block;
	float: right;
	margin:20px 20px;
	font-size: 16px;
	color:#aaa;
}
.newsdetail article img{
	margin: 15px auto;
	
}
.newsdetail article p{
	font-size: 18px;
	color:#646464;
	text-indent: 2em;
	line-height: 35px;
	margin: 20px 0;
	letter-spacing: 0.05em;
}
.newsdetail .titlebox{
	width: 100%;
}

.newsdetail article .btnbox{
		   		width: -moz-fit-content;
width: fit-content;
width: -webkit-fit-content;
	margin: 50px auto 0 auto;
}
.newsdetail article .btnbox .more{
		   		width: -moz-fit-content;
width: fit-content;
width: -webkit-fit-content;
	margin: 5px 10px;
	float: left;
}
.newsdetail article .btnbox .prve,
.newsdetail article .btnbox .next{
	background: #283F83;
	color: white;
}


@media (min-width: 1366px) {
.bannerbox {
    background-position: center;
}
.companynew .media .media-body strong {
    line-height: 44px;
}
}