/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* layout */
body{
	font-family: 'Noto Sans', sans-serif;
	background: #fff;
}

.container{
	width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	outline: none !important;
}
.link01{
	padding:10px 0;
}
.link01 li a{
	display: block;
	padding: 8px;
	color: #fff;
	background: #5A7C00;
	-webkit-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	margin-bottom: 10px;
}
.link01 li a:hover{
	background: #49c;	
}
.title{
	position: relative;
}

#header, #content, #footer{
	display: block;
	width: 100%;
	min-width: 1000px;
}

#header{
	margin-bottom: 30px;
	border-top: 8px solid #f39c12;
}

.siteTitle{
	line-height: 80px;
}
.siteTitle a{
	color: #353535;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 3px;
}

#nav{
	text-align: left;
}
#nav > .container > ul{
	border-bottom: 5px solid #f39c12;
}
#nav > .container > ul > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 35px;
	text-align: center;
	position: relative;
}
#nav > .container > ul > li > a{
	color: #fff;
	text-transform: uppercase;
	font-size: 16x;
	display: block;
	padding: 0 20px;
	background: #353535;
}
#nav > .container > ul > li:hover > a{
	background: #f39c12;	
	color: #fff;
}
#nav > .container > ul > li:hover > .dropdown{
	display: block;
}
#nav > .container > ul > li > .dropdown{
	width: 300px;
	position: absolute;
	top: auto;
	left: -50px;
	background: #f39c12;
	z-index: 999;
	padding: 20px 0;
	display: none;
	border-radius: 4px;
	box-shadow: 0 8px 16px -8px #333;
}
.dropdown > li{
	text-align: left !important;	
	line-height: 40px;
	text-align: left;
}
.dropdown > li > a{
	font-size: 13px;
	color: #fff;
	padding: 0 20px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown > li > a:hover{
	background: #c07b0d;
}

#searchForm{
	position: absolute;
	background: none !important;
	top: 25px;
	right: 0;
}
#searchForm input[type="text"]{
	background: #f8f8f8;
	border: none;
	padding: 8px 10px 8px 48px;
	margin: 0 auto;
	width: 200px;
	color: #fff;
	border: 1px solid #f39c12;
}
#searchForm button{
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	background: #353535;
	border: none;
	border-left: none;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}

#content{
	padding-top: 30px;
}
#content .main{
	width: 680px;
	float: left;
}
#content .aside{
	width: 300px;
	float: right;
}

#mv{
	margin: 30px 0 0 0;
}
#mv > .container{
	width: 1000px;
	height: 400px;
	background: #fff;
}
#mv li{
	position: relative;
}
#mv li > .con{
	position: absolute;
	left: 75px;
	top: 145px;
}
#mv li > .con > h2{
	display: inline-block;
	*display: inline;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 900;
	text-shadow: 1px 1px 2px #000;
}
#mv li > .con > .date{
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-weight: 900;
	line-height: 30px;
}
#mv li > .con > .rd-more{
	width: 110px;
	line-height: 40px;
	background: rgba(11,172,255,0.5);
	text-align: center;
	margin-top: 20px;
}
#mv li > .con > .rd-more > a{
	color: #fff;
	font-weight: 600;;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	transition: all .6s ease-in-out;
}
#mv li > .con > .rd-more > a:hover{
	background: #0bacff;
}

#preview{}
#preview li,
#post{
	display: block;
	margin-bottom: 30px;
	background: #fff;
	position: relative;
}
#preview li > .prev-img,
#post > .post-img{
	width: 680px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
#preview li > .prev-img > img,
#post > .post-img > img{
	width: 100%;
	height: auto;
}
#preview li > p,
#post > p{
	padding: 20px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #898989;
}
#preview li > h2,
#post h2{
	font-size: 24px;
	color: #000;
	font-weight: 900;
	line-height: 30px;
	padding-top: 35px;
	width: 550px;
	float: right;
}
#preview li > h2 > a,
#post > h2 > span{
	color: #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
	padding-bottom: 5px;
	transition: all .6s ease-in-out;
}
#preview li > h2 > a:hover{
	color: #f39c12;
	border-color: #f39c12;
}
	
#preview li > .date,
#post > .date{
	width: 110px;
	height: 110px;
	background: #f39c12;
	text-align: center;
	border-radius: 50%;
	float: left;
}
#preview li > .date > span,
#post > .date > span{
	display: block;
	color: #fff;
	font-weight: 900;
}
#preview li > .date > span:not(.big),
#post > .date > span:not(.big){
	padding-top: 30px;
}
#preview li > .date > span.big,
#post > .date > span.big{
	font-size: 26px;
}
#preview li > .rd-more{
	text-align: left;
	line-height: 35px;
	width: 167px;
}
#preview li > .rd-more a{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	background: #538ab1;
	display: block;
	padding: 0 10px;
	text-shadow: 1px 1px 1px #626262;
	transition: all .10s ease-in-out;
}
#preview li > .rd-more a:hover{
	background: #316082;
}

#post > .prev-img{
	margin-bottom: 20px;
}
#post > p{
	padding: 15px 0;
}

#info, #sublink, #popular, #searchForm{
	margin-bottom: 20px;
	background: rgba(0,0,0,0.5);
}

.title{
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
}

#info{
	background: #27ae60;
}

#info > p{
	font-size: 13px;
	line-height: 1.8;
	color: #fff;
	padding: 0 20px 20px 20px;
}

#sublink{
	background: #bdc3c7;
}

#sublink > ul{
	padding: 0 20px 10px 20px;
}
#sublink li{
	display: block;
	line-height: 40px;
	position: relative;
	margin-bottom: 10px;
	transition: all .6s ease-in-out;	
}
#sublink li a{
	font-size: 13px;
	color: #404447;
	display: block;
	background: #a2a7ab;
	padding: 0 15px;
	transition: all .6s ease-in-out;
}
#sublink li:hover{
	padding-left: 15px;
}

#popular li > .pop-img{
	width: 90px;
	height: 72px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
#popular li > .con{
	width: 140px;
	float: right;
	padding-top: 20px;
}
#popular li > .con > a{
	font-size: 13px;
	color: #000;
}
#popular li > .con > a:hover{
	color: #3a7b00;
}

.blog > .title{
	background: url(../images/icon04.png) no-repeat left 20px center;
}
.blog >.blogwrap{
	text-align: center;
	padding:0 0 20px 0;
}

#footer > .container{
	text-align: center;
	border-top: 10px solid #bababa;
}
#footer .copy{
	line-height: 50px;
	font-size: 12px;
	text-transform: uppercase;
	color: #909090;
	font-weight: bold;
}


/* custom bxslider */
.bx-wrapper .bx-viewport{
	width: 1000px !important;
	height: 400px !important;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}
