/*澶撮儴*/
.iconfont{
	font-size:18px;
	line-height: 1;
    vertical-align: middle;
}
.site-header {
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    z-index: 20;
}
.top-bar--inverse.top-bar--fullwidth {
    background: #111;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(255, 255, 255, 0.8);
}
.top-bar__inner {
    padding: 10px 0;
}
.top-bar__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.navigation--center > li {
    display: inline-block;
}
.top-bar__nav .navigation {
    margin: 0 -8px;
    font-size: 13px;
}
.top-bar__nav .navigation li {
    position: relative;
}
.top-bar__nav .navigation > li > a {
    padding: 0 8px;
    line-height: 20px;
	color: rgba(255, 255, 255, 0.8);
}
.social-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1rem;
    list-style: none;
}
.list-horizontal > li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}
.social-list > li > a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0 0.4em;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
	color: rgba(255, 255, 255, 0.8);
}
.top-bar--inverse .top-bar__nav .navigation > li:hover > a,.social-list--inverse > li > a:hover{
    color: white;
}
.navigation-bar__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.navigation-bar__logo,.navigation-bar__logo img{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:auto;
	height: auto;
}
.navigation-bar__logo{
	margin-right:50px;
	width:170px; 
	height:60px;
}
.navigation-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.navigation--main > li {
    font-size: 14px;
    font-size: 1rem;
    white-space: normal;
    text-align: left;
	display: inline-block;
}
.navigation--main > li > a {
    display: inline-block;
    height: 60px;
    padding: 0 15px;
    font-size: 1.1rem;
    line-height: 60px;
    text-transform: uppercase;
	font-weight: 500;
}
.navigation--main > li > a {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s ease-out 0.05s;
    -moz-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}
.navigation--main > li:hover > a,
.navigation--main > li.current-menu-item > a {
  color: #FC3C2D }

.navigation--main > li:hover > a:before,
.navigation--main > li.current-menu-item > a:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
.navigation--main .menu-item-has-children > a:after {
    display: inline-block;
    font-family: "iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6c8";
    display: inline-block;
    margin-left: -0.1em;
    margin-top: -0.1em;
    font-size: 1.3em;
    letter-spacing: -0.2857em;
}
.navigation--main .sub-menu {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4; }
.navigation, .menu, .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation--main > li > .sub-menu,
.navigation--main li > .sub-menu .sub-menu,
.user-info .user-menu {
  width: 220px;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 10px;
  background: #fafafa;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1, 0.9);
  -moz-transform: scale(1, 0.9);
  -ms-transform: scale(1, 0.9);
  -o-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  z-index: 30; }

.navigation--main li:hover > .sub-menu,
.user-info:hover .user-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }

.navigation--main li > .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 10px; }

.navigation--main .sub-menu a,
.user-menu a {
  display: block;
  padding: 6px 8px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4; }

.navigation--main .sub-menu li:hover > a,
.user-menu a:hover {
  background: rgba(0, 0, 0, 0.05); 
}
.navigation-bar__section {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navigation-bar-btn {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    height: 60px;
    padding: 0 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
	color: #888;
}
.navigation-bar-btn span, .navigation-bar-btn i {
    line-height: 60px;
    vertical-align: middle;
	margin-right: 4px;
}
.header-toolbar-button--shownav {
	display:none;
}
.header-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fafafa;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
}
.user-info {
	display:inline-block;
}
.user-info img {
	border-radius: 100%;
    height: 32px;
    width: 32px;
	cursor: pointer;
	margin-left:14px;
}
.user-info .user-menu,.user-info:hover .user-menu {
	transform: translatex(-80px);
}
.user-info .user-menu {
	width:120px;
}

