* {
	margin: 0;
	padding: 0;
	font-weight: normal
}

body {
	background: url(img/bg09.jpg) center top repeat-x;
	font-size: 14px;
	font-family: Arial,微软雅黑
}

li {
	list-style: none
}

.cfix {
	zoom: 1
}

.cfix:after {
	content: " ";
	visibility: visible;
	display: block;
	clear: both
}

.wrap {
	width: 1100px;
	margin: 0 auto
}

.header {
	height: 280px
}

.header .title {
	padding-top: 60px
}

.header .title .user {
	float: left;
	width: 135px;
	height: 135px;
	border: 10px solid #fff;
	border-radius: 135px;
	overflow: hidden
}

.header .title .user img {
	width: 135px;
	height: 135px;
	border-radius: 135px;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s
}

.header .title .user img:hover {
	-webkit-transform: scale(1.2,1.2)
}

.header .title .text {
	float: left;
	padding: 38px 0 0 20px
}

.header .title .text h1 {
	font-size: 36px;
	color: #22292f
}

.header .title .text h2 {
	font-size: 14px;
	color: #85888a
}

.nav {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1),0 -2px 3px rgba(0,0,0,0.1)
}

.nav .menu {
	float: left
}

.nav .menu .menu_main {
	display: inline-block
}

.nav .menu li {
	display: inline-block;
	position: relative;
}

.nav .menu li a {
	display: block;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	color: #333638;
	padding: 0 18px;
	font-size: 16px
}

.nav .menu li a:hover {
	color: #1d98c0
}

.nav .menu .menu_hason {
	position: relative;
	background: url(img/dot.png) right 20px no-repeat
}

.nav .menu li ul {
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 5px;
	display: none;
	z-index: 2;
	width: 130px;
	padding: 5px 0
}

.nav .menu li ul li {
	display: block
}

.nav .menu li ul li a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.nav .menu li ul li a:hover {
	background: #eee
}

.nav .rssfav {
	padding-top: 12px;
	float: right
}

.nav .rssfav a {
	display: inline-block;
	color: #fff;
	background-color: #57c789;
	text-decoration: none;
	margin: 0 1px;
	padding: 4px 13px;
	border-radius: 1px;
	border-radius: 20px 0 20px 0;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.nav .rssfav a:hover {
	border-radius: 0 20px 0 20px
}

.nav .rssfav .rss {
	background-color: #676a6c
}

.content {
	width: 710px;
	float: left
}

.istop {
	background-color: #fff;
	border-image: url(img/border_boy.9.png) 3 round;
	border-width: 3px;
	margin-top: 18px;
	padding: 35px
}

.istop li {
	position: relative;
	line-height: 33px
}

.istop li a {
	text-decoration: none;
	font-size: 16px;
	color: #404346
}

.istop li a:hover {
	text-decoration: underline
}

.istop li a strong {
	color: #1d98c0
}

.istop li .comment {
	position: absolute;
	right: 0;
	top: 0;
	background: url(img/comment.png) 0 center no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	color: #888;
	width: 30px;
	display: inline-block;
	text-align: right
}

.multi {
	margin-top: 35px;
	position: relative;
	padding-left: 19px;
	margin-bottom: 20px
}

.multi .post_title a {
	color: #1f2428;
	font-size: 20px;
	text-decoration: none
}

.multi .post_title a:hover {
	color: #1d98c0
}

.multi .post_date {
	font-size: 12px;
	color: #aaaeb0;
	line-height: 50px;
	background: url(img/time.png) 0 center no-repeat;
	padding-left: 18px
}

.multi .post_view {
	position: absolute;
	display: inline-block;
	width: 78px;
	height: 73px;
	background: url(img/view_boy.png) 0 0 no-repeat;
	right: 0;
	top: -10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.multi:hover .post_view {
	-webkit-transform: scale(1.1,1.1)
}

.multi .post_view strong {
	display: block;
	font-family: Impact;
	font-size: 24px
}

.multi .post_body {
	line-height: 1.8;
	color: #575c60
}

.multi .post_body img {
	max-width: 690px
}

.divSidebar {
	float: right;
	width: 285px;
	padding-left: 20px;
	padding-top: 20px;
	background: url(img/line.jpg) 0 0 repeat-y
}

.divSidebar .function .function_t {
	height: 38px;
	background-color: #ceecf6;
	border-image: url(img/border_boy.9.png) 3 round;
	border-width: 3px;
	line-height: 38px;
	text-indent: 13px;
	font-size: 18px;
	color: #303438;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.divSidebar .function:hover .function_t {
	-webkit-transform: perspective(300px) rotateX(25deg) scale(0.95,0.95)
}

.divSidebar .function .function_c {
	padding: 20px 0 28px
}
.divSidebar .function .function_c a{
	color: #575c60;
}
.divSidebar .function .function_c li {
	padding: 8px 0 8px 24px;
	background: url(img/circle_boy.png) 10px center no-repeat
}

.divSidebar .function .function_c li a,
.divSidebar .function .function_c a {
	color: #575c60;
	text-decoration: none;
}
.divSidebar .function .function_c li a:hover,
.divSidebar .function .function_c a:hover {
	color: #1d98c0;
}

.footer {
	background: #1d98c0;
	color: #fff;
	line-height: 46px;
	text-align: center;
	margin-top: 80px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2) inset
}

.footer a {
	color: #fff
}

#divCalendar {
	padding: 19px 3px 3px 3px;
	background: #ceecf6;
	margin-bottom: 20px
}

