@charset "utf-8";
/*==========
Author: UmHtml
Author URI: http://www.umtheme.com/
Theme ID: umZmt
==========*/
html,body,div,span,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,video{margin:0;padding:0;outline:0;border:0;background:transparent;font-size:100%;}
html{-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-x:hidden}
body{background: #fff;color: #333;font-size:14px;line-height:1.42857143;font-family:"PingFang SC",Helvetica,Arial,sans-serif; overflow-x:hidden}
*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
article,hgroup,menu,nav,section,aside,details,figcaption,figure,footer,header{display:block;}
nav ul,ul,li{list-style:none;}
q,blockquote{quotes:none;}
q:before,q:after,blockquote:before,blockquote:after{content:none;}
a{color:#333;vertical-align:baseline;text-decoration:none;font-size:100%;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;margin:0;padding:0;}
a,input,button{outline:none;}
a:hover,a:focus{color:#E94C3D;text-decoration:none;cursor:pointer;}
a,div,button{-moz-tap-highlight-color: transparent;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);tap-highlight-color: transparent;blr: expression(this.onFocus=this.blur());}
img{max-width: 100%;height: auto;}
ins{color:#323841;background-color:#ff9;text-decoration:none;}
mark{color:#323841;background-color:#ff9;font-weight:bold;font-style:italic;}
:focus{ outline: none; }
::-moz-focus-inner{ border: 0; }
@font-face {
  font-family: 'iconfont';  /* project id 934715 */
  src: url('//at.alicdn.com/t/font_934715_iwok4h2ajii.eot');
  src: url('//at.alicdn.com/t/font_934715_iwok4h2ajii.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_934715_iwok4h2ajii.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_934715_iwok4h2ajii.woff') format('woff'),
  url('//at.alicdn.com/t/font_934715_iwok4h2ajii.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_934715_iwok4h2ajii.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.wrapper{position:relative;max-width:1280px;margin:0 auto; min-height: 100%;}
.wrapper:after,.wrapMain:after{clear: both;}
.wrapper:before,.wrapper:after,.wrapMain:before,.wrapMain:after{content: " ";display: table;}

/*----------- 头部 -----------*/
.header{display:block; height:66px; background:#212C36; position:relative; left:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; z-index:2}
.header .headBox{ max-width:1280px; margin:0 auto}

.header .logo{ float:left;overflow:hidden; height:66px;}
.header .logo h1{height:100%; display:block;}
.header .logo a{ min-width:130px; height:100%; display:block; position:relative; font-size:0; overflow:hidden;}
.header .logo a img{ width:100%; max-width:100%; height:auto; position:absolute; top:50%; transform:translateY(-50%);left:0;}

.header .navBar{ float:right;}
.header .navBar li{ display:inline-block; height:66px; line-height:66px; position:relative; vertical-align:top;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.header .navBar li a{ display:inline-block; padding:0 15px; color:#fff; opacity:0.7; font-size:16px; position:relative; z-index:2; min-width:68px; text-align:center}
.header .navBar li em[class*="dot"]{ display:inline-block; position:relative; left:-10px; z-index:1; width:16px;}
.header .navBar li em[class*="dot"] .iconfont{ color:#fff; font-size:16px; width:16px; display:block;}
.header .navBar li.active a,.header .navBar li a:hover{ opacity:1;}
.header .navBar li.active{background-color: #E94C3D;}
.header .navBar li.active:before{display: none;width:20px; height:3px; position: absolute; bottom:15px; left:50%; transform:translateX(-50%); background-color: #E94C3D; content: ''; border-radius:50px;}

/*二级高亮*/
.header .navBar ul li>ul{ width:100%; min-width:110px; position:absolute; top:100%; left:50%; transform:translateX(-50%); right:0;background:rgba(0,0,0,0.68); z-index:888; visibility:hidden; opacity:0;box-shadow:0px 8px 20px 0px rgba(0,0,0,0);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.header .navBar ul li>ul li{ width:100%; height:42px; line-height:42px; display:block;}
.header .navBar ul li>ul li a{ width:100%; text-align:center;height:42px; line-height:42px; font-size:14px; color:rgba(255,255,255,0.8); opacity:1}
.header .navBar ul li>ul li.on a,.header .navBar ul li>ul li.on a:hover{ background:#E94C3D;}

.header .navBar ul li.on>ul{ visibility:visible; opacity:1;}
.header .navBar ul li>ul li em[class*="dot"]{ position:absolute; right:5px; left:auto; top:0; z-index:3;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);}
.header .navBar ul li.on>ul li em[class*="dot"] .iconfont{ color:rgba(255,255,255,0.8);}

/*三级高亮*/
.header .navBar ul li>ul li .sub2{visibility:hidden; opacity:0; display:none; left:-100%; transform:none;}
.header .navBar ul li>ul li.on .sub2{ right:-100%; left:auto; top:0; visibility:visible; opacity:1; display:block;}
.header .navBar ul li>ul li.on .sub2 li a,.header .navBar ul li>ul li.on .sub2 li a:hover{ background:rgba(0,0,0,0); color:rgba(255,255,255,0.8);}
.header .navBar ul li>ul li.on .sub2 li.on a,.header .navBar ul li>ul li.on .sub2 li.on a:hover{background:#E94C3D; color:rgba(255,255,255,0.8);}

/*移动端*/
.mNavBtn{ position:absolute; top:0; bottom:0; left:0px; padding:0 15px; height:100%; display:none; line-height:48px; cursor:pointer;}
.mNavBtn i{color:#fff; opacity:0.7; font-size:20px;}
.mNavBtn:hover i{ opacity:1}
.leftNav{ width:190px; background:#E94C3D; position:fixed; top:0; bottom:0; left:-190px; height:100vh;overflow-y: auto;overflow-x: hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; z-index:999}
.leftNav .mNavBtn{ height:48px; line-height:48px; left:auto; right:-45px; display:none;}

.leftNav ul{ padding-top:0px;}
.leftNav li{ width:100%; position:relative;}
.leftNav li a{ padding: 0 25px; line-height:48px; color:#fff; display:block; border-bottom:1px solid rgba(255,255,255,0.08);}
.leftNav li a:hover{ background:rgba(0,0,0,0.1);}

.leftNav ul li>ul{ display:none;}
.leftNav li em[class*="dot"]{position: absolute;top:0px;right:0px; width:48px; height:48px; text-align:center; border-left:1px solid rgba(255,255,255,0); cursor:pointer;}
.leftNav li em[class*="dot"] .iconfont{font-size: 18px;color: #fff;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; position:absolute;width:48px;line-height:48px; top:0; left:0;}
.leftNav li em[class*="dot"] .iconfont.open{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.leftNav ul li>ul li{background:rgba(0,0,0,0.15);}
.leftNav ul li>ul li a{border-bottom:1px solid rgba(255,255,255,0.05); opacity:0.8; font-size:12px; text-indent:1em}


/*搜索*/
.search{ float:right;margin-left:5px; position:relative;}
.search i.icon{ color:#fff; line-height:66px; opacity:0.7; font-size:18px; padding-left:10px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; cursor:pointer; display:block;}
.search i.icon:hover{ opacity:1;}
.search .ssFrom{ padding:20px;line-height:none; display:block; background:#fff; position:absolute; right:0; top:100%; display:none;box-shadow:0px 8px 20px 0px rgba(0,0,0,0.06); border:1px solid #eee; border-top:none; z-index:1;}
.search .ssFrom .sform{ width:258px; padding-right:32px; position:relative;}
.search .ssFrom button{ border:medium none; background:#E94C3D; position:absolute;top:0; right:0; cursor:pointer;opacity:0.8;width: 32px;height: 32px;}
.search .ssFrom button i{ color:#fff; font-size:18px; height:32px; line-height:31px;}
.search .ssFrom button:hover{ opacity:1 }
.search .ssFrom .sinput{ background:#f8f8f8; border:1px solid #eee; padding:0px 5px; height:32px; line-height:32px; width:100%;}
.search .ssFrom .dot{ position:absolute; top:-16px; right:-2px; color:#fff; font-size:20px;}

/*主体内容*/
.main{width:100%;float:left; min-height: calc(100vh - 158px);}
.article{margin-right:300px; margin-left: 140px; padding:0 20px;}
.article .post{padding:2.5% 0; width:100%; border-bottom:1px solid #f0f0f0;position:relative; display: block;}
.article .post:hover{ background-color: #f7f7f7;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.article .postPic{ width:23%; max-width:185px; position: relative; overflow: hidden; margin-left: 0px; z-index:1;background-color: #f7f7f7}
.article .post:hover .postPic{background-color: #fff;}
.article .postPic .pic{ display:block; width:100%; height:100%;position: absolute; top: 0; left: 0; bottom:0; font-size:0px;}
.article .postPic img{ width:100%; height:100%; position: absolute; top: 0; left: 0;object-fit: cover;object-position: center;}
.article .postPic:after {content: '';display: block;padding-top: 75%;}
.article .postNote{font-size: 12px;color: #999;overflow: hidden;padding-right: 15px; padding-left:26%; position: absolute; display:inline-block; width: 100%;top: 50%; left: 0; transform: translateY(-50%)}
.article .postNote h2 {font-size: 20px;font-weight:normal;position:relative;margin:-4px 0 8px 0;line-height: 32px;text-decoration: none;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;}
.article .postNote p{ font-size: 14px; color: #666; max-height: 40px; overflow: hidden; line-height: 22px; margin-bottom: 10px;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.article .postNote .mode{ width:100%; height: 100%; vertical-align: middle; display:inline-block;}
.article .postFot span{ padding-right: 10px;}
.article .postFot span a{color: #999;}
.article .postFot span a:hover{color: #E94C3D;}
.article .postNote .postFot{ padding-top:6px;}
.article .postPic .pic .picNum{ position: absolute; left: 0; top: 0px; background: #E94C3D; color: #fff; padding: 2px 3px 0; line-height: 20px; font-size: 12px; font-weight: 100; z-index: 3}
.article .postPic .pic .picNum em{font-style: normal; }

.article .noArr{text-align: center; margin:0;padding: 50px 20px;overflow: hidden;background-color: #fff;border: 1px solid #eee;-webkit-transition: all .4s ease; transition: all .4s ease;position: relative;color: #a8a8a8;}
.article .noArr i{ font-size:60px; margin-bottom:10px;opacity: .6;}

.offCate .header .headBox,.offCate .wrapper,.offCate .crumb,.offCate .footer-text{ max-width:1160px;}
.offCate .article{margin-left: 0px; padding-left: 0;}
.offCate .article .postNote{ padding-left: 24.5%}
.offCate .article .postPic{ width:22%;max-width: none;}

.article.noImg .postNote,.relatedList.noImg .postNote{padding-left:15px; position: static;transform:none}

#rBar{position: relative;transform: translate(0, 0);transform: translate3d(0, 0, 0);will-change: position, transform;}
#rBarBox{ width: 140px;will-change: min-height;float: left; margin-right: -140px; position: relative;}

.rightBar{ width: 140px!important; min-height:100px;background: #f7f7f7;float: left;}
.rightBar .logo{ width: 100%;text-align: center; min-height: 30px; background-color: #E94C3D;float: left; font-size: 0px;overflow: hidden;}
.rightBar .logo a{display:block;}
.rightBar .logo img{height:auto;width: 100%;}

.rightBar .rNav{clear: both; padding: 0px 0; float: left;}
.rightBar .rNav li{ width: 100%; float: left; margin:0px ; position: relative; text-align: left;}
.rightBar .rNav li a{ color: #666;display: block; line-height: 32px; padding:8px 20px 8px; font-size: 16px; font-weight: 400;}
.rightBar .rNav li a:hover{color:#fff; background:#E94C3D}
.rightBar .rNav li a i{ padding-right:10px; font:normal normal normal 14px/1 FontAwesome;}
.rightBar .rNav li.active a,.rightBar .rNav li.active a i{ color:#E94C3D}
.rightBar .rNav li.active a:hover,.rightBar .rNav li.active a:hover i{color:#fff;}

.rightBar .weixin{ display: block; padding: 10px; clear: both; font-size: 0;}
.rightBar .weixin img{ width: 120px; height: 120px; border-radius: 0px;}
.rightBar .weixin.loading{  background-color: #f7f7f7;}

.sidebar{float:right;margin-left:-300px;width:300px;position:relative;}
.widget{background-color:#f7f7f7;border:0px solid #eee;overflow:hidden;padding:15px;margin-bottom:16px}
.widget:last-of-type{margin-bottom:0px}
.widget.fd{width:300px;}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*自定义*/
.owl-theme{ cursor: grab}
.owl-theme .owl-nav [class*="owl-"]{ margin: 0; border-radius: 0;-moz-transition: ease-in-out 0.3s;
-webkit-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
-ms-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;}
.owl-theme .owl-nav [class*="owl-"]:hover{ background:#E94C3D; cursor: pointer;}

.owl-theme .owl-dots, .owl-theme .owl-nav{ display: block; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%)}
.owl-theme .owl-nav{transform: none; height: 0; position: static;}
.owl-theme .owl-dots .owl-dot span{background: rgba(255,255,255,.3)}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ background: rgba(255,255,255,.9)}

.owl-theme .owl-nav button{ position: absolute; top: 50%; transform: translateY(-50%);opacity: 0;}
.owl-theme .owl-nav button.owl-prev,.owl-theme .owl-nav button.owl-next{ background: rgba(0,0,0,0.35); opacity:0;}
.owl-theme .owl-nav button.owl-prev{ left: 10px;}
.owl-theme .owl-nav button.owl-next{ right: 10px;}
.owl-theme:hover .owl-nav button{ opacity: 1;}
.owl-theme:hover .owl-nav button.owl-prev{left: 0px;}
.owl-theme:hover .owl-nav button.owl-next{right: 0px;}

.bx-prev,.bx-next { line-height: 60px; text-align: center;cursor: pointer;color: #fff;font-size:24px; margin: 0; padding:0px 10px}
.owl-theme .title{ width: 100%; height: 46px; line-height: 46px; position: absolute; bottom: 0; left: 0; right: 0; background-image: linear-gradient(-180deg,transparent,rgba(0,0,0,.8)); margin-bottom: 0; color: #fff; font-size: 18px;}
.owl-theme .title h4{ padding: 0 15px; display: block;}
.owl-carousel.owl1{display: block;overflow: hidden;}
.owl-carousel.owl1:before{ content: ''; position: absolute; width: 100%; height: 100%;background: #eee url(images/lay.gif) center center no-repeat; left: 0; top: 0; opacity: 1;-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;}
.owl-carousel.owl1.owl-loaded:before{ opacity: 0;}
.owl-carousel.owl1.owl-loaded .owl-stage-outer{ opacity: 1;}
.owl-carousel.owl1 {position: absolute; width: 100%; height: 100%;}
.owl-carousel.owl1 .item{ position: relative;}
.owl-main{ position: relative; overflow: hidden;}
.owl-carousel.owl1 .item:after,.owl-main:after{ content: ''; padding-top: 50%;display: block;background:#eee}
.owl-carousel.owl1 .item a{-webkit-transition:none;-o-transition:none;transition:none;}
.owl-carousel.owl1 .item a img,.owl-carousel.owl1 .item a{ width: 100%; height: 100%; position: absolute; object-fit: cover; font-size: 0;}

/*----------- 面包屑 -----------*/	
.crumb{max-width: 1280px; margin: 0 auto}
.crumbbar{padding:10px 0px 10px 0px;clear: both;overflow: hidden; border-bottom:1px solid #f0f0f0; margin:0 0 15px 0;}
.crumbbar h1{ font-weight:normal; display:inline-block;}
.crumbbar i{padding:9px 0px 7px;}
.crumbbar .fa-bullhorn{ padding-right:10px;}
.crumbbar.gg{border-bottom:0px solid #fff; margin-bottom:0px;}

.ann .crumbArr{ height:26px; padding:0; margin: 2px 0;overflow:hidden; display:block; position:relative;}
.ann .crumbbar i.fa-bullhorn{ position:absolute; top:-2px; left:0}
.lt,.gt{ width:24px; height:24px; line-height:24px; display:block; overflow:hidden; text-align:center; position: absolute;right:32px;top:2px;color: #aaa; background:#f8f8f8}
.gt{right:0px;}
.lt i,.gt i{ padding:0}

.lineSlide{ width: 100%; height:26px; line-height:26px; padding-left:24px; position: relative; padding-top:0px;}
.lineSlide li{height:26px;line-height:26px;font-size:12px;list-style:none; float:left; width:100%; padding-right:64px;text-overflow: ellipsis;white-space: nowrap; overflow:hidden;}
.lineSlide .fa-bullhorn{ position: absolute; top: -1px; left: 0;}
.lineSlide li em,.lineSlide li a em,.lineSlide li b,.lineSlide li a b{color: #f66;font-family:Arial;font-style:normal; font-weight:normal}
.lineSlide li b,.lineSlide li a b{color: #2ea7e0;}

/*----------- lazy -----------*/
.loading {min-height:100px;background: #eee url(images/lay.gif) center center no-repeat;}
.button.loading{ min-height:30px;} 
a:hover .b-lazy.b-loaded{ opacity:1}
.b-lazy {-webkit-transition: opacity 500ms ease-in-out;-moz-transition: opacity 500ms ease-in-out;-o-transition: opacity 500ms ease-in-out;transition: opacity 500ms ease-in-out;max-width: 100%;opacity: 0}
.b-lazy.b-loaded {opacity: 1;vertical-align: middle;}

/*----------- 分页 -----------*/
.pageNav{text-align:center;display:block;clear:both;margin:20px 0 20px;}
.pageNav a,.pageNav span{text-align:center; min-width:30px;height:30px;line-height:30px;margin: 0 3px; display:inline-block;color:#666;background:#ecf2f5;border-radius:3px;vertical-align:top;font-size: 14px;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.pageNav a:hover{background:#E94C3D;color:#fff;text-decoration:none;}
.pageNav span{color:#fff;background:#E94C3D;border:0px solid #E94C3D;}
.commBox .pageNav{display:block!important;}

.ias-trigger{ width: 100%;}
.ias-trigger a,.ias-noneleft{width:130px; height:100%; line-height: 40px; display: block;border-radius:3px;background: #eee; color: #666;text-align: center; cursor: pointer; margin:20px auto;}
.ias-trigger a:hover{ opacity: 1;}
.ias-spinner{background:url(images/loading.gif) no-repeat center; background-size: auto 18px; width:100%;height:18px; margin:40px auto 22px;}
.ias-trigger-next{cursor:pointer;float:inherit;text-align:center;}
.ias-noneleft{ cursor: default; opacity: .8;}

/*----------- artMain -----------*/
.artMain{padding:0 0px; margin-bottom:0px; background: #FFF}
.artMain .qr{ position:absolute; top:4px; right:0px; padding-bottom: 5px; display:none} 
.artMain .qr .fa-qrcode{ font-size:30px; cursor: pointer; color: #999;transition: all 0.5s ease 0s;}
.artMain .qr.on .fa-qrcode{ color: #333;}
.artMain .qr .code{ position:absolute; top:35px; right:0em; width:auto; height:auto; display:none; padding:10px 10px 35px; background:#fff; float:left; font-size:0;box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.08);animation: 0.2s ease 0s normal none 1 running goTopapp;transform-origin: right top 0; z-index:2;}
.artMain .qr.on .code{ display:block;}
@-webkit-keyframes goTopapp{0%{-webkit-transform:scale(.8)}to{-webkit-transform:scale(1)}}
@keyframes goTopapp{0%{transform:scale(.8)}to{transform:scale(1)}}
.artMain .qr .code p{ font-size: 12px; position: absolute; bottom: 8px; display: inline-block; width: 96px; left: 50%; margin-left: -48px;}

.artTop{padding:0px 40px 15px 0; margin-top:-4px; border-bottom: 1px solid #eee; position:relative;}
.artTop .artMt{ font-size:0}
.artTit{margin-top: 0; margin-bottom: 10px; font-size: 24px; line-height: 32px;}
.artMt span{font-size: 12px; color: #999; margin-right: 10px; display: inline-block;}
.artMt span a{color: #999;}
.artMt span .fa{width: 12px; font-size: 12px; display: inline-block; margin-right: 4px; }

.artBody{font-size:15px;line-height:28px; padding: 18px 0;word-wrap:break-word;}
.artBody img{margin: 5px 0 0;max-width:100%;height:auto; display:inline-block}
.artBody h1, .artBody h2, .artBody h3, .artBody h4, .artBody h5{padding:0;margin:20px 0;color: #333;font-weight:bold;line-height: 22px;}
.artBody h3, .artBody h4, .artBody h5{margin:16px 0;}
.artBody h1{font-size:20px;line-height: 26px;}
.artBody h2{font-size:18px;line-height: 24px;}
.artBody h3{font-size:16px;}
.artBody h4{font-size:15px;}
.artBody h5{font-size:14px;}

.artBody h1,.artBody h2{position:relative;padding: 0 0 0 12px;}
.artBody h1:after,.artBody h2:after{content: "";width: 3px;height: 21px;background: #E94C3D;position: absolute;left: 0px;top:4px;}
.artBody h2:after{height: 19px;}

.artBody ul, .artBody ol{margin:0 0 18px 46px}
.artBody ul{list-style: disc;}
.artBody ol{list-style: decimal;}
.artBody li{margin-bottom: 6px; list-style: inherit}
.artBody p{word-wrap:break-word; margin-bottom: 15px;}
.artBody pre{word-wrap:break-word}
.artBody table{width:100%;border-top:solid 1px #ddd;border-left:solid 1px #ddd;margin-bottom:18px;border-collapse:collapse}
.artBody table th{text-align:center;background-color:#f9f9f9;}
.artBody table td,.artBody table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}
.artBody a{color: #E94C3D;}
.artBody a:hover{color: #E94C3D;}
.artBody pre,.comment pre{margin:20px 0;font:13px/20px 'courier new';background:#272822;padding:10px 15px;color:#F8F8D4;border:none}
.artBody blockquote{margin: 30px 0px;padding: 15px 20px 5px;font-size: 14px;color: #999;border-left: 5px solid #EEE; background: #fafafa}
.artBody blockquote p{margin:0;padding:0;margin-bottom: 10px;} .post-copyright{margin-top: 40px; background-color: #eee; padding-right: 30px; font-size: 12px; padding: 5px 0; color: #aaa; text-align: center; text-align: justify}
.artBody embed{margin-left: auto;margin-right: auto;max-width: 100%;display: block;}

.artBody blockquote.diyLink ul{margin: 0 0 18px 14px;}
.artBody blockquote.diyLink ul a{ color: #333}

/*----------- artPage -----------*/	
.artPage{padding:0 0 8px 0;margin:10px 0;clear: both;overflow: hidden;background-color: #fff; }
.artPage div{width:45%;color:#999;font-size:14px;position:relative;display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.artPrev{float:left;padding-left:30px;}
.artNext{float:right;text-align:right;padding-right:30px;}
.artPage div span{color:#999;font-size:80%;display:none;}
.artPage div{ position: relative;display: inline-block;line-height: 22px;}
.artPage div:after{height:30px;color:#EDEDED;font-size:40px;font-family: Arial;line-height:25px;position:absolute;top:-6px;}
.artPrev:after{left:0px;content:'«';}
.artNext:after{right:0px;content:'»';}

/*----------- list-tag -----------*/
.artTag{ margin:25px 0 25px; padding-left:45px; position: relative;}
.artTag a {padding:0px 8px;border: 1px solid #eee;margin:2px 5px 2px 0; background:#f9f9f9; display:inline-block; color: #666;}
.artTag a:hover{color: #fff; background: #E94C3D;border: 1px solid #E94C3D;}
.artTag em{ position:absolute; top:3px; left:0px; font-style:normal; color:#999}

/*模块*/
.ummodule1 img{ margin: 0 auto; display: block;}
.ummodule1 p{ padding:10px 0 3px; text-align:center; display:block; clear:both;}
.ummodule2.widget{ padding-bottom:11px;}
.umCopyright{ display: inline-block; padding: 10px 15px; font-size: 12px; color: #999; background: #fafafa; border: 1px dashed #eee; width: 100%; margin: 0px 0 20px;}
.umCopyright p{margin-bottom: 0px;}

/*----------- relevant -----------*/
.relevant{padding:20px 0 0;margin-bottom:16px;background:#fff;}
.relevant .title,.commBox .title{ float: left; margin-bottom:0px;border-bottom: 1px solid #f0f0f0;width: 100%;padding-bottom: 10px;}
.relevant .relatedList{ clear: both;}
.title h3{font-weight:600;margin:0; font-size: 16px;}
.relevant ul{list-style:disc;padding:10px 0 20px 0;color:#999}
.relevant li{list-style:none}
.relevant .relatedList .ias-noneleft,.relevant .relatedList .ias-spinner{ display:none !important;}
/*打赏*/
.artLike,.artDs{text-align:center}
.artBody a.artLike{ color:#fff;}
.artLike{display:inline-block;background-color:#257ed5;color:#fff;border-radius:30px;padding:8px 2px 8px 5px;font-size:15px;margin:20px 10px 20px;min-width:120px;max-width:100%;cursor:pointer;opacity:.75}
.artLike:hover{opacity:1;color:#fff}

.artDs{  margin: 30px 0}
.artDs .artLike a,.artBody a.reward{ margin: 0 5px;}
#reward{ width: 320px; min-height: 300px; padding: 20px; background: #fff; border-radius: 5px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index:999; display: none; text-align: left;}
#reward .list { text-align: center;}
#reward .list li{ display: inline-block; font-size: 14px; margin: 5px 15px 0 5px; position: relative; padding-left: 20px; cursor: pointer; color: #333}
#reward .list li i{ position: absolute; display: block; top: 4px; left: 0px; font-size: 18px; color: #999;}
#reward .list li.cur i{ color: #22ab38}
#reward #listCon{position: relative;}
#reward #listCon div{opacity: 1;display: none;}
#reward #listCon div.cur{ opacity: 1; display: block;}
#reward #listCon div img{border-radius:0px; overflow: hidden; display: block;margin: 0;}
#reward p{ text-align: center; padding-top: 10px;}

.artBody #reward ul{margin:0 0 10px 0px; font-size: 0; display: block;}
.artBody a.reward{ min-width: 110px; color: #fff; background:#FF5E52;border-radius: 30px;padding: 8px 22px 8px 22px;font-size: 15px;margin: 0px auto; display: inline-block; opacity: 0.75;}
.artBody a:hover.reward{opacity:1;}
.artLike i{ font-size:17px; padding-right:6px; vertical-align:-1px;}
.artBody a.reward i{ font-size:20px; padding-right:6px; vertical-align: -2px;}

/*----------- sidebar -----------*/
.widget h3{padding-bottom:10px;margin-bottom:5px;border-bottom:0px solid #ebebeb;font-size:16px;position:relative; text-indent:2px;font-weight: normal;}
.widget h3:after,.relevant .title h3:after, .commBox .title h3:after{content:"";width:3px;height:19px;background:#E94C3D;position:absolute;left:-15px;top:1px}
.relevant .title h3, .commBox .title h3{position: relative; padding-left:15px}
.relevant .title h3:after, .commBox .title h3:after{left:0px;top:2px}
.widget.social{ padding:6px; overflow:visible;}
.widget.social h3{ margin:0 6px 18px;}
.widget.divCrchives{ padding:12px 15px 10px;}
/*divPrevious*/
.divPrevious li{position:relative;margin-top:10px;overflow:hidden; padding-bottom:5px;}
.divPrevious li .previous-pic{float:left;width:75px;height:auto;max-height:75px;position:relative;margin-top:3px;overflow: hidden;font-size: 0;}
.divPrevious li .previous-pic a{ display:block;position:relative;}
.divPrevious li .previous-pic a:after{content:"";display:block; padding-top:75%}
.divPrevious li .previous-pic img{width:100%;height:100%;position:absolute; display:block; top:0; left:0px;object-fit: cover;object-position: center;}
.divPrevious li .previous-title{margin-left:85px;margin-top: 9px;}
.divPrevious li .previous-title h4{font-size:13px;font-weight:400;line-height:1.6;margin-bottom:0;text-indent:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.divPrevious li .previous-title span{font-size:12px;color:#9A9A9A;}
/*divCrchives*/
.divCrchives li,.ummodule2 li{counter-increment:nums;display:block;height:30px;padding:0 0 0 30px;position:relative;margin:3px 0;font-size:14px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.divCrchives li:first-child:before,.ummodule2 li:first-child:before{background-color:#FF6B57}
.divCrchives li:first-child:before,.divCrchives li:nth-child(2):before,.divCrchives li:nth-child(3):before,.ummodule2 li:first-child:before,.ummodule2 li:nth-child(2):before,.ummodule2 li:nth-child(3):before{color:#fff;text-shadow:none;line-height:22px}
.divCrchives li:before,.ummodule2 li:before{width:22px;height:22px;line-height:22px;text-align:center;content:counter(nums,decimal);position:absolute;left:0;top:2px;border-radius:3px;background-color:#ccc;text-shadow:none; font-size:12px}
.divCrchives li:nth-child(2):before,.ummodule2 li:nth-child(2):before{background-color:#2ea7e0}
.divCrchives li:nth-child(3):before,.ummodule2 li:nth-child(3):before{background-color:#6bc30d;}
.divBrchives li,.ummodule3 li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*divComments*/
.divComments li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-bottom:3px;padding-top:3px;margin:1px 0 3px 0;}
.divBrchives li a i,.ummodule3 li a i{ margin-bottom:2px; padding-right:4px; color:#666;}
.divComments li{ line-height:24px;padding-top:5px; padding-bottom:5px;}
.divComments li i{ font-style:normal; color:#888}
.divComments li i.name{ color:#888}
.divComments li a{ position:relative; top:0px; font-size: 12px;}
.divComments li a span{ font-size: 14px;}
.divComments li img{float:left;margin:0 8px 0px 0;padding:0px;width:48px;height:48px;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;-webkit-box-shadow:inset 0 -1px 0 #3333sf;box-shadow:inset 0 -1px 0 #3333sf;-webkit-transition:0.4s;-webkit-transition:-webkit-transform 0.4s ease-out;-moz-transition:-moz-transform 0.4s ease-out;transition:transform 0.4s ease-out;}
.divComments li:hover img{-webkit-box-shadow:0 0 10px #fff;box-shadow:0 0 10px #fff;-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);transform:rotateZ(360deg);rgba(255,255,255,.6),inset 0 0 20px rgba(255,255,255,1);-webkit-rgba(255,255,255,.6),inset 0 0 20px rgba(255,255,255,1);}
/*social*/
.social ul{text-align:center;margin-bottom:10px;margin-top:10px; font-size:0;}
.social p.title{padding:0;border-bottom:solid 1px #EAEAEA;position:relative;text-align:center;margin:0 10px;margin-bottom:30px;font-size:15px;color:#666;overflow:initial}
.social .title span{background:#fff;position:relative;bottom:-12px;padding:0 10px;}
.social a.social-a{background:#333;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;color:#fff;display:inline-block;width:38px;height:38px;line-height:38px;vertical-align: middle;text-align:center; margin:0 4px; font-size: 16px;}
.social a.s-weibo{background:#f78585;}
.social a.s-tencent{background:#27ccc0}
.social a.s-qq{background:#00C5FF}
.social a.s-email{background:#eca3ac}
.social a.s-weixin{background:#6fc299; position:relative;}
.social a.social_qun{background:#c2b9d3}
.social a.s-weixin:hover .weixin{display:block}
.social a:hover{background:#a9cbcf}
.social a.s-weixin .weixin{display:none;position:absolute;top:50px;left:50%; margin-left:-81px;width:160px;height:160px;padding:5px;background:#fff;z-index:999; line-height:0; border-radius:0px; border:1px solid #eee; box-shadow:0px 8px 20px 0px rgba(0,0,0,0.06)}
.social a.s-weixin .weixin em{ font-size:28px; position:absolute; display:block; width:30px; height:30px; text-align:center; top:-2px; left:50%; margin-left:-15px;}

.divArchives li,.divBrchives li,.divCrchives li,.divAuthors li,.divCatalog li,.divFavorites li,.divLinkage li,.divNavBar li,.divStatistics li,.ummodule2 li,.ummodule3 li{padding-bottom:3px;padding-top:3px;margin:1px 0 3px 0;}
.divArchives li a,.divAuthors li a,.divBrchives li a,.divCatalog li a,.divFavorites li a,.divLinkage li a,.divMisc li a,.divNavBar li a,.divStatistics li{font-size:14px;margin-right:0px;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}
.divBrchives li:hover a{ color:#E94C3D}
.divBrchives li a i.fa,.tbox .fa{transform: translate(0px, -1px);}

/*分类*/
.divCatalog li{ display:inline-block;}
.divCatalog li.li-cate{ display:block;}
.divCatalog li a{margin-right:10px;}

.divTags li{ height:34px;margin: 3px; float:left;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.divTags li a{font-size:14px;color:#666;padding:1px 8px 0;background-color:#fefefe; border:1px solid #eee;display:inline-block;line-height:30px;}
.divTags li a span{ font-family:Arial; font-size:12px;}
.divTags li a:hover{ color:#fff;background-color:#E94C3D;border:1px solid #E94C3D;box-shadow: 0 0 0.3px #000 inset;}
.divCalendar table{width:100%;font-size:12px;margin-top:3px;table-layout:fixed}
.divCalendar caption{height:34px;line-height:34px;font-weight:normal;font-size:14px;text-align:center;}
.divCalendar caption a{color:#666}
.divCalendar th{color:#999;text-transform:uppercase;height:32px; font-family:Arial}
.divCalendar td{text-align:center;color:#666;line-height:32px;}
.divCalendar td a{color:#fff;line-height:30px;background:#DC6460;display:block;}
.divSearchPanel input[type=text]{width: calc(100% - 10px);height:33px;margin-left:5px;padding-left:10px;outline:0;background:#fff;border:1px solid #E94C3D;vertical-align:bottom; float: left;padding-right: 55px;}
.divSearchPanel input[type=submit],.divSearchPanel button{font-size:16px;color:#fff;line-height:29px;font-weight:700;padding-left:15px;padding-right:15px;border:1px solid #E94C3D;background:#E94C3D;outline:0;cursor:pointer; vertical-align: top;position: absolute;right: 20px;}

/*----------- writer Widget -----------*/
#writer {margin:20px 0;border: 0px solid #eee;background: #FCFCFC;clear: both;overflow: hidden; }
#writer h3{padding: 10px 20px 8px 20px;border-bottom: 0px solid #eee; background: #f7f7f7;}
#writer h3 span{ float: right;min-width: 160px;width: 50%;text-align: right;font-weight: normal; font-size:12px; padding-top:2px;}
.writer-text{clear: both;overflow: hidden;padding: 10px;} 
.writer-avatar img{float:left;margin:10px;padding:4px;width:64px;height:64px;border: 1px solid #eee;-webkit-border-radius:37px;-moz-border-radius:37px; border-radius:37px; background: #fff;-webkit-box-shadow:inset 0 -1px 0 #3333sf;box-shadow:inset 0 -1px 0 #3333sf;-webkit-transition:0.4s;-webkit-transition:-webkit-transform 0.4s ease-out;-moz-transition:-moz-transform 0.4s ease-out;transition:transform 0.4s ease-out;}
.writer-avatar img:hover{border: 1px solid #ccc;-webkit-box-shadow:0 0 10px #fff; box-shadow:0 0 10px #fff;-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);transform:rotateZ(360deg);rgba(255,255,255,.6),inset 0 0 20px rgba(255,255,255,1);rgba(255,255,255,.6),inset 0 0 20px rgba(255,255,255,1);}
.writer-info{padding:10px 10px 0 5px;font-size:14px;line-height:22px;}
#writer-name{display: none;}
.nobtm{padding:12px 0;border-bottom:none;}
#writer-top .contact{width: auto;}
#writer-top .contact li {float: left;margin: 0; padding:0;width:28px;height:30px;background:none;}
.widget .nobtm li{width:28px;height:30px;background:none;padding:0;}
.widget .nobtm li.donate,.widget .nobtm li.archive{width:80px;}
.widget .nobtm li.archive a{width:78px;height:24px;}
.widget .nobtm li.donate a{width:78px;height:24px;}
/*----------- contact -----------*/		
.contact{padding:16px 13px 16px 78px;}
.contact{font-size:0;display: block}
.contact li{background: none; margin-right: 2px;margin-bottom: 15px;font-size:14px;}
.contact li a{display:block;width:24px;height:24px; color:#fff; line-height:24px;opacity:0.7;}
.contact li a:hover{opacity:1;}
.contact li.website a{background:#F93;}
.contact li.sina_weibo a{background:#f78585;}
.contact li.qq_weibo a{background:#27ccc0;}
.contact li.rss a{background-position:0 -238px;}
.contact li.email a{background:#e66eb6;}
.contact li.qq a{background:#48c3f0;}
.contact li.twitter a{background-position:0 -204px;}
.contact li.google_plus a{background-position:0 -136px;}
.contact li.archive a{width:78px;height:24px;background:#9C3;text-indent:0px; color:#fff; line-height:24px;}
.contact li.donate a{width:78px;height:24px;}
.contact li{display:inline;float:left;margin-right:4px;height:24px;text-align:center;line-height:190%;}

/*----------- relevant -----------*/
.relevant time{font-size:12px;margin-left:20px;color:#bbb}
.widget-box{clear:both;margin-bottom:20px;background:#fff;position:relative;}
.userMain{overflow:hidden;width:100%;border:1px solid #eee; background:#f7f7f7}
#userLeft{float:left;padding-bottom:10px;width:17.9%;}
#userLeft .user-avatar{padding:15px;text-align:center}
#userLeft .user-avatar img{padding:5px;max-width:100px;max-height:100px;width:98%;height:auto;border:1px solid #eee;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;-webkit-box-shadow:inset 0 -1px 0 #3333sf;box-shadow:inset 0 -1px 0 #3333sf;-webkit-transition:.4s;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}
#userLeft .user-avatar img:hover{border:1px solid #ccc;-webkit-box-shadow:0 0 10px #fff;box-shadow:0 0 10px #fff;-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);transform:rotateZ(360deg)}
#userMenu li{padding:12px 10px;text-align:center}
#userMenu li.current-menu-item{margin:0 -1px;border-left:5px solid #E94C3D;background:#EEE}
#userMenu li.current-menu-item a{margin-left:-5px;color:#E94C3D}
#userMenu li i{margin-right:5px}
#userRight{float:left;overflow:hidden;margin:0;padding:10px 1.333333%;min-height:600px;width:82.1%;border-bottom:none;border-left:1px solid #eee;background:#fff}
.widget-main{padding:10px 15px;border-bottom:1px solid #eee;position:relative;z-index:1;}
#userRight #writer-top{margin:0 -15px;padding:10px 15px;border-bottom:1px solid #eee;background:#fff}
#writer-top h1{margin:5px 0;font-size:20px}
#writer-top h1 span{ color: #999; font-size: 16px; font-weight: normal; margin-left: 10px;}
#writer-top h1 span em{ font-style: normal; padding: 0 3px; color: #E94C3D}
#writer-top .rss-cat-icon i{color:#F74D4D}
#userRight .post-count{padding:15px 10px;border-bottom:1px solid #eee;font-weight:700}
#userRight .writer-simple h2{font-size:14px;padding-left:5px;line-height:24px}
.writer-simple{padding:10px 0;border-bottom:1px solid #eee}
.writer-simple h2{display:inline-block;overflow:hidden;margin:0;width:60%;text-overflow:ellipsis;white-space:nowrap;font-weight:400;font-size:16px;line-height:28px}
.writer-simple h2 a i{margin-right:5px}
.writer-simple p.user-meta{ display:block; clear:both;}
.writer-simple span{margin-right:5px}
.user-meta{margin:0;line-height:20px}
.user-meta span{margin-right:10px;color:#999}
.user-meta span i{margin-right:3px}
/*----------- commList -----------*/	
.commBox{padding:15px 0 20px;margin-bottom: 15px;background: #fff;}
.commBox .title{ margin-bottom: 20px;}
.commList .msg{padding-top:10px}
ul.msg{width:100%;margin-bottom:5px}
ul.msg li{width:100%;clear:both;margin:0;padding:0;list-style:none;overflow:hidden;}
.msgArticle{padding:10px 2px}
.avatar{float:left;box-shadow:0 1px 1px rgba(255,255,255,.75);position:relative;-webkit-border-radius:50px;border-radius:50px;background-color:#fff;margin-right:15px}
.avatar img{width:50px;height:50px;box-shadow:inset 0 -1px 0 #3333sf;-webkit-box-shadow:inset 0 -1px 0 #3333sf;-webkit-transition:.4s;-webkit-transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;}
.avatar img:hover{transform:rotateZ(360deg);-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);box-shadow:0 0 10px #fff;-webkit-box-shadow:0 0 10px #fff;}
.commBody{position:relative;margin-left:62px;border:1px solid #eee;padding:0 10px 15px!important;border-radius:2px}
.commBody:before{border-right-color:#dedede!important;z-index:1}
.commBody:after{border-right-color:#f8f8f8!important;margin-left:1px;z-index:2}
.commBody:after,.commBody:before{position:absolute;top:8px;left:-8px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid solid;border-width:8px 8px 8px 0;pointer-events:none}
.commBody p{font-size:14px;color:#666;line-height:20px;margin:5px 0;word-wrap:break-word}

.commTop{padding:10px;margin-left:-10px;margin-right:-10px;margin-bottom:15px;border-bottom:1px solid #eee;font-weight:500;font-size:14px;background:#f8f8f8;}
.commTop a{color:#999;font-size:12px;margin-right:8px}

.commFooter{font-size:12px;line-height:16px;margin-top:5px;}
.commTime{font-size:12px;margin-right:8px;color:#999}
.commReply{font-size:12px;color:#999}
.msgname .msgname,ul.children{margin-left:38px}
.msgname .msgname .avatar,ul.children .avatar,ul.children .avatar img,.msgname .msgname .avatar img{width:30px;height:30px;margin-left: 8px;}
#divCommentPost p.postTop{width:100%;font-size:12px;padding:8px 0;clear:both;position:relative;z-index:5;overflow:hidden}
#divCommentPost p a{line-height:16px;margin-right:6px;cursor:pointer;text-decoration:none;color:#666;float:right;}
#divCommentPost p.postTop small{width:75px;position:relative;font-size:12px;cursor:pointer;text-align:right;line-height:18px;padding-bottom:3px;float:right;}
.pinglun{font-size:12px;z-index:3;position:relative;clear:both;padding:0;margin:0;vertical-align:baseline;font:inherit;line-height:inherit;background:0 0;width:auto;float:none;transition:none;overflow: hidden;}
.textarea-wrapper{border: 1px solid #eee;background: none;border-radius: 3px;}
.rounded-top{-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px}
#txaArticle{position:relative;z-index:1;border:0;border-bottom:none;padding-right:24px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-appearance:none;overflow:auto;padding:10px;height:140px;min-height:140px;margin:0;resize:none;outline:0;/*color:#B3B3B3;*/width:100%;min-width:100%;}
.post-toolbar{margin-top: 10px;overflow: hidden;float: right;}
input.button{float:right;height:32px;width:100px;text-align:center;text-shadow:none;font-weight:700;border:none;color:#FFF;background-color:#E94C3D;border-radius: 2px;background-image:none;box-shadow:none;cursor:pointer}
input.button:hover{background:#8463A9;}
.postText{padding:20px 0 0;color:#666}
.postText ul{width: 101.6%;}
.postText ul li{margin-bottom:5px;text-align:left;display: inline-block; width:49%}
.postText ul li.verify{ position:relative}
.postText ul li.verify img{ position:absolute; top:3px; right:3px}
input.text{margin-right:10px;position:relative;border:none; border: 1px solid #eee;border-radius:2px;height:36px;padding:3px 5px;outline:0;width:100%;box-shadow:none}
.postText ul li label{color:#bbb}

#infscr-loading,#infscr-loading div{position:absolute;bottom:10px;width:100%;text-align:center;font-size:1.5em;font-weight:700;color:#3498db}
/*----------- search -----------*/ 	
.article-search h1{font-size:20px}
.article-search,.list-search p{margin:10px 0;padding:15px 20px;overflow:hidden;background-color:#fff;border:1px solid #eee;-webkit-transition:all .4s ease;transition:all .4s ease;position:relative; color:#666;}
.article-search{margin:0;}
.list-search p:hover{box-shadow:none}
.list-search p a{clear:both; font-size:12px; display:none;}
.list-search p br{ display:none;}
.list-search p a:first-child{font-size:18px;line-height:26px; padding-bottom:8px; display:block;}
.list-search p a:hover{color:#E94C3D}
.list-search p strong{color:#E94C3D}
/*----------- gotop -----------*/
#gotop{right:30px;bottom:50px;position:fixed;z-index:1000}
#gotop span{width:36px;height:36px;color:#fff;cursor:pointer;background:rgba(0,0,0,.2);display:block;position:relative;margin:5px 0}
#gotop span i{color:#fff;width:36px;height:36px;font-size:20px;font-style:inherit;text-align:center;line-height:36px;position:absolute;top:50%;left:50%;margin-top:-18px;margin-left:-18px}
#gotop a{display:block;cursor:pointer;color:#fff;}
#gotop span:hover{background:#666}

/*----------- ADS -----------*/	
.umBns{background-color: #fff;border:0px solid #eee;overflow: hidden;}
.umBns img{ display:block;width:100%}
.umBns.umBnh{padding-left:160px;}
.umBns.umBnMb{margin-bottom:15px;}
.umBns.topad.mt{margin-top:15px;}
/*----------- footer -----------*/	
.footer{margin-top:20px;padding:15px 0;width:100%;background:#212C36;color:rgba(255,255,255,0.6);clear:both; position:relative; font-size:12px; line-height:22px;}
.footer a{color:rgba(255,255,255,0.6);font-size:12px;}
.footer-text{max-width:1260px;margin:0 auto;color:rgba(255,255,255,0.6);position:relative;overflow:hidden}
.footer-text p{text-align:center}
.footer .umBy{ margin: 0 5px;}
.footer .umThemeBy #umTheme{ display: none;}
.link{max-width:1260px;margin:0 auto;margin-top:5px;margin-bottom:5px;text-align:center}
.link span{font-size:12px;display: inline-block;}
.link ul{display: inline-block;}
.link ul li{display:inline;padding:0 5px; }

.phoneNav{position: fixed; bottom:0; left:0; height:0;width: 100%; height:52px;display: none;background:#fff;box-shadow: 0 -3px 10px rgba(0,0,0,.05);z-index:2;}
.phoneNav > ul{display: -webkit-box;
display: -webkit-flex;
-webkit-align-content: flex-start;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-webkit-box-direction: normal;
-webkit-box-lines: single;
-webkit-box-orient: horizontal;
-webkit-box-pack: justify;
-webkit-flex-direction: row;
-webkit-flex-wrap: nowrap;
-webkit-justify-content: space-between;font-size:0; padding:0px}
.phoneNav li{width: 100%;line-height: 52px;font-size:14px;display: inline-block;position:relative;padding:0 5px;text-align: center;}
.phoneNav li a{display:block;cursor: pointer;}
.phoneNav li:before{content: '';display: block;background-color: #f5f5f8;position: absolute;right: 0;top:50%; margin-top:-10px;width:1px;height: 20px;}
.phoneNav li:last-child:before{display: none;}
.phoneNav > ul > li > ul{position: absolute;min-width: max-content;bottom:52px;left: 50%;transform: translateX(-50%) scale(0);background:#fff;box-shadow: 0 0px 5px rgba(0,0,0,.15);opacity: 0;visibility: hidden;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;transform-origin:bottom center 0;}
.phoneNav > ul > li > ul li{line-height: 48px;display: block; padding:0 10px;min-width: 100px;border-bottom: 1px solid #f5f5f8;}
.phoneNav > ul > li > ul li.img{ line-height: 24px;}
.phoneNav > ul > li > ul li.img p{ margin-top: 5px;}
.phoneNav > ul > li > ul li.img img{ width: 100%; max-width: 100px;}
.phoneNav > ul > li > a i{ font-size:10px;margin-left: 2px;width: 10px;display: inline-block;vertical-align: middle;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.phoneNav > ul > li.cur > a i{transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);}
.phoneNav > ul > li.cur > ul{transform: translateX(-50%) scale(1);opacity: 1;visibility: visible;}
.heightNav{width: 100%;height: 52px;display: none;}

/*search-form*/
.search-form {float:right; height:35px; position:relative;}
.search-form .s {height:22px; border:1px solid #ddd; padding:5px 35px 5px 5px; border-radius:3px; width:210px;}
.search-form .s:focus,#login-page .login-form .text:focus {border:1px solid #2689FF; box-shadow:0 0 3px #2689FF;}
.search-btn{ display:none;position:absolute;right:50px;top:18px;color:#aaa;background:0 0;border:none;padding:0;margin:0;line-height:normal;font-size:19px;font-weight:300;outline:0;cursor:pointer; transition:none}
.search-bg {position:fixed; left:50%; top:45%; z-index:890; height:34px; margin:-28px 0 0 -113px; display:none;}
.search-bg .search-form {display:block;}
.search-bg .nav-right{margin-top:0; float:none}
.search-bg .nav-right form input{width:100%;border-radius:3px;border:1px solid #efefef;font-size:14px;padding:6px 30px 6px 10px;background:#fff;height:35px;outline:0}

.mask {position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:899; display:none;}

.ias .is-affixed .rightBar{ top:0 !important; transform:none !important; position:fixed !important}

.treeBox{display:none;background: #fcfcfc;padding:10px 15px 10px 20px;margin-bottom: 10px; position:relative;}
.treeBox:after{position:absolute;top:0px;left:0px; bottom:0; width:5px;height:100%;display:block;content:" "; opacity:0.3; background:#E94C3D;}
.artBody .listTree{ margin:-10px 0; padding: 10px 0; cursor: pointer;}
.artBody .treeBox li{margin:0;}
.artBody .treeBox li a{font-size:14px;color:#333;}
.artBody .treeBox li a:hover{color:#E94C3D;}
.artBody .treeBox ol{margin:0 0 0px 30px; padding:0;}
.artBody ol#treeArr {padding-top:5px;}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 10px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 22px);width:44px;height:44px; line-height:46px;}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:100px;border-radius:100px; opacity:0.68;background-color:rgba(255,255,255,.35);color:#fff;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:hover{background-color:#E94C3D; opacity:1;}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
 
#baguetteBox-slider{ height:auto; top:5%; bottom:5%;}
.baguetteBox-button i{font-size:28px;webkit-transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}
.baguetteBox-button#close-button{font-size:30px;top:0; right:0; background:rgba(255,255,255,0.4); border-radius:0;border-bottom-left-radius:100px; padding:30px;}
.baguetteBox-button#close-button i{ position:absolute; top:8px; right:8px;}
.baguetteBox-button#close-button:hover{background:#E94C3D;}
.baguetteBox-button#close-button:hover i{ color:#fff}


/*百度商桥自定义*/
/*#newBridge{ z-index: 1112!important}
#newBridge .nb-icon-wrap{width:64px!important; height:64px!important; top:auto !important; bottom:100px !important; right:15px !important;}
#newBridge .nb-icon-skin-1 .nb-icon-inner-wrap,#newBridge .nb-icon-inner-wrap{ width:64px!important; height:64px!important;}

blockquote.inLink{padding: 15px 20px 6px;}
blockquote.inLink.diyLink{border:1px #eee solid;background-color:#fafafa; margin:30px 0;padding: 15px 20px 10px;}
blockquote.inLink ul{ margin:0 0 0 14px;}
blockquote.inLink ul li{ margin-bottom:4px;}
blockquote.inLink ul li a{ font-size:16px; font-weight:normal; color:#666;}

#cambrian0{ margin:20px 0; display:inline;} 
#cambrian0 ._1mpIIe .FiQpSl, #cambrian1 ._1mpIIe .FiQpSl, #cambrian2 ._1mpIIe .FiQpSl, #cambrian3 ._1mpIIe .FiQpSl, #cambrian4 ._1mpIIe .FiQpSl{ margin-bottom:40px !important}*/

@-webkit-keyframes bounceInDown {
from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0) translate(-50%,-50%);transform: translate3d(0, -3000px, 0) translate(-50%,-50%);}
60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0) translate(-50%,-50%);transform: translate3d(0, 25px, 0) translate(-50%,-50%);}
75% {-webkit-transform: translate3d(0, -10px, 0) translate(-50%,-50%); transform: translate3d(0, -10px, 0) translate(-50%,-50%);}
90% {-webkit-transform: translate3d(0, 5px, 0) translate(-50%,-50%);transform: translate3d(0, 5px, 0) translate(-50%,-50%);}
to {-webkit-transform: translate3d(0, 0, 0) translate(-50%,-50%);transform: translate3d(0, 0, 0) translate(-50%,-50%);}
}

@keyframes bounceInDown {
from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0) translate(-50%,-50%);transform: translate3d(0, -3000px, 0) translate(-50%,-50%);}
60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0) translate(-50%,-50%);transform: translate3d(0, 25px, 0) translate(-50%,-50%);}
75% {-webkit-transform: translate3d(0, -10px, 0) translate(-50%,-50%); transform: translate3d(0, -10px, 0) translate(-50%,-50%);}
90% {-webkit-transform: translate3d(0, 5px, 0) translate(-50%,-50%);transform: translate3d(0, 5px, 0) translate(-50%,-50%);}
to {-webkit-transform: translate3d(0, 0, 0) translate(-50%,-50%);transform: translate3d(0, 0, 0) translate(-50%,-50%);}
}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}

/*----------- 适配 -----------*/
@media only screen and (max-width:1359px){
.wrapper,.header .headBox,.crumb{padding:0 15px;}
}

@media only screen and (max-width:1199px) {
.article {margin-right: 280px;margin-left:120px;padding: 0 15px;}
.sidebar {margin-left: -280px;width: 280px;}
.widget.fd{width: 280px;}
.social a.social-a{ width:36px; height:36px; line-height:36px; margin:0 3px; font-size:16px;}
#rBarBox,.rightBar{ width:120px!important;}
.rightBar .rNav li a{ font-size:14px;padding: 6px 12px 6px;}
.rightBar .rNav li a i{ padding-right:8px;}
.article .postNote h2{ font-size:18px;margin:0px 0 8px 0;line-height:30px;}
.article .postNote p{ margin-bottom:8px;}
.article .postPic{ width:28%}
.article .postNote{ padding-left:30.5%;}
.search .ssFrom .sform{ width:238px;}
.rightBar .weixin img{ width: 100px; height: 100px;}
}

@media only screen and (max-width:991px) {
body{ padding-top:54px;}
.wrapper,.header .headBox{ padding:0 15px;}
.header .logo a{ min-width:120px;}
.header,.header .logo{ height:56px;}
.search i.icon,.header .navBar li{ height:56px; line-height:56px;}
.header{ position:fixed; top:0; width:100%; z-index:898;}
.article {margin-right: 280px;margin-left:0px;padding: 0 15px 0 0;}
#rBarBox{ display:none;}

.offCate .article .postPic{ width: 25%;}
.offCate .article .postNote{ padding-left: 28%;}
}

@media only screen and (max-width:919px) {
body{ padding-top:46px;}
.header,.header .logo{ height:48px; display:inline-block; float:none; margin:0 auto; font-size:0;}
.header .headBox{ text-align:center;}
.header .logo a{ min-width:100px; max-width:100px;}
.navBar{ display:none;}
.search i.icon,.header .navBar li{ height:48px; line-height:48px;}
.article {margin-right: 0px;margin-left:0px;padding: 0px;}
.article .postPic{max-width:none}
.sidebar{ display:none;}
.article .postPic{ width:24%}
.article .postNote{ padding-left:26.5%;}
.mNavBtn{ display:block;}
.owl-theme .title{font-size: 16px;}
.crumb,.wrapper,.footer{ position:relative; left:0;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}

body{ position:relative; left:0;overflow-x: hidden;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
body.open,html.hopen{overflow:hidden;height:100%;}
body.open .header,body.open .crumb,body.open .wrapper,body.open .footer{ left:190px;}
body.open .leftNav{ left:0px;}
body.open .mNavBtn{ display:none;}
body.open .leftNav .mNavBtn{ display:block;}

.artTit{ font-size:22px;}	
.offCate .article .postPic{ width: 25%;}
.offCate .article .postNote{ padding-left: 28%;}
}

@media only screen and (max-width:768px) {
.article .postPic{ width:26%}
.article .postNote{ padding-left:29%;}
.article .postNote h2{ font-size:16px; line-height:28px; font-weight:600;}
.article .postNote p{ font-size:12px; margin-bottom:5px; line-height:20px;}
.loading{ min-height:90px;}
.article .post{ padding:3% 0;}
.artTit{ font-size:20px;}
.artBody blockquote{ margin:20px 0px;}
.artBody p{ line-height:26px;}	
.offCate .article .postPic{ width: 26%;}
.offCate .article .postNote{ padding-left: 29%;}
.artPage div{ font-size:12px;}
.artPrev{padding-left:23px;}
.artNext{padding-right:23px;}
.artPage div:after{font-size:36px;}
.owl-carousel.owl1 .item:after,.owl-main:after{padding-top: 60%;}
.baguetteBox-button i{font-size:22px;}
.baguetteBox-button#close-button{font-size:28px;padding:26px;}
.baguetteBox-button#close-button i{top:8px; right:8px;}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:calc(50% - 20px);width:40px;height:40px; line-height:40px;}
.phoneNav,.heightNav{display: block;}
}

@media only screen and (max-width:599px) {
body{ padding-top:48px;}
.wrapper,.header .headBox,.mNavBtn{ padding:0 10px;}
.article .postPic{ width:30%;}
.article .postNote{ padding-left:33%;}
.article .postNote h2{ font-size:14px;white-space:normal; line-height:22px;}
.article .postNote span{ display:none;}
.article .postNote span.time,.article .postNote span.comm{ display:inline-block;}
.article .post{ padding:3.5% 0;}
.leftNav .mNavBtn{ right:-38px;}
.artTit{ font-size:18px;}	
.offCate .article .postPic{ width: 30%;}
.offCate .article .postNote{ padding-left: 33.5%;}
.owl-theme .title{font-size: 14px;}
.baguetteBox-button i{font-size:20px;}
.baguetteBox-button#close-button{font-size:26px;padding:24px;}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:calc(50% - 16px);width:32px;height:32px; line-height:30px;}
}

@media only screen and (max-width:480px) {
.article .postNote p{ display:none;}
.article .postPic{ width:34%;}
.article .postNote{ padding-left:37%;}
.loading{ min-height:80px;}
.article .post{ padding:4% 0;}
}