@charset "utf-8";

/*Theme Name: wpdx
Theme URI: http://www.wpdaxue.com/shop/wordpress-theme-wpdx
Description: A theme by <a href="http://www.cmhello.com" target="_blank">Changmeng Hu</a>.
Author: Changmeng Hu
Author URI: http://www.cmhello.com/
Version: 2.7
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
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,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

body {
    overflow-x: hidden;
    background: #323841;
    color: #666;
    font-size: 14px;
    font-family: "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #666;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%;
    font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

a:hover,
a:focus {
    color: #01417f;
    text-decoration: none;
    cursor: pointer;
}

p {
    line-height: 20px;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

ins {
    background-color: #ff9;
    color: #323841;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #323841;
    font-weight: bold;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

u {}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #EDEDED;
}

input,
select,
button,
textarea {
    vertical-align: middle;
    font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

.mt10 {
    margin-top: 10px;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.align-center {
    text-align: center;
}

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #323841;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    vertical-align: top;
}

.dropdown .caret {
    margin-top: 6px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #323841;
    list-style: none;
}

.dropdown-menu .divider {
    overflow: hidden;
    margin: 4px 0px;
    padding: 0;
    height: 1px;
    background-color: #323841;
    *width: 100%;
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    padding: 3px 10px;
    color: #ddd;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}

.dropdown-menu>li>a i {
    padding-right: 3px;
}

.dropdown-menu li a:hover,
.dropdown-menu .active a,
.dropdown-menu .active a:hover {
    background: #01417f;
    color: #fff;
}

.label-important,
.badge-important {
    background: #f74d4d;
    font-size: 13px;
}

.open {
    *z-index: 1000;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    position: static;
}

.collapse {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.collapse.in {
    height: auto;
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.nav>li>a {
    display: block;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #eee;
    text-decoration: none;
}

.nav>li>a>img {
    max-width: none;
}

.nav>.pull-right {
    float: right;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    color: #ddd;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
}

.nav li+.nav-header {
    margin-top: 9px;
}

.nav-list {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.nav-list>li>a,
.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list>li>a {
    padding: 3px 15px;
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    background-color: #08c;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.nav-list [class^="fa-"],
.nav-list [class*=" fa-"] {
    margin-right: 2px;
}

.nav-list .divider {
    overflow: hidden;
    margin: 9px 1px;
    height: 1px;
    border-bottom: 1px solid #fff;
    background-color: #eee;
    *width: 100%;
    *margin: -5px 0 5px;
}

.nav-tabs,
.nav-pills {
    *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs>li,
.nav-pills>li {
    float: left;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    margin-right: -1px;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid transparent;
    line-height: 24px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: #eee #eee #ddd;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    color: #666;
    cursor: default;
}

.tab-content {
    overflow: auto;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.navbar .nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    content: '';
}

.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #323841;
    border-left: 6px solid transparent;
    content: '';
}

.navbar-inverse .nav li.dropdown>a:hover .caret,
.navbar-inverse .nav li.dropdown>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    padding: 8px;
    max-width: 200px;
    width: auto;
    background: #323841;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #323841;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #323841;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #323841;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #323841;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #eee;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading h5 {
    width: 70%;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #eee;
}

/* poptip */
.poptip {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 10px 5px;
    border: solid 1px #FFBB76;
    border-radius: 2px;
    background-color: #FFFCEF;
    box-shadow: 0 0 3px #ddd;
    color: #DB7C22;
    font-size: 12px;
    line-height: 16px;
    *padding: 7px 10px 4px;
}

.poptip-arrow {
    position: absolute;
    overflow: hidden;
    text-shadow: 0 0 2px #EDEDED;
    font-style: normal;
    font-size: 12px;
    font-family: simsun;
}

.poptip-arrow em,
.poptip-arrow i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

.poptip-arrow em {
    color: #FFBB76;
}

.poptip-arrow i {
    color: #FFFCEF;
    text-shadow: none;
}

.poptip-arrow-top,
.poptip-arrow-bottom {
    left: 12px;
    margin-left: -6px;
    width: 12px;
    height: 6px;
}

.poptip-arrow-left,
.poptip-arrow-right {
    top: 12px;
    margin-top: -6px;
    width: 6px;
    height: 12px;
}

.poptip-arrow-top {
    top: -6px;
}

.poptip-arrow-top em {
    top: -1px;
}

.poptip-arrow-top i {
    top: 0px;
}

.poptip-arrow-bottom {
    bottom: -6px;
}

.poptip-arrow-bottom em {
    top: -8px;
}

.poptip-arrow-bottom i {
    top: -9px;
}

.poptip-arrow-left {
    left: -6px;
}

.poptip-arrow-left em {
    left: 1px;
}

.poptip-arrow-left i {
    left: 2px;
}

.poptip-arrow-right {
    right: -6px;
}

.poptip-arrow-right em {
    left: -6px;
}

.poptip-arrow-right i {
    left: -7px;
}

/********************************************/
/* Top user navigation */
#top-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    margin: 0;
    width: 100%;
    height: 48px;
    background: #323841;
}

#top-bar>ul #qqqun a {
    background: #01417f;
}

#top-bar>ul #qqqun a:hover {
    background: #8463A9;
}

#top-bar>ul #swb {
    float: left;
    margin-top: 13px;
}

#top-bar>ul #qq a {
    float: left;
    padding: 0;
    background: none;
}

#top-bar>ul li.wx .weixin {
    display: none;
    position: absolute;
    top: 35px;
    left: -60px;
    width: 200px;
    padding: 5px;
    background: #01417f;
    z-index: 999;
}

#top-bar>ul li.wx:hover .weixin {
    display: block;
}

#top-bar>ul {
    margin: 0;
    margin-left: 2px;
    padding: 0;
    list-style: none;
}

#top-bar>ul>li {
    position: relative;
    float: left;
    margin: 13px 10px 0 0;
    list-style-type: none;
}

#top-bar>ul>li>a {
    display: block;
    padding: 3px 10px;
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #01417f;
    color: #f8f8f8;
    font-size: 14px;
}

#top-bar>ul>li>a:hover {
    background: #8463A9;
}

#top-bar>ul>li.open>a {
    background: #8463A9;
}

#top-bar>ul>li>a>.label {
    display: inline-block;
    margin: -2px 4px 0;
    padding: 1px 4px 1px;
    vertical-align: middle;
}

#top-bar>ul ul>li>a {
    color: #ddd;
    text-align: left;
    font-size: 14px;
}

#top-bar>ul ul>li>a:hover {
    background: #8463A9;
    color: #f8f8f8;
}

.user-login {
    margin: 20px 10px;
    width: 200px;
    color: #ddd;
}

.user-login li {
    margin: 10px 0;
    color: #ddd;
    width: 100%;
}

.user-login li a.pw-reset {
    color: #ddd;
    background: none;
    margin-left: 5px;
}

.user-login li a.pw-reset:hover {
    color: #fff;
}

.user-login li input,
.user-login li a {
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

.user-login li input {
    margin-left: 5px;
    border: none;
    background: #f8f8f8;
}

.user-login li input.ipt {
    width: 164px;
    height: 20px;
    padding: 3px;
}

.user-login li input.login-btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #01417f;
    color: #f8f8f8;
    cursor: pointer;
    width: 190px;
    height: 30px;
}

.user-login li input.login-btn:hover {
    background: #8463A9;
}

.user-dashboard {
    width: 140px;
}

#top-bar>ul .user-dashboard li a:hover {
    background: #01417f;
}

.user-dashboard li i {
    margin: 0 5px;
}

#top-bar>ul .user-dashboard li.current-menu-item a {
    color: #f8f8f8;
}

#top-bar>ul .user-btn a {
    padding: 3px 12px 4px 12px;
    height: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #E14D43;
    font-size: 14px;
    -
}

#top-bar>ul .user-btn a i {
    padding-right: 5px;
}

#top-bar>ul .user-reg a {
    background: #F58B3C;
}

/* logo */
#logo {
    position: relative;
    z-index: 0;
    width: 490px;
    height: 70px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

#logo .logoimg {
    overflow: hidden;
    width: 490px;
    height: 70px;
    background: url("../images/cfdsc-logo.png") no-repeat scroll 0 0 transparent;
    line-height: 48px;
}

#logo .logoimg a {
    display: block;
    text-indent: -9999px;
}

/* ------------------------------------ */
/* header:search
/* ------------------------------------ */
#search {
    z-index: 1000;
    float: right;
}

.toggle-search {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    padding: 13px;
    display: block;
    background: #01417f;
}

.gecko .toggle-search {
    padding: 12px;
    line-height: 21px;
}

.search-expand {
    display: none;
    background: #01417f;
    position: absolute;
    top: 48px;
    right: 0;
    width: 300px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.search-expand-inner {
    padding: 12px 0 12px 15px;
}

.searchform div {
    position: relative;
}

.searchform div input {
    padding: 5px 40px 5px 5px;
    line-height: 24px;
    border: none;
    width: 225px;
    float: left;
}

.searchform div #submit-bt {
    border: none;
    padding: 4px 10px;
    font-size: 16px;
    background: #fff;
    margin-left: -40px;
    height: 32px;
    margin-top: 1px;
    overflow: hidden;
    cursor: pointer;
    color: #eee;
}

.searchform div #submit-bt:hover {
    color: #aaa;
}

/* main-nav Navigation */
#main-nav {
    position: fixed;
    top: 86px;
    z-index: 9;
    display: block;
    float: left;
    width: 180px;
}

#main-nav>ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 180px;
    list-style: none;
}

#main-nav>ul li {
    position: relative;
    display: block;
    float: none;
}

#main-nav>ul>li:hover>ul {
    display: block;
}

#main-nav>ul>li>a {
    display: block;
    padding: 13px 0 13px 15px;
    color: #ddd;
}

#main-nav i {
    margin-right: 10px;
}

#main-nav>ul>li>a>.label {
    float: right;
    margin: 0 20px 0 0;
    padding: 3px 5px 2px;
    background-color: #F66;
}

#main-nav>ul>li>a:hover {
    background: #8463A9;
    color: #f8f8f8;
}

#main-nav .caret {
    margin: 6px 10px 0 10px;
    border-top: 5px solid #ddd;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    float: right;
}

#main-nav>ul ul {
    position: absolute;
    top: 0;
    left: 180px;
    display: none;
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 150px;
    background-color: #323841;
    list-style: none;
    border-left: 2px solid #01417f;
    z-index: 99;
}

