@charset "utf-8";
/*frondend*/
div.container .frondend {
  margin:0 0 26px 0;
}
div.container .frondend h2 {
  font-size: 28px;
  line-height: 42px;
  text-transform: Capitalize;
  text-align: center;
  font-family: Circular, PingFang-SC, "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei", "Heiti SC" !important;
}
div.container .frondend .more {
  text-align: center;
  margin-top: 10px;
}
div.container .frondend .more a {
    padding: 0 45px;
    display: inline-block;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #eee;
    color: #aaa;
    line-height: 34px;
    overflow: hidden;
}
div.container .frondend .more a:hover {
    background: #00A7EB;
    color: #fff;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
div.container .frondend figure {
    width: 22%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 15px 1.4%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
div.container .frondend figure img {
  height: 200px;
  width: auto;
  margin: auto;
}
div.container .frondend figure figcaption h3 {
    text-align: center;
    height: 38px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    background: #fff;
    padding: 15px 13px;
    font-weight: normal;
    -webkit-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1);
    box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1);
}
div.container .frondend figure figcaption a {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
}
div.container .frondend figure figcaption span {
    position: absolute;
    right: 30px;
    top: 15px;
    background: rgba(232, 40, 74, .8);
    color: #FFF;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 3px;
}
div.container .frondend figure:hover { 
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
}
div.container .frondend .bread_crumb  {
    
    line-height: 36px;
    color: #333;
    border-bottom: #db6d4c 1px solid;

}
div.container .frondend .bread_crumb strong {
  float: left;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-bottom: 0;

}
div.container .frondend .bread_crumb span {
  float: right;
  font-size: 14px;
}
div.container .about {
    background: #fff;
    padding: 30px 40px;
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
}
div.container .about h2 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px dashed #999;
    padding: 0 0 15px 0;
    color: #666;
}

div.container .about p {
    font-size: 18px;
    color: #666;
    position:relative;
    line-height: 2;
    margin: 20px 0
}