#divCalendar #tbCalendar {
	width: 100%
}

#divCalendar #tbCalendar thead th {
	padding: 5px 0
}

#divCalendar #tbCalendar tbody {
	background: #fff;
	text-align: center
}

#divCalendar #tbCalendar tbody td {
	padding: 5px 0
}

#divCalendar #tbCalendar tbody td a {
	color: #1d98c0
}

#divCalendar .function_c {
	padding: 0
}

#divCalendar .function_c caption {
	padding: 10px 0
}

#divCalendar .function_c caption a {
	font-size: 18px;
	font-family: Impact;
	color: #575c60;
	text-decoration: none
}

#divSearchPanel input[type=text] {
	background: #fff;
	border: 1px solid #1d98c0;
	color: #1d98c0;
	padding: 5px 20px
}

#divSearchPanel input[type=submit] {
	background: #1d98c0;
	border: 1px solid #1d98c0;
	color: #fff;
	padding: 5px 20px
}

#divContorPanel a {
	color: #1d98c0
}

.pagebar {
	text-align: center;
	padding: 20px 0;
	margin-top: 30px
}

.pagebar a,.pagebar span {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 3px 15px;
	font-size: 16px;
	color: #575c60;
	text-decoration: none
}

.pagebar span {
	background: #1d98c0;
	color: #fff;
	border-color: #1d98c0
}

.pagebar a:hover {
	border-color: #1d98c0
}

.post_tags {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px
}

.post_tags a {
	padding: 1px 5px;
	background: #1dbec0;
	color: #fff;
	text-decoration: none;
	margin: 0 2px
}

.post_tags a:hover {
	background: #1dbec0
}

.crumb {
	margin: 40px 0;
	color: #1d98c0;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold
}

.post {
	padding-top: 50px
}

.post .post_title {
	text-align: center;
	font-size: 24px;
	color: #22292f
}

.post .post_other {
	text-align: center;
	color: #999;
	font-size: 14px;
	line-height: 2.2
}

.post .post_body {
	margin-top: 30px;
	line-height: 1.8
}

.post .post_body h3 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	color: #22292f
}

.post .post_body h4 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	color: #22292f
}

.post .post_body h5 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	color: #22292f
}

.post .post_body h6 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	color: #22292f
}

.post .post_body img {
	max-width: 710px
}

.post .post_body a {
	border-bottom: 1px dotted #333;
	text-decoration: none;
	color: #22292f
}

.post .post_body a:hover {
	color: #1d98c0;
	border-color: #1d98c0
}

.post .post_body strong {
	font-weight: bold
}

.post .post_tags {
	margin-top: 10px
}

.related {
	margin-top: 20px
}

.related h3 {
	margin-bottom: 5px;
	font-weight: bold
}

.related li {
	padding: 8px 0 8px 24px;
	background: url(img/circle_boy.png) 10px center no-repeat
}

.related li a {
	color: #22292f;
	text-decoration: none
}

.related li a:hover {
	color: #1d98c0;
	text-decoration: underline
}