#main-nav>ul ul li:hover>ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

#main-nav>ul li ul li a {
    display: block;
    padding: 14px 25px;
    color: #ddd;
    white-space: nowrap;
}

#main-nav>ul li ul li a:hover {
    background: #8463A9;
    color: #f8f8f8;
}

#main-nav>ul li ul li.active a {
    background-color: #01417f;
    color: #f8f8f8;
}

#main-nav>ul li ul li:first-child a {
    border-top: 0;
}

#main-nav>ul li ul li:last-child a {
    border-bottom: 0;
}

.current-post-ancestor,
.current-menu-ancestor,
.current-menu-parent,
.current-menu-item {
    background: #01417f;
    color: #f8f8f8;
}

#main-nav .current-post-ancestor a,
#main-nav .current-menu-ancestor a,
#main-nav .current-menu-parent a,
#main-nav .current-menu-item a {
    background: url("../images/menu-active.png") no-repeat scroll right center transparent;
    color: #f8f8f8;
}

#main-nav .sub-menu a {
    background: none;
}

#main-nav li a i {
    /*opacity:.8;*/
}

/* Content */
#main-content {
    position: relative;
    margin-right: 0;
    margin-left: 180px;
    padding-bottom: 25px;
    min-height: 100%;
    width: auto;
    background: none repeat scroll 0 0 #EDEDED;
    margin-top: 48px;
}

#content-header {
    /*position:absolute;*/
    z-index: 20;
    /*margin-top:-38px;*/
    width: 100%;
}

#content-header h1 {
    position: relative;
    float: none;
    margin-left: 20px;
    color: #555555;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    font-size: 28px;
}

#content-header .btn-group {
    position: absolute;
    right: 20px;
    float: right;
}

#content-header h1,
#content-header .btn-group {
    margin-top: 20px;
}

#content-header .btn-group .btn {
    padding: 11px 14px 9px;
}

#content-header .btn-group .btn .label {
    position: absolute;
    top: -7px;
}

.container-fluid {
    margin-bottom: -20px;
    max-width: 1460px;
}

.container-fluid .row-fluid:first-child {
    margin-top: 20px;
}

/* Breadcrumb */
#breadcrumb {
    padding: 11px;
    border-bottom: 1px solid #E1E1E1;
    background-color: #fff;
}

#breadcrumb a,
#breadcrumb span {
    padding: 0 2px;
}

#breadcrumb a i {
    margin: 0 5px;
}

#top-announce {
    padding: 11px 20px;
    border-bottom: 1px solid #E1E1E1;
    background-color: #fff;
    line-height: 15px;
}

#top-announce i {
    margin-right: 10px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2.127659574468085%;
    min-height: 30px;
    width: 100%;
    *margin-left: 2.074468085106383%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.container-fluid:after {
    clear: both;
}

/* follows */
.follows {
    padding: 16px 13px 16px 10px;
    min-height: 24px;
    border-bottom: solid 1px #EDEDED;
}

.follows ul li {
    background: none;
}

.follows li a {
    display: block;
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background: url(../images/social24.png) no-repeat;
    text-indent: -9999px;
    opacity: 0.7;
}

.follows li a:hover {
    opacity: 1;
}

.follows li.website a {
    background-position: 0 0;
}

.follows li.sina_weibo a {
    background-position: 0 -68px;
}

.follows li.qq_weibo a {
    background-position: 0 -102px;
}

.follows li.rss a {
    background-position: 0 -238px;
}

.follows li.email a {
    background-position: 0 -170px;
}

.follows li.qq a {
    background-position: 0 -34px;
}

.follows li.twitter a {
    background-position: 0 -204px;
}

.follows li.google_plus a {
    background-position: 0 -136px;
}

.follows li.archive a {
    width: 78px;
    height: 24px;
    background: url(../images/archive.png) no-repeat;
}

.follows li.donate a {
    width: 78px;
    height: 24px;
    background: url(../images/donate.png) no-repeat;
}

.follows li {
    display: inline;
    float: left;
    margin-right: 4px;
    height: 24px;
    text-align: center;
    line-height: 190%;
}

.social-icons {
    padding: 10px 0;
}

.social-icons .follows,
.social-icons .popup-follow-feed,
.social-icons .popup-follow-mail {
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
}

.social-icons .follows {
    margin-bottom: 15px;
}

.social-icons .follows li {
    float: left;
    width: 28px;
    background: none;
}

.social-icons .follows li a {
    margin-left: 0;
}

.social-icons p {
    margin-bottom: 15px;
}

.social-icons .popup-follow-feed .ipt {
    width: 72%;
}

.social-icons .popup-follow-feed .feed-to a {
    margin-right: 8px;
}

.social-icons .ipt {
    padding: 4px;
    border: 1px solid #eee;
    color: #999;
}

.social-icons .popup-follow-mail {
    margin-top: 10px;
}

.social-icons .popup-follow-mail .ipt {
    width: 70%;
}

.social-icons .popup-follow-mail .btn {
    float: right;
    margin-right: 2px;
    width: 24%;
    max-width: 120px;
    padding: 5px 2%;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #01417f;
    color: #fff;
    cursor: pointer;
}

.social-icons .popup-follow-mail .btn:hover {
    background: #8463A9;
}

/*登录注册页面*/
#wpuf-login-form {
    width: 360px;
    margin: 20px auto;
}

#wpuf-login-form p {
    text-indent: 0;
    line-height: 40px;
}

#wpuf-login-form input {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
}

#wpuf-login-form label {
    display: inline-block;
    width: 60px;
}

#wpuf-login-form .forgetmenot label {
    display: inline-block;
    width: 300px;
}

#wpuf-login-form p.submit input {
    min-width: 130px;
    padding: 8px 30px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #01417f;
    color: #fff;
    cursor: pointer;
}

#wpuf-login-form p.submit input:hover {
    background: #8463A9;
}

#lostpasswordform label {
    display: inline-block;
    width: 160px;
}

.wpuf-user-loggedin {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}

.wpuf-user-loggedin img {
    width: 96px;
    height: 96px;
}

.entry .wpuf-user-loggedin li {
    list-style: none;
    padding: 0;
    margin: 0
}

/* Widgets */
.widget-box {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    border-top: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    background: none repeat scroll 0 0 #fff;
}
.page .widget-box{
    min-height: calc(100vh - 455px);
}

.widget-title h2 {
    margin: 0;
    padding: 14px 14px 14px 50px;
    font-size: 14px;
    line-height: 12px;
}

.widget-box.widget-calendar,
.widget-box.widget-chat {
    overflow: hidden !important;
}

.accordion .widget-box {
    margin-top: -2px;
    margin-bottom: 0;
}

.widget-box.widget-plain {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    background: transparent;
}

.widget-title {
    height: 40px;
    border-bottom: 1px solid #E1E1E1;
    background: #F8F8F8;
}

.widget-title .nav-tabs {
    border-bottom: 0 none;
}

.widget-title .nav-tabs li a {
    margin: 0;
    padding: 9px 10px 8px;
    outline: medium none;
    border-top: medium none;
    border-right: 1px solid #DDDDDD;
    border-bottom: medium none !important;
    border-left: 1px solid #DDDDDD;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

.widget-title .nav-tabs li:first-child a {
    border-left: medium none !important;
}

.widget-title .nav-tabs li a:hover {
    border-width: 0 1px;
    border-color: #D6D6D6;
    background-color: transparent !important;
    color: #2b2b2b;
}

.widget-title .nav-tabs li.active a {
    background-color: #fff !important;
    color: #666;
}

.widget-title span.icon {
    float: left;
    padding: 10px 13px;
    min-width: 13px;
    border-right: 1px solid #dadada;
    line-height: 20px;
}

.widget-title h3 {
    float: left;
    margin: 0;
    padding: 14px;
    color: #666;
    line-height: 12px;
}

.widget-title .more {
    float: right;
    margin: 12px 10px 0 0;
}

.widget-title .more a {
    text-decoration: underline;
}

.widget-title .label {
    float: right;
    margin: 9px 11px 0 0;
    padding: 3px 5px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #fff;
}

.widget-calendar .widget-title .label {
    margin-right: 190px;
}

.widget-content {
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.widget-box.widget-plain .widget-content {
    padding: 12px 0 0;
}

.widget-box.collapsible .collapse.in .widget-content {}

.row-fluid .span12 {
    margin-left: 0;
}

.row-fluid .span4:nth-child(3n+1) {
    margin-left: 0;
}

.row-fluid .first-column {
    margin-left: 0;
    clear: left;
}

/*bxslider*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    display: block;
    width: 100%;
    height: 293px;
    object-fit: cover;
}

.bx-wrapper .bx-viewport {
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    min-height: 50px;
    width: 100%;
    height: 100%;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
}

.bx-wrapper .bx-pager {
    top: 20px;
    right: 0;
    z-index: 98;
    width: 30%;
    height: 30px;
    color: #666;
    text-align: center;
    font-weight: bold;
    font-size: .85em;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    margin: 0 5px;
    width: 14px;
    height: 14px;
    outline: 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #858585;
    -webkit-box-shadow: 0 0 15px #fff;
    box-shadow: 0 0 5px #fff;
    text-indent: -9999px;
    rgba(255, 255, 255, .6),
    inset 0 0 10px rgba(255, 255, 255, 1);
    rgba(255, 255, 255, .6),
    inset 0 0 10px rgba(255, 255, 255, 1);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FF9900;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    z-index: 9999;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    outline: 0;
    text-indent: -9999px;
    display: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper:hover .bx-controls-direction a {
    display: block;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    margin: 0 3px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 80%;
    text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #666\9;
    background: rgba(80, 80, 80, 0.80);
}

.bx-wrapper .bx-caption span {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

#home-slider .widget-content {
    padding: 15px;
}

.side-slider .bx-caption span {
    font-size: 14px;
}

.home-ggg430 .widget-content {
    padding: 15px 17px;
}

/* 首页第一行（幻灯片 span8 + 右侧 span4）左右两栏等高 */
@media screen and (min-width:769px) {

    .home-fluid>.row-fluid:first-child {
        display: flex;
        align-items: stretch;
    }

    /* 清除浮动用的伪元素在 flex 下会变成多余的 flex 项 */
    .home-fluid>.row-fluid:first-child:before,
    .home-fluid>.row-fluid:first-child:after {
        display: none;
    }

    .home-fluid>.row-fluid:first-child>[class*="span"] {
        display: flex;
        float: none;
        flex: 0 0 auto;
        flex-direction: column;
    }

    .home-fluid>.row-fluid:first-child>[class*="span"]>.widget-box {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }

    .home-fluid>.row-fluid:first-child>[class*="span"]>.widget-box>.widget-content {
        flex: 1 1 auto;
    }

    /* 轮播图撑满左栏：.widget-content 是 content-box，其内容盒高度已排除上下 15px 内边距
       （见 #home-slider .widget-content），.bx-wrapper 取满 100% 后，
       图片高度即"widget-content 高度 - 上下内间距"。
       注意 .bx-wrapper 带 margin:0 auto，不能把 .widget-content 改成 flex 容器，
       否则交叉轴 auto 外边距会取消 stretch，宽度塌陷导致 bxSlider 算错 slide 宽度 */
    #home-slider .bx-wrapper {
        height: 100%;
        min-height: 293px;
        /* 右栏较矮时保底，不低于原来的高度 */
    }

    /* bxSlider 会给 .bx-viewport 写行内 height，必须用 !important 覆盖 */
    #home-slider .bx-viewport {
        height: 100% !important;
    }

    /* fade 模式下 li 是 position:absolute，包含块是 .bx-viewport */
    #home-slider .bxslider,
    #home-slider .bxslider>li {
        height: 100%;
    }

    #home-slider .bxslider>li>a {
        display: block;
        height: 100%;
    }

    #home-slider .bx-wrapper img {
        height: 100%;
        object-fit: cover;
    }
}

