@charset "utf-8";
/* CSS Document */

html, body, span, div, p, a, table, tbody, td, h1, h2, h3, h4, h5, h6, img, form, font, strong, b, i, dl, dt, dd, ol, ul, li, dl, dd, dt, iframe, label, blockquote, input, button {padding:0; margin:0;list-style: none;}
body {line-height:22px;font-size:14px;font-family:"微软雅黑",arial,"\5B8B\4F53";color:#333;background:#f5f5f5;-webkit-text-size-adjust:none;}

address,caption,cite,code,dfn,em,i,th,var,strong,h1,h2,h3,h4,h5,h6{font-size:14px; font-style:normal;font-weight:normal;}
.clear, .clear-all{clear:both; height:0px; line-height:0px; font-size:0px; overflow:hidden; visibility:hidden;}

img {vertical-align:middle; border:none;}
a {color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover, a:active, a:focus {color:#009278;}
input,button,select,textarea{outline:none}
textarea{resize:none}


.header_full{width:100%; height:85px; background:#fff; border-bottom:3px solid #e9e9e9;}
.header{ width:1000px; height:85px; line-height:85px;  margin:0 auto;}
.header .logo{width:180px; height:66px; float:left; padding-top:10px;}
.header .nav{float:right; width:756px;}
.header .nav ul{}
.header .nav ul li{float:left; padding:0 18px; height:70px;}
.header .nav ul li.sel{ border-bottom:2px solid #009278; }
.header .nav ul li a{font-size:16px; color:#000;}
.header .nav ul li a:hover{ color:#009278;}



.footer_full{ width:100%; height:120px; background:#2b2b2b; border-top:5px solid #000;}
.footer{width:1000px; margin:0 auto;}
.footer .copyright{ width:610px; float:left; padding-top:15px; }
.footer .copyright p{ font-size:12px; color:#828282; line-height:1.8em;}
.footer .copyright a{ font-size:12px; color:#828282; line-height:1.8em;}
.footer .copyright a:hover{ color:#009278;}
.footer .focus{ width:130px;  float:right;}
.footer .focus span{ display:block; color:#828282; float:left; height:19px; margin-top:20px; width:80px;}
.footer .focus a{ float:left; width:30px; height:30px; display:block; background:url(../images/common/foot_focus.png) no-repeat; position:relative; margin:15px 0 0 5px;}
.footer .focus .sina{ background-position:0px 0px;}
.footer .focus .qq{ background-position:-42px 0px;}
.footer .focus .weixin{ background-position:-87px 0px;}

.footer .flink{ padding:5px 0; margin:15px 0 0; border-top:1px #565656 dotted; border-bottom:1px #565656 dotted; color:#828282; font-size:12px;}
.footer .flink a{color:#828282; display:inline-block; margin:0 7px;}
.footer .flink a:hover{ color:#009278;}




.pagination {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.pagination ul {
    list-style: none;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    margin-right: 8px;
}

.pagination .current>a {
    color: #fff;
    background-color: #EA141F;
}

.currenttext {
    color: #999;
    background-color: #fff !important;
    cursor: default;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
}

.pagination a:hover {
    color: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
}

.pagination a,.pagination2 {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    color: #555;
    padding: 10px 14px;
}

.pagination a:hover {
    color: #000000
}

.post-info {
    display: block;
    font-size: 13px;
    color: #999999;
    margin-bottom: 20px;
}
.post-info a {
    color: #000
}

.hp_meta {
    width: auto;
    float: left;
}

.hp_meta span {
    display: inline-block;
    height: 22px;
    float: left;
}

.author_mt .mt_icon {
    width: 20px;
    background: url(../images/community/meta.png) 0 4px no-repeat;
    margin-right: 7px;
}

.cat_mt .mt_icon {
    width: 17px;
    background: url(../images/community/meta.png) -20px 4px no-repeat;
    margin-right: 7px;
    margin-left: 10px;
}

.comment_mt .mt_icon {
    width: 20px;
    background: url(../images/community/meta.png) -38px 4px no-repeat;
    margin-right: 7px;
    margin-left: 10px;
}

.view_mt .view_icon {
    width: 20px;
    background: url(../images/community/meta.png) -78px 4px no-repeat;
    margin-right: 7px;
    margin-left: 10px;
}

.time_mt .time_icon {
    width: 20px;
    background: url(../images/community/meta.png) -58px 2px no-repeat;
    margin-right: 7px;
    margin-left: 10px;
}

.post-content {
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    word-break: break-all;
}

.post-single-content {
    font-size: 14px;
    line-height: 22px;
}

.readMore {
    float: right;
    color: #7B7A79;
}

.readMore a {
    color: #fff;
    padding: 5px 12px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-family: 'Monda', sans-serif;
}

.readMore a:hover {
    color: #fff;
    background: #222222;
}

.info {
    display: table;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-right: 0.8em !important;
}
.info .entry-title {
    font-size: 13px;
    margin-bottom: 0;
    color: #919191;
}
.info .entry-title a {
    color: #696868
}
.info .entry-title a:hover {
    
}
.info p {
    color: #919191
}
.meta {
    display: block;
    font-size: 12px;
    color: #999;
}
.meta b {
    font-weight: normal;
    color: #999 !important;
}
.meta span {
    padding: 1px;
    height: 1px;
    margin-right: 5px;
}