.comment {
	margin-top: 20px
}

.comment h3 {
	margin-bottom: 5px;
	font-weight: bold
}

.comment_post p {
	padding: 8px 0;
	border-top: 1px dotted #ddd
}

.comment_post .comment_text {
	width: 100%;
	height: 80px
}

.comment_post .comment_button {
	background: #1d98c0;
	border-width: 0;
	color: #fff;
	padding: 5px 20px
}

.comment_list {
	margin-top: 20px
}

.comment_list li {
	margin: 15px 0
}

.comment_list .portrait {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
	border: 3px solid #eee
}

.comment_list .portrait img {
	width: 40px;
	height: 40px
}

.comment_list .comment_text {
	color: #999;
	margin-left: 55px;
	line-height: 1.8
}

.comment_list .comment_text .comment_cont {
	color: #555
}

.comment_list h4 a {
	color: #1d98c0
}
@media screen and (max-width:1100px) {
	body {
		background-repeat: no-repeat;
		background-size: 100% auto
	}

	.wrap {
		width: 90%
	}

	.content {
		width: 70%
	}

	.divSidebar {
		width: 25%
	}

	.multi .post_body img,.post .post_body img {
		max-width: 90%
	}
	.nav .rssfav{
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 2;
	}
}

@media screen and (max-width:800px) {
	.wrap {
		width: 90%
	}

	.content {
		width: 100%;
		float: none
	}

	.divSidebar {
		width: 100%;
		float: none;
		background: 0;
		padding-left: 0
	}

	.nav .menu {
		float: none
	}

	.nav .menu li {
		width: 49%
	}

	.nav .rssfav {
		position: absolute;
		right: 10px;
		top: 5px
	}

	.nav .menu li ul {
		width: 100%
	}

	.nav .menu li ul li {
		width: 100%
	}
	.wrap.header{
		position: fixed;
		left: -80%;
		top: 0;
		width:80%;
		z-index: 11;
		min-height: 200%;
		background: #eee;
	}
	.header .title .user{
		width: 60px;
		height: 60px;
		border-width: 5px;
	}
	.header .title .user img{
		width: 60px;
		height: 60px;	
	}
	.header .title .text h1{
		font-size: 20px;
	}
	.header .title .text h2{
		font-size: 12px;
	}
	.header .title{
		padding-top: 10px;
		padding-left: 20px;
	}
	.nav{
		position: fixed;
		z-index: 12;
		left: -80%;
		top: 140px;
		width: 80%;
		background: none;
		box-shadow: none;
	}
	.nav .menu li a{
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		text-align: center;
	}
	.nav .rssfav{
		display: none;
	}
	.nav .menu li ul{

	}
	.multi{
		padding-left: 0;
	}
	#sideMenuBg{
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 10;
		opacity: 0.5;
		filter: alpha(opacity=50);
		left: 0;
		top: 0;
		display: 
		none;
	}
	#sideMenuTop{
		height: 35px;
		background: #eee;
		box-shadow: 0 1px 2px rgba(0,0,0,0.3);
		position: relative;
		width: 100%;
		display: block;
		z-index: 2;
		position: fixed;
		left: 0;
		top: 0;
		line-height: 35px;
		text-indent: 20px;
	}
	#sideMenuTop .btn{
		width: 20px;
		height: 20px;
		background: url(img/menu.png) center center no-repeat;
		display: block;
		position: absolute;
		right: 15px;
		top: 7px;
		z-index: 2;
	}	
	.content{
		margin-top: 40px;
	}
	body{
		background-position: center 35px;
	}	
	.crumb{
	    background-color: #fff;
	    padding: 20px;		
	}	
	.header .title .text{
		padding-top: 20px;
	}		
}

@media screen and (max-width:480px) {
	.nav .menu {
		float: none
	}

	.nav .menu li {
		width: 100%
	}

	.nav .rssfav {
		position: absolute;
		right: 10px;
		top: 5px;
		z-index: 0;
	}

	.nav .menu li ul {
		width: 100%
	}

	.nav .menu li ul li {
		width: 100%
	}

	.header .title .user {
		float: none;
		margin: 0 auto;
	}


	.header .title .text {
		float: none;
		text-align: center;
		padding: 10px
	}

	.istop li .comment,.multi .post_view {
		display: none
	}
}