div.container .sidebar .about_me {
    background: #FFF url(./images/star_bg.gif) no-repeat top center;
    overflow: hidden;
}
div.container .sidebar .about_me h2 {
    display: none;
}
div.container .sidebar .about_me ul {
    padding: 35px 30px;
    margin-bottom: 20px;
}
div.container .sidebar .about_me .avater {
    margin: 20px auto 20px;
    width: 100px;
}
div.container .sidebar .about_me .avater img {
    width: 100px;
    border-radius: 50%;
}
div.container .sidebar .about_me .about_name{
    color: #3f3f3f;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
div.container .sidebar .about_me .about_position{
    color: #595959;
    text-align: center;
}
div.container .sidebar .about_me .about_text {
    padding: 20px 0 0 0;
    color: #999;
    line-height: 26px;
    text-align: justify;
}
/*single*/
div.container .primary .single {
    padding: 30px;
}
div.container .primary .single h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0 20px 0;
    color: #333;
}
div.container .primary .single .single_content {
    padding-top: 20px;
    line-height: 1.8;
    text-align: justify;
}
div.container .primary .single .single_content p {
    text-indent: 2em;
    font-size: 16px;
}
div.container .primary .single .single_content .aligncenter {
    margin: 0 auto;
}
div.container .primary .single .single_content img {
    max-width: 100%;
    height: auto;
}
div.container .primary .single .single_content div.tags {
    margin:30px 0;
}
div.container .primary .single .single_content div.tags a {
    background: #F4650E;
    padding: 3px 8px;
    margin: 0 5px 0 0;
    color: #fff;
}
div.container .primary .single .single_content .post_like {
    text-align:center;
    padding:10px;
}
div.container .primary .single .single_content .post_like a {
    background-color:#21759B;
    border-radius: 3px;color: #FFFFFF;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;outline:none;
}
div.container .primary .single .single_content .post_like a.done, .post_like a:hover{
    background-color:#eee;
    color:#21759B;
}
div.container .primary .single .single_content .post_like a.done{
    cursor:not-allowed
}
div.container .primary .single .pre_next {
    line-height: 24px;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    margin: 20px 0;
    padding:0;
}
div.container .primary .single .pre_next p {
    margin:0;
    padding: 4px;
}
div.container .primary .single .related {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
div.container .primary .single .related h2 {
    background: url(./images/5794.png) left 10px center no-repeat;
    border-bottom: #000 2px solid;
    line-height: 40px;
    font-size: 14px;
    padding-left: 40px;
    color: #000;
}
div.container .primary .single .related li {
    line-height: 24px;
    height: 24px;
    width: 290px;
    float: left;
    overflow: hidden;
    margin:10px 30px 0 0;
    padding-left: 10px;
}
div.container .primary .single .related li {
    line-height: 24px;
    height: 24px;
    width: 290px;
    float: left;
    overflow: hidden;
    margin:10px 30px 0 0;
    padding-left: 10px;
}
.comments_area h2,.comments_area h5 {
    background: url(./images/newsbg03.png) no-repeat left 10px center;
    border-bottom: #000 2px solid;
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
    color: #000;
}
.comments-area {
    margin: 10px 0;
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
}
.comment-form-box {
    padding: 10px 0 10px 0;
}
/*评论大模块*/
.commentlist {
    font-size: 1.08em;
    line-height: 100%;
    padding: 0 20px 0 20px;
    background: #f9f9f9;
    margin: 0 auto;
    margin-top: -1px;
    position: relative;
    overflow:hidden;
}
.commentlist:before{
    height: 100%;
    width: 2px;
    background: #eee;
    position: absolute;
    left: 94px;
    content: "";
    top:0px;
}
.commentlist img {margin-bottom: -4px;display: inline;}
/*评论小模块*/
.comment-body {
    margin: 12px 2px 5px 100px;
    min-width:380px;
    position: relative;
    padding:5px 10px 2px 5px;
    border: solid #d3d3d3 1px;
    border-radius:1px;
    color:green;
    font-size:1em;
    line-height:22px;
    min-height: 60px;
    background: #F3F3F3;
}
.comuser{color:rgb(223, 149, 149);}
.comment-body:before {
    position: absolute;
    top: 28px;
    left: -32px;
    background: #fff;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    content: "";
    box-shadow: inset 0 0 2px #0c0;
}
.comment-body:after {
    position: absolute;
    top: 30px;
    left: -30px;
    background: #ccc;
    height: 8px;
    width: 8px;
    border-radius: 6px;
    content: "";
}
.commentlist li:hover .comment-body:after {background: #0c0;}
.parent_name{color:#748AB2}
.commentlist li:hover .fn a{color:red;}
/*子评论 ***/
.comment .children {
    list-style:none;
    float:left;
    padding:0;
    margin:0;
    width:100%;
}
/*** 评论小模块属性内置div ***/
#edita {border-top: 0;line-height: 1.5em;}
.comment-author,.comment_content {
    background:none;
    padding:0;
    border:0;
}
.comment_content {overflow: hidden;width: 100%;}
.comment-author {
    height: 16px;
    padding: 2px 0;
}
/*评论文本段落*/
.comment-text p {
    margin:0 3px 0 0 !important;
}
.says{
    display:block;
    margin:-3px 0 0 3px;
    padding:0;
    color:#ccc;
    float:left;
}
.children .comment-body{
    border: dashed #d3d3d3 1px;
    background: #fff;
}
.comment-body .comment-body {
    margin: 12px -11px -5px -6px;
}
.comment-body .comment-body:after {
    background: #FD0707;
}
.children .comment-author:before {
content: '';
border-left: 11px dashed transparent;
border-bottom: 11px dashed #d3d3d3;
border-right: 11px dashed transparent;
position: absolute;
top: -11px;
left: 50px;
}
.children .comment-author:after {
content: '';
border-left: 10px dashed transparent;
border-bottom: 10px dashed #fff;
border-right: 10px dashed transparent;
position: absolute;
top: -10px;
left: 51px;
}
/*VIP评论之星*/
.vp,.vip,.vip1,.vip2,.vip3,.vip4,.vip5,.vip6,.vip7{background: url(./images/vip.png) no-repeat;display: inline-block;overflow: hidden;border: none;}
.vp{background-position:-515px -2px;width: 16px;height: 16px;margin-bottom: -3px;}
.vp:hover{background-position:-515px -22px;width: 16px;height: 16px;margin-bottom: -3px;}
.vip{background-position:-494px -3px;width: 16px;height: 14px;margin-bottom: -2px;}
.vip:hover{background-position:-494px -22px;width: 16px;height: 14px;margin-bottom: -2px;}
.vip1{background-position:-1px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip1:hover{background-position:-1px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip2{background-position:-63px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip2:hover{background-position:-63px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip3{background-position:-144px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip3:hover{background-position:-144px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip4{background-position:-227px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip4:hover{background-position:-227px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip5{background-position:-331px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip5:hover{background-position:-331px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip6{background-position:-441px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip6:hover{background-position:-441px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip7{background-position:-611px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip7:hover{background-position:-611px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
/*** 评论头像 ***/
.comment .avatar {
    position:absolute;
    left: -95px;
    top: -32px;
    padding:6px;
    border:1px #d3d3d3 solid;
    border-radius:32px;
    width: 36px !important;
    height: 36px !important;
    box-shadow: -1px 0 1px rgba(0,0,0,.15) inset;
    background: #fff;
    transition: .5s;
    margin: 40px auto 20px;
}
.fn:before{
    height: 2px;
    width: 44px;
    background: #eee;
    position: absolute;
    left: -50px;
    content: "";
    top: 29px;
}
.commentlist li:hover .avatar {
    transform: rotate(720deg);-webkit-transform: rotate(720deg);-moz-transform: rotate(720deg);border-color: #0c0;
}
.fn,.fn a{
    position:relative;
    float:left;
    margin:-2px 0 0 0;
    padding:0;
    color:#f69;
    text-decoration:none;
    font-style:normal;
    font-size:1.08em;
}
.fn a:hover{color:red;}
.comment-meta,.comment-meta a{
    width: 170px;
    font-size: 0.8em;
    line-height: 18px;
    float: right;
    overflow: hidden;
    margin:-2px 0 0 0;padding:0;text-align: right;height:15px;color: #777;
}
.comment .reply {
    color: #777;
    padding:3px 5px 2px 0;
    text-align:right;
    line-height:15px;
    font-size: 12px;
    border-top: 1px #eee dashed;
}
.comment .reply a:hover{color:red;}
/*commentform*/
.commentform {
    padding: 0 20px;
    background-color: #f6f6f6;
    border: solid #d3d3d3 1px;
}
.primary .single .commentform p {
    margin-top: 1em;
    position: relative;
}
.commentform label {
    display: inline;
    position: absolute;
    left: 235px;
    top: 3px;
}
.commentform input {
    width: 230px;
    padding: 5px;
}
.commentform .textarea {
    padding: 5px 5px;
    width: 98%;
    height: 78px;
    outline: 0;
    border: 1px solid #ccc;
    color: #333;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
}
.commentform .submit {
    padding: .5em 1em;
    margin-bottom: 20px;
    width: auto;
    color:#555;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
span.emotion {
    padding-left: 20px;
    width: 42px;
    height: 20px;
    background: url(./images/icon.gif) no-repeat 2px 2px;
    color: #999;
    cursor: pointer;
}
span.emotion:hover {background-position: 2px -28px;color: #666;}
div.smiley img {
    display: inline;
}
/*淡白灰代码高亮样式*/
pre {
    display: block;
    padding: 0 0 0 10px;
    margin: 10px 0 10px;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px
}
pre.prettyprint {
    margin-bottom: 20px;
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
    background-size: 3em 3em;
}
.prettyprint.linenums, pre.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #f8f8f8, inset 42px 0 0 #358ccb;;
    -moz-box-shadow: inset 40px 0 0 #f8f8f8, inset 42px 0 0 #358ccb;;
    box-shadow: inset 40px 0 0 #f8f8f8, inset 42px 0 0 #358ccb;
}
.prettyprint.linenums ol, pre.prettyprint.linenums ol {
    padding-left: 1.8em;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
.prettyprint.linenums ol li, pre.prettyprint.linenums ol li {
    padding-left: 6px;
    color: #bebec5;
    line-height: 21px;
    margin-left:3px;
    list-style: decimal;
}
.prettyprint.linenums ol li:before, pre.prettyprint.linenums ol li:before {
    content: "";
    width: 0
}
.prettyprint .com {
    color: #666
}
.prettyprint .lit {
    color: #c0c
}
.prettyprint .clo, .prettyprint .opn, .prettyprint .pun {
    color: #0a0
}
.prettyprint .fun {
    color: #dc322f
}
.prettyprint .atv, .prettyprint .str {
    color: #c28f5b
}
.prettyprint .kwd, .prettyprint .tag {
    color: #f92659
}
.prettyprint .atn, .prettyprint .dec, .prettyprint .typ, .prettyprint .var {
    color: #0a0
}
.prettyprint .pln {
    color: #00f
}
/*pagenavi*/
.pagenavi {
    margin-top: 25px;
    text-align: center;
    height: 30px;
}
.page-numbers {
    border: 1px solid #aaa;
    background: #fff;
    color: #808080;
    padding: 4px 10px;
    margin-left: 5px;
    transition: all 0.3s;
}
.page-numbers:hover, .pagenavi .current {
    background: #09c;
    color: #fff;
    text-decoration: none;
    border: 1px solid #09c;
}