.ggg430 {
    max-width: 430px;
    width: 100%;
    height: auto;
}

.gggpost-below {
    margin: 10px 0;
}

.container-fluid .gggtop,
.gggbottom {
    margin-bottom: 20px;
}

.container-fluid .gggbottom {
    margin-bottom: 15px;
}

.gggtop-right {
    position: absolute;
    top: 45px;
    right: 0;
    max-height: 60px;
    overflow: hidden;
}

.gggtop-right img {
    max-height: 60px;
    width: auto;
}

.post-meta {
    margin: 10px 0;
    line-height: 20px;
}

.post-meta span {
    margin-right: 10px;
    color: #999;
}

.post-meta span a {
    margin-right: 8px;
    color: #999;
}

.post-meta span a:hover {
    color: #01417f;
}

.post-meta span i {
    margin-right: 3px;
}

.news-list {
    margin: 0;
    padding: 0;
    width: auto;
}

.news-list li {
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.news-list li a {
    display: inline-block;
    overflow: hidden;
    width: 78%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li a i {
    margin-right: 5px;
}

.news-list li span {
    float: right;
    margin: 0;
    padding: 0;
    max-width: 90px;
    width: 15%;
    color: #999;
    text-align: right;
    line-height: 24px;
}

.news-list li.most-view a {
    width: 72%;
}

.news-list li.most-view span {
    width: 24%;
}

.pic-list {
    overflow: hidden;
    padding: 20px;
    max-height: 340px;
}

.pic-list .bx-prev {
    left: -12px;
}

.pic-list .bx-next {
    right: -12px;
}

.cat-scroll {
    margin: 0;
    width: 100%;
}

.cat-scroll li {
    width: 17.33119266055046%;
    height: auto;
}

.cat-scroll img {
    width: 100%;
}

.column2 ul {
    margin: 0;
}

.first-posts {
    margin-top: 5px;
}

.first-posts .post-thumbnail {
    float: left;
    margin-right: 2%;
    max-width: 330px;
    max-height: 200px;
    width: 38%;
    height: auto;
}

.first-posts h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /*display:inline-block; overflow: hidden;width: 99%;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 10px;*/
}

.first-posts p {
    margin: 0;
    color: #999;
    line-height: 24px;
}

.other-news {
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.other-news a {
    display: inline-block;
    overflow: hidden;
    width: 78%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.other-news a i {
    margin-right: 5px;
}

.other-news span {
    float: right;
    margin: 0;
    padding: 0;
    max-width: 90px;
    width: 15%;
    color: #999;
    text-align: right;
    line-height: 24px;
}

.other-posts {
    float: left;
    margin: 5px 0;
    padding: 3px 0;
    width: 49%;
    /*height: 60px;*/
}

.other-posts .post-thumbnail {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.other-posts .post-thumbnail img {
    padding: 4px;
    border: 1px solid #eee;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -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;
}

.other-posts .post-thumbnail 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);
}

.other-posts h3 {
    font-weight: normal;
    line-height: 16px;
}

.other-posts span,
.wide-box .other-posts span a {
    color: #999;
    line-height: 16px;
}

.column2 .first-posts {
    padding-bottom: 10px;
}

.column2 .first-posts .post-thumbnail {
    margin-bottom: 10px;
}

.column2 .other-posts {
    margin: 2px 0;
    width: 100%;
}

.two-row .other-posts:nth-child(even),
.two-row .other-news:nth-child(even),
.home-tabs .other-posts:nth-child(even),
.home-tabs .other-news:nth-child(even) {
    margin-left: 0;
    width: 48.5%;
}

.three-row .other-posts {
    margin-left: 0;
    width: 33.33333%;
}

.three-row .other-posts:nth-child(3n+1) {
    margin-left: 1%;
    width: 32.3333%;
}

.three-row .other-news:nth-child(1n+1) {
    margin: 0 0.5%;
    width: 32.3333%;
}

.three-row .bt10 {
    margin-bottom: 10px;
}

.pic-box ul {
    margin-right: -0.5%;
    margin-left: -0.5%;
}

.pic-box li {
    float: left;
    margin: 0.85% 0.75%;
    width: 18.4%;
    background: #eee;
}

.pic-box li .row-title {
    margin: 5px;
    height: 40px;
    display: block;
    line-height: 20px;
    overflow: hidden;
    /*font-weight: 600;*/
}

.pic-box li.style-row {
    float: left;
    margin: 0.85% 0.75%;
    width: 18.4%;
    background: #eee;
}

.pic-box li.style-row .row-title {
    margin: 5px;
    height: 40px;
    display: block;
    line-height: 20px;
    overflow: hidden;
    /*font-weight: 600;*/
}

.pic-box .post-thumbnail img {
    width: 100%;
    height: 132px;
    object-fit: cover;
    display: block;
    /*border: 1px solid #eee;*/
}

.pic-box li.first-pic {
    position: relative;
    width: 38.3%;
}

.pic-box li.first-pic img {
    width: 100%;
    height: auto;
}

.pic-box li.first-pic a.first-pic-title {
    font-size: 16px;
    background: #01417f;
    color: #fff;
    padding: 13px 3%;
    width: 94%;
    height: 16px;
    display: inline-block;
    overflow: hidden;
}

.pic-box li.first-pic h3 a.first-pic-title {
    position: absolute;
    bottom: -3.7%;
    left: 0;
    font-weight: normal;
}

.pic-box li.first-pic .summary {
    margin: 10px 5px;
    height: 44px;
    overflow: hidden;
}

.home-users li {
    width: 9%;
    /*min-width: 90px; */
    float: left;
    margin: 10px .5%;
    background: #eee;
}

.home-users li p {
    margin: 3px 5px;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}

.home-users li img {
    width: 100%;
    height: auto;
}

#archive-head {
    padding: 15px;
    background: #F8F8F8;
}

#archive-head h1 {
    margin-bottom: 10px;
    font-size: 20px;
}

#archive-head .rss-cat-icon i {
    color: #F74D4D;
}

.archive-list ul {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}

.archive-list li {
    /*clear: both;*/
    width: 100%;
    list-style: none;
}

.archive-list li:hover h2 a {
    color: #01417f;
}

.archive-list p {
    line-height: 22px;
}

.archive-list p.post-meta {
    line-height: 20px;
}

.archive-list span {
    margin-right: 1.5%;
    color: #999;
}

.archive-list span a {
    color: #999;
}

.archive-list span i {
    padding-right: 3px;
    color: #999;
    line-height: 13px;
}

.archive-list span a {
    margin-right: 8px;
}

.archive-list li.row-thumb {
    float: left;
    margin: 2% 1.15%;
    width: 31%;
    background: #eee;
}

.archive-list li.row-thumb .row-title {
    margin: 5px;
    height: 40px;
    display: block;
    line-height: 20px;
    overflow: hidden;
}

.archive-thumb {
    margin-bottom: 30px;
}

.archive-thumb:last-child {
    margin-bottom: 15px;
}

.archive-thumb:hover h2 a {
    color: #01417f;
}

.archive-thumb img {
    float: right;
    margin-left: 2.8169014084507%;
    max-width: 330px;
    width: 25.35211267605634%;
    min-width: 150px;
    height: auto;
    border: 1px solid #eee;
}

.archive-thumb .float-left img {
    float: left;
    margin-right: 2.8169014084507%;
    margin-left: 0;
}

.archive-thumb img:hover {
    border: 1px solid #ccc;
}

.archive-thumb h2 {
    margin: 0 -15px 20px -15px;
    padding: 8px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #FDFDFD;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.archive-thumb p {
    line-height: 24px;
}

.archive-thumb .post-meta {
    margin: 15px 0;
}

.original-thumb .original-thumb-img {
    text-align: center;
}

.original-thumb img,
.original-thumb .float-left img {
    float: none;
    max-width: 98%;
    width: auto;
    height: auto;
    margin: 0 auto 10px auto;
}

.archive-mobile {
    margin: 10px 0;
}

.archive-mobile .pic img {
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
}

.archive-mobile .pic img:hover {
    border: 1px solid #ccc;
}

.archive-mobile h2 {
    font-weight: normal;
    line-height: 23px;
    height: 48px;
    overflow: hidden;
}

