/*Global CSS Style*/
body {
    background-color: #D2D7A8;
    margin: 0;
}

a{
    text-decoration: none;
}

ul {
    word-break: break-all;
}

/*****************/

/*Title CSS Style*/
#blogTitle h1{
    position:relative;
    left: 450px;
    width: 160px;
    font-family: "微软雅黑";
    font-size: 40px;
    height: 50px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #000000;
}
#blogTitle h2 {
    position:relative;
    left: 445px;
    width: 400px;
    font-family: "微软雅黑";
    font-size: 13px;
    height: 40px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #808080;
}
#blogTitle h1 a{
    color: black;
}
#signature1 {
    position: relative;
    left: 29px;
    width: 150px;
    color: #BA3F40;
    font-size: 30px;
}
#signature2 {
    position: relative;
    left: 20px;
    width:300px;
    color: #BA3F40;
    font-size: 20px;
}
/*****************/
/*Navigator CSS Style*/

#navigator {
    width: 800px;
    position: relative;
    left:100px;
    height: 33px;
    top: 90px;
    background-color: #707523;
    margin-bottom: 120px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

#navList {
    font-size: 14px;
    font-family: "微软雅黑";
    float: left;
    margin-top: 0px;
    margin-bottom :0px;
}

#navList li {
    float: left;
    width: 60px;
    text-align: center;
    height: 33px;
    list-style-type: none;
}
#navList a {
    display: block;
    height: 28px;
    text-align: center;
}

#navList a:link, #navList a:visited, #navList a:active {
    padding-top: 5px;
    color: #FFFFFF;
}

#navList a:hover {
    background-color: #D1C942;
    color: #000000;
}

.blogStats {
    position: absolute;
    left: 600px;
    color: #D1C942;
    font-size:15px;
    width: 250px;
    height: 33px;
    padding-top: 7px;
    
}
/*******************/
/****List CSS Style*******/
#mainContent {
    width: 800px;
    position: relative;
    left: 100px;
}
.day {
    font-size: 13px;
    width: 800px;
    margin-top: 50px;
    background-color:#F2F1EC;
    margin-right: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}
.dayTitle {
    position: relative;
    left: 50px;
    width: 300px;
    padding-top: 20px;
}
.dayTitle a{
    font-family: "微软雅黑";
    font-size: 12px;
    color: #A6987D;
}
.postTitle {
    margin-top:15px;
    text-align:center;
    margin:0 auto;
}
.postTitle a:link,.postTitle a:visited,.postTitle a:active{
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.postTitle a:hover{
    color: #C45094;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
}
.postCon {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
}
.c_b_p_desc{
    font-size: 15px;
    color: #5A641E;
}
.postCon a:link, .postCon a:visited, .postCon a:active{
    color: #C45094;
}
.postCon a:hover{
    color: #C45094;
    text-decoration: underline;
}
.postDesc {
    text-align:right;
    margin:0 auto;
    padding-right: 40px;
    margin-top: 10px;
    padding-bottom: 30px;
    margin-bottom:30px;
    color: #A6987D;
    font-size: 15px;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active{
    color: #C45094;
}
.postDesc a:hover{
    color: #C45094;
    text-decoration: underline;
}
.topicListFooter a{
    color: #D2D7A8;
}
/**********************/
.newsItem {
    font-family: "微软雅黑";
    font-size: 14px;
    background-color:#F2F1EC;
    width: 300px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #666 0px 0px 15px;
    -moz-box-shadow: #666 0px 0px 15px;
    box-shadow: #666 0px 0px 15px;
}
.newsItem h3 {
    padding-top: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 21px;
    left: 125px;
    width: 100px;
    letter-spacing: 8px;
    color: #666850;
}
#blog-news {
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    color: #666850;
}
#profile_block {
    padding-bottom: 10px;
    margin-top:10px;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    color: #666850;
}
#blog-news a:link,#blog-news a:visited,#blog-news a:active{
    color: #666850;
    text-decoration: underline;
}
#blog-news a:hover {
    text-decoration: blink;
    margin-top: 3px;
    color: #C45094;
}

#sideBar {
    position: absolute;
    left: 950px;
    top: 50px;
    width: 300px;
    font-family: "微软雅黑";
    font-size: 14;
    color: #3A3237;
}
#blog-calendar {
    font-size: 14px;
    padding-left: 10px;
    color: #3A3237;
    margin-top: 30px;
    border-bottom:4px solid #605C2D;
    padding-bottom: 10px;
}

