

h1, h2, h3 {
	color: #AA2808;
}


.meta p,.meta blockquote,.meta ul,.meta ol {
	margin-bottom: 20px;
	line-height: 2em;
}

.text strong {font-weight:bold;font-size:16px}


/* Search */

#search {
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 2px 2px;
}

#search-text {
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #E71810;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1170px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 800px;
}


.post {
  animation:mymove 5s infinite;
-moz-animation:mymove 5s infinite; /* Firefox */
-webkit-animation:mymove 5s infinite; /* Safari and Chrome */
-o-animation:mymove 5s infinite;
}
.post {
	background: url(../images/img05.jpg) repeat-y left top;
}

.post-bgtop {
	background: url(../images/img04.jpg) no-repeat left top;
}

.post-bgbtm {
	background: url(../images/img06.jpg) no-repeat left bottom;
	padding: 50px 40px 30px 40px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 28px;
	color: #3A3D40;
}

.post .entry {
	padding-bottom:20px;
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta { clear:both;
}

.post .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	background: url(../images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.post .submit{
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	margin:0 auto;
	background: url(../images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	}

.post .byline {
	font-size: 11px;
}
.post .byline a{
	text-decoration: none;
	color: #eb300f;
}

.post .activity{ background-color:#eeeeee; padding:15px; line-height: 1.5; color: #666; margin: 20px 0; margin-top: 10px;}

.post .text{
	width:640px; 
    margin:0 auto; 
	font-size:14px;
	line-height:1.5;
	color:#666;
}

.post .form{
	width:640px; 
    margin:0 auto; 
	font-size:14px;
	line-height:28px;
}
.post .form p{
	padding-bottom:5px;border-bottom:1px dashed #CCC; margin-bottom:15px;
}
.post .form .form_text{
	border:1px solid #CCC;
}
.post .text p{
	 	padding-bottom:30px; 
 line-height:24px; margin:0; 
}
.post .text p img{
	 	padding-bottom:30px;
        margin:0; 
}
/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	font-size: 11px;
}

#sidebar img{
	padding:15px 0;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	padding: 40px 40px 20px 40px;
}
#sidebar-bgbtm .submit{
	display: block;
	width: 115px;
	height: 40px;
	line-height:40px;
	padding: 0px;
	margin:0 auto;
	background: url(../images/img12_1.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	}
#sidebar-bgbtm .meta a:hover{
	border: none;
	text-decoration: underline;
    color: #fff;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url(../images/img10.jpg) repeat-x left bottom;
	font-family: "微软雅黑";
	font-size:12px;
}

#sidebar li li a {
	background: url(../images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;color: #757E82;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: "微软雅黑";
	font-size: 180%;
	font-weight: normal;
	background: url(../images/mid.jpg) no-repeat left bottom;
	color: #454E55;
	margin-bottom:20px;
	padding-bottom:10px;
}

#sidebar h3 {
	font-size: 16px;
	color: #454E55;
}
#sidebar span{
color:#F00; padding-left:10px;
}
#sidebar p {
	margin: 0;
	line-height: normal;
	color: #757e82;
	padding-bottom:30px;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #454E55;
}

#sidebar p a {
	border: none;
	text-decoration: none;
	color: #eb300f;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #eb300f;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* new css */
#sidebar .meta a {
	border: none;
	text-decoration: none;
	color: #fff;
}
#sidebar .meta a:hover {
	text-decoration:underline;
	color: #fff;
}
#gallery-bg{
	border:1px solid #f3f3f5;
	width:770px;
	padding:25px;
	background-color:#fff;
	margin:25px auto;
	}
.gallery-box {
	border:1px solid #f3f3f5;
	width:760px;
	padding:30px;
	background-color:#fff;
	margin:25px auto;
}
.gallery-box .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.gallery-box .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 28px;
	color: #3A3D40;
}
.gallery-box .title a:hover{
	color: #eb300f;
}
.gallery-box .byline {
	font-size: 11px;
}
.gallery-box .byline a{
	text-decoration: none;
	color: #eb300f;
}
.gallery-box .entry {
	padding-bottom:20px;
}

.gallery-box img {
	float: left;
	padding: 15px 0px;
}
.gallery-box .submit{
	display: block;
	width: 115px;
	height: 35px;
	line-height: 35px;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: #e8380d;
}
.gallery-box .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	background: url(../images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.gallery-box .activity{ background-color:#eeeeee; padding:15px; line-height: 1.5; color: #666; margin: 20px 0; margin-top: 10px;}
.gallery-box .text{
	width:640px; 
    margin:0 auto; 
	font-size:14px;
	line-height:1.5;
	color:#666;
}

.gallery-box .form{
	width:640px; 
    margin:0 auto; 
	font-size:14px;
	line-height:28px;
}
.gallery-box .form p{
	padding-bottom:5px;border-bottom:1px dashed #CCC; margin-bottom:15px;
}
.gallery-box .form .form_text{
	border:1px solid #CCC;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 5px;
	width:260px
}
.gallery-box .form textarea.form_text{
	height: 180px;
	width:100%
}
.gallery-box .text p{
	 	padding-bottom:30px; 
 line-height:24px; margin:0; 
}
.gallery-box .text p img{
	 	padding-bottom:30px;
        margin:0; 
}
.gallery-box .meta { clear:both;
}
#sidebar-right{
	float: right;
	width: 330px;
	font-size: 11px;
	}
.gallery-box-right{
	width:250px;
	margin:25px 0px 10px 15px;
	padding:30px;
	background-color:#fff;
	float:right;
	border:1px solid #f3f3f5;
	}
.gallery-box-right .submit{
	display: block;
	width: 115px;
	height: 40px;
	line-height:40px;
	padding: 0px;
	margin:0 auto;
	background: url(../images/img12_1.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	}
.gallery-box-right .meta a{
	color: #FFFFFF;
	}
.gallery-box-right .meta a:hover{
	color: #FFFFFF;
	}


/*example*/
.example{}
.example ol{position:relative;width: 80px;height: 20px;top:-30px;left:60px;}
.example ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example ol li.seleted{background: #1AA4CA;}

.example1{}
.example1 ol{position:relative;width: 80px;height: 20px;top:-30px;left:60px;}
.example1 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example1 ol li.seleted{background: #1AA4CA;}

.example2{}
.example2 ol{position:relative;width: 80px;height: 20px;top:-30px;left:60px;}
.example2 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example2 ol li.seleted{background: #1AA4CA;}

.luara-top{position:relative;padding:0;overflow: hidden;}
.luara-top ul{position: relative;padding: inherit;margin: 0;}
.luara-top ul li{padding: inherit;margin: inherit;list-style: none;}
.luara-top ul li img{width: inherit;height: inherit;}

/**分页*/
.pagelist-box {
    background-color: #FFFFFF;
    border: 1px solid #F3F3F5;
    margin: 25px auto;
    padding: 15px 0 0;
    text-align:center;
}

.pagelist-box li {
    display:inline;
    margin-right:20px;
    background-color:#fff;
    padding:7px 12px;
    border-radius: 31px;
    color:#e8350c;
    border:1px solid #e8350c;
}
.pagelist-box li a {
    color:#e8350c;
}
.pagelist-box li.pg-total {
    display:none;
}
.pagelist-box li.curr-page {
    background-color: #e8350c;
    border: 1px solid #e8350c;
    color: #fff;
}