.archive-simple {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.archive-simple h2 {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

.archive-simple h2 a i {
    margin-right: 5px;
}

.archive-simple p.post-meta {
    float: right;
    width: 36%;
}

.archive-simple span {
    margin-right: 5px;
}

.archive-simple p.post-meta span a {
    margin-right: 0;
}

.archive-big {
    position: relative;
    margin: 20px 0 30px 0;
    border-bottom: 1px solid #eee;
}

.archive-big:last-child {
    border: none;
    margin-bottom: 15px;
}

.archive-big h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #01417f;
    font-weight: normal;
    font-size: 18px;
}

.archive-big img {
    width: 99.8%;
    border: 1px solid #eee;
}

.archive-big img:hover {
    border: 1px solid #ccc;
}

.archive-big h2 a,
.archive-list .archive-big:hover h2 a {
    color: #fff;
}

.archive-big p {
    margin: 15px 0;
}

.archive-content h2 {
    margin: 0 -15px 20px -15px;
    padding: 8px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #FDFDFD;
    font-size: 18px;
    line-height: 24px;
}

.blog-layout {
    margin: 0;
    border: none;
    background: #EDEDED;
}

.blog-layout .archive-thumb {
    margin-bottom: 20px;
    padding: 0 15px 20px 15px;
    width: auto;
    border: 1px solid #E1E1E1;
    background: #fff;
}

.blog-layout .archive-thumb h2 {
    margin-top: 0;
    border-top: 0;
    background: #F8F8F8;
}

.row-layout {
    padding: 7px;
    border-bottom: 1px solid #E1E1E1;
}

.row-layout .page-nav {
    margin-left: 10px;
}

.row-layout li.row-thumb {
    float: left;
    margin: 2% 1.15%;
    width: 31%;
    background: #eee;
}

.row-layout li.row-thumb .row-title {
    margin: 5px;
    height: 40px;
    display: block;
    line-height: 20px;
    overflow: hidden;
}

.blog-layout .archive-big {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px;
    width: auto;
    border: 1px solid #E1E1E1;
    background: #fff;
}

.blog-layout .archive-big h2 {
    top: 15px;
    left: 15px;
    width: auto;
}

.blog-layout .archive-thumb:last-child,
.blog-layout .archive-big:last-child {
    margin-bottom: 0;
}

.blog-layout .simple-title {
    padding: 10px 15px;
    border: 1px solid #E1E1E1;
    background: #fff;
}

.blog-layout .archive-simple:last-child {
    border-bottom: none;
}

.page-nav {
    float: left;
    padding: 15px 0;
    width: 100%;
}

.page-nav a {
    float: left;
    margin-right: 20px;
    color: #999;
}

.page-nav a,
.page-nav span {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 8px 11px;
    border: 1px solid #E1E1E1;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #fff;
    color: #999;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.page-nav span.current,
.page-nav a:hover {
    background: #01417f;
    color: #fff;
}

.page-nav a:hover {
    color: #fff;
}

/* Post Elements */
.single-post {
    z-index: 1;
}
.widget-box .single-post{
    padding:10px 66px;
    padding-bottom: 30px;
}

#post-header .post-title {
    float: left;
    padding: 10px 0;
    width: 84%;
    font-size: 20px;
    line-height: 26px;
}

#post-header .page-title {
    padding: 10px 0;
    font-size: 20px;
    line-height: 28px;
}

#post-header .wpfp-span {
    position: relative;
    float: right;
    margin-top: 8px;
    width: 80px;
}

#post-header .wpfp-span img {
    position: absolute;
    top: 2px;
    left: 3px;
}

.wpfp-span i.add {
    color: #F74D4D;
    font-size: 22px;
}

.wpfp-span i.remove {
    color: #999;
    font-size: 22px;
}

.wpfp-span .poptip {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 3px;
    width: 30px;
    box-shadow: none;
    text-align: center;
    line-height: 13px;
    *padding: 3px;
}

.wpfp-span .poptip-arrow {
    text-shadow: none;
}

.wpfp-span .poptip-arrow-left {
    top: 10px;
}

#post-header .post-meta {
    width: 100%;
}

#post-header {
    margin: -10px -66px 10px -66px;
    padding: 10px 15px;
    background: #F8F8F8;
}

.post-qrcode {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    width: 80px;
    height: 80px;
    border-right: 1px solid #DADADA;
}

.entry {
    position: relative;
    /*overflow: hidden;*/
    margin-top: 60px;
    width: auto;
    color: #444;
    font-size: 14px;
    line-height: 200%;
}

.not-found {
    border-bottom: 1px solid #E1E1E1;
}

.entry .searchform {
    margin: 30px;
    padding-bottom: 30px;
}

.entry .searchform .screen-reader-text {
    display: none;
}

.entry h2 {
    margin: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #666;
    font-size: 20px;
    line-height: 30px;
}

.entry h3 {
    margin: 15px 0;
    padding-left: 10px;
    border-bottom: 1px solid #f2f2f2;
    color: #666;
    font-size: 18px;
    line-height: 28px;
}

.entry h4 {
    margin: 10px 0;
    padding-left: 20px;
    border-bottom: 1px solid #f2f2f2;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}

.entry h5 {
    margin: 10px 0;
    padding-left: 30px;
    border-bottom: 1px solid #f2f2f2;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.entry p {
    margin: 5px 0 10px;
    color: #666;
    font-size: 14px;
    line-height: 180%;
}

.p-text-indent .entry p {
    text-indent: 2em;
}

.entry a {
    color: #01417f;
    text-decoration: none;
}

.entry a:hover {
    color: #E14D43;
}

.entry em {
    padding: 0 2px;
    color: #A40000;
}

.entry strong {
    color: #666;
    font-weight: bold;
}

.entry blockquote {
    margin: 15px 0;
    padding: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 8px solid #eee;
    background: #fcfcfc;
}

.entry ol,
.entry ul {
    padding: 5px 10px;
}

.entry ol li {
    margin-left: 20px;
    list-style: decimal;
}

.entry ul li {
    margin-left: 20px;
    list-style: circle;
}

.entry th,
.entry td {
    padding: 8px;
}

.entry th {
    background: #fff;
}

.entry img {
    padding: 5px;
    max-width: 96%;
    height: auto;
    border: 1px solid #eee;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.entry .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.entry .alignright {
    display: inline;
    float: right;
    margin: -15px 0 -15px 10px;
}

.entry .alignleft {
    display: inline;
    float: left;
    margin: -15px 10px -15px 0;
}

.entry .wp-caption {
    border: 1px solid #eee;
    text-align: center;
    background: #fcfcfc;
    padding-top: 5px;
    margin: 10px 1%;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 98%;
}

.entry .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 98%;
}

.entry .wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px 5px;
    margin: 0;
    text-indent: 0;
}

.entry .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.entry input#s {
    padding: 3px;
    min-width: 200px;
    border: 1px solid #EDEDED;
    background: #fff;
    line-height: 22px;
}

.entry input#searchsubmit {
    padding: 3px;
    width: 50px;
    border: 1px solid #EDEDED;
    background: #fcfcfc;
    line-height: 22px;
    cursor: pointer;
}

.entry ul.menu:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.entry ul.menu li {
    float: left;
    min-width: 150px;
    width: 22%;
}

.entry table {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100% !important;
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: auto;
    margin-bottom: 15px;
}
.entry table col,
.entry table th,
.entry table td {
    width: auto !important;
    min-width: 0 !important;
    word-break: break-all;
}
.entry table img {
    max-width: 100%;
    height: auto;
}

.entry table tr th {
    border: 1px solid #eee;
}

.entry table thead,
.entry table tfoot {
    background: #f5f5f5;
}

.entry table thead tr th,
.entry table tfoot tr th,
.entry table tbody tr td,
.entry table tr td,
.entry table tfoot tr td {
    line-height: 18px;
    text-align: left;
    border: 1px solid #eee;
}

.entry table thead tr th,
.entry table tfoot tr td {
    padding: 10px;
    color: #444;
}

.entry table thead tr th:first-child,
.entry table tfoot tr td:first-child {
    border-left: none;
}

.entry table thead tr th:last-child,
.entry table tfoot tr td:last-child {
    border-right: none;
}

.entry table tbody tr.even,
.entry table tbody tr.alt {
    background: #F8F8F8;
}

.entry table tbody tr:nth-child(even) {
    background: #F8F8F8;
}

.entry table tbody tr td {
    padding: 9px 10px;
}

/* 内容区表格横向滚动容器（由 js/base.js 动态包裹） */
.entry .table-scroll-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: -webkit-grab;
    cursor: grab;
}

.entry .table-scroll-box.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.entry .table-scroll-box table {
    width: auto !important;
    min-width: 100%;
    max-width: none;
    margin-bottom: 0;
}

.entry .table-scroll-box table col,
.entry .table-scroll-box table th,
.entry .table-scroll-box table td {
    white-space: nowrap;
    word-break: normal;
}

.tag-sort ul {
    padding: 0;
    word-wrap: break-word;
}

.tag-sort ul li {
    margin-left: 0px;
    list-style: none;
}

.tag-sort ul a {
    margin-right: 18px;
}

.tag-sort #first-letter {}

.tag-sort #first-letter a {
    margin: 10px 5px;
    font-weight: bolder;
    font-size: 16px;
}

.attachment img {
    display: block;
    margin: 0 auto;
}

.entry-meta .post-share .share-tit {
    float: left;
    padding-top: 5px;
}

.entry-meta .post-tag {
    margin: 15px 0;
}

.entry-meta .post-tag a {
    padding: 3px 8px;
    border: 1px solid #eee;
}

.entry-meta .wpfp-span {
    position: relative;
    float: right;
    margin-top: 5px;
    min-width: 80px;
    width: 10%;
}

.entry-meta .wpfp-span img {
    position: absolute;
    top: 2px;
    left: 3px;
}

.wpfp-hide {
    display: none;
}

.wpfp-img {
    margin-right: 2px;
    border: 0;
    vertical-align: middle;
}

/* post-pages */
.post-pages {
    text-align: center;
    margin: 10px auto;
    font-weight: 700;
}

.post-pages span {
    background: #01417f;
    color: #fff;
    padding: 4px 9px;
    border: 1px solid #01417f;
    font-size: 14px;
    font-weight: 700;
}

.post-pages a span {
    background: #F8F8F8;
    color: #666;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    font-weight: normal;
}

.post-pages span:hover {
    background: #eee;
    border: 1px solid #e1e1e1;
    color: #666;
}

.post-pages a span:hover {
    background: #eee;
    border: 1px solid #e1e1e1;
}

/* Author Widget */
#author-box {
    margin: 15px 0;
    border: 1px solid #eee;
    background: #FCFCFC;
}

#author-box h3 {
    padding: 8px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

#author-box h3 span {
    float: right;
    min-width: 160px;
    width: 50%;
    text-align: right;
    font-weight: normal;
}

.author-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;
}

.author-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);
}

.author-description {
    padding: 10px 10px 0 5px;
    font-size: 14px;
    line-height: 22px;
}

#author-name {
    display: none;
}

.nb {
    padding: 12px 0;
    border-bottom: none;
}

#archive-head .follows {
    width: auto;
}

