*{
	margin:0 auto;
	padding:0;
}
html{
 	font-size: 100%;
	padding:5%;
}
body{
	font-family:Helvetica,Tahoma,Arial,'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',SimSun,'宋体',Heiti,'黑体',sans-serif !important;
}
a{
	text-decoration:none;
}
li{
	list-style: none;
	height:25px;
	line-height:25px;
}


#main{
	float:left;
	width:100%;
}


.logo-msg{
	margin-bottom:30px;
}
.logo-msg div{
	color:#565656;
	font-size:1.3em;
}
.logo-msg div strong{
	color:#000;
	font-size:1.5em;
}
/*sidebar*/
#left{
	width: 30%;
	float: left;
}
#left #ral{
	font-size:1.3em;
	color:#565656;
	margin-bottom:10px;
}
#left #ral a:hover{
	color:#000;
}
#left #ral span{
	font-size:1.3em;
	color:#565656;
	padding:0 10px;
}
#left li{
	padding:5px 0;
}
#left li span{
	display:none;
	margin-left:15px;
}
#left a{
	color:#898989;
	font-size:1em;
}
#left li a:hover{
	color:#000;
	font-size:1.3em;
}
#left li.active a{
	color:#000;
	font-size:1.3em;
}

/*post*/
#right{
	width: 70%;
	float: right;
	overflow:hidden;
}

 /*grid layout*/
.grid{
	clear:both;
}
.grid .item{
	width: 50%;
	display: inline-block;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
.grid .item3{
	width: 100%;
	height: auto;
	display: inline-block;
	overflow:hidden;
	float:left;
}
.grid .item4{
	width:15%;
	height:auto;
	display: inline-block;
	float:left;
	margin-bottom:15px;
	margin-right:2%;
}

img{
	max-width: 100%;
	display:block;
	height:auto;
}

.showname{
	color:#fff;
	text-align:center;
	background:#000;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*/
	position:absolute;
	z-index:999;
	display:block;
	padding:8px 0;
}
.showname div.strtxt{
	text-align:right;
}
.showname div.strtxt strong{
	font-size:1.1em;
}
.showname div.cn{
	font-size:1.1em;
	margin-bottom:5px;
	text-align:left;
}
#screen{
	position:absolute;
	z-index:9999;
	color:#fff;
	background:#000;
	text-align:center;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*/
	display:none;
}
.cup{
	position:absolute;
	z-index:9998;
	margin-left:0.7%;
}