#blog-calendar  a:link,#blog-calendar a:visited,#blog-calendar a:active{
    color: #666850;
    text-decoration: underline;
}
#blog-calendar a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
#blog-calendar a:hover {
    text-decoration: none;
    color: #C45094;
}
.mySearch h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.div_my_zzk {
    position: relative;
    left: 70px;
}
.mySearch {
    padding-bottom: 10px;
    border-bottom:4px solid #605C2D;
}
.catListLink {
    border-bottom:4px solid #605C2D;
}
.catListLink li {
    list-style-type: none;
}
.catListTag {
    border-bottom:4px solid #605C2D;
}
.catListTag li {
    list-style-type: none;
}
.catListPostCategory {
    border-bottom:4px solid #605C2D;
}
.catListPostCategory li {
    list-style-type: none;
}
.catListPostArchive {
    border-bottom:4px solid #605C2D;
}
.catListPostArchive li {
    list-style-type: none;
}
.catListComment {
    border-bottom:4px solid #605C2D;
}
.catListComment li {
    list-style-type: none;
}
.catListView {
    border-bottom:4px solid #605C2D;
}
.catListView li {
    list-style-type: none;
}
.catListFeedback {
    border-bottom:4px solid #605C2D;
}
.catListFeedback li {
    list-style-type: none;
}
.catListLink h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.catListTag h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.catListPostCategory h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.catListPostArchive h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.catListComment h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.catListView h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.catListFeedback h3{
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
    position: relative;
    left: 95px;
    padding-top: 3px;
    background-color: #707523;
    color: #FFFFFF;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
    width: 110px;
    height: 24px;
    font-size: 15px;
}
.catListLink ul {
    font-size: 14px;
    padding-left: 0px;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
}
.catListLink a:link,.catListLink a:visited,.catListLink a:active{
    color: #666850;
    text-decoration: none;
}
.catListLink  a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
.catListTag ul {
    font-size: 14px;
    padding-left: 0px;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
}
.catListTag a:link,.catListTag a:visited,.catListTag a:active{
    color: #666850;
    text-decoration: none;
}
.catListTag a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
.catListPostCategory ul {
    font-size: 14px;
    padding-left: 0px;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
}
.catListPostCategory a:link,.catListPostCategory a:visited,.catListPostCategory a:active{
    color: #666850;
    text-decoration: none;
}
.catListPostCategory a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
.catListPostArchive ul {
    font-size: 14px;
    padding-left: 0px;
    text-align:center;
    margin-left:0 auto;
    margin-right:0 auto;
}
.catListPostArchive a:link,.catListPostArchive a:visited,.catListPostArchive a:active{
    color: #666850;
    text-decoration: none;
}
.catListPostArchive a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
.catListComment ul {
    font-size: 14px;
    padding-left: 0px;
    text-align:left;
    margin-left:0 auto;
    margin-right:0 auto;
}
.catListComment a:link,.catListComment a:visited,.catListComment a:active{
    color: #666850;
    text-decoration: none;
}
.catListComment a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
.catListView ul {
    font-size: 14px;
    padding-left: 0px;
    text-align:left;
    margin-left:0 auto;
    margin-right:0 auto;
}
.catListView a:link,.catListView a:visited,.catListView a:active{
    color: #666850;
    text-decoration: none;
}
.catListView a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
.catListFeedback ul {
    font-size: 14px;
    padding-left: 0px;
    text-align:left;
    margin-left:0 auto;
    margin-right:0 auto;
}
.catListFeedback a:link,.catListFeedback a:visited,.catListFeedback a:active{
    color: #666850;
    text-decoration: none;
}
.catListFeedback a:hover {
    text-decoration: none;
    margin-top: 3px;
    color: #C45094;
}
#footer {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    width: 400px;
    position: relative;
    left: 400px;
    font-family: "微软雅黑";
}
#topics {
    background-color:#F2F1EC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
}
.postTitle{
    padding-top: 20px;
    font-size:
}
.postBody {
    font-size: 15px;
    color: #5A641E;
    padding-left: 40px;
    padding-right: 40px;
    width: 720px;
    margin-top: 30px;
}
#BlogPostCategory a{
    color: #C45094;
}
#blog_post_info_block a{
    color: #666850;
}
#comment_form a:visited,#comment_form a:link,#comment_form a:active{
    color: #666850;
    font-size: 14px;
}
#comment_form a:hover {
    color: #666850;
    font-size: 14px;
    text-decoration: underline;
}
#comment_form_container{
    font-size: 14px;
    font-family: "微软雅黑";
}
#blog-comments-placeholder {
    background-color:#F2F1EC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-bottom: 20px;
}
#blog-comments-placeholder a:visited,#blog-comments-placeholder a:link,#blog-comments-placeholder a:active{
    color: #666850;
    font-size: 14px;
}
#blog-comments-placeholder a:hover {
    color: #666850;
    font-size: 14px;
    text-decoration: underline;
}