#archive-head .follows li {
    float: left;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 30px;
    background: none;
}

.widget .nb li {
    padding: 0;
    width: 28px;
    height: 30px;
    background: none;
}

.widget .nb li.archive,
.widget .nb li.donate {
    width: 80px;
}

.widget .nb li.archive a {
    width: 78px;
    height: 24px;
    background: url(../images/archive.png) no-repeat;
}

.widget .nb li.donate a {
    width: 78px;
    height: 24px;
    background: url(../images/donate.png) no-repeat;
}

/* Related Posts */
#related-posts,
#author-box {
    clear: both;
}

#related-posts h3 {
    padding: 15px;
    background: #f8f8f8;
}

#related-posts .related-item {
    float: left;
    padding: 10px 1%;
    width: 23%;
    height: auto;
}

#related-posts .related-item .post-thumbnail {
    margin: 0 0 10px 0;
}

.related-item .post-thumbnail img {
    width: 100%;
    max-width: 330px;
    height: auto;
}

.related-item a {
    line-height: 18px;
}

/* Post Navigation */
.navigation {
    clear: both;
    overflow: hidden;
    margin: 10px 0;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.post-navigation {
    clear: both;
    overflow: hidden;
    margin: 0 0 20px;
}

.post-navigation div {
    position: relative;
    display: block;
    width: 42%;
    color: #999;
    font-size: 14px;
}

.post-previous {
    float: left;
    padding-left: 40px;
}

.post-next {
    float: right;
    padding-right: 40px;
    text-align: right;
}

.post-navigation div span {
    display: block;
    color: #999;
    font-size: 80%;
}

.post-navigation div a:after {
    position: absolute;
    top: 34%;
    margin-top: -11px;
    height: 22px;
    color: #EDEDED;
    font-size: 56px;
    line-height: 22px;
    line-
}

.post-previous a:after {
    left: 0;
    content: '«';
}

.post-next a:after {
    right: 0;
    content: '»';
}

/* CommentList */
#comments h3 {
    margin: -10px -15px 0 -15px;
    padding: 15px;
    background: #f8f8f8;
}

.comments-loading {
    display: none;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    /*background:url(../images/ajax-loader.gif) no-repeat;*/
}

.commentlist {
    margin: 0;
    width: auto;
}

.commentlist .comment {
    padding: 2%;
    border: 1px solid #f2f2f2;
    list-style: none;
    font-size: 14px;
}

.commentlist .comment blockquote {
    margin: 15px 0;
    padding: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 8px solid #eee;
    background: #fcfcfc;
}

.commentlist .comment:hover {
    border-color: #E1E1E1;
}

.commentlist ul.children {
    margin: 2%;
}

.commentlist .depth-1,
.commentlist .depth-3,
.commentlist .depth-5,
.commentlist .depth-7,
.commentlist .depth-9 {
    margin: 10px 0;
    background: #fcfcfc;
}

.commentlist .depth-2,
.commentlist .depth-4,
.commentlist .depth-6,
.commentlist .depth-8,
.commentlist .depth-10 {
    margin: 10px 0;
    background: #fff;
}

.commentlist li {
    position: relative;
    display: inline-block;
    width: 95.6%;
}

.commentlist .comment-body {
    padding: 5px 0;
}

.commentlist .comment-body p {
    margin: 10px 0;
    margin-left: 65px;
    line-height: 24px;
}

.commentlist a {
    color: #01417f;
}

.reply a:link,
.reply a:visited {
    text-align: center;
}

.datetime {
    margin-left: 65px;
    color: #aaa;
}

.commentmetadata {
    margin-left: 70px;
    color: #aaa;
}

.commentlist li div.vcard img.avatar {
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 4px;
    width: 54px;
    height: 54px;
    border: 1px solid #eee;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    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;
}

.commentlist li div.vcard img.avatar: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);
    -webkit-rgba(255, 255, 255, .6),
    inset 0 0 20px rgba(255, 255, 255, 1);
}

.commentlist li .floor {
    float: right;
    color: #FFA300;
    font-weight: 700;
    font-size: 18px;
}

.comment-reply-title {
    margin-bottom: 15px;
}

#comment {
    background: #fff;
}

.heading,
.heading i {
    font-size: 22px;
    margin-right: 6px;
}

.form-allowed-tags {
    display: none;
}

.logged-in-as {
    font-size: 14px;
}

#respond {
    position: relative;
    margin-top: 15px;
}

#reply-title {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 20px;
}

li #reply-title {
    font-size: 0;
    margin: 0 !important;
    padding: 0;
    height: 0;
    border-top: 0;
}

#cancel-comment-reply-link {
    color: #E77068;
    display: block;
    position: absolute;
    top: -34px;
    right: 20px;
    font-size: 14px;
}

#cancel-comment-reply-link:hover {
    color: #777;
}

.comment-form {
    position: relative;
}

#commentform {
    background: #fff;
    padding: 10px 20px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px #eee solid;
}

li #commentform {
    margin-top: -1px;
}

#commentform:before {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    position: absolute;
    top: -10px;
    left: 24px;
}

#commentform:after {
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 26px;
}

#commentform p.comment-form-author {
    width: 48%;
    float: left;
}

#commentform p.comment-form-email {
    width: 48%;
    float: right;
}

#commentform p.comment-form-url,
#commentform p.comment-form-comment {
    clear: both;
}

#commentform label {
    padding: 6px 0;
    display: block;
}

#commentform input[type="text"],
#commentform textarea {
    padding: 8px 1.8%;
    width: 96%;
    border: 1px solid #eee;
    font-size: 14px;
    background: #FCFCFC;
}

#commentform textarea {
    height: 100px;
    margin-top: 10px;
}

#commentform p.form-submit {
    margin-top: 10px;
}

#commentform input#submit,
#commentform input#reset {
    margin: 10px 10px 0 0;
    width: 120px;
    height: 36px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #01417f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

#commentform #submit:hover,
#commentform #reset:hover {
    background: #003971;
}

.logged-in #reply-title {
    margin-bottom: 20px;
}

.logged-in #commentform p.comment-form-comment {
    margin-top: 10px;
}

.logged-in #commentform p.comment-form-comment label {
    display: none;
}

#commentform #smilies {
    margin: 10px 0;
    display: inline-block;
}

.quicktags-toolbar input {
    border: 1px #eee solid;
    min-width: 40px;
    padding: 4px 5px;
    font-size: 12px;
    margin: 0 5px 5px 0;
    background: #f8f8f8;
}

.quicktags-toolbar input:hover {
    border-color: #ccc;
    background: #f1f1f1;
    cursor: pointer;
}

.comment-closed {
    background: #fff;
    padding: 15px;
    border: 1px #eee solid;
    margin-bottom: 15px;
}

.widget_rss h3 .rsswidget {
    display: inline;
    line-height: 14px;
}

.widget ul {
    margin: 0;
    list-style: none;
}

.widget ul li {
    padding: 0;
    background: url(../images/list.png) 0 50% no-repeat;
}

.widget ul li:hover {
    background: url(../images/list_on.png) 0 50% no-repeat;
}

.widget ul li span.fav-num {
    float: right;
    margin-left: 5px;
}

.widget a i {
    margin-right: 5px;
}

.post-series span,
.widget_rss a,
.statistics span,
.recently_viewed a,
.widget_login a,
.widget_recent_entries a,
.widget_views li,
.wpfp_users_favorites_widget_view a,
.ds-widget-top-threads a {
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
}

.wpfp_widget_view li {
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
}

.widget_categories a,
.widget_archive a,
.widget_meta a,
.widget_pages a,
.widget_nav_menu a,
.widget_views a,
.wpfp_widget_view a {
    padding-left: 10px;
    width: auto;
    line-height: 28px;
}

.widget .related-questions ul li {
    margin: 10px 0;
    background: none;
}

.widget .related-questions ul li a {
    line-height: 24px;
}

.widget .related-questions ul li:hover {
    background: none;
}

.widget .dwqa-popular-questions ul li {
    margin: 10px 0;
    background: none;
    /*border-bottom: 1px solid #E5E5E5;*/
    line-height: 24px;
}

.widget .related-questions ul li a.question-title,
.widget .dwqa-popular-questions ul li a.question-title {
    line-height: 24px;
    font-weight: 700;
}

.widget .dwqa-popular-questions ul li:hover {
    background: none;
}

.widget-taxonomy li {
    display: inline-block;
    overflow: hidden;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-taxonomy li a {
    padding-left: 10px;
}

.widget-slider ul li,
.category-posts ul li,
.widget-slider ul li:hover,
.category-posts ul li:hover,
.widget-posts ul li,
.widget-posts ul li:hover,
.widget_readers ul li,
.widget_readers ul li:hover {
    background: none;
}

.widget-thumb span.date {
    margin: 5px 0;
    color: #AAA;
    font-size: 85%;
}

.widget-thumb .post-thumbnail {
    float: left;
    margin: 0 10px 5px 0;
    width: 50px;
    height: 50px;
}

.widget-thumb .post-thumbnail img {
    padding: 4px;
    width: 45px;
    height: 45px;
    border: 1px solid #eee;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    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;
}

.widget-thumb .post-thumbnail:hover img {
    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);
    -webkit-rgba(255, 255, 255, .6),
    inset 0 0 20px rgba(255, 255, 255, 1);
}

.widget-thumb {
    margin: 4px 0;
    display: inline-block;
}

.widget-thumb a {
    line-height: 24px;
}

.widget-text-box {
    padding: 15px;
}

.widget-text-box img {
    width: 100%;
    height: auto;
}

.widget-pic .new-pic {
    float: left;
    width: 48%;
    margin: 5px 3% 5px 0;
    padding-bottom: 5px;
    background: #eee;
}

.widget-pic .pic-even {
    margin-right: 0;
}

.widget-pic .pic-t {
    padding: 2px 5px;
    height: 38px;
    overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
    margin-right: 5px;
    line-height: 26px;
}

.widget-new-comments ul {
    width: 100%;
}

.widget-new-comments ul li {
    padding: 0;
    min-height: 55px;
    width: 100%;
    background: none;
}

.widget-new-comments ul a {
    display: block;
    overflow: hidden;
    margin: 8px 0 5px 5px;
    padding-top: 3px;
    color: #999;
}

.widget-new-comments li img {
    float: left;
    margin: 0 10px 5px 0;
    padding: 4px;
    width: 45px;
    border: 1px solid #eee;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    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;
}

