/*
Theme Name: POPUnion
Theme URI: http://www.wpyou.com/
Description: 本高级WordPress企业主题设计开发由: <a href="http://www.wpyou.com/">WPYOU</a>.
Version: 5.6
Author: WPYOU.com
Author URI: http://www.wpyou.com/
Copyright: (c) WPYOU
*/
/* IconFont */
@font-face {font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.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;}
/* Reset */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height:0;}
[hidden],template{display: none;}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
a{background: transparent;}
a:focus{outline: thin dotted;}
a:active,a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style: italic;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family: monospace,serif;font-size:1em;}
pre{white-space: pre-wrap;}
q{quotes: "\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position: relative;vertical-align:baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
img{max-width:100%; border:0; vertical-align:middle;}
svg:not(:root){overflow: hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
button,input,select,textarea{font-family: inherit;font-size:100%;margin:0;}
button,input{line-height: normal;}
button,select{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
input[type="text"]:hover,input[type="text"]:focus,input[type="text"]:active{border:1px solid #ccc;outline:none;}  
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align: top;}
table{border-collapse:collapse;border-spacing:0;}
body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,span,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0 auto;padding:0;border:0;}

/* Global */
body{ color:#202020; background:#f2f2f2 url(images/bg.jpg) no-repeat center 0; font:14px/28px "Microsoft YaHei","Arial Narrow",Arial,Verdana,Tahoma,Sans-Serif; -webkit-text-size-adjust:100% !important;/* iOS禁止微信调整字体大小 */}
ul,ol,li{list-style:none;}
table,td,th,input{ font-size:12px;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1{font-size:28px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5,h6 {font-size:12px;}

.inner{ overflow:hidden;}
.clearfix{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0}
.radius{ border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.opacity{ opacity:0.5; filter:"alpha(opacity=50)"; filter:alpha(opacity=50);}

a:link, a:visited{ color:#202020; outline:0; text-decoration:none;}
a:hover{ color:#a62f3e; text-decoration:underline;}

/* TopBar */
.topbar{ height:34px; line-height:34px; color:#555; background-color:rgba(0,0,0,0.07);}
.topbar .inner{ overflow:visible;}
.topbar a:link, .topbar a:visited{ color:#555;}
.topbar a:hover{ color:#a62f3e;}

.topbar-lt{ float:left;}
.topbar-rt{ float:right;}
.topbar-rt .spacer{ padding:0 10px; opacity:0.8;}
.subnav{ float:right;}
.subnav a{ padding:0 5px;}
#cur-time{ margin-right:30px; display:inline-block;}
.social{ float:right; margin-top:4px; position:relative;}
.social a{ margin-left:4px; width:24px; height:24px; text-indent:-9999px; display:inline-block; background:url(images/icon-sns.gif) no-repeat 0 0; cursor:pointer;}
.social a:hover{ filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.social a#s_tsina{ background-position:0 0;}
.social a#s_tqq{ background-position:0 -31px;}
.social a#s_qq{ background-position:0 -123px;}
.social a#s_weixin{ background-position:0 -62px;}
.social #weixin{ padding:6px; text-align:center; background:#fff; min-width:140px; display:none; position:absolute; right:0; top:32px; z-index:99; -moz-box-shadow:0 3px 8px rgba(0,0,0,0.2); -webkit-box-shadow:0 3px 8px rgba(0,0,0,0.2); box-shadow:0 3px 8px rgba(0,0,0,0.2);}
.social #weixin img{ display:block;}

/* Header */
.header{ padding:20px 0; clear:both; *position:relative; *z-index:1;}
.logo{ float:left; margin-right:30px; line-height:60px;}

#mid-box, #so-box{ float:right;}
#so-box{ margin-top:22px; margin-left:50px; position:relative;}

#mid-box{ line-height:80px;}
#mid-box div{ float:right; margin-right:20px; text-align:center;}
#mid-box div img{ display:inline-block;}
#mid-box div i, #mid-box div p{ font-style:normal; display:block;}

#search-box{ float:right;}
#search-box #searchform{ overflow:hidden; position:relative;}
#search-box #searchform #ls{ padding:10px; width:320px; border:1px solid; border-color:rgba(0,0,0,0.25); color:#666; background:rgba(255,255,255,0.5);}
#search-box #searchform #searchsubmit{ padding:9px 0; width:38px; border:none; background:none; cursor:pointer; position:absolute; right:0; top:0;}
#search-box #searchform #ls:hover, #search-box #searchform:hover #ls{ border-color:rgba(0,0,0,0.45);}
#search-box #searchform #searchsubmit .iconfont{ font-size:16px; color:#666;}

/* MainMenu */
.main-menu{ margin:0 auto; height:52px; line-height:52px; color:#fff; position:relative; overflow:visible; background:#a62f3e; -webkit-box-shadow:0 -20px 20px rgba(0,0,0,.1) inset; -moz-box-shadow:0 -20px 20px rgba(0,0,0,.1) inset; box-shadow:0 -20px 20px rgba(0,0,0,.1) inset;}
.main-menu .inner{ overflow:visible;}
#mobile-nav{ display:none;}
.navi{ position:relative; z-index:9999;}
.navi li{ float:left; font-size:18px; text-transform:capitalize; white-space:nowrap; position:relative;}
.navi li.menu-item-home, .navi li.nb{ background:none;}
.navi li a, .navi li a:link, .navi li a:visited{ padding:0 25px; color:#fff; display:block;}
.navi li a:hover{ color:#fff; background:#a62f3e; text-decoration:none;}
.navi li.current-menu-item a:link, .navi li.current-menu-item a:visited, .navi li.current-post-parent a, .navi li.current-post-ancestor a, .navi li:hover a{ color:#fff; background-color:rgba(0,0,0,0.1);}

.navi li ul{ position:absolute; top:52px; left:0; z-index:9999; padding:0; width:122px; -moz-box-shadow:0 3px 8px rgba(0,0,0,0.2); -webkit-box-shadow:0 3px 8px rgba(0,0,0,0.2); box-shadow:0 3px 8px rgba(0,0,0,0.2); display:none;}
.navi li ul li{ float:none; padding:0; font-size:14px; line-height:42px; border:none; border-bottom:1px solid #f8f8f8; background:#fff;}

.navi li ul li a:link, .navi li ul li a:visited{ padding:0 5px; height:42px; text-align:center; color:#444;}
.navi li.current-menu-item ul li a:link, .navi li.current-menu-item ul li a:visited, .navi li.current-menu-item ul li a:hover, .navi li.current-post-parent ul li a, .navi li.current-post-ancestor ul li a, .navi li.current-menu-parent ul li a, .navi li.current-category-ancestor ul li a/*, .navi li:hover ul li a*/{ color:#444; background:none;}
.navi li ul li.menu-item-has-children a{ padding:0 25px; height:38px; color:#444;}
.navi li ul li a:hover, .navi li.current-menu-item ul li a:hover, .navi li.current-post-ancestor ul li a:hover, .navi li.current-menu-parent ul li a:hover, .navi li.current-category-ancestor ul li a:hover, .navi li:hover ul li a:hover{ color:#a62f3e; background:#f8f8f8;}

.navi li:hover a{ color:#fff; background-color:rgba(0,0,0,0.15);}
.navi li:hover ul li a{ background:none;}
.navi li:hover ul li.menu-item-has-children a{}
.navi li.current-menu-parent ul li.current-menu-item a{ color:#a62f3e; background-color:#f8f8f8;}

.navi li ul li ul{ top:0; left:122px; padding:0; width:160px; background:none;}
.navi li ul li.menu-item-has-children:hover a{ color:#a62f3e; background:#f8f8f8;}
.navi li ul li.menu-item-has-children:hover ul li a{ color:#333; background:#fff;}
.navi li ul li.menu-item-has-children:hover ul li a:hover{ color:#a62f3e; background-color:#f8f8f8;}
.navi li:hover ul li.menu-item-has-children ul li a{ background:none;}

/* Toutiao */
.featured-post{ padding:25px 20px 0; line-height:1.5; text-align:center; background:#fff; box-sizing:border-box; clear:both;}
.featured-post h2{ margin-bottom:10px; font-size:34px; font-weight:bold;}
.featured-post .headline-tags{ font-size:16px;}
.featured-post .headline-tags a{ margin:0 5px; color:#666;}
.featured-post .headline-tags a:hover{ color:#a62f3e;}

/* Slideshow */
.slideshow-swiper-container{ padding:25px 0 0; background:#fff; overflow:hidden; position:relative; clear:both;}
.slideshow-swiper-container .inner{ width:100%; height:100%; line-height:1.5;}
.slideshow-swiper-container img{ width:100%;}
.slideshow-swiper-container .swiper-wrapper .slide-text{ padding:0 20px; width:100%; height:40px; line-height:40px; font-size:16px; background:rgba(0,0,0,.65); overflow:hidden; box-sizing:border-box; position:absolute; left:0; bottom:0; z-index:10;}
.slideshow-swiper-container .swiper-wrapper a{ color:#fff; width:100%; height:100%; display:block;}
.slideshow-swiper-container .swiper-button-next, .slideshow-swiper-container .swiper-button-prev{ top:0; margin-top:0; width:60px; height:100%; background:none;}
.slideshow-swiper-container .swiper-button-prev{ left:-80px;}
.slideshow-swiper-container .swiper-button-next{ right:-80px;}
.slideshow-swiper-container .swiper-button-next span, .slideshow-swiper-container .swiper-button-prev span{ width:100%; height:100%; display:block; background-repeat:no-repeat; background-position:center center;}
.slideshow-swiper-container .swiper-button-prev span{ background-image:url(images/arrow-lt.png);}
.slideshow-swiper-container .swiper-button-next span{ background-image:url(images/arrow-rt.png);}

.slideshow-swiper-container .swiper-pagination-bullet{ width:8px; height:8px; line-height:0; background:#fff; opacity:1;}
.slideshow-swiper-container .swiper-pagination-bullet-active{ background:#a62f3e;}
.slideshow-swiper-container .swiper-pagination-bullets, .slideshow-swiper-container>.swiper-pagination-bullets{ float:right; width:auto !important; line-height:1; left:auto !important; right:14px !important; bottom:14px !important;}

/* Banner */
.banner{ height:auto; text-align:center;/* border-bottom:1px solid #e8e8e8;*/ background:#f0f0f0; overflow:hidden; clear:both; -moz-box-shadow:0 -10px 6px rgba(0,0,0,.02) inset; -webkit-box-shadow:0 -10px 6px rgba(0,0,0,.02) inset; box-shadow:0 -10px 6px rgba(0,0,0,.02) inset;}
.banner .inner{ -moz-box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08); -webkit-box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08); box-shadow:5px 0 8px rgba(0,0,0,.08), -5px 0 8px rgba(0,0,0,.08);}
.banner img{ width:100%;}

/* Container */
.container{ padding:30px 20px; background:#fff; box-sizing:border-box; clear:both;}
.column-fluid{ float:left; width:100%; margin-bottom:40px;}
.container-lt .column-fluid{ float:right;}

/* Content */
.content{ margin-right:325px; overflow:hidden;}
.container-lt .content{ margin-right:0; margin-left:325px;}
.fullwidth, .container-lt .fullwidth{ margin:0 auto !important; width:100%;}

/* HomePage */
.row-fluid{ margin-bottom:20px; overflow:hidden;}
.row-fluid h2, .row-fluid .content h3{ margin-bottom:20px; line-height:38px; font-size:16px; font-weight:bold; color:#202020; background:#f5f5f5; text-transform:capitalize;}
.row-fluid h2 a:link, .row-fluid h2 a:visited, .row-fluid .content h3 a:link, .row-fluid .content h3 a:visited{ color:#fff; background:#a62f3e;}
.row-fluid h2 a:hover, .row-fluid .content h3 a:hover{ color:#fff; text-decoration:none;}
.row-fluid h2 b, .row-fluid .content h3 b{ padding:0 15px; color:#fff; background:#a62f3e; display:inline-block; -webkit-box-shadow:0 -20px 20px rgba(0,0,0,.1) inset; -moz-box-shadow:0 -20px 20px rgba(0,0,0,.1) inset; box-shadow:0 -20px 20px rgba(0,0,0,.1) inset;}
.row-fluid h2 span a:link, .row-fluid h2 span a:visited, .row-fluid .content h3 span a:link, .row-fluid .content h3 span a:visited{ float:right; *margin-top:-24px; margin-right:12px; font-size:14px; font-weight:normal; color:#999; background:none;}
.row-fluid h2 span a:hover, .row-fluid .content h3 span a:hover{color:#a62f3e;}

.row-fluid .content{ margin:0 300px 0 0;}
.row-fluid .column-fluid{ float:left;}

.row-fluid .content ul{ padding:0; overflow:hidden;}
.row-fluid .content ul li{ margin-bottom:5px; height:28px; font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.row-fluid .content ul li span{ float:right; padding-left:10px; font-size:12px; color:#bbb;}
.row-fluid .content ul li div a{ padding:0; background:none;}

.row-fluid .content .cat-post-list, .row-fluid .content .tabs-cat-posts, .row-fluid .content .cat-pic-list, .row-fluid .content .cat-scroll-pic-list, .row-fluid .content .wpyou_widget_SpecialCatPosts, .row-fluid .content .wpyou_widget_RandomPosts, .row-fluid .content .wpyou_widget_StickyPosts, .row-fluid .content .widget_recent_comments, .row-fluid .content .wpyou_widget_MostCommentPosts, .row-fluid .content .wpyou_widget_RecentPosts, .row-fluid .content .wpyou_widget_SpecialCatPicPosts, .row-fluid .content .wpyou_widget_SpecialCatList, .row-fluid .content .wpyou_widget_SpecialCatBigPicPosts, .row-fluid .content .gallery-slider{ float:left; width:48%; margin-right:2%; margin-bottom:15px;}

.row-fluid .content .cat-scroll-pic-list{ float:none; margin-left:0; width:auto; clear:both;}
.row-fluid .widget_media_image, .row-fluid .widget_media_video, .row-fluid .widget_text, .row-fluid .widget_media_gallery{ margin-bottom:15px; margin-right:2%;}
.row-fluid .homebar .widget_media_image, .row-fluid .homebar .widget_media_video, .row-fluid .homebar .widget_text, .row-fluid .homebar .widget_media_gallery{ margin-right:0;}
.row-fluid .widget_media_image img{ max-width:100%; width:100% !important; height:auto !important;}

.row-fluid .widget_text{ float:left;}

/* Home - CatPostlist */
.cat-post-list{ margin-bottom:25px; overflow:hidden;}
.cat-post-list .post-ft{ float:left; margin-top:6px; margin-right:-300px; width:280px;}
.cat-post-list .post-ft img{ width:100%; height:220px;}
.cat-post-list .post-ft h4{ font-size:14px; text-align:center;}
.cat-post-list ul li:not(.thumb):before{ margin:0 3px 0 -3px; font-size:18px; color:#ccc; font-family:"iconfont"; content:"\e607";}
.cat-post-list ul li span{ float:right; font-size:12px; color:#bbb;}
.cat-post-list-2c ul li a{ margin-right:5px;}
.cat-post-list-2c ul li span{ display:none;}

/* Home - CatPiclist */
.cat-pic-list{ margin-bottom:25px; overflow:hidden;}
.cat-pic-list ul{ margin-left:-3%; padding:6px 0;}
.cat-pic-list ul li{ float:left; margin-bottom:6px !important; margin-left:3%; width:30.333333%; height:auto !important; text-align:center; overflow:hidden;}
.cat-pic-list ul li .folio-item{ padding:0;}
.cat-pic-list ul li .folio-thumb{ position:relative;}
.cat-pic-list ul li .folio-thumb img{ width:100%; height:auto;}
.cat-pic-list ul li h4{ margin:8px auto; width:100%; height:40px; line-height:20px; font-size:14px; white-space:normal; overflow:hidden;}

.piclist-col4{ margin-left:-1.5%;}
.piclist-col4 li{ margin-left:1.5%; _margin-left:0.75%; width:23.5%;}

.row-fluid .content .cat-pic-list-full{ width:98%;}
.row-fluid .content .cat-pic-list-full ul{ margin-left:-1.5%;}
.row-fluid .content .cat-pic-list-full ul li{ margin-left:1.5%; margin-bottom:15px; width:23.5%; height:auto;}

/* Home - SpecialCatPicPosts */
.row-fluid .content .wpyou_widget_SpecialCatPicPosts{ margin-bottom:25px; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul{ margin-left:-2%; padding-top:5px;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li{ float:left; margin-bottom:15px; margin-left:2%; width:31.333333%; height:auto; text-align:center; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li .folio-item{ padding:0;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li .folio-thumb{ position:relative;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li .folio-thumb img{ width:100%; height:auto; display:block;}
.row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li h4{ margin-top:5px; width:100%; height:40px; line-height:20px; font-size:14px; white-space:normal; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts{ margin-bottom:25px; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul{ margin-left:-2%; padding-top:5px;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li{ float:left; margin-bottom:15px; margin-left:2%; width:48%; height:auto; text-align:center; overflow:hidden;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li .folio-item{ padding:0;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li .folio-thumb{ position:relative;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li .folio-thumb img{ width:100%; height:auto; display:block;}
.row-fluid .content .wpyou_widget_SpecialCatBigPicPosts ul li h4{ margin-top:5px; width:100%; height:40px; line-height:20px; font-size:14px; white-space:normal; overflow:hidden;}

.row-fluid .widget_text .textwidget{ padding:8px 0 10px; overflow:hidden;}
.row-fluid .widget_text .textwidget p{ margin-bottom:10px;}
.row-fluid .widget_text .textwidget ul{ border:none;}
.row-fluid .homebar .widget_text{ float:none;}
.row-fluid .homebar .widget_text .textwidget{ padding:8px 12px 10px; border:1px solid #f5f5f5; box-sizing:border-box;}

/* Home - CatScrollPiclist */
.cat-scroll-pic-list-inner{ position:relative; overflow:hidden;}
.cat-scroll-pic-list-inner .swiper-wrapper .swiper-slide{ float:left; margin-bottom:30px; width:23%; height:auto; text-align:center; overflow:hidden;}
.cat-scroll-pic-list-inner .swiper-wrapper .swiper-slide .folio-thumb{ position:relative;}
.cat-scroll-pic-list-inner .swiper-wrapper .swiper-slide .folio-thumb img{ width:100%; height:auto;}
.cat-scroll-pic-list-inner .swiper-wrapper .swiper-slide .mediaholder{/* border:1px solid #f6f6f6; border-bottom:none;*/ -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -ms-transition:all .4s ease; -o-transition:all .4s ease; transition:all .4s ease;}
.cat-scroll-pic-list-inner .swiper-wrapper .swiper-slide .folio-thumb .opacity-pic{ width:100%; height:100%; position:absolute; top:0; left:0; background:#fff; cursor:pointer; -moz-opacity:0; -khtml-opacity:0; opacity:0; filter:alpha(opacity=0); _display:none;}
.cat-scroll-pic-list-inner .swiper-wrapper .swiper-slide:hover .folio-thumb .opacity-pic{ -moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4; filter:alpha(opacity=40); -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -ms-transition:all .4s ease; -o-transition:all .4s ease; transition:all .4s ease;}
.cat-scroll-pic-list-inner .swiper-wrapper .swiper-slide h4{ margin-top:5px; width:100%; height:40px; line-height:20px; font-size:14px; white-space:normal; overflow:hidden;}

/* Home - CatFirstPiclist */
.cat-post-list ul{ margin-top:-5px;}
.cat-first-pic-list ul{ margin-top:0;}
.cat-post-list ul li.thumb{ height:130px; white-space:normal;}
.cat-post-list ul li.thumb:before{ display:none;}
.cat-post-list ul li.thumb a{ padding:0; height:auto; background:none; display:inline;}
.cat-post-list ul li.thumb .folio-item{ float:left; padding-right:15px;}
.cat-post-list ul li.thumb .folio-thumb img{ width:160px; height:120px; display:block;}
.cat-post-list ul li.thumb h4{ margin-bottom:5px; line-height:20px;}
.cat-post-list ul li.thumb p{ font-size:12px; line-height:22px; color:#888;}

.col-span{ float:left; width:280px;}
.col-box-list{ overflow:hidden;}
.col-box-list ul li{ margin-bottom:5px; width:100%; height:28px; overflow:hidden;}
.col-box-list ul li:before{ margin:0 3px 0 -3px; font-size:18px; color:#ccc; font-family:"iconfont"; content:"\e607";}
.col-box-list ul li span{ float:right; padding-left:15px; font-size:12px; color:#888;}
.col-box-list ul li.p{ margin-bottom:15px; padding:0 0 15px; height:auto; font-size:12px; border-bottom:1px solid #eee; background:none;}
.col-box-list ul li.p:before{ display:none;}
.col-box-list ul li.p h4{ margin-bottom:8px; height:24px; text-align:center; white-space:nowrap; overflow:hidden;}
.col-box-list ul li.p a{ color:#a62f3e;}
.col-box-list ul li.p a:hover{ color:#222;}
.col-box-list ul li.p p{ line-height:20px; color:#666;}
.col-box-list ul li.p p a{ padding-left:10px;}

/* Home - SliderPosts */
.row-fluid .content .gallery-slider-full{ width:98%;}
.gallery-slider .gallary-slider-inner{ position:relative; overflow:hidden;}

.row-fluid .content .gallery-slider .gallary-slider-inner ul li{ margin-bottom:0; height:auto;}

.gallery-slider .gallary-slider-inner .swiper-wrapper h4{ padding:0 20px; width:100%; height:34px; line-height:34px; font-size:14px; color:#fff; background:rgba(0,0,0,.65); overflow:hidden; box-sizing:border-box; position:absolute; left:0; bottom:0; z-index:10;}
.gallery-slider .gallary-slider-inner  .swiper-pagination-bullets, .gallery-slider > .gallary-slider-inner > .swiper-pagination-bullets{ float:right; width:auto !important; line-height:1; position:absolute; left:auto !important; right:4px !important; bottom:40px !important; z-index:10;}
.gallery-slider .gallary-slider-inner .swiper-pagination-bullet{ width:8px; height:8px; line-height:0; background:#fff; opacity:0.8;}
.gallery-slider .gallary-slider-inner .swiper-pagination-bullet-active{ background:#a62f3e;}

/* Home - TabsCatPosts */
.row-fluid .tabs-cat-posts h2 b{ font-weight:normal; background:transparent; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
.row-fluid .tabs-cat-posts h2 b a{ color:#202020; background:none;}
.row-fluid .tabs-cat-posts h2 b.cur{ font-weight:bold; color:#fff; background:#a62f3e; -webkit-box-shadow:0 -20px 20px rgba(0,0,0,.1) inset; -moz-box-shadow:0 -20px 20px rgba(0,0,0,.1) inset; box-shadow:0 -20px 20px rgba(0,0,0,.1) inset;}
.row-fluid .tabs-cat-posts h2 b.cur a{ color:#fff;}
.row-fluid .tabs-cat-posts h2 span a{ display:none;}
.row-fluid .tabs-cat-posts ul{ display:none;}
.tabs-cat-posts ul li{ margin-bottom:8px; height:24px; font-size:14px; overflow:hidden;}
.tabs-cat-posts ul li.thumb{ height:120px; white-space:normal;}
.tabs-cat-posts ul li:not(.thumb):before{ margin:0 3px 0 -3px; font-size:18px; color:#ccc; font-family:"iconfont"; content:"\e607";}

.tab-ul-gallary{ margin-left:-3%; padding:6px 0;}
.tab-ul-gallary li{ float:left; margin-bottom:18px; margin-left:3%; width:30.333333%; height:auto !important; text-align:center; overflow:hidden;}
.tab-ul-gallary li .folio-item{ padding:0;}
.tab-ul-gallary li .folio-thumb{ position:relative;}
.tab-ul-gallary li .folio-thumb img{ width:100%; height:auto;}
.tab-ul-gallary li h4{ margin-top:5px; width:100%; height:40px; line-height:20px; font-size:12px; overflow:hidden; position:relative; z-index:10;}

.tab-fr-pic li.thumb{ padding-top:6px; height:135px; overflow:hidden;}
.tab-fr-pic li.thumb a{ padding:0; height:auto; background:none; display:inline;}
.tab-fr-pic li.thumb .folio-item{ float:left; padding-right:15px;}
.tab-fr-pic li.thumb .folio-thumb img{ width:160px; height:120px; display:block;}
.tab-fr-pic li.thumb h4{ margin-bottom:5px; line-height:20px;}
.tab-fr-pic li.thumb p{ font-size:12px; line-height:18px; color:#888;}

.row-fluid .content .tabs-cat-posts-full{ width:98%;}
.tabs-cat-posts-full ul{ margin-left:-2%;}
.tabs-cat-posts-full ul li{ float:left; padding-left:2%; width:50%; box-sizing:border-box;}
.tabs-cat-posts-full ul li.thumb{ width:100%;}

/* Column */
.col-md-3{ margin-left:-0.5%; overflow:hidden;}
.col-md-3 .inner div{ float:left; margin:15px 0 15px 0.5%; padding:0 1.5%; *padding:0 1.4%; width:29.83%; height:auto; text-align:center; color:#555; overflow:hidden;}
.col-md-3 .inner div img{ max-width:100%; height:auto;}
.col-md-3 .inner div h3{ margin:0 auto 10px; width:100%; height:24px; font-size:14px; font-weight:700; overflow:hidden;}
.col-md-3 .inner div p{ color:#666;}

.col-md-4{ margin-left:-1%;}
.col-md-4 .inner div{ margin-left:1%; padding:8px 1.5%; *padding:6px 1.4%; width:21%;}
.col-md-4 .inner div a{ padding:0 5px; display:inline-block;}

.col-md-2{ margin-left:-1%;}
.col-md-2 .inner div{ margin-left:1%; padding:6px 1% 8px; *padding:6px 0.9% 8px; width:47%;}
.col-md-1 .inner div{ padding:6px 1% 8px; *padding:6px 1% 8px; width:98%;}

/* Homebar */
.homebar{ float:right; margin-left:-300px; width:300px; overflow:hidden;}
.homebar h2, .homebar h3{ margin:0; padding:6px 10px 6px 12px; height:24px; line-height:24px; font-size:14px; font-weight:bold; border:1px solid #eee; border-top:2px solid #a62f3e; border-bottom:none; color:#a62f3e; background:#f5f5f5;}
.homebar h2 a:link, .homebar h2 a:visited, .homebar h3 a:link, .homebar h3 a:visited{ color:#a62f3e;}
.homebar h2 a:hover, .homebar h3 a:hover{ color:#202020; text-decoration:none;}
.homebar h2 span a:link, .homebar h2 span a:visited, .homebar h3 span a:link, .homebar h3 span a:visited{ float:right; font-weight:normal; color:#999; font-size:12px;}
.homebar .widget{ margin-bottom:15px; background:#fff; clear:both; overflow:hidden;}
.homebar .widget_nav_menu{ border-top:2px solid #a62f3e;}
.homebar .widget ul{ padding:10px; border:1px solid #f5f5f5; background:#fff; overflow:hidden;}
.homebar .widget ul li{ margin:0 auto; height:28px; overflow:hidden;}
.homebar .widget ul li ul{ border:none;}

.homebar .wpyou_widget_SpecialCatPicPosts ul{ padding:15px 10px;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li{ margin-bottom:15px; padding:0 0 15px; height:auto; border-bottom:1px solid #eee; background:none;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li img{ float:left; padding-right:10px; width:100px; height:75px;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li h4{ margin-bottom:0; line-height:20px; font-size:14px; overflow:hidden;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li p{ color:#666;}
.homebar .wpyou_widget_SpecialCatPicPosts ul li:last-child{ margin-bottom:0; border-bottom:none;}

.homebar .wpyou_widget_SpecialCatBigPicPosts ul{ padding:15px 10px;}
.homebar .wpyou_widget_SpecialCatBigPicPosts ul li{ margin:0 auto 15px; padding:0; height:auto; text-align:center; background:none;}
.homebar .wpyou_widget_SpecialCatBigPicPosts ul li img{ width:278px; height:200px;}
.homebar .wpyou_widget_SpecialCatBigPicPosts ul li h4{ margin:10px auto ; line-height:18px; font-size:14px; overflow:hidden;}
.homebar .wpyou_widget_SpecialCatBigPicPosts ul li:last-child{ margin-bottom:0;}

.homebar .widget_search .searchInput{ padding:4px 8px 3px; width:168px; height:24px; line-height:24px; border:1px solid #d6d6d6; color:#666; background:#fff;}
.homebar .widget_search .searchInput:hover{ border:1px solid #999; color:#666;}
.homebar .widget_search .searchBtn{ float:right; *float:none; width:60px; height:33px; *line-height:30px; font-size:13px; font-weight:bold; text-align:center; text-indent:0; border:none; color:#fff; background:#a62f3e; cursor:pointer; position:static;}
.homebar .widget_search .searchBtn:hover{ background:#a62f3e;}

.homebar .gallary-slider-inner{ margin-bottom:15px; background:#fff; clear:both; overflow:hidden;}

/* Homebar - WidgetMenu */
.homebar .widget_nav_menu h3{ border-bottom:none;}
.homebar .widget_nav_menu div{ padding:0; background:#f4f4f4;}
.homebar .widget_nav_menu ul{ padding:0; font-size:16px; border:none; border-top:1px solid #e4e4e4; border-bottom:1px solid #fdfdfd;}
.homebar .widget_nav_menu ul li{ margin:0; padding:0; height:auto; border-top:1px solid #fdfdfd; border-bottom:1px solid #e4e4e4; background:#f4f4f4; overflow:hidden;}
.homebar .widget_nav_menu ul li a, .homebar .widget_nav_menu ul li a:link, .homebar .widget_nav_menu ul li a:visited{ padding:0 5px 0 12px; height:46px; line-height:46px; color:#444; display:block; overflow:hidden;}
.homebar .widget_nav_menu ul li a:hover, .homebar .widget_nav_menu ul li.current-cat a:link, .homebar .widget_nav_menu ul li.current-cat a:visited, .homebar .widget_nav_menu ul a:hover, .homebar .widget_nav_menu ul li.current-cat a:hover{ color:#fff; background:#a62f3e; text-decoration:none;}
.homebar .widget_nav_menu ul li a:after{ float:right; font-size:28px; color:#aaa; font-family:"iconfont"; content:"\e9d9";}
.homebar .widget_nav_menu ul li a:hover:after{ font-size:28px; color:#fff; font-family:"iconfont"; content:"\e9d9";}

/* Experts */
.ecpert-ft{ padding-bottom:15px; font-size:14px; color:#666; border-bottom:1px dotted #e8e8e8; overflow:hidden; clear:both;}
.ecpert-ft h3{ margin-bottom:12px; font-size:20px; color:#a62f3e; overflow:hidden;}
.ecpert-ft a:link, .ecpert-ft a:visited{ color:#a62f3e;}
.ecpert-ft a:hover{ color:#222;}
.ecpert-ft img{ padding:3px 18px 0 0; width:220px; height:300px;}
.ecpert-ft .folio-thumb{ float:left;}

.piclist-v{ margin-left:-1.5%; overflow:hidden;}
.piclist-v li{ float:left; margin-top:20px; margin-left:2%; _margin-left:1%; width:18%; height:auto; text-align:center; overflow:hidden;}
.piclist-v li .folio-thumb{ position:relative;}
.piclist-v li .folio-thumb img{ width:100%; height:auto; display:block;}
.piclist-v li h3{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}
.piclist-v li p{ color:#666;}
.piclist-v a:hover p{ color:#a62f3e;}

/* Department */
.col-tab{ float:left; margin-right:-280px; width:240px; border:1px solid #e9e9e9; background:#f6f6f6;}
.col-tab a{ padding-left:24px; height:52px; line-height:52px; font-size:18px; color:#666; border-bottom:1px solid #ebebeb; display:block; position:relative;}
.col-tab a i{ position:absolute; top:0; right:-16px; width:0; height:0; line-height:10px; font-size:10px; border-top:26px solid transparent; border-bottom:26px solid transparent; border-left:16px solid #a62f3e; display:none;}
.col-tab a:hover, .col-tab .hov a{ color:#fff; background-color:#a62f3e; text-decoration:none;}
.col-tab a:hover i, .col-tab .hov a i{ display:block;}

.col-tab-list{ margin-left:280px;}
.col-tab-list ul{ display:none;}
.col-tab-list ul li{ float:left; margin:0 0 3px; width:50%; font-size:14px;}
.col-tab-list ul li a{ height:28px; display:block; overflow:hidden;}
.col-tab-list ul li.p{ margin:0 0 18px 0; padding:0 0 15px; width:100%; height:auto; font-size:12px; border-bottom:1px solid #eee; background:none;}
.col-tab-list ul li.p:before{display:none;}
.col-tab-list ul li.p h3{ margin-bottom:10px; height:24px; font-size:18px; white-space:nowrap; overflow:hidden;}
.col-tab-list ul li.p p{ line-height:22px; color:#666;}
.col-tab-list ul li.p a{ padding:0; height:none; color:#a62f3e; background:none; display:inline;}
.col-tab-list ul li.p p a{ padding-left:10px;}

/* Department */
.col-postlist .post-ft{ float:left; margin-top:6px; margin-right:-300px; width:280px;}
.col-postlist .post-ft img{ width:100%; height:220px;}
.col-postlist .post-ft h3{ font-size:14px; text-align:center;}
.col-postlist ul{ margin-left:300px;}
.col-postlist ul li{ float:left; margin:0 0 3px; padding:0; width:50%; font-size:14px; background:none;}
.col-postlist ul li a{ height:28px; display:block; overflow:hidden;}

/* BreadCrumb */
.breadcrumb{ padding:6px 20px; color:#999; text-transform:capitalize; box-sizing:border-box; background:#f8f8f8; overflow:hidden;}
.breadcrumb a:link, .breadcrumb a:visited{ color:#999;}
.breadcrumb i{ font-style:normal;}
.breadcrumb i:before{ color:#ccc; font-family:"iconfont"; content:"\e9d9";}
.breadcrumb a:hover{ color:#666;}

.crumb-box{ float:left;}
.weibo-box, .wb-follow-button{ float:right;}
.weibo-box{ *width:127px;}
.wb-follow-button{ margin-top:5px; *margin-top:-29px;}

.cur-title{ padding:20px; height:36px; line-height:36px; text-transform:capitalize; box-sizing:border-box; background:#fff; overflow:hidden;}
.cur-title span{ padding-left:4px; color:#999;}
.cur-title b{ max-width:45%; font-size:18px; font-weight:normal; border-bottom:2px solid #a62f3e; color:#a62f3e; display:inline-block;}
.cur-title b a{ color:#a62f3e; text-decoration:none;}
.cur-title .breadcrumb{ max-width:100%;}

/* Archive - Postlist */
.postlist{ padding:0; overflow:hidden;}
.postlist li{ margin:0 auto; padding:0; height:46px; line-height:46px; border-bottom:1px solid #f6f6f6; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.postlist li:hover{ background-color:#fdfdfd;}
.postlist li:before{ margin:0 3px 0 -3px; font-size:18px; color:#ccc; font-family:"iconfont"; content:"\e607";}
.postlist li span{ float:right; padding:0 5px; color:#bbb; font-size:12px;}

.column-list{ margin-left:-2.5%;}
.column{ float:left; margin-bottom:25px; margin-left:2.5%; width:47.5%; min-height:390px; overflow:hidden;}
.column h2, .column .content h3{ margin-bottom:15px; height:36px; line-height:36px; font-size:16px; border-bottom:2px solid #e6edf3; color:#333; text-transform:capitalize; clear:both;}
.column h2 a:link, .column h2 a:visited, .column .content h3 a:link, .column .content h3 a:visited{ color:#333;}
.column h2 a:hover, .column .content h3 a:hover{ color:#a62f3e; text-decoration:none;}
.column h2 b, .column .content h3 b{ border-bottom:2px solid #333; display:inline-block;}
.column h2 i, .column .content h3 i{ float:right; font-size:14px; font-style:normal;}
.column h2 i a:link, .column h2 i a:visited, .column .content h3 i a:link, .column .content h3 i a:visited{ padding:4px 0 4px 12px; color:#666;}
.column h2 i a:hover, .column .content h3 i a:hover{ color:#a62f3e;}
.column h2 span a:link, .column h2 span a:visited, .column .content h3 span a:link, .column .content h3 span a:visited{ float:right; *margin-top:-24px; font-size:14px; color:#bbb;}

.column ul li{ margin-bottom:5px; height:28px; overflow:hidden;}
.column ul li span{ float:right; padding-left:10px; font-size:12px; color:#bbb;}

/* Archive - Piclist */
.piclist{ margin-left:-1.83%; overflow:hidden;}
.piclist li{ float:left; margin-bottom:25px; margin-left:1.83%; *margin-left:1.80%; _margin-left:0.935%; width:31.5%; height:auto; text-align:center; overflow:hidden;}
.piclist li .folio-thumb{ position:relative;}
.piclist li .folio-thumb img{ width:100%; height:auto; display:block;}
.piclist li h3{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}

.piclist-ratio{ margin-left:-1.83%; overflow:hidden;}
.piclist-ratio li{ float:left; margin-bottom:25px; margin-left:1.83%; *margin-left:1.80%; _margin-left:0.935%; width:31.5%; height:auto; text-align:center; overflow:hidden;}
.piclist-ratio li .folio-thumb{ position:relative;}
.piclist-ratio li .folio-thumb img{ width:100%; height:auto; display:block;}
.piclist-ratio li h3{ margin-top:8px; width:100%; height:24px; font-size:14px; overflow:hidden; position:relative; z-index:10;}

.piclist-col4{ margin-left:-1.5%;}
.piclist-col4 li{ margin-left:1.5%; _margin-left:0.75%; width:23.5%;}

.piclist-topic li{ margin-bottom:30px; -khtml-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #e8e8e8; box-sizing:border-box;}
.piclist-topic li a:hover{ text-decoration:none;}
.piclist-topic li a:hover img{ opacity:.9;}
.piclist-topic li .folio-text{ padding:12px 8px; text-align:left;}
.piclist-topic li .folio-text h3{ margin-top:5px; font-size:16px; height:48px; line-height:24px;}
.piclist-topic li .folio-text .folio-meta span{ color:#666;}
.piclist-topic li .folio-text .meta-date{ margin-right:20px; padding-left:20px; background:url(images/date.png) no-repeat 0 1px;}
.piclist-topic li .folio-text .meta-views{ padding-left:20px; background:url(images/views.png) no-repeat 0 2px;}

/* Post */
.post{ overflow:hidden;}
.fullwidth .post{ margin:0 15px;}
.post .post-title{ margin-bottom:20px; line-height:150%; font-size:28px; text-align:center;}
.postmeta{ padding-bottom:10px; border-bottom:1px solid #eaeaea; color:#999; text-align:center;}
.postmeta span{ margin:0 15px;}
.postmeta a:link, .postmeta a:visited{ color:#999;}
.postmeta a:hover{ color:#666;}
.postmeta .cur{ font-weight:bold; color:#666;}
.entry{ margin-top:35px;}
.entry-content{ font-size:16px;}
.font-big{ font-size:150%; line-height:185%;}
.font-mid{ font-size:16px; line-height:200%;}
.font-sml{ font-size:14px; line-height:28px;}
.entry-content p{ margin-bottom:15px; text-indent:2em;}
.font-sml p{ margin-bottom:15px;}
.font-big p{ margin-bottom:20px;}
.entry-content h1 .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{ margin-bottom:15px;}
.entry-content table p{ margin-bottom:0;}
.entry-content a:link, .entry-content a:visited{ color:#a62f3e;}
.entry-content a:hover{ color:#F65E4F;}
.entry-content img{ margin-bottom:15px; max-width:100%; height:auto;}
.entry-content ol, .entry-content ul{ margin:10px 20px;}
.entry-content ol li{ list-style:decimal;}
.entry-content ul li{ list-style:disc;}
.entry-content input,.entry-content textarea,.entry-content select{ padding:6px; border:1px solid #ccc; font-size:100%; vertical-align: middle;}
.entry-content input[type="text"]:hover,.entry-content input[type="text"]:focus,.entry-content input[type="text"]:active{ border:1px solid #999;}
.entry-content input[type="file"]{ border:none;}
.entry-content table{ margin-bottom:15px; color:#666; border-left:1px solid #E4E4E4; border-bottom:1px solid #E4E4E4; background:#fff;}
.entry-content th{ padding:5px 10px; border-right:1px solid #E4E4E4; border-top:1px solid #E4E4E4; background:#F5F5F5;}
.entry-content td{ padding:5px 10px; border-right:1px solid #E4E4E4; border-top:1px solid #E4E4E4;}
.alignleft{ float:left; padding-right:10px;}
.alignright{ float:right; padding-left:10px;}
.alignnone, .aligncenter{ float:none; margin-left:auto; margin-right:auto; clear:both;}
.aligncenter{ text-align:center; display:block;}
.wp-caption{margin:10px auto; padding:6px; background:#F6F6F6;border:1px solid #E4E4E4; -khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-align:center;}
.wp-caption img{ max-width:660px;}
.wp-caption p.wp-caption-text{margin:5px 0 0;padding:4px;line-height:20px;color:#666;}

.entry-content blockquote, .entry-content pre, .entry-content code{ margin:0 10px 15px; padding:8px 15px; border:1px solid #fae2ba; color:#666; background-color:#ffffe6;}
.entry-content blockquote p, .entry-content pre p, .entry-content code p{ margin-bottom:0; line-height:20px;}
.entry-content blockquote code, .entry-content pre code{ margin:0; padding:0; border:none; background:none;}

div.pdfemb-viewer{ max-width:100%; box-sizing:border-box;}

.post .ctrl-box{ margin:30px auto; padding:8px 15px; height:24px; line-height:24px; color:#888; background:#fbfbfb; clear:both; position:relative;}
.post .ctrl-box a{ float:left; margin-right:6px; width:24px; height:24px; line-height:24px; text-align:center; display:inline-block; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; cursor:pointer; text-decoration:none;}
.post .ctrl-box .share .share-item a i{ font-size:20px; color:#fff;}
.post .ctrl-box .share, .post .ctrl-box .share .share-item, .post .ctrl-box .share .share-title, .post .ctrl-box .share .div{ float:left;}
.post .ctrl-box .share #bdshare, .post .ctrl-box .share .bdshare_t, .post .ctrl-box .share .bdsharebuttonbox{ float:left;}
.post .ctrl-box .share .share-title{ margin-right:6px;}
.post .ctrl-box .share .share-item a.share-weixin{ background-color:#4dbe2e;}
.post .ctrl-box .share .share-item a.share-weibo{ background-color:#e6162d;}
.post .ctrl-box .share .share-item a.share-qq{ background-color:#0188fb;}
.post .ctrl-box .share .share-item a.share-qqzone{ background-color:#ffc028;}
.post .ctrl-box #qrcode-box{ display:none; position:absolute; bottom:40px; left:15px; z-index:10; padding:10px; text-align:center; background:#fff; box-shadow:0 0 8px rgba(0, 0, 0, 0.35);}

.post .tool-box{ float:right;}
.post .tool-box a{ margin:0 0 0 25px; width:auto;}
.post .tool-box a i{ float:left; margin-right:5px; font-size:24px;}

.addition{ margin:20px auto; padding:20px; background:#fbfbfb;}
.wpcf7-submit{ padding:8px 40px !important; font-size:16px !important; color:#fff; border:none !important; background:#a62f3e; cursor:pointer; -webkit-transition:background 0.4s ease; -moz-transition:background 0.4s ease; -o-transition:background 0.4s ease; -ms-transition:background 0.4s ease; transition:background 0.4s ease;}
.wpcf7-submit:hover, .wpcf7-submit:active{ background:#a62f3e;}

.bdshare-button-style0-24 .bds_more{ margin-top:0 !important; padding:0 !important; width:24px;}

/* Topic */
.gallery{ margin:0 auto; clear:both;}
.gallery .gallery-item{ float:left; margin:1% auto; padding:0 1%; text-align:center; width:33%; box-sizing:border-box;}
.gallery .gallery-caption{ margin-top:5px; font-size:14px;}
.gallery dl, .entry-content .gallery dt{ margin:0;}
.gallery br{ display:none;}
.gallery img{ margin:0; max-width:100%; height:auto; border:none !important; box-sizing:border-box;}
.gallery img:hover{ opacity:0.85;}

.gallery-columns-1 .gallery-item{ width:100%; margin:0 auto; padding:0;}
.gallery-columns-2 .gallery-item{ width:50%;}
.gallery-columns-3 .gallery-item{ width:33.3333%;}
.gallery-columns-4 .gallery-item{ width:25%;}
.gallery-columns-5 .gallery-item{ width:20%;}
.gallery-columns-6 .gallery-item{ width:16.6666%;}
.gallery-columns-7 .gallery-item{ width:14.2857%;}
.gallery-columns-8 .gallery-item{ width:12.5%;}
.gallery-columns-9 .gallery-item{ width:11.1111%;}

.post-header .post-title{ margin:20px auto 30px; line-height:1.5; text-align:center;}
.post-header .banner-img{ margin-bottom:40px;}
.post-header .banner-img img{ width:100%; height:auto;}

.tabs-list{ margin-bottom:30px; height:38px; border-bottom:2px solid rgba(0,0,0,.1); clear:both;}
.tabs-list li{ float:left; margin-right:30px; padding:0 18px; line-height:37px; font-size:16px; display:block; cursor:pointer;}
.tabs-list li a:link, .tabs-list li a:visited, .tabs-list li a:hover{ color:rgba(0,0,0,.86); text-decoration:none; display:inline-block; -webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none;}
.tabs-list li.active{ line-height:38px; border-bottom:2px solid #a62f3e; color:#a62f3e; background:#fff;}
.tabs-list li.active a:link, .tabs-list li.active a:visited, .tabs-list li.active a:hover{ text-decoration:none;}

.tabs-content .entry-iq .postComment #addcomment{ display:none;}

/* Page */
.post .page-title{ margin-bottom:30px; padding-bottom:10px; line-height:1.5; font-size:28px; text-align:center; border-bottom:1px solid #E9E9E9; color:#333;}
.page-framework .row-fluid .content ul li{ height:auto;}

/* Page - Sitemap */
.page-sitemap{ background:#eee;}
.sitemap-box{ margin:25px auto; padding:2%; width:92%; line-height:24px; background:#fff;}
.sitemap-box a:link, sitemap-box a:visited{ color:#333;}
.sitemap-box a:hover{ color:#10579D;}
.sitemap-box h1{ margin-bottom:20px; font-size:20px; text-align:center;}
.sitemap-box h2{ margin:8px auto 15px; padding-bottom:10px; font-size:14px; font-weight:700; border-bottom:1px solid #eee;}
.sitemap-box ul{ margin:10px;}
.sitemap-box ul li{ margin:6px 0 0 18px; list-style:disc; color:#999;}
.sitemap-box ul li ul{ margin:5px 10px 10px;}
.sitemap-box ul li ul li{ margin:3px 0 0 16px; list-style:circle;}
.sitemap-box #breadcrumb, .sitemap-box .archivers, .sitemap-box .full-version, .sitemap-box #footer{ margin-top:20px; padding:6px 15px; border:1px solid #eee; border-top:1px solid #ddd; clear:both;}
.sitemap-box #breadcrumb, .sitemap-box .full-version{ border:1px solid #eee; background:#f8f8f8;}
.sitemap-box .archivers{ padding:5px 15px 15px; overflow:hidden;}
.sitemap-box #footer{ padding:10px; text-align:center;}

/* Page - Position-Map */
.map-api .entry-content img{ margin-bottom:15px; max-width:none; height:inherit;}

/* Pagenavi */
.wpagenavi{ margin:0 auto; padding-top:35px; width:100%; line-height:40px; font-family:"宋体"; text-align:center;}
.wpagenavi-bd{ margin:20px auto 0; border-top:1px solid #e8e8e8;}
.wpagenavi a:link, .wpagenavi a:visited{ margin:0 4px; padding:12px 16px; color:#666; background:#f6f6f6; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.wpagenavi a:hover, .wpagenavi a:active{ color:#fff; background:#a62f3e; text-decoration:none;}
.wpagenavi a.current:link, .wpagenavi a.current:visited, .wpagenavi a.current:hover{ color:#fff; background:#a62f3e; font-weight:bold;}

/* Post Navigation */
.post-navi{ padding-top:20px; text-align:center;}
.post-navi a:link, .post-navi a:visited{ padding:2px 9px; border:1px solid #fff; background:#fff;}
.post-navi a:hover{ border:1px solid #E4E4E4; background:#F5F5F5; text-decoration:none;}

/* Prev Next Post */
.post-prev-next{ color:#666; overflow:hidden;}
.prev-post{ float:left; width:50%; height:28px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.next-post{ float:right; width:50%; height:28px; white-space:nowrap; text-overflow:ellipsis; text-align:right; overflow:hidden;}

/* Error404 */
.error404{ max-width:360px; padding:50px 0;}
.error404 h4{ height:32px; line-height:32px; font-size:200%; color:#F00;}
.error404 span{ margin-bottom:25px; color:#666; display:block;}
.error404 ol{ padding:5px 0 5px 20px;}
.error404 ol li{ margin:0 auto; list-style:disc;}
.errorsearch{ margin-top:15px; width:100%; overflow:hidden;}
.errorsearch .searchInput{ float:left; padding:6px 0; width:80%; text-indent:12px; height:24px; line-height:24px; border:1px solid #DDD;}
.errorsearch #searchsubmit{ float:right; width:19%; height:38px; font-size:14px; border:none; color:#fff; background:#666; cursor:pointer;}
.errorsearch #searchsubmit:hover{ background:#333;}

/* Related */
.related{ margin:30px auto 0;}
.related h2{ padding:0 0 5px; font-size:16px; font-weight:bold; border-bottom:1px solid #eee; overflow:hidden;}
.related ul.post-list, .related ul.thumb-list{ margin-top:20px; overflow:hidden;}
.related ul.post-list li{ float:left; margin:0 auto 5px; width:45%; height:28px; overflow:hidden;}
.related ul.post-list li:before{ margin:0 3px 0 -3px; font-size:18px; color:#ccc; font-family:"iconfont"; content:"\e607";}

/* Sidebar */
.sidebar{ float:right; margin-left:-300px; width:300px; overflow:hidden;}
.container-lt .sidebar{ float:left; margin-left:0; margin-right:-300px;}
.sidebar h3{ margin:0; padding:7px 10px 7px 12px; height:24px; line-height:24px; font-size:14px; font-weight:bold; color:#444; background:#fbfbfb; border-top:1px solid #a62f3e; border-bottom:1px solid #eee;}
.sidebar h3 a:hover{ text-decoration:none;}
.sidebar h3 span a{ float:right; font-weight:normal; color:#999; font-size:12px;}
.sidebar ul li{ margin:0 auto 25px; border:1px solid #f6f6f6;}
.sidebar ul li ul{ padding:10px 8px; background:#fff; overflow:hidden;}
.sidebar ul li ul li{ margin:0 auto 5px; border:none; height:28px; overflow:hidden;}
.sidebar ul li ul li ul{ border:none;}
.sidebar ul li div{ padding:15px 0 10px; line-height:28px; background:#fff; overflow:hidden;}
.widget_black_studio_tinymce h3, .widget_text h3{ border-bottom:none;}
.sidebar ul li div.folio-item, .sidebar ul li div.folio-item div{padding:0;}
.sidebar ul li div.folio-item span, .sidebar ul li div.folio-item div span{ color:#666;}

/* SubList */
.sidebar ul li.widget_nav_menu h3{ padding:20px 15px; height:auto; font-size:28px; font-weight:normal;}
.sidebar ul li.widget_nav_menu_sublist h3{ background:url(images/bg-sidebar-menu.png) no-repeat right 0; background-size:cover;}
.sidebar ul li.widget_nav_menu div{ padding:0; background:#f4f4f4;}
.sidebar ul li.widget_nav_menu ul{ padding:0; font-size:16px; border:none;}
.sidebar ul li.widget_nav_menu ul li{ margin:0; padding:0; height:auto; border-top:1px solid #fdfdfd; border-bottom:1px solid #e4e4e4; background:#f4f4f4; overflow:hidden;}
.sidebar ul li.widget_nav_menu ul li a, .sidebar ul li.widget_nav_menu ul li a:link, .sidebar ul li.widget_nav_menu ul li a:visited{ padding:0 5px 0 12px; height:46px; line-height:46px; color:#444; display:block; overflow:hidden;}
.sidebar ul li.widget_nav_menu ul li a:hover, .sidebar ul li.widget_nav_menu ul li.current-cat a:link, .sidebar ul li.widget_nav_menu ul li.current-cat a:visited, .sidebar ul li.widget_nav_menu ul a:hover, .sidebar ul li.widget_nav_menu ul li.current-cat a:hover, .sidebar ul li.widget_nav_menu ul li.current_page_item a:link, .sidebar ul li.widget_nav_menu ul li.current_page_item a:visited, .sidebar ul li.widget_nav_menu ul li.current_page_item a:hover{ color:#fff; background:#a62f3e; text-decoration:none;}
.sidebar ul li.widget_nav_menu ul li a:after{ float:right; font-size:28px; color:#aaa; font-family:"iconfont"; content:"\e9d9";}
.sidebar ul li.widget_nav_menu ul li a:hover:after, .sidebar ul li.widget_nav_menu ul li.current-cat a:link:after, .sidebar ul li.widget_nav_menu ul li.current-cat a:visited:after, .sidebar ul li.widget_nav_menu ul li.current_page_item a:link:after, .sidebar ul li.widget_nav_menu ul li.current_page_item a:visited:after, .sidebar ul li.widget_nav_menu ul a:hover:after, .sidebar ul li.widget_nav_menu ul li.current-cat a:hover:after{ font-size:28px; color:#fff; font-family:"iconfont"; content:"\e9d9";}

.sidebar ul li.widget_nav_menu ul li.current-cat a:after{ font-size:28px; color:#fff; font-family:"iconfont"; content:"\e9dc";}

.sidebar ul li.widget_nav_menu ul li.current-cat ul li a:link, .sidebar ul li.widget_nav_menu ul li.current-cat ul li a:visited, .sidebar ul li.widget_nav_menu ul li.current-menu-item ul li a:link, .sidebar ul li.widget_nav_menu ul li.current-menu-item ul li a:visited, .sidebar ul li.widget_nav_menu ul li.current_page_item ul li a:link, .sidebar ul li.widget_nav_menu ul li.current_page_item ul li a:visited{ padding-left:30px; font-size:14px; color:#444; background-color:transparent;}
.sidebar ul li.widget_nav_menu ul li.current-cat ul li a:hover, .sidebar ul li.widget_nav_menu ul li.current-menu-item ul li a:hover, .sidebar ul li.widget_nav_menu ul li.current_page_item ul li a:hover{ color:#fff; background:#a62f3e;}

.sidebar ul li.widget_nav_menu ul li.current-cat ul li a:after, .sidebar ul li.widget_nav_menu ul li.current-menu-item ul li a:after, .sidebar ul li.widget_nav_menu ul li.current_page_item ul li a:after{ color:#aaa !important;}

/* Search */
.sidebar ul li.widget_search{ border:none;}
.sidebar ul li.widget_search #searchform{ margin-top:15px;}
.sidebar ul li.widget_search .searchInput{ padding:4px 8px 3px; width:218px; height:24px; line-height:24px; border:1px solid #d6d6d6; color:#666; background:#fff;}
.sidebar ul li.widget_search .searchInput:hover{ border:1px solid #999; color:#666;}
.sidebar ul li.widget_search .searchBtn{ float:right; *float:none; width:60px; height:33px; *line-height:30px; font-size:13px; font-weight:bold; text-align:center; text-indent:0; border:none; color:#fff; background:#a62f3e; cursor:pointer; position:static;}
.sidebar ul li.widget_search .searchBtn:hover{ background:#a62f3e;}

/* CustomWidgets */
.sidebar ul li.wpyou_widget_SpecialCatList ul{ padding:0; font-size:16px; border:none;}
.sidebar ul li.wpyou_widget_SpecialCatList ul li{ margin:0; padding:0; height:auto; border-bottom:1px solid #f6f6f6; background:none; overflow:hidden;}
.sidebar ul li.wpyou_widget_SpecialCatList ul li a:link, .sidebar ul li.wpyou_widget_SpecialCatList ul li a:visited, .sidebar ul li.wpyou_widget_SpecialCatList ul li a{ padding:0 5px 0 15px; height:46px; line-height:46px; color:#202020; display:block; overflow:hidden;}
.sidebar ul li.wpyou_widget_SpecialCatList ul li a:hover{ color:#fff; background:#a62f3e; text-decoration:none;}
.sidebar ul li.wpyou_widget_SpecialCatList ul li a:after{ float:right; font-size:28px; color:#aaa; font-family:"iconfont"; content:"\e9d9";}
.sidebar ul li.wpyou_widget_SpecialCatList ul li a:hover:after, .sidebar ul li.wpyou_widget_SpecialCatList ul li.current-cat a:link:after{ font-size:28px; color:#fff; font-family:"iconfont"; content:"\e9d9";}

.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li{ margin-bottom:15px; padding:0 0 15px; height:auto; border-bottom:1px solid #EEE; background:none;}
.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li .folio-thumb{ float:left;}
.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li img{ float:left; padding-right:10px; width:110px; height:80px;}
.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li h4{ margin-bottom:5px; height:54px; line-height:18px; font-size:14px; overflow:hidden;}
.sidebar ul li.wpyou_widget_SpecialCatPicPosts ul li p{ color:#666;}

.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li{ margin:0 auto 15px; padding:0; height:auto; text-align:center; background:none;}
.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li img{ width:240px; height:180px;}
.sidebar ul li.wpyou_widget_SpecialCatBigPicPosts ul li h4{ margin:10px auto; line-height:18px; font-size:14px; overflow:hidden;}

.sidebar ul li.widget_media_image img{ max-width:100%; width:100% !important; height:auto !important;}
.sidebar .widget_links ul li, .sidebar ul.blogroll li, .homebar .widget_links ul li{ height:auto;}

.wpyou_widget_SpecialCatPosts ul li:before, .wpyou_widget_RecentPosts ul li:before, .wpyou_widget_MostCommentPosts ul li:before, .widget_recent_comments ul li:before, .wpyou_widget_StickyPosts ul li:before, .wpyou_widget_RandomPosts ul li:before, .column ul li:before, .col-postlist ul li:before, .col-tab-list ul li:before{ margin:0 0 0 -3px; font-size:18px; color:#ccc; font-family:"iconfont"; content:"\e607";}

/* Newsletter */
.widget_newsletterwidget input[type="text"]{ margin-bottom:8px; padding:6px 1.5%; width:96%; border:1px solid #ddd;}
.widget_newsletterwidget .newsletter-submit{ margin-top:8px; padding:8px 20px; font-size:13px; font-weight:bold; text-align:center; text-indent:0; border:none; color:#fff; background:#a62f3e; cursor:pointer; position:static;}
.widget_newsletterwidget .newsletter-submit:hover{ background:#a62f3e;}

/* Calendar */
#wp-calendar{ margin:5px auto; width:94%;}
#wp-calendar caption{ padding:5px 0px; font-size:14px;}
#wp-calendar th, #wp-calendar td{ padding:2px 1px; line-height:18px; text-align:center; text-transform:capitalize; color:#555; border:1px solid #E4E4E4; background-color:#F9F9F9;}
#wp-calendar tbody tr td a:link, #wp-calendar tbody tr td a:visited{ font-weight:bold; color:#FF0242;}
#wp-calendar tbody tr td a:hover{ color:#333;}
#wp-calendar tbody tr td:hover{ border:1px solid #D9D9D9; color:#444; background-color:#EEE;}
#wp-calendar tfoot tr td{ padding:8px 10px 0px; border:none; background:none;}
.pad{ border:none !important; background:none !important;}

/* Comments*/
.postComment{ width:100%; margin:30px auto; overflow:hidden;}
#addcomment, #comments{ margin-bottom:25px; padding:0 0 5px; font-size:16px; font-weight:bold; border-bottom:1px solid #eee; overflow:hidden;}
#addcomment{ margin-top:10px;}
.post_comment ol li{ margin:10px 5px; padding:10px 10px 5px 10px; list-style:none; }
.commentlist{ margin-top:40px; width:96%; font-size:12px; clear:both;}
.commentlist li{ margin-bottom:20px; border:1px solid #f2f2f2;}
.commentlist li ul{ margin:10px 10px;}
.commentlist li ul.children{ margin:10px 10px;}
.commentlist li .comment-content{ margin:20px 15px 5px; font-size:14px;}
.commentlist li .comment-content p{ margin-bottom:15px;}

.comment-author{ padding:4px 15px; height:28px; border-bottom:1px solid #f2f2f2; background:#fbfbfb;}
.avatar{ float:left; padding:1px 1px; width:32px; height:32px; border:1px solid #eee;}
.author_info{ float:left;}
.author_info cite{ font-style:normal; font-weight:bold;}
.author_info em{ padding-left:10px; font-size:10px; font-style:normal; color:#999;}
.commentlist li.comment-author-admin{ background:#fbfbfb;}
.commentlist li.comment-author-admin .comment-author .author_info cite{ color:#f60;}

.reply{ float:right;}
#cancel-comment-reply{ float:right; margin-right:15px;}
.reply a, #cancel-comment-reply a{ color:#999 !important;}
.reply a:hover, #cancel-comment-reply a:hover{ color:#1162B3 !important;}

#respond p{ margin:0 0 15px;}
#respond label{ float:left; padding:3px 8px; width:70px; text-align:right; display:block;}
#respond em{ padding-top:5px; color:#F00; font-style:normal; font-weight:normal;}
.commentlist li #respond{ padding:10px 20px; background:#fbfbfb;}
#author, #email, #url, #comment{ padding:10px; width:50%; border:1px solid #d2d2d2; box-sizing:border-box; border-radius:5px;}
#comment{ width:84%; height:150px; font-size:12px; box-sizing:border-box; border-radius:3px; overflow-y:scroll;}
#submit{ margin:0 8px; padding:12px 60px; font-size:16px; color:#fff; border:none; background:#a62f3e; cursor:pointer; display:block; -webkit-transition:background 0.4s ease; -moz-transition:background 0.4s ease; -o-transition:background 0.4s ease; -ms-transition:background 0.4s ease; transition:background 0.4s ease;}
#submit:hover, #submit:active{ background:#a62f3e;}
.comment_navi{ text-align:right; padding:5px 15px; font-size:12px; color:#999;}
.comment_navi a{ color:#999;}

/* Footbar */
.footbar{ padding-top:25px; border-top:8px solid #a62f3e; overflow:hidden; clear:both;}
.footbar h3{ margin-bottom:10px; font-size:15px; font-weight:bold; color:#202020; text-transform:capitalize;}
.footbar h3 a{ color:#333;}
.footbar h3 span a{ display:none;}
.footbar .widget-column{ float:left; margin-bottom:25px; padding-right:2%; width:16%;}
.footbar .widget-column-last{ float:right; padding:0; width:auto;}
.footbar .widget-column ul{ overflow:hidden;}
.footbar .widget-column ul li{ margin-bottom:4px; overflow:hidden;}
.footbar .wpyou_widget_SpecialCatList ul li, .footbar .widget_categories ul li, .footbar .widget_categories ul li, .footbar .widget_archive ul li{ float:left; padding-right:2%; width:48%;}

.footbar .widget_newsletterwidget form{ margin-top:15px; position:relative;}
.footbar .widget_newsletterwidget form p{ display:block;}
.footbar .widget_newsletterwidget .newsletter-email{ padding:5px 4%; width:92%; line-height:28px; border:1px solid #ccc; color:#888; background:#fff; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.footbar .widget_newsletterwidget .newsletter-submit{ padding:0 15px; height:40px; line-height:40px; color:#fff; background:#999; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; border:none; position:absolute; top:0; right:0; -webkit-transition:background 0.4s ease; -moz-transition:background 0.4s ease; -o-transition:background 0.4s ease; -ms-transition:background 0.4s ease; transition:background 0.4s ease;}
.footbar .widget_newsletterwidget .newsletter-submit:hover, .footbar .widget_newsletterwidget .newsletter-submit:active{ background:#f60;}

.footbar #wp-calendar{ width:94%;}
.footbar #wp-calendar th, .footbar #wp-calendar td{ border:1px solid #393939; background:none;}
#wp-calendar tbody tr td a:link, #wp-calendar tbody tr td a:visited{ font-weight:bold; color:#f30;}
#wp-calendar tbody tr td a:hover{ color:#eee;}
.footbar #wp-calendar tbody tr td:hover{ border:1px solid #444; color:#eee; background-color:#444;}

.friendlink{ padding-top:20px; border-top:1px solid #e9e9e9;}
.friendlink a{ padding:0 5px;}

/* Footer */
.footer{ margin:0 auto; padding:20px; width:100%; text-align:center; box-sizing:border-box; border-top:6px solid #eee; color:#666; background:#fff;}
.footer a:link, .footer a:visited{ color:#666;}
.footer a:hover{ color:#a62f3e;}
.footer p{ margin-bottom:8px;}

/* LiveChat */
.live-chat{ width:200px; position:fixed; top:32%; right:-160px; z-index:9; *position:absolute; *right:expression(eval(document.documentElement.scrollLeft))-180; *top:expression(eval(document.documentElement.scrollTop))-150;}
.live-chat .live-chat-bar{ float:left; padding:20px 10px; width:20px; font-size:16px; line-height: 1.2; text-align:center; color:#fff; background:#a62f3e; cursor:pointer; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px;}
.live-chat-box{ float:left; width:158px; display:none;}
.live-chat-box .chat-header{ padding:6px 6px 6px 15px; font-size:16px; color:#fff; background:#a62f3e; cursor:pointer; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px;}
.live-chat .live-chat-bar span, .live-chat-box .chat-header span{ float:left; width:24px; height:24px; text-align:center; font-size:12px;}
.live-chat span.cs{ background-position:0 center;}
.live-chat .live-chat-bar span.cs{ margin-bottom:6px;}
.live-chat .chat-header span.cs{ margin-left:6px; margin-right:6px;}
.live-chat .chat-header span.close{ float:right;}
.live-list{ padding:20px 15px; border:1px solid #e6e6e6; border-top:none; background:#fff;}
.live-list h4{ margin-bottom:15px; line-height:32px; text-align:center; color:#fff; background:#f70; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px;}
.live-list p{ margin-bottom:12px;}
.live-list img{ max-width:100%;}

/* Backtop */
.backToTop{ width:46px; height:46px; color:#fff; background-color:rgba(0,0,0,0.2); position:fixed; _position:absolute; right:25px; bottom:40px; _bottom:"auto"; cursor:pointer; display:none; z-index:9999; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.backToTop:hover{ color:#fff; background-color:rgba(0,0,0,0.25); text-decoration:none;}
.backToTop .iconfont{ line-height:46px; font-size:46px;}

/* AD */
#ad_coupleleft{ position:fixed; top:180px; left:10px; z-index:99; max-width:120px; text-align:center;}
#ad_coupleright{ position:fixed; top:180px; right:100px; z-index:99; max-width:300px; text-align:center;}
.closeadl, .closeadr{ display:block;}
#flyAd01, #flyAd02{ position:absolute; z-index:99;}  

/* Page - Memberlist */
.content-member .entry{ padding-bottom:30px;}
.member-list{ position:relative; padding-left:15px;}
.member-list a:link, .member-list a:visited{ color:#202020 !important;}
.member-list a:hover{ color:#f65e4f;}
.member-list dt{ width:110px; height:22px; text-align:center; line-height:22px; font-size:16px; color:#0362BA; border:1px solid #0362BA; border-radius:8px; margin-bottom:30px; margin-left:25px; position:relative;}
.member-list dd{text-align:center;line-height:22px;font-size:16px;color:#333333;margin-bottom:30px;width:12.5%;display:inline-block}
.member-list:before{content:'';position:absolute;left:11px;top:11px;height:100%;width:1px;border-left:1px dashed #0362BA}
.member-list:after{content:'';position:absolute;bottom:-14px;left:5px;width:13px;height:13px;background:url(images/spot.png) no-repeat center}
.member-list dt:before{content:'';position:absolute;top:4px;left:-37px;width:13px;height:13px;background:#fff url(images/spot.png) no-repeat center;z-index:999}
.member-list dt:after{content:'';position:absolute;width:25px;height:1px;background:#0362BA;left:-26px;top:10px;z-index:998}

/* Tabs - Friendlinks */
.links-box{ float:right; margin-left:25px;}
.friendlink{ display:flex;}
.friendlink img{ max-width:200px;}
.friendlink h3{ margin-bottom:15px; font-size:15px; border-bottom:2px solid #eee; height:38px;}
.friendlink h3 strong{ margin:0 7px; height:38px; line-height:32px; border-bottom:2px solid transparent; display:inline-block; cursor:pointer;}
.friendlink h3 strong.cur{ color:#d82929; border-bottom:2px solid #d82929;}
.friendlink h3 strong:first-child{ margin:0 7px 0 0;}
.friendlink .links{ display:none;}
.friendlink .show{ display:block;}
.friendlink .links a:first-child{ padding:0 5px 0 0;}

/****  Responsive CSS  ****/
@media only screen and (min-width:1440px){
	.inner{ width:1280px;}
}

@media only screen and (min-width:1025px) and (max-width:1439px){
	.inner{ width:1000px;}
}

@media only screen and (max-width:1024px){
	.inner{ width:960px;}
	#search-box #searchform #searchsubmit{ right:9px;}
	.navi li{ padding:0 3px; font-size:14px;}
	.navi li.menu-item-home, .navi li.nb{ padding:0 3px 0 0;}
	.navi li a, .navi li a:link, .navi li a:visited{ padding:0 15px;}
	
	.row-fluid h2, .row-fluid .content h3{ font-size:12px;}
	.row-fluid h2 b, .row-fluid .content h3 b{ padding:0 10px;}
	.row-fluid .tabs-cat-posts h2 span a{ font-size:12px;}
	
	.cat-post-list ul li.thumb{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #f2f2f2; height:auto;}
	.cat-post-list ul li.thumb .folio-thumb img{ width:140px; height:105px;}
	.cat-post-list ul li.thumb p{ height:66px; overflow:hidden;}
	
	.homebar .widget_nav_menu ul li a:link, .homebar .widget_nav_menu ul li a:visited{ height:38px; line-height:38px;}
}

@media only screen and (max-width:960px){
	.inner{ width:96%;}
	.topbar{ padding:5px 0;/* height:auto; line-height:inherit;*/}
	#cur-time, #mid-box{ display:none;}
	.topbar-lt, .topbar-rt{ display:inline;}
	.subnav{ float:none; padding-right:10px; display:inline;}
	.logo{ float:none; margin:10px auto; text-align:center;}
	.logo img{ max-width:90%; display:inline;}
	.header{ margin:0 auto; padding:0;}
	.header .inner{ width:100%;}
	
	.main-menu{ margin:0 auto; width:100%; line-height:46px; display:none; position:relative; z-index:9999;}
	.main-menu .inner{ width:100%;}
	.navi{ background:#f4f4f4;}
	.navi li{ float:none; width:100%; padding:0; font-size:16px; border-bottom:1px solid #e6e6e6; background:none;}
	.navi li a, .navi li a:link, .navi li a:visited{ padding:0 15px; color:#202020;}
	.navi li a:hover{ color:#fff; background:#a62f3e;}
	.navi li.current-menu-item a:link, .navi li.current-menu-item a:visited, .navi li.current-post-parent a, .navi li.current-post-ancestor a{ color:#fff; background:#a62f3e;}
	.navi li:hover a{ color:#a62f3e; background:none;}
	
	.navi li.menu-item-home a:link, .navi li.menu-item-home a:visited{ color:#202020; background:none;}
	.navi li.menu-item-home a:hover{ color:#a62f3e;}
	
	.navi li a.mean-clicked{ float:right; padding:0 !important; width:46px; height:46px; text-align:center; position:absolute; top:0; right:0; z-index:99; cursor:pointer;}
	.navi li.menu-item-has-children a.mean-clicked i{font-family:"iconfont"; font-size:20px; font-style:normal;}
	.navi li.menu-item-has-children a.mean-clicked i:before{ content:"\e9dc";}
	.navi li.menu-item-has-children a.mean-toggle i:before{ content:"\e9db";}
	
	.navi li.menu-item-has-children a.mean-clicked{ color:#999;}
	.navi li.menu-item-has-children a.mean-toggle{ color:#999; background:#e4e4e4;}
	.navi li.current-menu-item a.mean-clicked, .navi li.current-post-parent a.mean-clicked, .navi li.current-post-ancestor a.mean-clicked{ color:#fff;}
	.navi li.current-menu-item a.mean-toggle, .navi li.current-post-parent a.mean-toggle, .navi li.current-post-ancestor a.mean-toggle{ color:#999;}
	
	.navi li ul{ position:static; padding:0; width:100%; border:none; background:#e4e4e4; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}
	.navi li ul li{ font-size:14px; border:none; border-top:1px solid #ddd; background:none;}
	.navi li ul li a:link, .navi li ul li a:visited{ padding:0 0 0 30px; height:auto; text-align:left; color:#444; background:none;}
	.navi li ul li a:hover, .navi li:hover ul li a:hover{ color:#a62f3e; background:none;}
	.navi li ul li.menu-item-has-children:hover a{ color:#a62f3e; background:none;}
	
	.navi li ul li ul li a:link, .navi li ul li ul li a:visited{ padding:0 0 0 45px;}
	.navi li ul li.menu-item-has-children:hover ul li a.mean-clicked{ background:none;}
	
	#btn-so{ display:none;}
	#so-box{ float:none; margin:0 auto; padding:0; display:none;}
	#mobile-nav{ height:50px; line-height:50px; background:#a62f3e; display:block; position:relative;}
	#mobile-nav a{ padding:0 15px; color:#fff; display:inline-block; cursor:pointer; text-decoration:none; position:absolute; top:0;}
	#mobile-nav a .iconfont{ margin-right:8px;}
	#mobile-nav #mobile-menu{ left:0;}
	#mobile-nav #mobile-so{ right:0;}
	#search-box{ float:none; padding:20px 4%; width:92%; background:#f0f0f0;}
	#search-box #searchform{ background:none;}
	#search-box #searchform #ls{ padding:15px 4.5%; width:90%;}
	#search-box #searchform #searchsubmit{ padding:10px 0; height:100%; background-position:center 17px; cursor:pointer; position:absolute; right:10px; top:0;}
	#mobile-nav .actvie{ background-color:rgba(0,0,0,0.3) !important;}
	
	.featured-post h2{ font-size:24px;}
	.featured-post .headline-tags{ font-size:14px;}
	
	.slidershow{ height:auto;}
	.slidershow .inner{ width:100%;}
	.slideshow-swiper-container .swiper-wrapper .slide-text{ font-size:14px;}
	.banner img{ width:100%; height:auto;}
	
	.container, .content{ float:none; margin:0 auto}
	.container{ padding:20px 2.5%;}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4{ margin:0 auto;}
	.col-md-1 div, .col-md-2 div, .col-md-3 div, .col-md-4 div, .col-lt, .col-rt{ float:none; margin:0 0 20px 0; padding:6px 1.5% 8px; width:98%;}
	.crumb-box, .postlist li a{ float:none; width:100%;}
	/* .sidebar, .cs-div{ display:none !important;} */
	.sidebar{ float:none; margin-left:0; width:100%;}
	.cs-div{ display:none !important;}
	.pic-scroll-list .slide{ width:100%; height:auto;}
	
	.row-fluid h2, .row-fluid .content h3{ font-size:16px;}
	.row-fluid h2 b, .row-fluid .content h3 b{ padding:0 15px;}
	
	.row-fluid .content, #news-slider, .news .col-box-list, .homebar{ float:none; margin:0 auto; width:100%;}
	.row-fluid .content .cat-post-list, .row-fluid .content .tabs-cat-posts, .row-fluid .content .cat-pic-list, .row-fluid .content .cat-scroll-pic-list, .row-fluid .content .wpyou_widget_SpecialCatPosts, .row-fluid .content .wpyou_widget_RandomPosts, .row-fluid .content .wpyou_widget_StickyPosts, .row-fluid .content .widget_recent_comments, .row-fluid .content .wpyou_widget_MostCommentPosts, .row-fluid .content .wpyou_widget_RecentPosts, .row-fluid .content .wpyou_widget_SpecialCatPicPosts, .row-fluid .content .wpyou_widget_SpecialCatBigPicPosts, .row-fluid .content .gallery-slider, .row-fluid .widget_media_image, .row-fluid .widget_media_video, .row-fluid .widget_text, .row-fluid .widget_media_gallery{ float:none; margin:0 auto 15px; width:100%;}

	.row-fluid .content .cat-pic-list-full ul li{ width:48.5%; box-sizing:border-box;}
	.row-fluid .content .gallery-slider-full{ margin-right:0; width:100%;}
	.row-fluid .content .gallery-slider .bx-controls{ bottom:33px;}
	.row-fluid .content .gallery-slider .bx-controls .bx-pager{ display:inline-block !important;}
	
	.cat-pic-list ul li, .row-fluid .content .wpyou_widget_SpecialCatPicPosts ul li{ width:48%;}
	.cat-post-list ul li.thumb .folio-thumb img{ width:160px; height:120px;}
	.cat-scroll-pic-list ul li{ width:50%;}
	
	.column-list{ margin:0 auto;}
	.column{ float:none; margin:0 auto 15px; width:100%;}
	.breadcrumb{ display:none;}
	.cur-title b{ max-width:100%;}
	.piclist{ margin-left:-3%;}
	.piclist li{ margin-left:3%; width:47%;}
	.piclist-v{ margin-left:-3%;}
	.piclist-v li{ margin-left:3%; width:47%;}
	
	/* .homebar{ display:none;} */
	
	.meta-cats, .meta-views, .meta-font{ display:none;}
	
	.container-lt .content, .content{ margin-left:auto; margin-right:auto;}
	
	.entry-content{ font-size:16px; line-height:32px;}
	.entry-content p{ margin-bottom:20px;}
	.entry-content table{ max-width:100%; width:auto;}
	
	.gallery-columns-2 .item-content, .gallery-columns-3 .item-content, .gallery-columns-4 .item-content, .gallery-columns-5 .item-content, .gallery-columns-6 .item-content, .gallery-columns-7 .item-content, .gallery-columns-8 .item-content, .gallery-columns-9 .item-content, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item{ width:50%;}
	
	.gallery-columns-2 .item-content:nth-child(2n+1), .gallery-columns-3 .item-content:nth-child(2n+1), .gallery-columns-4 .item-content:nth-child(2n+1), .gallery-columns-5 .item-content:nth-child(2n+1), .gallery-columns-6 .item-content:nth-child(2n+1), .gallery-columns-7 .item-content:nth-child(2n+1), .gallery-columns-8 .item-content:nth-child(2n+1), .gallery-columns-9 .item-content:nth-child(2n+1), 
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(2n+1), .gallery-columns-4 .gallery-item:nth-child(2n+1), .gallery-columns-5 .gallery-item:nth-child(2n+1), .gallery-columns-6 .gallery-item:nth-child(2n+1), .gallery-columns-7 .gallery-item:nth-child(2n+1), .gallery-columns-8 .gallery-item:nth-child(2n+1), .gallery-columns-9 .gallery-item:nth-child(2n+1){ clear:both;}
	
	.prev-post, .next-post{ float:none; width:100%; height:28px; text-align:left;}
	
	.related ul.post-list li{ float:none; width:95%;}
	.related ul.thumb-list li{ margin:0 1.5% 15px; width:47%;}
	
	.wpagenavi a:link, .wpagenavi a:visited, .wpagenavi a:hover{ display:none;}
	.wpagenavi a.next, .wpagenavi a.previous{ padding:8px 60px; font-size:18px; display:inline-block;}
	
	#respond label{ float:none; padding:0; text-align:left; width:auto;}
	#author, #email, #url, #comment{ width:100%;}
	
	.footbar .widget-column{ width:auto;}
	.foot-lt, #our-sns, .foot-rt{ float:none; max-width:100%; text-align:center;}
	.foot-nav{ font-weight:700;}
	.foot-rt{ margin:40px auto 20px;}
	.copyright{ min-height:inherit; overflow:hidden;}
	#weixin{ left:25%; bottom:210px;}
	#ad_coupleleft,#ad_coupleright,.closeadl,.closeadr,#flyAd01,#flyAd02{ display:none;}
	
	.friendlink{ display:block; text-align:center;}
	.friendlink a{ padding:0 5px !important; width:auto !important;}
	.links-box{ float:none; margin-left:0; text-align:left;}
}

@media only screen and (max-width:480px){
	.inner{ width:100%;}
	.topbar .inner{ width:95%;}
	/*.topbar-lt, .topbar-rt{ float:none;}*/
	.featured-post h2{ font-size:18px;}
	.announce ul li{ width:auto;}
	.post .tool-box a{ margin:0;}
	.post .tool-box a span{ display:none;}
	
	.fixdiv{ position:fixed; top:0; left:0; z-index:98; width:100%; margin-left:-2.5%; background:#fff; padding:0 0 0 10px;}
	.tabs-list{ margin-bottom:30px; height:auto; clear:both; border:none; overflow:hidden;}
	.tabs-list li{ margin:0 auto; width:25%; font-size:14px; height:38px; line-height:38px; border-bottom:1px solid rgba(0,0,0,.15); background-color:rgba(0,0,0,.03); text-align:center; box-sizing:border-box; overflow:hidden;}
	.tabs-list li.active{ margin-top:0; height:38px; line-height:38px; border-bottom:1px solid #a62f3e;}
	
	.footbar .widget-column{ width:48%; min-height:200px;}
	.footbar .widget-column-last{ float:left; width:96%;}
	.footbar .widget-column:nth-child(2n+1){ clear:both;}
}

@media only screen and (max-width:320px){
	.postlist li span{ display:none;}
}