html {

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;padding:0;border:0;
}
table {
    width: 100%;
	margin:5px auto;
	text-align: left;
    border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
thead, tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
td, th {
	padding: 5px;
	font-size:13px;
	color: #666;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

body {
	font:400 14px/1.5 "PingFang SC","Segoe UI",Roboto,"Helvetica Neue",Helvetica,"Microsoft YaHei",Arial,sans-serif;
	color:#5a666d;
	background-color:#000;
	letter-spacing:0px;
	word-wrap:break-word;
}
a {
	color: #1abc9c;
}
a, a:hover{
	text-decoration:none;
}
strong, b {
  	font-weight: bold;
}
img,img a {
	border:none;
}
p {
	margin-bottom:10px;
}
ul,ol,li {
	list-style:none;
}
::selection {
	color: white;
	background-color: #D33;
	text-shadow: none;
}
::-moz-selection {
	color: white;
	background-color: #D33;
	text-shadow: none;
}
#bg {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background:#000 url("nbimg/mapnightmin.png") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@keyframes fade-in {  
    	0% {opacity: 0;} 
    	40% {opacity: 0.6;} 
    	100% {opacity: 1;} 
}  
@-webkit-keyframes fade-in { 
   		0% {opacity: 0;}  
    	40% {opacity: 0.6;}  
    	100% {opacity: 1;}  
}  
#wrap {    
    	animation: fade-in;
    	animation-duration: 0.5s;  
    	-webkit-animation:fade-in 0.5s;
}  
#wrap {
	width:100%;
	margin:0 auto;
	text-align:left;
	opacity: 1;
}

#header {
	text-align:center;
}
#header-data{
	width:800px;
	margin:0 auto;
	padding:50px 0 30px;
}
#logo {
	letter-spacing:3px;
	width:100%;
}
#logo a{
	font:700 48px/1.5 Oswald,"PingFang SC","Segoe UI",Roboto,"Helvetica Neue",Helvetica,"Microsoft YaHei",Arial,sans-serif;
	text-transform:uppercase;
	color:rgba(255,255,255,1);
	display:inline-block;
	transition:text-shadow 1s;
	-moz-transition:text-shadow 1s;
	-webkit-transition:text-shadow 1s;
	-o-transition:text-shadow 1s;
}
#logo a:hover {
	text-shadow: #fff 0 0 8px;
}

#header-menu {
	margin-top:50px;
}
#menu {

}
#menu li {
	position: relative;
	margin:15px 5px;
	list-style-type: none;
}
#menu li a {
	display:block;
	width:200px;
	color:rgba(37,127,103,0.8);
	font:700 24px/1.5 Oswald,"PingFang SC","Segoe UI",Roboto,"Helvetica Neue",Helvetica,"Microsoft YaHei",Arial,sans-serif;
	margin:0 auto;
	padding:0 5px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	text-align: center;
	letter-spacing: 1px;
	transition:text-shadow 0.7s;
	-moz-transition:text-shadow 0.7s;
	-webkit-transition:text-shadow 0.7s;
	-o-transition:text-shadow 0.7s;
}
#menu li a:hover {
	text-shadow: rgba(37,127,103,1) 0 0 4px;
	background-color: rgba(0, 0, 0, 0.5);
}
/**
#menu li a::before {
	margin:8px auto;
	width:190px;height: 20px;
	top:0;
	content: ' ';
	position: absolute;
	display: block;
	border-width: 0 5px ;
	border-color: rgba(250, 250, 250, 0.2);
	border-style: solid;
	transition:border-color transform 0.7s;
	-moz-transition:border-color 0.7s;
	-webkit-transition:border-color 0.7s;
	-o-transition:border-color 0.7s;
}
#menu li a:hover::before {
	border-color: rgba(250, 250, 250, 0.7);
}
**/

#container{
	margin:0 auto;
	padding:15px 0;
}
#main {
	width:800px;
	margin:0 auto;
}
#main a:hover {
}
#content {
	padding:40px;
	background: #fff;
	border-radius:3px;
	box-shadow:0 0 2px #dedede;
	opacity: 0.98;
}

.post {
	position: relative;
	padding:0;
}
.entry-header {
}
.entry-title, .entry-title a {
	font-size:21px;
	color: #1abc9c;
}
.post h5 {
	font-size:14px;
	margin-top:10px;
}
.entry-content {
	clear:both;
}
.entry-content p{
	line-height: 30px;
	color:rgba(64,64,64,1);
}
.entry-content h2 {
	font-size:18px;
}
.entry-content h3 {
	font-size:16px;
	font-weight:bold;
	border-top:3px solid #1abc9c;
	background:#f8f8f8;
	line-height: 40px;
	margin: 25px 0 10px;
	padding-left:10px;
	box-shadow: 0px 3px 9px #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.entry-content h4 {
	font-size:14px;
}
.entry-content blockquote, .entry-content li{
	position: relative;
	color: #666;
	font-weight: 400;
	border-left: 1px solid #1abc9c;
	padding-left: 16px;
	margin: 16px 5px;
}
.entry-content img {
	display: block;
	margin:5px auto;
	padding:3px;
	max-width:97%;
	height:auto;
	text-align:center;
	border-radius: 9px;
}
.entry-content img:hover {
}
.enlnick{
	color: rgb(40, 244, 40);
}
.resnick{
	color: rgb(0, 194, 255);
}
hr{
	height: 6px;margin:0 auto;
	background: url("https://nbenl.com/img/hr.png") repeat-x 0 0;
    border: 0;
}

#footer {
	width:100%;
	color:#999;
	font-size:13px;
	clear:both;
	padding:30px 0;
	text-align:center;
}
#footer a,#footer a:hover {
	color:#666;
}






@media (max-width:810px) {
	#logo a {
		font-size: 36px;
	}
	#wrap {
		width:100%;
		margin:0 auto;
	}
	#header-data,#container,#main{
		width:96%;
	}
}

@media (max-width:480px) {
	#content{
		padding:15px;
		box-shadow:none;
	}
	table {
    	font-size:12px;
	}

}

@media (max-width:320px) {



}