.widget-new-comments li:hover img {
    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);
    -webkit-rgba(255, 255, 255, .6),
    inset 0 0 20px rgba(255, 255, 255, 1);
}

.widget-new-comments ul span {
    color: #666;
}

.widget-new-comments ul a:hover {
    color: #08f;
}

.ds-widget-recent-comments ul li {
    padding: 0;
    min-height: 55px;
    width: 88%;
    background: none;
}

.ds-widget-recent-comments ul li:hover {
    background: none;
}

.widget_readers li {
    position: relative;
    float: left;
    margin: 0 2% 2% 1%;
    width: 55px;
    height: 55px;
}

.widget_readers li img {
    position: relative;
    display: block;
    padding: 4px;
    width: 45px;
    height: 45px;
    border: 1px solid #eee;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    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;
}

.widget_readers li a,
.widget_readers li a:hover {
    color: #fff;
}

.widget_readers ul:hover li:hover img {
    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);
    -webkit-rgba(255, 255, 255, .6),
    inset 0 0 20px rgba(255, 255, 255, 1);
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    padding-bottom: 4px;
    color: #222;
    text-align: center;
    font-weight: bold;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    padding: 4px 0 4px;
    border: 1px solid #EDEDED;
    background: #f5f5f5;
    text-align: center;
}

#wp-calendar tbody .pad {
    border: 0 none;
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

.home-links li {
    float: left;
    padding: 8px 10px;
    line-height: 22px;
}

.home-links .current-post-ancestor,
.home-links .current-menu-ancestor,
.home-links .current-menu-parent,
.home-links .current-menu-item {
    background: none;
}

/*footer*/

.footer-nav {
    padding-left: 180px;
}

.footer-nav ul {
    min-height: 28px;
    padding: 5px 0;
    background: #01417f;
    text-align: center;
    line-height: 28px;
}

.footer-nav li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #003971;
}

.footer-nav li:last-child {
    border: none;
}

.footer-nav a {
    color: #f8f8f8;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-info {
    margin-bottom: 0;
    padding: 10px 20px;
    color: #bbb;
    text-align: center;
    background: #323841;
}

.footer-info p {
    padding-left: 180px;
}

.footer-info a {
    color: #ddd;
}

.returnTop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
    display: none;
    width: 40px;
    height: 40px;
    background: #323841;
    box-shadow: 0 0 5px #F5F5F5;
    text-indent: -9999px;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
}

.returnTop .s {
    position: absolute;
    top: -2px;
    left: 10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    _top: -20px;
}

.returnTop .b {
    position: absolute;
    top: 18px;
    left: 16px;
    width: 8px;
    height: 12px;
    background: #fff;
}

/*if admin-bar open*/
.admin-bar #logo .logoimg {
    top: 56px;
}

.admin-bar #top-bar {
    top: 32px;
}

.admin-bar #main-nav {
    top: 117px;
}

/*user-center*/
.user-center {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    background: #F8F8F8;
}

.user-center #post-header {
    border-bottom: 1px solid #E1E1E1;
    background: none;
}

#user-left {
    float: left;
    padding-bottom: 10px;
    width: 17.2%;
}

#user-right {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 10px 1.333333%;
    min-height: 600px;
    width: 80%;
    border-bottom: none;
    border-left: 1px solid #E1E1E1;
    background: #fff;
}

#user-right #post-header .page-title {
    width: 200px;
}

#user-right .feedback {
    float: right;
    margin-top: 18px;
    width: 100px;
}

#user-left .user-pm {
    margin-top: 20px;
}

#paycenter a,
#user-left .user-pm a,
#user-right .feedback a {
    padding: 8px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #01417f;
    color: #fff;
}

#paycenter a:hover,
#user-left .user-pm a:hover,
#user-right .feedback a:hover {
    background: #8463A9;
}

#user-left .user-avatar {
    padding: 15px;
    text-align: center;
}

#user-left .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: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

#user-left .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);
    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);
}

.page-group #user-menu {
    margin-top: 60px;
}

.page-group #page-group-title {
    margin: 20px 10px -40px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

#user-menu li i {
    margin-right: 5px;
}

#user-menu li {
    padding: 12px 10px;
    text-align: center;
}

#user-menu li.current-post-ancestor,
#user-menu li.current-menu-ancestor,
#user-menu li.current-menu-parent,
#user-menu li.current-menu-item {
    margin: 0 -1px;
    border-left: 5px solid #01417f;
    background: #fff;
}

#user-menu li.current-post-ancestor a,
#user-menu li.current-menu-ancestor a,
#user-menu li.current-menu-parent a,
#user-menu li.current-menu-item a {
    margin-left: -5px;
    color: #01417f;
}

#user-right #archive-head {
    margin: 0 -15px;
    padding: 10px 15px;
    border-bottom: 1px solid #E1E1E1;
    background: #fff;
}

#user-right .poptip {
    top: 20px;
    left: 120px;
    box-shadow: none;
}

#user-right .poptip-arrow {
    text-shadow: none;
}

#user-right .post-count {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

#user-right .archive-simple h2 {
    font-size: 14px;
    padding-left: 5px;
    line-height: 40px;
}

#user-right .error,
#user-right #fep-error,
#user-right .wpuf-info {
    padding: 3px 10px;
    border: solid 1px #FFBB76;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FFFCEF;
    color: #DB7C22;
    font-size: 14px;
}

#user-right .wrap .page-nav {
    padding: 5px 0;
}

#user-right .wrap .page-nav a,
#user-right .wpfp-span .page-nav a,
#user-right .wrap .page-nav span,
#user-right .wpfp-span .page-nav span {
    margin-right: 5px;
    padding: 0 10px;
}

#user-right .wrap .page-nav a:hover,
#user-right .wpfp-span .page-nav a:hover {
    color: #fff;
}

.wrap {
    color: #666;
}

.wrap h2 {
    font-size: 16px;
}

.wrap p {
    text-indent: 0;
}

.wrap input.large-text {
    width: 80%;
    background: #fff;
}

.wrap p input[type=submit],
.wrap td input[type=submit] {
    padding: 8px 10px;
    width: 100px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #01417f;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.wrap p input[type=submit]:hover,
.wrap td input[type=submit]:hover {
    background: #8463A9;
}

.wrap input[type=text] {
    padding: 5px;
    border: 1px solid #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

table.widefat {
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid #EEE;
    text-align: left;
}

table.widefat thead th,
table.widefat th {
    color: #888888;
    text-align: left;
    font-weight: bold;
    1 font-size: 14px;
    line-height: 18px;
}

table.widefat td {
    padding: 6px;
    border-top: 1px solid #EEE;
    text-align: left;
}

table.form-table {
    width: 100%;
    border: none;
}

table.form-table tbody tr td {
    border: none;
}

table.form-table tbody tr:nth-child(even) {
    background: #FFF;
}

table.form-table #rw-text-editor {
    height: 200px;
}

table.form-table input:disabled {
    background: #f8f8f8;
}

table.form-table input.button-primary:disabled {
    background: #01417f;
}

.cmpay {
    margin: 0 auto;
    padding-top: 20px;
    min-height: 300px;
    width: 90%;
}

.entry .paydown {
    margin-bottom: 20px;
    width: auto;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.entry .paydown p {
    margin: 3px;
    padding: 3px 15px;
    border-bottom: 1px solid #f8f8f8;
    text-indent: 0;
}

.entry .paydown p span {
    padding: 0 5px;
    color: #E14D43;
    font-weight: bold;
    font-size: 120%;
}

.entry .paydown .down-title {
    float: left;
    padding-top: 15px;
    width: 9%;
    color: #666;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.entry .paydown .down-detail {
    float: right;
    min-height: 140px;
    width: 90%;
    border-left: 1px solid #eee;
    background: #fff;
}

.entry .paydown p.down-ordinary {
    color: #01417f;
}

.entry .paydown p.down-vip {
    color: #E14D43;
}

.entry .paydown p a {
    margin-left: 10px;
    font-weight: bold;
}

.entry .paydown p.down-tip {
    border-bottom: none;
}

.entry .wpfp-span ul {
    padding: 0;
    border: 1px solid #eee;
}

.entry .wpfp-span ul li {
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    list-style: none;
    line-height: 36px;
}

.entry .wpfp-span ul li a {
    margin-left: 10px;
}

.entry .wpfp-span ul li:last-child {
    border-bottom: none;
}

.entry .wpfp-span ul li:nth-child(even) {
    background: #f8f8f8;
}

.entry .wpfp-span ul li a i {
    margin-right: 5px;
}

.entry .wpfp-span ul li a i.fa-trash {
    color: #F74D4D;
}

.entry .wpfp-span p {
    margin: 7px 10px;
    text-indent: 0;
}

.entry .wpuf-fields img {
    margin: 0;
    padding: 2px;
    border: none;
}

.entry .wpuf-fields input[name=rs_captcha] {
    margin-bottom: 12px;
}

.entry .wpuf-fields textarea {
    font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

.entry .wpuf-hide {
    display: none !important;
}

.entry #content-index-contents li {
    margin-left: 0;
    list-style: none;
}

.entry #content-index-contents li .children {
    margin-left: 10px;
}

.old-message {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: solid 1px #FFBB76;
    border-radius: 2px;
    background: #FFFCEF;
    color: #DB7C22;
    font-size: 14px;
}

/*users-page added 2.2*/
.users-page .user-info {
    background: #F8F8F8;
    margin: 10px 0;
    padding: 10px;
}

.users-page .span2 {
    text-align: center;
    padding-right: 10px;
}

.users-page p {
    text-indent: 0;
    margin: 0;
}

.p-text-indent .users-page p {
    text-indent: 0;
    margin: 0;
}

.users-page .user-avatar img {
    margin: 5px 0;
    padding: 5px;
    max-width: 80px;
    max-height: 80px;
    width: 90%;
    height: auto;
    border: 1px solid #eee;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    -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;
}

.users-page .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);
    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);
}

.users-page .follows {
    margin: 10px 0 10px -12px;
}

.users-page .follows li {
    margin-left: 0
}

.users-page .page-nav a,
.users-page .page-nav span {
    padding: 1px 11px;
}

.users-page .user-posts .user-posts-head {
    font-weight: 700;
}

.users-page .user-posts .user-posts-head span {
    color: #01417f;
}

.users-page .user-posts ul li {
    margin-left: 8px;
}