.feedback_area_title {
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    font-size: 18px;
    margin-bottom: 15px;
}
.feedbackItem {
    padding-left: 30px;
    padding-right: 30px;
}
#comments_pager_bottom {
    padding-bottom: 25px;
}
#comment_nav {
    font-family: "微软雅黑";
}
#myposts {
    background-color:#F2F1EC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
}
#myposts h3 {
    font-family: "微软雅黑";
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 20px;
}
.PostList {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 40px;
    width: 760px;
    font-size: 40px;
}
.PostList a:link,.PostList a:visited,.PostList a:active{
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.PostList a:hover {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    color: #C45094;
}
.".pager" {
    padding-bottom: 30px;
}
.center {
    
}

.postTitl2 span{
    color: #A6987D;
    font-size: 14px;
    margin-left: 25px;
    text-overflow： ellipsis;
}
.postText2 {
    margin-top: 10px;
    padding-right: 60px;
    font-size: 15px;
    color: #5A641E;
    font-family: "微软雅黑";
    padding-bottom: 15px;
}
#taglist_main {
    background-color:#F2F1EC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
    font-size: 14px;
    font-family: "微软雅黑";
}
#taglist_title_wrap {
    padding-top: 20px;
}

#taglist a:link,.taglist_main a:visited,.taglist_main a:active{
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
#taglist a:hover {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    color: #C45094;
}
#taglist {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.entrylist {
    background-color:#F2F1EC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.entrylistPosttitle a:link,.entrylistPosttitle a:visited,.entrylistPosttitle a:active{
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.entrylistPosttitle a:hover{
    color: #C45094;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
}
.entrylistPosttitle {
    margin-bottom: 10px;
    text-align: center;
    margin-left:0 auto;
    margin-right:0 auto;
}
.entrylistPostSummary a:link, .entrylistPostSummary a:visited, .entrylistPostSummary a:active{
    color: #C45094;
}
.entrylistPostSummary a:hover{
    color: #C45094;
    text-decoration: underline;
}
.entrylistItemPostDesc {
    text-align:right;
    margin:0 auto;
    padding-right: 40px;
    margin-top: 10px;
    padding-bottom: 30px;
    color: #A6987D;
    font-size: 15px;
}
.entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active{
    color: #C45094;
}
.entrylistItemPostDesc a:hover{
    color: #C45094;
    text-decoration: underline;
}
.entrylistItem{
    position: relative;
    left: 50px;
    width: 700px;
}
.entrylistTitle {
    padding-top: 30px;
    text-align: center;
    margin:0 auto;
    margin-bottom:40px;
}
#newHeader {
    background-color: #000000;
    height: 30px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}
#weibo {
    position: absolute;
    left: 1120px;
    top: 5px;
    width: 100px;
}
#motto1 {
    font-size: 14px;
    font-family: "宋体";
    color: #FFFFFF;
    position:absolute;
    left: 120px;
    width: 400px;
    top: 8px;
}
#motto2 {
    font-size: 14px;
    font-family: "Consolas";
    color: #FFFFFF;
    position:absolute;
    left: 800px;
    width: 400px;
    top: 8px;
}
.pager {
    margin: 0px;
    padding-bottom: 20px;
}
.postBody a:link, .postBody a:visited, .postBody a:active{
    color: #646464;
}
.postBody a:hover{
    color: #646464;
    text-decoration: underline;
}
.catListImageCategory{
    display: none;
}
/**********************/

/**********************/