html,body{
	margin:0;
	padding:0;
	font-family:微软雅黑,黑体,Verdana,宋体;
	background-color: #346fab;
	overflow-x:hidden;
}
ul, ol{padding-left: 0; list-style-type: none;}
a{text-decoration: none; color: #000;}
body, h1, h2, h3, p, ul, ol, dl, dd, form{margin: 0;}
i{font-style: normal;}
#art-content img{ width:90%;max-width:640px;display:block; margin:0 auto;}
.footer{
	display: block;
	position:relative;
	height:30px;
	font-size:13px;
	color:#fff;
	background:#346fab;
	text-align: center;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active{
	height:30px;
	line-height: 30px;
	color:#fff;
	text-decoration: none;
}


#header{
	width:100%;
	height:auto;
	position:relative;
	z-index:1000001;
}
#menu_wrapper{
	width:100%;
	height:40px;
	overflow:hidden;
	z-index: 10;
	background-color:#346fab;
    position: relative;
}
#menu{
	height:36px;
	overflow:hidden;
	margin:0 auto;
	background:#346fab;
}
#menu a,#menu>li{
	font-size:17px;
	display:inline-block;
	height:40px;
	width:100px;
	padding:0;
	margin:0;
	text-align:center;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
}
#menu a{
	height:30px;
	line-height: 30px;margin-top: 4px;
}
#menu a.on,
#menu a:hover{
	color:#f05171;
	background: #ffeedc;
	border-radius: 5px;
}
#menu_wrapper:before,#menu_wrapper:after{
	-webkit-transition:opacity .3s ease-out;
	-moz-transition:opacity .3s ease-out;
	-o-transition:opacity .3s ease-out;
	transition:opacity .3s ease-out;
	content: '';
	display: block;
	width: 15px;
	height: 40px;
	position: absolute;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:15px 100%;
	z-index: 101;
	opacity:0;
}
#menu_wrapper.goleft:before{
	opacity:.8;
	left: 0;
	top: 0;
	background-image:url(menu_left.png);
	background-size: 50%;
}
#menu_wrapper.goright:after{
	opacity:.8;
	right: 0;
	top: 0;
	background-image:url(menu_right.png);
	background-size: 50%;
}
#content{
	line-height:150%;
}
#totop{
	width:40px;
	height:40px;
	opacity:0.8;
	position:fixed;
	right:5px;
	bottom:45px;
	background:url(totop.png) 50% 50% no-repeat;
	background-color:#FFF;
	background-size:40px auto;
	border-radius:20px;
	z-index: 999;
}
#seemore{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:60%;
	margin:10px auto;
	background-color:#febf26;
	color:#FFF;
	text-align:center;
	padding:6px;
	font-size:15px;
	cursor:pointer;
}
#art-title{margin:0 auto;padding:0.5em 1em 0.2em 1em;font-size:20px;text-align:center;font-weight:bold;}
#art-subtitle{margin:0 auto;padding:0.5em 1em;font-size:12px;color:#AAA;text-align:center;}
#art-content{
	margin:5px 10px;
	padding:5px;
	color:#333;
	word-wrap:break-word;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	overflow:hidden;
	background-color: #FFF;
}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

/*color*/
.c1{color: #fff;}
.c2{color: #ea75ab;}
.c3{color: #6c6c6c;}

.g1{background: #fd5f9a;}
.g2{background: #4dd086;}
.g3{background: #f4bd5b;}

.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f24{font-size: 24px;}

/*common*/
.tc{text-align: center;}
.mt10{margin-top: 10px;}
.mr10{margin-right: 10px;}

/*list.html*/
.list{background: #fff;padding: 5px;}
.list .item{padding:7px 5px;border-bottom:1px solid #e3e3e7;line-height: 1.4;height: auto;overflow:hidden}
.list .item:last-child{border-bottom: 0;}
.list .item img{float:left;width:25%;height:auto;margin-top: 3px;}
.list .tit{font-size:15px;color:#565656;float:right; width:72%;font-weight: 700;}
.list .sub{font-size: 12px;color: #7d7d7d;float:right;width:72%;display: none;}
.list .from{font-size: 12px;color: #7d7d7d;float:right;width:72%;}
.list .date{float: right;font-size: 12px;color:#c1c1c1;}

.topPic{ width:100%; text-align:center; background:#fff; line-height: 0;}
.topPic img{ width:100%;}