/*html5*/
article,aside,footer,header,section,footer,nav,figure,menu{display:block}
body {
	margin:0px;padding:0px;
	font-size:12px;
	color:#333;
}
@font-face{
  font-family: "FangSong,KaiTi,microsoft yahei";
  /*src:url(../../simyou.ttf) format('truetype');*/
	/*font-family:"arial,sans-serif";*/
}

h1{font-size:16px;font-weight:bold;}
h2{font-size:15px;font-weight:bold;}
h3{font-size:14px;font-weight:bold;}
h4{font-size:13px;font-weight:bold;}
h5{font-size:12px;font-weight:bold;}
img{border:none;}
a{text-decoration:none;}
a:hover{color:#1ad;}
.hide{display:none;}
.show{display:block;}
.error{color:red;}
.title{font-weight:bold;font-size:15px;}
.blue_button{height: 30px;width: 150px;background: #4ad;border: 1px solid #ccc;font-weight: bold;cursor:pointer;}
.blue_button:hover{color:#666;text-shadow:1px 1px white;box-shadow:1px 1px 5px #888;}
.gold_button{height: 30px;width: 150px;background: #FAB82C;border: 1px solid white;font-weight: bold;cursor:pointer;}
.gold_button:hover{color:#666;text-shadow:1px 1px white;box-shadow:1px 1px 5px white;}
.clear_fix{clear:both;}
input[type=text],input[type=password],input[type=email],input[type=url],input[type=search]{padding-left: 10px;color: #4ad;font-weight: bold;}

header div.content{margin:0px auto;width:1000px;height:100px;}
li{list-style:none;}

ul.page_container{width:400px;height:30px;line-height:30px;text-align:left}
ul.page_container li{display: block;float: left;width: 28px;height: 28px;line-height: 28px;text-align: center;margin-right: 5px;background: #FCBC35;color: white;border: 1px solid #999;border-radius: 5px;box-shadow: 2px 1px 5px #bbb;}
ul.page_container li a{color:white;display:block;width:28px;height:28px;}
ul.page_container li a:hover,ul.page_container li a.selected{font-weight:bold;background:#FC8D35;}

footer{
	width:100%;height:70px;padding-top:20px;background: #DFDFDF;box-shadow: 0px -1px 10px #333;text-align: center;
	background-image:linear-gradient(180deg, #fff, #ccc);
	background-image:-ms-linear-gradient(270deg, #fff, #ccc);
	background-image:-webkit-linear-gradient(270deg, #fff, #ccc);
	background-image:-moz-linear-gradient(270deg, #fff, #ccc);
	background-image:-o-linear-gradient(270deg, #fff, #ccc);
}
#left_column{float:left;width:250px;}

.circle_unread_amount{display: inline-block;margin-left:10px;width: 20px;line-height: 20px;height: 20px;background:url("../images/circle.png")/*tpa=http://wanyouxi.com/images/circle.png*//*tpa=http://suxinren.vip/images/circle.png*/;color: white;text-align:center;}
a.circle_unread_amount:hover{color:white;font-weight:bold;}