/* Responsive design */
@media screen and (min-width: 979px) and (max-width: 1030px) {

    .news-list li a,
    .news-list li.most-view a {
        width: 100%;
    }

    .news-list li span {
        display: none;
    }
}

@media screen and (min-width:769px) and (max-width:1030px) {
    #logo {
        margin-top: 0;
    }

    #main-nav>ul>li {
        float: none;
    }

    #main-nav>ul>li:hover>ul {
        display: block;
    }

    #main-nav,
    #main-nav>ul {
        width: 43px;
        display: block;
        height: 100%;
        z-index: 9;
    }

    #main-nav>ul ul {
        position: absolute;
        left: 43px;
        top: 40px;
        min-width: 150px;
        list-style: none;
        display: none;
    }

    #main-nav>ul ul li a {
        white-space: nowrap;
        padding: 10px 25px;
    }

    #main-nav>ul ul:before {
        position: absolute;
        top: 11px;
        left: 0;
        display: inline-block;
    }

    #main-nav>ul ul:after {
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 0;
    }

    #main-nav>a {
        display: none !important;
    }

    #main-nav>ul>li.open.submenu>a {
        border-bottom: none !important;
    }

    #main-nav>ul>li>a {
        width: 28px;
        white-space: nowrap;
        overflow: hidden;
    }

    #main-nav>ul>li:hover {
        min-width: 195px;
        background: #323841;
    }

    #main-nav>ul>li:hover a {
        min-width: 180px;
        overflow: visible;
        color: #fff;
    }

    #main-nav>ul>li:hover ul {
        position: absolute;
        left: 43px;
    }

    #main-nav>ul>li:hover ul li a {
        min-width: 100px;
    }

    #main-nav li .caret {
        display: none;
    }

    #main-nav li:hover .caret {
        display: inline-block;
    }

    #main-nav .content {
        display: none;
    }

    #main-content {
        margin-left: 43px;
    }

    .footer-nav,
    .footer-info p {
        padding-left: 43px;
    }
}

@media screen and (min-width:769px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px;
    }

    .span12 {
        width: 724px;
    }

    .span11 {
        width: 662px;
    }

    .span10 {
        width: 600px;
    }

    .span9 {
        width: 538px;
    }

    .span8 {
        width: 476px;
    }

    .span7 {
        width: 414px;
    }

    .span6 {
        width: 352px;
    }

    .span5 {
        width: 290px;
    }

    .span4 {
        width: 228px;
    }

    .span3 {
        width: 166px;
    }

    .span2 {
        width: 104px;
    }

    .span1 {
        width: 42px;
    }

    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%;
    }

    .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%;
    }

    .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%;
    }

    .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%;
    }

    .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%;
    }

    .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%;
    }

    .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%;
    }

    .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%;
    }

    .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%;
    }

    .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%;
    }

    .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%;
    }

    [class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        margin-left: 0;
        width: auto;
    }

    #top-bar .other-nav {
        display: none;
    }

    .row-fluid .hide-main-nav {
        display: none;
    }

    .row-fluid .hide-sidebar {
        display: none;
    }

    .widget-pic a {
        width: 31%;
        padding: 8px 1%;
    }

    .three-row .other-posts,
    .two-row .other-posts,
    .three-row li.other-news,
    .two-row li.other-news {
        width: 100%;
    }

    .three-row .other-posts:nth-child(3n+1),
    .three-row .other-news:nth-child(1n+1) {
        margin-left: 0;
        width: 100%;
    }

    .two-row .other-posts:nth-child(even),
    .two-row .other-news:nth-child(even),
    .home-tabs .other-posts:nth-child(even),
    .home-tabs .other-news:nth-child(even) {
        width: 100%;
    }
}

@media screen and (max-width:820px) {
    .pic-box li.first-pic h3 {
        display: none;
    }

    #user-left {
        width: 100%;
    }

    #user-right {
        float: left;
        width: 97%;
        border-left: none;
    }

    .page-group #user-menu {
        margin-top: 20px;
    }

    .page-group #page-group-title {
        margin-bottom: 0;
    }

    #user-menu {
        margin: 0 1.5%;
    }

    #user-menu li i {
        margin-right: 5px;
    }

    #user-menu li {
        float: left;
        padding: 10px;
        width: 21.1%;
        text-align: center;
    }

    #user-menu li.current-post-ancestor,
    #user-menu li.current-menu-ancestor,
    #user-menu li.current-menu-parent,
    #user-menu li.current-menu-item {
        border-left: none;
        background: #fff;
    }

    #user-menu li.current-post-ancestor a,
    #user-menu li.current-menu-ancestor a,
    #user-menu li.current-menu-parent a,
    #user-menu li.current-menu-item a {
        color: #01417f;
    }

    .row-fluid .hide-main-nav {
        display: none;
    }

    .row-fluid .hide-sidebar {
        display: none;
    }

    #content-header {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar #top-bar {
        top: 46px;
    }
}

@media screen and (max-width:768px) {
    /* 分页导航移动端单行显示：不换行，超出可横向滑动 */
    .page-nav {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 0;
    }

    .page-nav a,
    .page-nav span {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        padding: 6px 8px;
        font-size: 13px;
    }

    .page-nav a {
        margin-right: 6px;
    }

    .home-ggg430 .widget-box {
        min-height: auto !important;
    }

    body {
        padding: 0 !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    #main-nav {
        z-index: 9;
    }

    [class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
    }

    #top-bar .other-nav {
        display: none;
    }

    .archive-simple {
        min-height: 60px;
    }

    .archive-simple h2,
    .archive-simple p.post-meta {
        float: left;
        width: 98%;
    }

    #user-right .archive-simple {
        min-height: 70px;
    }

    #user-right .archive-simple h2 {
        line-height: 30px;
    }

    .post-navigation div {
        margin-bottom: 10px;
        width: 90%;
    }

    .widget-pic a {
        padding: 8px 2%;
        width: 45%;
    }

    #post-header .post-title,
    .single-post .post-title,
    #post-header .wpfp-span,
    #post-header .page-title {
        float: none;
        width: 100%;
    }

    #footer .footer-nav {
        height: auto;
    }

    .three-row .first-posts,
    .two-row .first-posts {
        margin-bottom: 15px;
    }

    .three-row .other-posts,
    .two-row .other-posts {
        width: 100%;
    }

    .three-row .other-posts:nth-child(3n+1),
    .three-row .other-news:nth-child(1n+1) {
        margin-left: 0;
        width: 100%;
    }

    .two-row .other-posts:nth-child(even),
    .two-row .other-news:nth-child(even),
    .home-tabs .other-posts:nth-child(even),
    .home-tabs .other-news:nth-child(even) {
        width: 100%;
    }

    .row-fluid .hide-main-nav {
        display: none;
    }

    .row-fluid .hide-sidebar {
        display: none;
    }

    .row-fluid .scroll-box,
    .row-fluid .slider-box {
        display: none;
    }

    .pic-box li {
        margin: 1.5%;
        width: 47%;
    }

    .pic-box li.first-pic {
        width: 97%;
    }

    .pic-box li.first-pic h3 a.first-pic-title {
        bottom: 0;
    }

    .pic-box li.style-row {
        float: left;
        margin: 1.5%;
        width: 47%;
    }

    #user-menu li {
        float: left;
        padding: 10px;
        width: 19.2%;
        text-align: center;
    }

    .bx-wrapper .bx-controls-direction a {
        display: block;
    }

    .archive-big h2,
    .blog-layout .archive-big h2 {
        position: relative;
        top: 0;
        left: 0;
        padding: 8px;
        font-size: 16px;
    }

    #related-posts .related-item {
        float: left;
        padding: 10px 2% 10px 2%;
        width: 46%;
        height: auto;
    }

    #related-posts .clear2 {
        clear: both;
    }

    .home-users li {
        width: 18%;
        margin: 10px 1%;
    }

    #top-bar {
        position: relative;
        width: 100%;
        height: 108px;
    }

    #logo {
        width: 100%;
        height: 58px;
        margin: 0;
        float: none;
        border-bottom: 1px solid #465058;
    }

    #logo .logoimg {
        margin: 10px auto 0;
        width: 120px;
        height: 32px;
        background-size: contain;
    }

    #top-bar .nav {
        border-bottom: 1px solid #465058;
        height: 48px;
        padding-left: 10px;
    }

    #search {
        z-index: 1000;
        float: right;
        margin-top: -48px;
    }

    .toggle-search {
        padding: 11px;
        background: #323841;
        border-left: 1px solid #465058;
    }

    .search-expand {
        position: absolute;
        top: 108px;
        right: 0;
        width: 100%;
    }

    .search-expand-inner {
        padding: 12px 4%;
    }

    .searchform div input {
        padding: 5px 36px 5px 5px;
        line-height: 24px;
        border: none;
        width: 86%;
    }

    .searchform div #submit-bt {
        border: none;
        padding: 3px 10px;
        font-size: 16px;
        background: #fff;
        margin-left: -40px;
        height: 32px;
        overflow: hidden;
        cursor: pointer;
        color: #eee;
    }

    .searchform div #submit-bt:hover {
        color: #aaa;
    }

    .entry .searchform div input {
        width: 80%;
    }

    #main-nav>a {
        background: #01417f;
    }

    #main-nav .content {
        display: none;
    }

    #main-content {
        margin-left: 0 !important;
        margin-top: 0;
    }

    #main-nav {
        position: relative;
        top: 0;
        display: block;
        float: none;
        width: 100% !important;
    }

    #main-nav a.visible-phone {
        text-align: right;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
        padding: 10px;
        border-bottom: 1px solid #E1E1E1;
    }

    #main-nav a.visible-phone i {
        padding-right: 5px;
    }

    #main-nav>ul {
        position: relative;
        z-index: 9999;
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #main-nav>ul>li {
        position: relative;
        display: block;
        float: none !important;
        margin: 0px;
        padding: 8px 10px;
        list-style-type: none;
        cursor: pointer;
    }

    #main-nav>ul>li:hover ul {
        display: none;
    }

    #main-nav>ul>li:hover {
        background: #8463A9;
        color: #fff;
    }

    #main-nav>ul li ul {
        position: absolute;
        top: 44px;
        left: 0;
        z-index: 999;
        display: none;
        margin: 0px;
        padding: 0px;
        min-width: 100%;
        width: 100%;
    }

    #main-nav>ul li ul li {
        margin: 0px;
        list-style-type: none;
        font-size: 12px;
        line-height: 30px;
    }

    #main-nav>ul li ul li a {
        display: block;
        padding: 2px 10px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    #main-nav>ul li span {
        margin: 0px 2px 0 5px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
    }

    #main-nav>ul li a i {
        margin-top: 4px;
        vertical-align: top;
    }

    #main-nav>ul ul li:hover>ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 20px;
    }

    #main-nav>ul>li>a {
        display: block;
        padding: 5px;
        color: #fff;
    }

    .footer-nav,
    .footer-info p {
        padding-left: 0px;
    }

    .admin-bar #top-bar {
        top: 0;
    }

    .admin-bar #main-nav {
        top: 0;
    }
}