/*鎼滅储*/
.search-form--horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.search-form {
    position: relative;
}
.search-form--horizontal .search-form__input-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header-search-dropdown .search-form__input {
    padding: 18px 8px;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 1.14286rem;
	width: 100%;
    line-height: 1.42857143;
}
.header-search-dropdown .search-form__input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.search-form--horizontal .search-form__submit-wrap {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

/*banner*/
.featured-with-overlap-posts .main-post {
    min-height: 280px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
	position: relative;
}
.featured-with-overlap-posts .main-post .background-img:after {
    background-color: transparent;
    background-image: -webkit-linear-gradient(-270deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
    opacity: 1;
    background-color: transparent;
}
@media (min-width: 768px) {
.featured-with-overlap-posts .main-post {
      min-height: 520px;
}}
.featured-with-overlap-posts .main-post .post__text {
    width: 100%;
}
.featured-with-overlap-posts .main-post .post__text-inner {
    padding: 20px 0 100px;
	max-width: 820px ;
	margin:auto;
}
.inverse-text .post__meta{
    color: rgba(255, 255, 255, 0.6);
}
.overlay-content .entry-author__name.entry-author__name, .inverse-text .entry-author__name.entry-author__name {
    color: rgba(255, 255, 255, 0.9);
}
.post__title, .entry-title {
    margin: 0.25em 0 0.4em;
}
.post__title a, .entry-title a {
    color: inherit;
    text-decoration: none;
}
.post__title a:hover, .entry-title a:hover {
    color: #FC3C2D;
}
.post__title.typescale-5 a:hover{
	color: #fff;
}
.post__meta, .entry-meta {
    margin-top: 0.4em;
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}
.post__meta a, .entry-meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}
.post__meta i{
    margin-right: 0.12em;
	font-size: 1.1rem;
}
.featured-with-overlap-posts .sub-posts {
    position: relative;
    margin-top: -60px;
	overflow: hidden;
}
.featured-with-overlap-posts .sub-posts > ul {
    padding: 0;
    list-style: none;
}
.post--vertical .post__thumb {
    display: block;
    margin-bottom: 12px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.featured-with-overlap-posts .sub-posts article .post__thumb {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.06);
}
.row--space-between > [class*='col-'] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.featured-with-overlap-posts .sub-posts > ul > li:nth-child(3) {
    clear: both;
}
/*鏂囩珷鍒楄〃*/
.list-space-lg {
  margin-top: -15px;
  margin-bottom: -15px; }
.list-space-lg > * {
    padding-top: 15px;
    padding-bottom: 15px;
}
.post__thumb, .entry-thumb {
    position: relative;
}
.post--horizontal::after {
  clear: both;
  content: "";
  display: table; }
.post__thumb img, .entry-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post--horizontal .post__thumb {
  width: 100%;
  margin: 0 0 15px 0; }
  @media (min-width: 768px) {
    .post--horizontal .post__thumb {
      width: calc(50% - 15px);
      float: left;
      margin: 0 20px 0 0; } }
  @media (min-width: 992px) {
    .post--horizontal .post__thumb {
      margin: 0 30px 0 0; } 
	  .featured-with-overlap-posts .sub-posts > ul > li:nth-child(3) {
    clear: none;
}
}
.post--horizontal-sm .post__thumb {
  width: 33%;
  float: left;
  margin: 0 15px 0 0; }
  @media (min-width: 768px) {
    .post--horizontal-sm .post__thumb {
      margin-right: 30px; } }
.post--horizontal .post__text {
  overflow: hidden; }
@media (max-width: 767px) {
  .post--horizontal-sm .post__cat {
    display: none; } }

@media (max-width: 767px) {
  .post--horizontal-sm .post__cat + .post__title {
    margin-top: 0; } }

@media (max-width: 767px) {
  .post--horizontal-sm .post__title {
    font-size: 1.125rem;
    font-weight: 400; } }
.post__cat, a.post__cat, .entry-cat a, a.entry-cat {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 1px solid currentColor;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}
.post__excerpt, .entry-excerpt {
    max-width: 36em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    color: #999;
    font-size: 1rem;
    line-height: 1.6;
}
.entry-author__name, a.entry-author__name {
    text-decoration: none;
    color: #999;
}

/*杈规爮*/
.widget {
    margin-bottom: 40px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget__title {
    margin-bottom: 20px;
}
.mnmd-widget--box .widget__title {
    margin-bottom: 0;
    padding: 10px 20px;
    background: #FC3C2D;
    border-bottom: none;
    color: #fff;
}
.widget__title-text {
    margin: 0;
    font-size: 15px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.mnmd-widget--box .widget__inner {
    padding: 20px;
    background: #fafafa;
}
[class*="list-seperated"].list-space-md {
    margin-top: -20px;
    margin-bottom: -20px;
}
[class*="list-seperated"].list-space-md > * {
    padding-top: 10px;
    padding-bottom: 10px;
}
[class*="list-seperated"] > *:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.category-tile {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
}
.category-tile__wrap {
    position: relative;
    margin-top: 20px;
    box-shadow: 0 -20px 0 -10px rgba(0, 0, 0, 0.05), 0 -38px 0 -20px rgba(0, 0, 0, 0.02);
}
.category-tile__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    min-height: 180px;
    position: relative;
}
.category-tile--sm .category-tile__inner {
    min-height: 120px;
}
.category-tile__text {
    width: 100%;
    position: relative;
    padding: 20px 20px 15px;
    text-align: center;
}
.category-tile__name{
	font-size:16px;
	font-weight: bold;
}
.category-tile__description {
    margin-top: 0.4em;
    color: rgba(255, 255, 255, 0.8);
}
.background-img--darkened:after {
    opacity: 0.4;
}
.category-tile:hover .background-img:after {
    opacity: 0.6;
}
.list-seperated-exclude-first > *:first-child {
    border-bottom: none;
}
.list-index {
    display: inline-block;
    min-width: 45px;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 26px;
    font-size: 1.86rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}
.posts-list > li .post--overlay .list-index {
    margin-left: 0;
    color: #fff;
    font-size: 36px;
    font-size: 2.57rem;
}

/*鎺ㄨ崘*/
.background-svg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #12162d;
}
.block-heading--inverse {
    position: relative;
    color: white;
    z-index: 1;
    display: block;
    text-align: center;
}
.block-heading--inverse .block-heading__title {
    color: white;
}
.row--space-between {
    margin-top: -15px;
    margin-bottom: -15px;
    clear: both;
	overflow: hidden;
}

/*搴曢儴*/
/* -----------------------------------------------------------------
## Site Footer
----------------------------------------------------------------- */
.site-footer {
  position: relative;
  background: #F2F2F2;
  color: rgba(0, 0, 0, 0.6); }
.site-footer--inverse {
    background: #222;
    color: rgba(255, 255, 255, 0.8);
}
.site-footer__section {
    position: relative;
    padding-bottom: 30px;
}
.site-footer__section:first-child {
    padding-top: 40px;
}
.navigation--center {
    text-align: center;
}
.list-center {
    text-align: center;
}
.list-center > li {
    display: inline-block;
}
.navigation--footer > li {
	padding: 0.2em 0.4em;
    display: inline-block;
}
.site-footer__section .social-list a i{
	font-size:1.5rem;
}
.site-footer--inverse .navigation--footer > li > a {
    color: rgba(255, 255, 255, 0.8);
}
.site-footer--inverse .navigation--footer > li > a:hover {
    color: white;
}
.inverse-text .social-list > li > a:hover{
    color: white;
}
.site-footer--inverse a{
    color: white;
}

/*杩斿洖椤堕儴*/
.mnmd-go-top.mnmd-go-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 30px;
	display: none;
	padding-top: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.mnmd-go-top.mnmd-go-top i{
	font-size:14px;
}

/*鑷€傚簲*/
@media (max-width: 767px){
.post--horizontal-sm .post__excerpt,.navigation-wrapper,.js-hide-nav,.has-nav-open .js-show-nav,.js-hide-nav,
.navigation-bar-contribute,
.labs__excerpt{
    display: none;
}

.navigation-wrapper{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
}
.has-nav-open .js-hide-nav,.js-show-nav{
    display: inline-block;
}
.navigation-bar-btn{
	height:50px;
}
.navigation-bar__inner {
    padding: 10px 0;
}
.navigation-bar__section {
    position: absolute;
    right: 10px;
}
.navigation-bar-btn span, .navigation-bar-btn i {
    line-height: 50px;
    vertical-align: middle;
}
}

/*閬僵*/
.pageoverlay {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .267s ease;
    -moz-transition: opacity .267s ease;
    transition: opacity .267s ease;
}
.pageoverlay.is-visible {
    pointer-events: auto;
    opacity: 1;
}

/*鏂囩珷*/
.entry-author .avatar {
    height: 34px;
    width: 34px;
    border-radius: 100%;
    margin-right: 10px;
}
.entry-author__name, a.entry-author__name {
    text-decoration: none;
	color: #999;
}
.entry-right{
	float: right;
	line-height: 34px;
	color:#9B9B9B;
}
.entry-right .icon{
	margin-right:3px;
	font-weight: 400;
	color: #a8a8a8;
	font-size: 1.1rem;
}
.entry-right a{
	color:#9B9B9B;
}
.single-entry-thumb{
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
}
.entry-interaction--horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.post-sharing > ul {
    display: inline-block;
    margin: -4px -2px;
    padding: 0;
    line-height: 0;
    list-style: none;
    vertical-align: middle;
}
.post-sharing > ul > li {
    display: inline-block;
    margin: 4px 2px;
    line-height: 0;
}
.post-sharing--simple .sharing-btn {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
@media (min-width: 768px) {
    .post-sharing--simple .sharing-btn {
      height: 34px;
      width: 34px; 
	  line-height: 34px;} }

.post-sharing--simple .sharing-btn i {
  font-size: 14px;
  font-size: 1.2571rem;}
  @media (min-width: 768px) {
    .post-sharing--simple .sharing-btn i {
      font-size: 18px;
      font-size: 1.4rem;     
	  float: left;    
	  line-height: inherit;} }
@media (min-width: 768px) {
  .post-sharing--simple .sharing-btn-primary {
    width: auto;
    padding: 0 15px; } }

.post-sharing--simple .sharing-btn-primary .sharing-btn__text {
  display: none; }
  @media (min-width: 768px) {
    .post-sharing--simple .sharing-btn-primary .sharing-btn__text {
      display: inline-block;
      margin-left: 0.4em; } }
.entry-interaction--horizontal > div {
    margin-top: 5px;
    margin-bottom: 5px;
}
.entry-interaction__right a{
	margin-left:5px;
}
.entry-interaction__right a i{
	float:left;
}
.likeusers {
    display: inline-block;
    line-height: 34px;
    padding-left: 10px;
    text-align: left;
}
.likeusers img {
    float: left;
    width: 34px;
    height: 34px;
    margin: 0 -5px 0 0;
    border: 3px solid #fff;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.this-con, .this-and {
    text-transform: none;
    margin-left: 15px;
}
.post--single .single-body {
  margin: 2em auto;
  color: #4a4a4a;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.8;
  }
  @media (min-width: 1200px) {
    .post--single .single-body {
      padding-left: 60px;
      padding-right: 60px; } }
.post--single .single-body img{
	margin: 0 auto;
    padding-top: 7px;
	display: block;
}
.single-content > .single-body:first-child {
  margin-top: 0; }
.single-body p {
  margin-bottom: 1em; 
 }
.single-body a {
    padding-bottom: 2px;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #4a4a4a;
}
.single-body a:hover {
    border-bottom: 1px solid #FC3C2D;
	color: #FC3C2D; 
}
.single-body .mnmd-gallery-wrap {
  margin-top: 2em;
  margin-bottom: 2em; 
 }
.single-body .mnmd-post-media-wide {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .single-body .mnmd-post-media-wide {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .single-body .mnmd-post-media-wide {
      margin-left: -60px;
      margin-right: -60px; } }

.single-body .mnmd-post-media-wide .wp-caption-text {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .single-body .mnmd-post-media-wide .wp-caption-text {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 992px) {
  .single-body--wide {
    padding-left: 80px;
    padding-right: 80px; } }

@media (min-width: 992px) {
  .single-body--wide .mnmd-post-media-wide {
    margin-left: -80px;
    margin-right: -80px; } }

@media (min-width: 1200px) {
  .single-body .mnmd-pagination {
    margin-left: -60px;
    margin-right: -60px; } }

@media (min-width: 992px) {
  .single-body--wide .mnmd-pagination {
    margin-left: -80px;
    margin-right: -80px; } }
.entry-info {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.entry-tags ul, .entry-categories ul {
    display: inline-block;
    margin: -4px;
    padding: 0;
    vertical-align: middle;
    list-style: none;
}
@media (min-width: 768px) {
  .entry-tags {
    text-align: right; } }

.entry-tags__icon,
.entry-categories__icon {
  margin-right: 0.2em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  float:left;}

.entry-tags ul > li {
  display: inline-block;
  margin: 4px;
}
.entry-categories a {
  margin-right: 10px;
}
.entry-tags ul > li > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-size: 0.8571rem; }
  .entry-tags ul > li > a:hover {
    color: rgba(0, 0, 0, 0.8); }

.entry-tags ul > li:not(.entry-tags__icon) > a:before {
  content: '#'; }
.entry-info::after {
    clear: both;
    content: "";
    display: table;
}
.single-entry-section {
    margin-top: 40px;
}
.c-article-share__card {
    position: absolute;
    z-index: 10;
    top: 38px;
    left: -1px;
    visibility: hidden;
    width: 320px;
    height: 160px;
    padding: 16px;
    line-height: 16px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
    -webkit-transition: .1s;
    transition: .1s;
}
.sharing-btn:hover .c-article-share__card {
    visibility: visible;
}
.c-article-share__card .c-article-share__card__left {
    float: left;
}
.c-social-bar {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 20;
}
.c-social-bar__icon {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    height: 18px;
    position: relative;
    text-align: center;
    width: 18px;
}
.c-social-bar--vertical .c-social-bar__icon {
    display: block;
    margin-top: 5px;
}
.c-article-share__card .c-article-share__card__left .c-social-bar__icon {
    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 32px;
	border-radius: 50%;
}
.c-article-share__card .c-article-share__card__left .c-social-bar__icon_hint {
    position: absolute;
    width: 110px;
    margin-left: 20px;
    font-size: 14px;
    text-align: left;
    color: #7d7d7d;
}
.c-social-bar--colored .c-social-bar__icon--weibo {
    color: #fff;
    background-color: #f66161;
}
.c-social-bar--colored .c-social-bar__icon--qq {
    color: #fff;
    background-color: #78b1f2;
}
.c-social-bar--colored .c-social-bar__icon--qq {
    color: #fff;
    background-color: #78b1f2;
}
.c-social-bar--colored .c-social-bar__icon--cover {
    color: #fff;
    background-color: #ddd;
}
.c-social-bar__icon--weibo::before,.c-social-bar__icon--qq::before,.c-social-bar__icon--cover::before{
	font-family: "iconfont";
    content: "\e655";
	font-size:18px;
}
.c-social-bar__icon--qq::before{
    content: "\e6a5";
}
.c-social-bar__icon--cover::before{
    content: "\e6a4";
}
.c-article-share__card .c-article-share__card__right {
    float: right;
    padding-left: 24px;
    border-left: 1px solid #dadada;
}
.c-article-share__card .c-article-share-qrcode {
    width: 102px;
    height: 102px;
}
.c-article-share__card .c-article-share-qrcode__hint {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    color: #7d7d7d;
}
/*---- Author box ----*/
.author-box {
  position: relative;
  padding: 30px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.author-box .author-avatar {
  height: 100px;
  width: 100px;
  margin: -50px auto 20px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04); }
  @media (min-width: 768px) {
    .author-box .author-avatar {
      margin: 0;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: -15px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

.author-box .author-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 100%; }

.author-box__text {
  text-align: center; }
  @media (min-width: 768px) {
    .author-box__text {
      padding-left: 80px;
      text-align: left; } }

.author-box .author-name span {
  color: rgba(0, 0, 0, 0.4); }

.author-box .author-name a {
  color: rgba(0, 0, 0, 0.8);
  color: #FC3C2D;
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase; }

.author-box .author-bio {
  margin: 15px 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px; }

.author-box .author-info {
  color: rgba(0, 0, 0, 0.6);
  text-align: center; }
  @media (min-width: 768px) {
    .author-box .author-info {
      text-align: left; } }

.author-box .author-info a,
.author-box .author-bio a {
  color: rgba(0, 0, 0, 0.6); }
  .author-box .author-info a:hover, .author-box .author-info a:focus, .author-box .author-info a:active,
  .author-box .author-bio a:hover,
  .author-box .author-bio a:focus,
  .author-box .author-bio a:active {
    color: rgba(0, 0, 0, 0.8); }

.author-box .author-socials ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.author-box .author-socials a {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
  text-decoration: none; }

@media (min-width: 768px) {
  .author-box .author-all-posts {
    text-align: right; } }

.author-box .author-all-posts__link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none; }
/*---- Comments section ----*/
.comments-area{
  margin-top:25px;
}
.comments-title {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .comments-title {
      font-size: 1.3rem; } }
  .comments-title:before {
    content: "\e684";
    margin-right: 0.3em;
	font-family: "iconfont";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    vertical-align: middle; }

.comments-title__text {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase; }

.comments-title .add-comment {
  padding-left: 0.6em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 90%;
  text-transform: uppercase; }

.comment-list {
  margin-bottom: 30px;
  list-style: none; }

.comment-list > li:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.comment-list ol.children {
  position: relative;
  padding: 0 0 0 30px;
  list-style: none; }
  @media (min-width: 768px) {
    .comment-list ol.children {
      padding-left: 65px; } }

.comment-list ol.children ol.children {
  padding-left: 0; }
  @media (min-width: 768px) {
    .comment-list ol.children ol.children {
      padding-left: 50px; } }

.comment-list ol.children > li {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.comment-body {
  margin-left: 65px;
  margin-bottom: 20px; }

.comment-meta {
  margin-bottom: 5px; }

.comment-meta > *:not(:last-child) {
  margin-right: 4px; }

.comment-author {
  position: relative;
  font-size: 1.1429rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .comment-author {
      display: inline-block; } }

.comment-author > img {
  height: 50px;
  width: 50px;
  max-width:inherit;
  position: absolute;
  top: 0;
  left: -65px;
  border-radius: 4px; }
  .bypostauthor > .comment-body .comment-author > img {
    border: 2px solid #FC3C2D; }

.comment-author a {
  color: inherit;
  text-decoration: none; }
  .comment-author a:hover, .comment-author a:active, .comment-author a:focus {
    color: inherit;
    text-decoration: none; }

.comment-author .says {
  display: none; }

.children .comment-author > img {
  height: 36px;
  width: 36px;
  left: -51px; }

.children .comment-body {
  margin-left: 51px; }

.comment-metadata {
  font-size: 12px;
  font-size: 0.85714rem;
  color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .comment-metadata {
      display: inline-block; }
      .comment-metadata:before {
        content: '\b7';
        margin-right: 4px;
        font-weight: 400; } }

.comment-metadata > *:not(:last-child) {
  margin-right: 4px; }

.comment-metadata a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none; }
.comment-content {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6; }

.comment-content > *:last-child {
  margin-bottom: 0; }

.comment-reply-link {
  color: inherit;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase; }
  .comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus {
    color: inherit;
    text-decoration: none; }
  .comment-reply-link:hover {
    color: rgba(0, 0, 0, 0.8); }
  .comment-reply-link:before {
    content:"\e609";
    margin-right: 0.2em;
    font-family: "iconfont";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em; }

.comment-respond {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .comment-respond {
      margin: 40px 0 20px; } }

@media (min-width: 768px) {
  .comment-list .comment-respond {
    padding: 0 0 0 65px; } }

@media (min-width: 768px) {
  .comment-list .children .comment-respond {
    padding-left: 51px; } }

.comment-reply-title {
  margin-top: 0;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .comment-reply-title {
      font-size: 1.142857142857143rem; } }

.comment-reply-title small {
  font-size: 80%; }

#cancel-comment-reply-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-left: 0.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.2; }
  #cancel-comment-reply-link:hover, #cancel-comment-reply-link:active, #cancel-comment-reply-link:focus {
    color: inherit;
    text-decoration: none; }

.comment-form .logged-in-as a {
  color: inherit;
  text-decoration: none; }
  .comment-form .logged-in-as a:hover, .comment-form .logged-in-as a:active, .comment-form .logged-in-as a:focus {
    color: inherit;
    text-decoration: none; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form textarea {
  display: block; }

.comment-form-comment textarea {
  max-width: 790px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  max-width: 320px; }

.comment-form-url {
  margin-right: 0; }

.comment-form .form-submit {
  clear: both;
  padding-top: 10px; }

.comment-form .form-submit input[type="submit"] {
  background: #FC3C2D;
  color: #fff; }
  .comment-form .form-submit input[type="submit"]:active, .comment-form .form-submit input[type="submit"]:focus, .comment-form .form-submit input[type="submit"]:hover {
    background: #ef392b;
    color: #fff; }
.lightgray-bg {
    background-color: #fafafa;
}
  
/* ----------------------------------------------------------------
	瀛樻。
-----------------------------------------------------------------*/
.page-heading--has-background {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8f8f8;
	text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.page-heading__title {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:0;
}
.page-heading__subtitle {
    max-width: 40em;
    margin-top: 0.6em;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1rem;
	margin-left: auto;
    margin-right: auto;
}
/*---- 鍔犺浇鏇村 ----*/
.pagination{
	position: relative;
}
.load-more-btn a{
	color: #333;
}
.load-more-btn a:after {
    margin-left: 0.35em;
	font-weight:700;
	font-size:.9rem;
	content: "\e629";
	font-family: "iconfont";
}
.posts-loader {
  display: none;
  position: absolute;
  top: 8px;
  left: 50%;
  margin: 0 auto 0 -35px;
  font-size: 11px;
}
.posts-loader-active {
  opacity: 0;
}
.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: rgba(0, 0, 0, 0.4);
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.entry-content{
	font-size:1.1rem;
	line-height: 1.8;
}

.entry-content p{
	text-indent:2em;
	line-height: 1.8;
}

.entry-content H2{
	border-bottom:1px solid #eaeaea;
	font-size:22px;
	font-weight:700;
	line-height: 1.8;
	margin-top:10px;
}
.entry-content H3{
	font-size:20px;
	font-weight:600;
	line-height: 1.2;
	text-indent:2em;
	margin-top:10px;
}
.entry-content H4{
	font-size:20px;
	font-weight:600;
	line-height: 1.2;
	text-indent:2em;
	margin-top:10px;
}

/*蹇*/
.post-type-archive-newsflash,
.single-newsflash,
.page-template-profile,
.post-type-archive-event,
.single-event{
	background-color: #fafafa;
}
.day-items .time-box {
    width: 65px;
    height: 65px;
    float: left;
}
.day-items .time-box .time-tag {
    overflow: hidden;
    background: #6881ff;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 28px;
    position: relative;
    top: -4px;
    margin: 0;
    padding: 0;
	height: 65px;
    width: 65px;
	font-size: 1.3rem;
	line-height: 1.3;
	padding-top:10px;
}
.arti-list {
    display: inline-block;
	padding: 0 0 0 22px;
}
.arti-list li {
    padding-bottom: 100px;
    border-left: 1px solid #f5f5f5;
    padding-left: 20px;
    position: relative;
}
.arti-list li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #bababa;
    position: absolute;
    border: 4px solid #f5f5f5;
    left: -8px;
    top: -4px;
}
.arti-list .time {
    font-size: 16px;
    color: #8c98a3;
    margin-right: 12px;
    margin-top: -4px;
    width: 120px;
    float: left;
}
.arti-list .info {
    display: inline-block;
    width: 700px;
}
.arti-list .info h6 {
    font-size: 22px;
    color: #363636;
    margin-bottom: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -12px;
}
.arti-list .info .cont {
    color: grey;
    line-height: 26px;
}
.newsflash-page,.newsflash-box {
    background: #FFFFFF;
    box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.1);
    border-radius: 2px;
    overflow: hidden;
    padding:1rem;
    position: relative;
}
.newsflash-page{
	padding:5rem;
}
.newsflash-box .time-cl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.newsflash-box .time-box {
    margin-top: 20px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
	float:right;
}
.newsflash-box .time-box .time {
    width: 85px;
    height: 85px;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}
.newsflash-box .time-box .month {
    position: absolute;
    left: 0;
    top: 0;
}
.newsflash-box .time-box .day {
    position: absolute;
    right: 0;
    bottom: -4px;
}
.newsflash-box .time-box .time:after {
    display: block;
    content: '';
    position: absolute;
    right: 42px;
    top: -16px;
    width: 1px;
    height: 118px;
    background: #0F2540;
    transform: rotate(45deg);
}
.newsflash-box .time-box .year {
    font-size: 18px;
    color: #0F2540;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 20px;
}
.newsflash-box .container-box,.banner-box {
    margin-left: 40px;
}
.newsflash-box .subject {
    color: #333;
    line-height: 40px;
    width: 480px;
    text-align: justify;
}
.newsflash-box .news-msg {
    font-size: 1.2rem;
    color: #666666;
    letter-spacing: 0;
    line-height: 26px;
    margin: 15px 0;
}
.banner-box .img-source {
	margin-top:15px;
	text-align: right;
}

/*---- Single billboard ----*/
.single-billboard {
  min-height: 180px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
margin-top: 0px!important}
  @media (min-width: 768px) {
    .single-billboard {
      min-height: 280px; } }
  @media (min-width: 992px) {
    .single-billboard {
      min-height: 380px;
      margin-bottom: 30px; } }

.single-billboard--sm {
  min-height: 180px; }
  @media (min-width: 768px) {
    .single-billboard--sm {
      min-height: 280px; } }
  @media (min-width: 992px) {
    .single-billboard--sm {
      min-height: 380px; } }

.single-billboard .single-billboard__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  min-height: 180px; }
  @media (min-width: 768px) {
    .single-billboard .single-billboard__inner {
      min-height: 280px; } }
  @media (min-width: 992px) {
    .single-billboard .single-billboard__inner {
      min-height: 380px; } }

.single-billboard .single-header {
  width: 100%;
  margin: 0;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .single-billboard .single-header {
      padding: 30px 0; } }

/*---- Single cover blur ----*/
.single-entry--billboard-blur.single-entry--no-sidebar .single-billboard {
  margin-bottom: 10px; }

.single-entry--billboard-blur .single-header {
  padding-bottom: 0; }

.single-entry--billboard-blur .single-header__inner {
  position: relative;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  }
  @media (min-width: 768px) {
    .single-entry--billboard-blur .single-header__inner {
      padding: 30px 40px;
      } }

.single-entry--billboard-blur .single-billboard .background-img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
	transform: scale(1, 1);}
.blurred-more {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
}
.single-header__content {
    position: relative;
}

.authorhero .avatar {
	width: 160px;
    height: 160px;
    border-radius: 50%;
}

/*鐮旂┒闄�*/
.count {
    position: absolute;
    top: 0;
    right: 20px;
    width: 86px;
    height: 106px;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    text-align: center;
}
.count .icon-join {
    display: inline-block;
    width: 70px;
    height: 56px;
    color: #ffc81f;
    text-align: center;
    font-size: 64px;
    line-height: 60px;
}
.count .num {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
	display: block;
}
.count .text {
    margin-top: 2px;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 18px;
	display: block;
}

/*鎻愮ず*/
small.error {
    padding-left: 2px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #f45623;
}

/*浼氬憳*/
.personal-card {
    text-align: center;
    margin-bottom: 10px;
    padding: 30px 0 20px;
	background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.personal-card .presonal-info {
    margin: 16px 0 0;
}
.personal-card .position-info {
    margin-bottom: 15px;
}
.personal-card .presonal-info .author-name {
    font-size: 16px;
    font-weight: 600;
	display: block;
	color:#000;
	margin-bottom:5px;
}
.user-nav {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    margin-bottom: 1rem;
    background-color: #fff;
}
.user-nav li a {
    display: block;
    color: #333;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    position: relative;
}
.user-nav li.active a {
    font-weight: 700;
	border-left: 2px solid #fc3c2d;
}
.user-nav li a:hover {
    background-color: #ebebeb;
}
.middle-title-wrap {
    line-height: 55px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin:-30px;
	padding:0 30px;
	margin-bottom:30px;
}
.middle-title-wrap .middle-title {
    font-size: 16px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
	margin-bottom:0;
}
.middle-title-wrap .btn{
	margin-top:10px;
}
.title-td a{
	color:#000;
}
.bt-table {
    display: none;
}
.personal-card .author-avatar img {
    border-radius: 100%;
}
.datetimepicker {
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	background-color: #ffffff;
	display: none;
	z-index:99px;
	max-width:460px;
	background: #fff;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}
.glyphicon-arrow-left:before {
    content: '<';
	cursor: pointer;
}
.glyphicon-arrow-right:before {
    content: '>';
	cursor: pointer;
}
.datetimepicker table tr td span {
    display: block;
    width: 23%;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datetimepicker .datetimepicker-hours span {
  height: 36px;
  line-height: 36px;
  padding:0;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.today,.table-condensed tr td:hover {
    color: #FC3C2D;
    font-weight: 600;
}
.table-condensed tr td,.switch {
    text-align: center;
    cursor: pointer;
}

/*濯掍綋搴�*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.product-images-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}
.product-images-wrap .product-image-wrap {
    position: relative;
    margin: 0.5rem 0.5rem 0 0;
    width: 120px;
}
.remove-product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 4px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 4px;
    color: #ff5722;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.input-group .upload-image-wrap {
    margin-bottom: 0.8rem;
    width: 150px;
}
.avatar-container img {
    border-radius: 50%;
    max-width: 120px;
}
.btn-upload{
	position:relative;
}
#profile-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity: 0);
    float: left;
	width: 100%;
    height: 100%;
}
.ltp-box {
	position: relative;
}
.like-box {
	position: relative;
}
.like-style {
	display: block;
	z-index: 2;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	top: 4px;
	left: 4px;
	position: absolute;
	background-color: rgb(255, 0, 0);
}

.this-con, .this-and {
	text-transform: none;
	margin-left:15px;
}

.like-box .like-content {
    color: #939ba3;
    display: inline-block;
	line-height: 30px;
	margin-left:8px;
}

.likeotherslink {
    color: #8a8a8a;
    font-size: 9px;
    min-width: 35px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
	display: inline-block;
	border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
	border: 3px solid #fff;
	position: relative;
	cursor: pointer;
}

.alllistusers {
    background: none repeat scroll 0 0 #000;
	border-radius: 3px;
    color: white;
    left: -25px;
    margin: 0;
    min-width: 110px;
    padding: 2px 10px;
    position: absolute;
    top: 25px;
}

.singleuserslist {
	list-style: none outside none;
}

.showlittlemoreusers {
	text-transform: capitalize;
}

.showlittlemoreusers ul.alllistusers {
	display: none;
	font-size: 14px;
	line-height: 20px;
}
.arrow-up {
    border-bottom: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 20px;
    display: none;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 999998;
	filter: alpha(opacity=80);
	cursor: pointer;
}
.white_content {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 17px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 450px;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 25%;
    width: 80%;
    z-index: 999999;
}
#light > ul {
    height: 300px;
    overflow-y: auto;
    padding: 0;
	margin: 0;
}
.popupuserslist {
    border-bottom: 1px solid #eaeaea;
    clear: both;
    float: left;
    list-style: none outside none;
    padding: 6px 0;
	text-align: center;
    width: 100%;
}
.popupuserslist img.avatar {
    height: 50px;
    width: 50px;
	float: left;
    margin-left: 20px;
}
.popupusersnames {
    float: left;
    margin: 8px 0 8px 12px;
}
.showlikemore { 
	cursor: pointer; 
	color: #248EC2; 
}
.opac {
	opacity: 0.3;
}
@media (max-width: 767px) {
	.likeusers {
		display: block;
		line-height: 1.25;
		margin: 10px 0;
		padding-left: 0;
	}
	.no-msg {
		border-radius: 0;
		position: static;
		text-align: left;
	}
	.alllistusers {
		left: 0;
	}
	.likeotherslink {
		position: static;
	}
	.arrow-up {
		left: 24px;
		margin: 0;
	}
}
.white_content > h2 {
    padding: 10px 0 0;
    text-align: center;
}
.open-avatar{border-radius: 50%;}
.qq-connet{margin:25px 0; overflow: hidden;}
.open-connet .author-avatar,.open-connet img {
    width: 50px;
    height: 50px;
    position: absolute;
	background-color: #ddd;
	float:left;
	border-radius: 50%;
	text-align:center;
	line-height:50px;
	color:#fff;
}
.bind-r {
    margin-left: 70px;
	line-height:50px;
}
.event-box .event-title{
	margin-top: 20px;
}
.event-box .block-heading__title{
    padding: 10px 0;
    margin-bottom: 15px;
}
.event-info{
	font-size: 16px;
}
.source a {
    margin-right: 20px;
}
.statement {
    color: #999;
    margin-top: 10px;
}




.nav-pagination {
	display:table;
	width:100%;
}
	.nav-pagination ul li {
		list-style-type:none;
		float:right;
	}
	.nav-pagination ul li.empty-space {
		padding:10px 6px 0px 5px;
		font-weight:bold;
	}
		.nav-pagination ul li a {
			font-size: 14px;
			float:left;
			color:#a9a9a9;	
			padding:5px 12px;
			font-family:Oswald, Arial, sans-serif;
			background-color:#3a3a3a;
			margin-right:1px;
		}
		.nav-pagination ul li.active a, .nav-pagination ul li a:hover {
			color:#FFF;	
			background-color:#f15620;
		}
		

.nav-pagination .thisclass {
background-color:#f15620;
padding:5px 12px;
font-size: 14px;
}

	.liebiaojianjie {
		padding-top:10px;
		line-height:30px;
		font-size:14px;
		color:#ACACAC;
	}
.single-header--center .single-header__inner{
	  text-align: center;
	  padding-bottom: 10px;
	  }
.block-heading--inverse .ztys {
	color: #000;
}
.bjys {
	background-color:#FFFFFF;
}
