@charset "utf-8";
/* CSS Document */

	/*初始化*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53;} 
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:"微软雅黑","宋体","Arial Narrow",couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; } 
a:hover { text-decoration:none; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }

	body{background:#f3f3f1;}
	.header h1{display:inline;}
	.header h1 span{}
	.header{background: #34495e;color: #fff;line-height:3em;padding:0 1em;height:3em;overflow:hidden;}
	.header .back{float:right;padding-right:1em;color:#1abc9c;}
	
	.info{background:#fff;padding:1em;margin:1em;color: #34495e;line-height:2em;}
	.info h1{font-size: 5vw;line-height:2em;}
	.info h1 span{font-weight:500;}
	.info .pic{max-height: 20em;overflow: hidden;}
	.info .intro{font-weight: 200;padding: 0 1em;max-height: 20em;overflow:hidden;}
	.info .intro p{text-indent:2em;}
	
	.itembox{padding:1em;margin:1em;background:#fff;}
	.itembox:hover{box-shadow:1px 1px 5px rgba(0,0,0,0.1);}
	.itembox a{color: #828282;}
	.itembox h2{margin: 1em 0;line-height: 1.5em;height:1.5em;color:#1abc9c;overflow:hidden;}
	.itembox h2:hover{color:#16a085;}
	.itembox img{width:100%;height: 14em;}
	.itembox p{line-height: 2em;height:6em;overflow:hidden;color: #34495e;}
	.itembox .more {line-height: 4em;border-top: 1px solid #dbdbdb;text-align: center;text-align:center;margin-top:2em;font-size: 0.5em;}
	.itembox .more:hover{color:#1abc9c;}
	
	/*分页*/
	.feed-card-page {padding: 20px 0 10px 0;text-align: center;font-size: 0.5em;display: block;}
	.feed-card-page span {color: #ccc;margin-right: 3px;}
	.feed-card-page a {padding: 7px 14px;border: 1px solid #d6dbdf;border-radius: 2px;color: #34495e;cursor: pointer;background-color: #d6dbdf;text-decoration: none;}
	.feed-card-page .pagebox_pre_nolink, .feed-card-page .pagebox_next_nolink {_margin-top: -1px;_position: relative;padding: 7px 14px;border: 1px solid #e4e4e4;border-radius: 2px;background-color: #fff;}
	.feed-card-page .pagebox_num_nonce {padding: 7px 14px;border: 1px solid #1abc9c;color: #fff;background-color: #1abc9c;border-radius: 2px;}
	.feed-card-page .pagebox_num_nonce, .feed-card-page a:hover {border-color: #1abc9c;background-color: #1abc9c;color:#fff;}

	.foot{color:#aaa;height:100px;font-size:12px;margin-right:1em;}
	.foot .inner{margin:0 auto;}
	.foot .footnav{text-align:right;line-height:30px;padding-top:30px;}
	.foot .footnav a{padding:0 10px;color:#aaa;}
	.foot .footnav .last a{padding-right:0;}
	.foot .copyright{text-align:right;}