@media screen and (max-width: 480px) {
    body {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .pic-box li {
        width: 98%;
        margin: 4% 0.75%;
    }

    .pic-box li.first-pic {
        width: 98%;
    }

    .pic-box li.first-pic {
        width: 98%;
    }

    .pic-box li.style-row {
        margin: 4% 0.75%;
        width: 98%;
    }

    .pic-box li.first-pic .summary {
        display: none;
    }

    .pic-box li.first-pic a.first-pic-title {
        background: none;
        color: #666;
        font-size: 14px;
        margin: 5px;
        height: 36px;
        display: block;
        line-height: 18px;
        overflow: hidden;
        padding: 0;
    }

    .pic-box li.first-pic h3 a.first-pic-title {
        display: none;
    }

    .news-list li a,
    .news-list li.most-view a,
    .other-news a {
        width: 100%;
    }

    .news-list li span,
    .other-news span {
        display: none;
    }

    .first-posts .post-thumbnail {
        float: left;
        margin-right: 0;
        max-width: 380px;
        max-height: 300px;
        width: 100%;
        height: auto;
        border: 1px solid #eee;
    }

    .first-posts .post-thumbnail img {
        width: 100%;
    }

    .archive-thumb img {
        float: none;
        margin: 0 0 10px 0;
        width: 99%;
        max-width: 99%;
        height: auto;
        border: 1px solid #eee;
    }

    #user-menu li {
        float: left;
        padding: 10px;
        width: 42%;
        text-align: center;
    }

    .home-users li {
        width: 44%;
        margin: 10px 3%;
    }

    #home-slider .bx-wrapper .bx-caption {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(80, 80, 80, 0.90);
    }

    #home-slider .bx-wrapper .bx-caption span {
        font-size: 14px;
        line-height: 16px;
        padding: 5px;
    }

    #home-slider .bx-wrapper .bx-pager {
        top: 5px;
        right: -20px;
    }

    #home-slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
        outline: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    #home-slider .bx-wrapper .bx-prev {
        left: -15px;
    }

    #home-slider .bx-wrapper .bx-next {
        right: -15px;
    }

    .archive-thumb h2 {
        font-size: 16px;
    }

    .row-layout li.row-thumb,
    .archive-list li.row-thumb {
        width: 46%;
        margin: 3% 2%;
    }

    .wp_syntax {
        overflow: auto;
        margin: 0 0 1.5em 0;
        border: 1px solid #eee;
        color: #100;
    }

    .wp_syntax {
        overflow-x: auto;
        overflow-y: hidden;
        width: 99%;
        padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15:0);
    }

    .wp_syntax table {
        margin: 0;
        padding: 0;
        width: 100% !important;
        border: 0 none;
        border-collapse: collapse;
    }

    .wp_syntax table tr th {
        border: 0 none;
    }

    .wp_syntax table thead,
    .wp_syntax table tfoot {
        background: #f5f5f5;
    }

    .wp_syntax table thead tr th,
    .wp_syntax table tfoot tr th,
    .wp_syntax table tbody tr td,
    .wp_syntax table tr td,
    .wp_syntax table tfoot tr td {
        line-height: 24px;
        text-align: left;
        border: 0 none;
    }

    .wp_syntax table thead tr th,
    .wp_syntax table tfoot tr td {
        padding: 0;
    }

    .wp_syntax table tbody tr td {
        padding: 0;
    }

    .wp_syntax caption {
        padding: 2px;
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-family: Monaco;
        line-height: 24px;
    }

    .wp_syntax caption a {
        color: #1982d1;
        text-align: left;
        text-decoration: none;
        font-size: 14px;
        font-family: Monaco;
        line-height: 24px;
    }

    .wp_syntax caption a:hover {
        color: #1982d1;
        text-decoration: underline;
    }

    .wp_syntax div,
    .wp_syntax td {
        padding: 0;
        border: none;
        vertical-align: top;
        text-align: left;
        background: #F8F8F8;
    }

    .wp_syntax td.code {
        padding-left: 10px;
        white-space: normal;
        line-height: normal;
    }

    .wp_syntax pre {
        float: none;
        clear: none;
        overflow: visible;
        margin: 0;
        padding: 0;
        width: auto;
        background: transparent;
        white-space: pre;
        font-size: 14px;
        font-family: Monaco;
        line-height: 24px;
    }

    .wp_syntax td.line_numbers pre {
        padding: 0 5px;
        width: 28px;
        border-right: 3px solid #6CE26C;
        background-color: #eee;
        color: gray;
        text-align: right;
    }

    /*custom-css-for-dwqa*/
    .dwqa-container {
        padding: 20px 0;
    }

    .dwqa-answer-meta .avatar,
    .dwqa-question-item .avatar {
        width: 48px;
        height: 48px;
        max-width: 100%;
    }

    .p-text-indent .dwqa-container p {
        text-indent: 0;
    }

    .dwqa-single-question .dwqa-question-item .avatar {
        left: 0;
    }

    .dwqa-comments-list .dwqa-comment-meta .avatar {
        width: 24px;
        height: 24px;
    }

    .dwqa-content-edit-form input[type="submit"],
    .dwqa-ask-question a,
    .dwqa-btn-primary {
        width: 90px;
        padding: 8px 10px;
        border: 1px solid #01417f;
        background: #01417f;
        color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .dwqa-content-edit-form input[type="submit"]:hover,
    .dwqa-btn-primary:hover {
        border: 1px solid #8463A9;
        background: #8463A9;
    }

    .dwqa-container select {
        padding: 5px 8px;
        border: 1px solid #ddd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    .dwqa-content-edit-form input[type="text"] {
        padding: 7px 8px;
        border: 1px solid #ddd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    .dwqa-questions-footer .dwqa-ask-question a {
        text-align: center;
        padding: 5px 10px;
        border: 1px solid #01417f;
        background: #01417f;
        color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .dwqa-questions-footer .dwqa-ask-question a:hover {
        border: 1px solid #8463A9;
        background: #8463A9;
    }

    .dwqa-search .dwqa-autocomplete li {
        list-style: none;
    }

    .dwqa-pagination a:hover {
        color: #fff;
    }

    .dwqa-pagination span.dwqa-current,
    .dwqa-pagination a:hover {
        background: #01417f;
        color: #fff;
    }

    .dwqa-pagination a,
    .dwqa-pagination span {
        display: inline-block;
        float: left;
        margin-right: 5px;
        padding: 1px 11px;
        border: 1px solid #E1E1E1;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        background: #fff;
        color: #999;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }

    .my-dwqa-ask-question {
        position: absolute;
        top: -55px;
        right: 0;
    }

    .my-dwqa-ask-question a {
        color: #fff;
        padding: 11px 25px;
        background: #01417f;
    }

    .my-dwqa-ask-question a:hover {
        color: #fff;
        background: #8463A9;
        border: 1px solid #8463A9;
    }

    textarea#comment {
        vertical-align: middle;
        font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
    }

    #qt_dwqa-answer-content_toolbar {
        text-align: left;
    }

    .dwqa-staff {
        display: none;
    }

    /*custom css for Front End PM*/
    #fep-header {
        border: none;
        width: 100%;
        color: #666;
    }

    #fep-content .fep-head {
        font-size: 14px;
        width: 100%;
        color: #666;
        height: 100%;
        background: #444;
    }

    .p-text-indent #fep-wrapper p {
        text-indent: 0;
    }

    #fep-content {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: auto;
        width: 100%;
        border: none;
        color: #666;
    }

    #fep-menu {
        color: #333;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
    }

    #fep-menu .fep-button,
    .fep-button,
    .fep-button-active {
        display: inline-block;
        font-size: 14px;
        background: #F8F8F8;
        border: 1px solid #E1E1E1;
        padding: 5px 2%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-right: -1px;
        margin-top: 10px;
        font-weight: normal;
    }

    #fep-menu .fep-button:hover,
    .fep-button:hover,
    .fep-button-active {
        background: #fff;
        color: #01417f;
        font-size: 14px;
    }

    #fep-footer {
        display: none;
    }

    #fep-content img.fep-ajax-img {
        display: none !important;
    }

    #fep-content .avatar {
        width: 56px;
        height: 56px;
        border: 1px solid #e1e1e1;
        margin: 0px;
        margin-bottom: 5px;
        border-radius: 56px;
    }

    #fep-content input[type="text"] {
        width: 60%;
        min-width: 250px;
        padding: 8px;
        border: 1px solid #e1e1e1;
    }

    #wp-message_content-editor-container {
        border: 1px solid #e1e1e1;
    }

    #fep-content input[type="submit"] {
        border: 1px solid #01417f;
        background: #01417f;
        color: #fff;
        padding: 8px 15px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    #fep-content input[type="submit"]:hover {
        border: 1px solid #8463A9;
        background: #8463A9;
    }

    #fep-content .fep-trodd1 {
        background-color: #fff;
    }

    #fep-content a {
        color: #01417f;
        text-decoration: underline;
    }

    #fep-content textarea {
        width: 100%;
    }

    #top-bar .nav {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #archive-head h1 {
        margin-bottom: 0;
        font-size: 18px;
    }
    .bx-wrapper img{
        height: 106px;
    }

    .archive-simple {
        min-height: inherit;
        min-height: initial;
        overflow: hidden;
    }

    .archive-simple p.post-meta {
        display: none;
    }
    .pic-box .post-thumbnail img{
        height: 170px;
    }
    .widget-box .single-post{
        padding:10px 20px;
    }
    #post-header{
        margin: -10px -20px 10px -20px;
    }
    .entry{
        margin-top: 30px;
    }
}

@media screen and (max-width: 360px) {
    .row-layout {
        padding: 7px 15px;
    }

    .row-layout .page-nav {
        margin-left: 0;
    }

    .row-layout li.row-thumb,
    .archive-list li.row-thumb {
        width: 100%;
        margin: 10px 0;
    }
}