/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.sp {
  background: url('../images/sprite.png') no-repeat 0 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
}
.sp-arrow-btn {
  background-position: 0 0;
  width: 27px;
  height: 22px;
}
.sp-article {
  background-position: 0 -23px;
  width: 15px;
  height: 17px;
}
.sp-bubble-tip {
  background-position: 0 -41px;
  width: 14px;
  height: 12px;
}
.sp-calendar_r {
  background-position: 0 -54px;
  width: 17px;
  height: 17px;
}
.sp-comment {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}
.sp-dialog {
  background-position: 0 -89px;
  width: 15px;
  height: 13px;
}
.sp-dialog_r {
  background-position: 0 -103px;
  width: 16px;
  height: 16px;
}
.sp-edit {
  background-position: 0 -120px;
  width: 13px;
  height: 13px;
}
.sp-edit_o {
  background-position: 0 -134px;
  width: 12px;
  height: 12px;
}
.sp-ext-link {
  background-position: 0 -147px;
  width: 17px;
  height: 14px;
}
.sp-film {
  background-position: 0 -162px;
  width: 15px;
  height: 17px;
}
.sp-mail {
  background-position: 0 -180px;
  width: 23px;
  height: 16px;
}
.sp-menu {
  background-position: 0 -197px;
  width: 22px;
  height: 20px;
}
.sp-read {
  background-position: 0 -218px;
  width: 11px;
  height: 12px;
}
.sp-rss {
  background-position: 0 -231px;
  width: 21px;
  height: 20px;
}
.sp-tag {
  background-position: 0 -252px;
  width: 22px;
  height: 21px;
}
.sp-tooltips-b {
  background-position: 0 -274px;
  width: 18px;
  height: 9px;
}
.sp-tooltips-lo {
  background-position: 0 -284px;
  width: 18px;
  height: 9px;
}
.sp-tooltips-o {
  background-position: 0 -294px;
  width: 18px;
  height: 9px;
}
.sp-user_highres {
  background-position: 0 -304px;
  width: 14px;
  height: 15px;
}
.sp-user_mobile {
  background-position: 0 -320px;
  width: 21px;
  height: 21px;
}
.sp-youtube {
  background-position: 0 -342px;
  width: 46px;
  height: 19px;
}
a {
  text-decoration: none;
}
p {
  margin-top: 0;
}
body {
  background: #eeeeee url(../images/bg.jpg) repeat;
}
body > header {
  position: relative;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#logo img {
  display: block;
}
header .ads,
header .social {
  float: left;
}
header .social {
  width: 148px;
  font-size: 10px;
  position: absolute;
  right: 0;
  /*.fb-link{
		color: #3b5998;
		line-height: 23px;
	}
	*/
}
header .social iframe {
  margin: -10px 0 0 -10px;
}
.subscribe-channels > * {
  float: left;
}
.subscribe-channels .twitter-follow-button {
  margin: 0 10px;
  vertical-align: middle;
}
/*
.social .icon{
	float: left;
	margin: 0 6px 8px 0;
}
*/
#main-nav {
  position: relative;
  background: #ff7f00;
}
#main-nav a {
  float: left;
  color: #fff;
  line-height: 32px;
}
#main-nav .sp-user_highres {
  margin-top: -5px;
}
#login-panel,
#user-panel {
  display: none;
}
#hottag {
  position: absolute;
  top: 40px;
  left: 0;
}
#hottag {
  width: 100%;
  font-size: 12px;
  background: #f7c696;
}
#hottag a {
  color: #d00a0b;
  position: relative;
  line-height: 35px;
}
#hottag a .sp {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.dialog-container .ui-dialog-titlebar {
  display: none;
}
.dialog-container .ui-dialog-content {
  overflow: visible;
}
#login-panel,
#user-panel {
  padding: 12px;
  background: #399aec;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
#login-panel a,
#user-panel a {
  line-height: 25px;
  color: #fff;
  float: left;
}
#login-panel .sp-tooltips,
#user-panel .sp-tooltips {
  left: 50%;
}
#user-panel a {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 8px;
}
#user-panel a.last {
  margin: 0;
}
#login-panel input {
  width: 100%;
  height: 25px;
  margin-bottom: 11px;
}
#login-panel .login-btn {
  background: #2d82cb;
  color: #fff;
  padding: 0 14px;
  width: auto;
  float: right;
}
#login-panel .register-link {
  width: 100%;
  border: 1px solid #fff;
}
.sp-tooltips {
  position: absolute;
  top: -9px;
}
.search-form input,
.login-form input {
  border: none;
  padding: 0;
}
.search-form {
  width: 150px !important;
  float: right;
  font-size: 10px;
}
.search-form input.gsc-input {
  width: 122px;
  height: 22px;
  font-size: 12px;
  padding: 0 2px;
  border: none;
}
.search-form td.gsc-search-button {
  margin: 0;
}
.search-form tbody {
  border: none;
}
.search-form table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.search-form input.gsc-search-button {
  background: url('../images/sprite.png') no-repeat 0 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 24px;
  background: #ffffff url(../images/google_search.jpg) no-repeat 0 0;
  height: 22px;
  margin: 0;
}
.search-form .gsc-clear-button,
.search-form table.gsc-branding {
  display: none;
}
.main-section > aside > a > img {
  display: block;
  margin: 0 auto 15px;
}
.breadcrumb,
.breadcrumb a {
  color: #777777;
  font-size: 12px;
}
.breadcrumb ul {
  overflow: hidden;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  float: left;
  margin-right: 5px;
}
.btn_donatenow {
  position: fixed;
  z-index: 2;
  color: #fff;
}
.btn_donatenow span {
  position: absolute;
  left: 50%;
  top: 50%;
}
.author {
  color: #ff7f00;
}
.author .sp {
  margin-right: 3px;
}
.post-cat,
.post-cat a {
  color: #ff7f00;
}
.title,
.title a {
  color: #8a0403;
}
.comment-counter {
  padding: 4px 7px;
  border: 1px solid #f0b6b4;
  font-size: 11px;
  color: #d40909;
}
.comment-counter .sp {
  margin-right: 4px;
}
.read-link {
  padding: 0 7px;
  background: #ff7f00;
  color: #ffffff;
  font-size: 11px;
  line-height: 21px;
  display: inline-block;
}
.read-link .sp {
  margin-left: 4px;
}
.post-tag {
  overflow: hidden;
}
.post-tag a {
  background: #ff7f00;
  color: #ffffff;
  padding: 0 6px;
  margin: 0 7px 6px 0;
  font-size: 12px;
  line-height: 22px;
  float: left;
}
.pagination {
  clear: left;
  overflow: hidden;
  text-align: center;
}
.pagination > div {
  display: inline-block;
}
.pagination a {
  padding: 0 6px;
  margin: 0 6px;
  color: #399aec;
  font-size: 12px;
  line-height: 19px;
  float: left;
}
.pagination .page {
  background: #399aec;
  color: #ffffff;
}
.pagination .page.current {
  background: none;
  color: #399aec;
}
.m1 {
  position: relative;
  background: #ffffff;
}
.m1 .post-img {
  float: left;
}
.m1 .post-meta {
  background: #ff7f00;
  border-bottom: 2px solid #df750f;
}
.m1 .post-meta,
.m1 .post-meta a {
  color: #ffffff;
}
.m1 .post-meta p {
  margin: 0;
}
.m1 .excerpt {
  color: #333333;
}
.m1 .excerpt span {
  background: #ff7f00;
  padding: 2px 5px;
  margin-right: 2px;
}
.m1 .excerpt span,
.m1 .excerpt span a {
  color: #ffffff;
}
.m2 {
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 5px;
}
.m2.author_list article {
  background: #ffffff;
}
.m2.author_list .title {
  margin-bottom: 5px;
}
.m2.author_list .post-desc {
  font-size: 12px;
  color: #777777;
  margin: 0 0 12px;
}
.m2 header {
  border-bottom: 2px solid #df780f;
}
.m2 header a {
  padding: 0 17px;
  background: #ff7f00;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}
.m2 .post-img {
  float: left;
}
.m2 .date {
  color: #777777;
  margin: 0;
}
.m2 article {
  float: left;
  position: relative;
  margin-bottom: 5px;
}
.m2 article > div {
  overflow: hidden;
}
.m2 .comment-counter {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m2 .pagination {
  padding-top: 20px;
}
.m3 {
  position: relative;
  background: #ffffff;
  padding: 14px 13px 0;
  font-size: 14px;
  color: #333333;
}
.m3 .post-cat {
  font-size: 15px;
  margin: 0 0 5px;
}
.m3 .date {
  color: #777777;
  margin-right: 3px;
}
.m3 .title {
  margin: 0 0 14px;
}
.m3 .post-content {
  position: relative;
}
.m3 .post-img {
  margin-bottom: 15px;
}
.m3 .post-desc {
  line-height: 20px;
}
.m3 .post-desc h1,
.m3 .post-desc h2,
.m3 .post-desc h3,
.m3 .post-desc h4,
.m3 .post-desc h5,
.m3 .post-desc h6 {
  color: #8a0403;
}
.m3 .post-desc img {
  max-width: 100%;
}
.m3 .post-desc a {
  color: #ff7f00;
}
.m3 .post-meta {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
}
.m4 {
  background: #e9f2fb;
  border: 1px solid #399aec;
  padding: 10px 15px;
}
.m4 > .comment-link {
  margin: 0 0 10px;
  font-size: 15px;
}
.m4 > .comment-link,
.m4 > .comment-link a {
  color: #399aec;
}
.m5 {
  background: #c6c6c6;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}
.m5 article {
  background: #ffffff;
  overflow: hidden;
}
.m5 .img {
  float: left;
}
.m5 .title {
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 5px;
}
.m5 .subtitle {
  color: #ff7f00;
  font-size: 12px;
  margin: 0 0 10px;
}
.m5 .desc {
  color: #777777;
}
.m6 {
  overflow: hidden;
  margin-bottom: 20px;
}
.m6 article {
  background: #ffffff;
  width: 300px;
  float: left;
}
.m6 .post-content {
  padding: 10px 10px 0;
  font-size: 13px;
}
.m6 .title {
  font-size: 18px;
  margin: 0 0 5px;
}
.m6 .post-meta {
  font-size: 12px;
  margin-bottom: 12px;
}
.m6 .date {
  color: #777777;
}
.m7 {
  background: #e1f1ff;
  border: 1px solid #399aec;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
}
.m7 .title {
  color: #399aec;
  font-size: 18px;
  margin: 0 0 8px;
}
.m7 a {
  color: #8a0403;
  font-weight: bold;
  display: block;
}
.m7 .sp {
  margin-right: 3px;
}
.a1 {
  padding: 8px 10px;
  background: #399aec;
  border-bottom: 5px solid #2d82cb;
  color: #ffffff;
  line-height: 22px;
}
.a1 h3 {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.a1 div {
  overflow: hidden;
}
.a1 div h3,
.a1 div table {
  float: left;
}
.a1 .sp-mail {
  margin-right: 4px;
}
.a1 .subscribe_email {
  width: 150px;
}
.a1 input {
  border: none;
  padding: 0;
  font-size: 12px;
  height: 22px;
}
.a1 .btn {
  background-color: #2d82cb;
}
.section-title {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 6px;
}
.section-title .sp {
  margin-right: 7px;
}
.section-title,
.section-title a {
  color: #8a0403;
}
.a2,
.a3 {
  background: #f8dec5;
  padding: 7px 11px 12px;
}
.a2 img,
.a2 iframe {
  display: block;
  margin: 0 auto;
}
.a3 {
  position: relative;
}
.a3 .read-link {
  position: absolute;
  top: 6px;
  right: 10px;
}
.a3 .section-title {
  margin-bottom: 8px;
}
.a3 .a3-content {
  padding: 12px 12px 9px;
  background: #ffffff;
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 2px rgba(184, 184, 184, 0.5);
          box-shadow: 1px 1px 2px rgba(184, 184, 184, 0.5);
}
.a3 .a3-content .img {
  float: left;
}
.a3 .a3-content article {
  overflow: hidden;
  margin-bottom: 10px;
}
.a3 .a3-content article > div {
  min-height: 40px;
  margin-left: 49px;
}
.a3 .title {
  margin: 0;
  line-height: 18px;
  min-height: 25px;
}
.a3 .date,
.a3 .reply-for {
  display: inline-block;
  margin: 0 3px 0 0;
  color: #777777;
}
.a3 .reply-for {
  float: right;
  max-width: 150px;
}
.a3 .source {
  color: #399aec;
}
.a3 .recommend {
  padding: 0;
}
.a3 .recommend article {
  padding: 12px 12px 9px;
  border-bottom: 1px solid #edd8d8;
}
.a3 .recommend article.last {
  border: none;
}
.main-col .a3 .a3-content {
  overflow: hidden;
}
.a4 {
  background: #feecd7;
  font-size: 12px;
}
.a4 article {
  overflow: hidden;
  min-height: 101px;
}
.a4 .title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
.a4 .desc {
  margin: 0;
}
.a4 .desc img {
  height: 13px;
}
.a4 .author-pic {
  border-radius: 50%;
  float: left;
}
.a4 .description {
  float: left;
}
.main-aside .a4 {
  padding: 10px;
}
.main-aside .a4 .img {
  float: left;
}
.main-aside .a4 article .img ~ div {
  margin-left: 108px;
}
.main-aside .a4 article > div {
  min-height: 96px;
  margin: 5px 10px;
}
.main-col .a4 .img {
  display: block;
  width: 100%;
}
.main-col .a4 article > div {
  padding: 7px;
}
.a5 {
  background: #e3e9ff;
  padding: 7px 8px 12px;
  margin-bottom: 15px;
}
.a6 {
  padding: 5px;
}
.a6 * {
  vertical-align: bottom !important;
}
.fb-comments,
.fb-comments span,
.fb-comments iframe {
  width: 100% !important;
}
.a7 {
  background: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 0 rgba(16, 62, 99, 0.2);
          box-shadow: 1px 1px 0 rgba(16, 62, 99, 0.2);
  position: relative;
  padding: 13px 13px 26px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}
.a7 .title {
  font-size: 17px;
  margin: 0 0 5px;
}
.a7 .comment-link {
  position: absolute;
  bottom: 10px;
  right: 13px;
}
.a7 a.comment-link,
.a7 .comment-link a {
  color: #ff7f00;
}
.a7 .comment-link a {
  margin: 0 3px;
}
.a7 .sp-bubble-tip {
  position: absolute;
  bottom: -12px;
  right: 4px;
}
.feature {
  background: #f9dec3;
}
.feature .post-img {
  display: block;
}
.feature .title {
  margin: 0 0 10px;
}
.feature .remark {
  color: #777777;
  font-size: 12px;
}
.slider {
  position: relative;
}
.slider figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-caption {
  background-color: #fff;
}
.slider-caption .title {
  margin: 0;
}
.slider-caption .date {
  float: left;
  color: #777777;
}
.slider-caption .author {
  float: right;
}
.slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 2;
  background: transparent;
  border: none;
  outline: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-dots {
  display: block;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px;
}
.slick-dots li.slick-active {
  background-color: #ff7f00;
}
.slick-dots button {
  display: none;
}
body > footer {
  clear: left;
  overflow: hidden;
  background: #ff7f00;
  font-size: 12px;
}
body > footer,
body > footer a {
  color: #ffffff;
}
body > footer .back-home img {
  margin: 0 auto;
  display: block;
}
body > footer .payment {
  font-size: 11px;
}
body > footer .payment a {
  position: relative;
}
body > footer .payment img {
  position: absolute;
  top: 15px;
  left: 0;
}
body > footer .payment p {
  margin-left: 94px;
}
@media screen and (min-width: 768px) {
  .nothighres {
    display: none !important;
    visibility: hidden !important;
  }
  #main-nav > div,
  body > header,
  body > section.main,
  .main-section,
  body > footer > div {
    width: 940px;
    margin: 0 auto;
  }
  body > header {
    margin-top: 9px;
    height: 96px;
  }
  body > header > .cf {
    padding-left: 177px;
  }
  header .social {
    bottom: 14px;
  }
  #logo {
    left: -22px;
  }
  #main-nav {
    min-width: 940px;
    margin-bottom: 35px;
  }
  #main-nav a {
    padding: 0 12px;
  }
  #main-nav > div {
    height: 32px;
    padding: 9px 0;
  }
  #main-nav .login-link,
  #main-nav .user-link {
    line-height: 28px;
    border: 1px solid #fff;
    padding: 0 7px;
  }
  #main-nav .login-link .sp,
  #main-nav .user-link .sp {
    margin-right: 6px;
  }
  #main-nav .login-link span,
  #main-nav .user-link span {
    vertical-align: middle;
  }
  #main-nav .user-link {
    font-size: 11px;
  }
  #main-nav .user-link.on {
    border-color: #399aec;
    background: #399aec;
  }
  #main-nav .hot-tag {
    position: relative;
    width: 135px;
    padding: 0 0 0 16px;
    z-index: 1;
  }
  #nav-item a:hover {
    background: #df610a;
  }
  #hottag {
    height: 35px;
    top: 50px;
  }
  #hottag a {
    padding: 0 20px;
  }
  #hottag > div {
    position: relative;
    padding-left: 16px;
    width: 924px;
    margin: 0 auto;
  }
  #hottag .sp-tooltips {
    left: 39px;
  }
  .dialog-container {
    padding: 9px 0 0;
  }
  .dialog-container .sp-tooltips {
    margin-left: -9px;
  }
  #login-panel,
  #user-panel {
    display: none;
  }
  #login-panel a,
  #user-panel a {
    padding: 0;
  }
  .btn_donatenow {
    left: 50%;
    margin-left: 330px;
    bottom: 5%;
    font-size: 18px;
  }
  .btn_donatenow img {
    max-width: 92px;
  }
  .btn_donatenow span {
    margin-top: 12px;
    margin-left: -36px;
  }
  .main-section {
    padding-top: 15px;
  }
  .main-col {
    width: 620px;
    float: left;
    margin-right: 20px;
  }
  .main-col .ads > * {
    margin: 0 auto;
    display: block;
  }
  .main-section > aside {
    width: 300px;
    float: left;
  }
  .feature {
    overflow: hidden;
    margin-bottom: 17px;
    padding: 15px;
  }
  .feature > * {
    float: left;
  }
  .feature > div {
    width: 788px;
  }
  .feature .a6 {
    width: 111px;
  }
  .m1 {
    margin-bottom: 20px;
  }
  .m1 .post-cat {
    margin: 0 0 7px;
    font-size: 14px;
  }
  .m1 .title {
    margin: 0 0 9px;
    font-size: 25px;
  }
  .m1 .excerpt {
    font-size: 13px;
    line-height: 18px;
  }
  .m1 .post-content {
    min-height: 200px;
    padding: 9px 0 36px;
    margin: 0 15px 0 380px;
  }
  .m1 .post-footer {
    position: absolute;
    width: 225px;
    bottom: 10px;
  }
  .m1 .read-link {
    float: right;
  }
  .m1 .post-meta {
    min-width: 120px;
    position: absolute;
    top: 25px;
    left: -4px;
    padding: 3px 7px 0 9px;
    font-size: 12px;
  }
  .m1 .post-meta > div {
    padding-bottom: 3px;
    border-bottom: 1px solid #ffa64d;
    overflow: hidden;
  }
  .m1 .post-meta > div * {
    float: left;
  }
  .m1 .week {
    margin-right: 5px;
    font-size: 24px;
    font-weight: bold;
  }
  .m1 .author {
    line-height: 21px;
  }
  .m2.author_list article {
    width: 300px;
  }
  .m2.author_list article > div {
    margin-left: 10px;
  }
  .m2.author_list article.odd {
    margin-right: 20px;
  }
  .m2 header {
    margin-bottom: 10px;
  }
  .m2 article {
    width: 305px;
  }
  .m2 article.odd {
    margin-right: 10px;
    clear: left;
  }
  .m2 article .post-img ~ div {
    margin-left: 130px;
  }
  .m2 article > div {
    min-height: 108px;
    margin: 12px 10px 0 0;
  }
  .m2 .title {
    margin: 0 0 8px 0;
    font-size: 18px;
  }
  .m3 {
    padding: 14px 15px 26px;
    margin-bottom: 20px;
  }
  .m3 .post-content > .title {
    font-size: 30px;
  }
  .m3 .post-meta {
    right: 0;
  }
  .m3 .post-img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .m3 .post-footer {
    /*position: absolute;
		top: 14px;
		right: 15px;
		*/
  }
  .m3 .a6 .donate-btn {
    width: 70px;
    display: block;
    margin: 10px 0;
  }
  .m3 .a6 .donate-btn img {
    width: 100%;
  }
  .m4 {
    margin-bottom: 44px;
  }
  .m5 article {
    padding: 12px 12px 0;
  }
  .m5 article > div {
    margin: 0 18px 0 125px;
  }
  .m6 article.odd {
    margin-right: 20px;
  }
  .a1 {
    margin-bottom: 20px;
  }
  .a2,
  .a3 {
    margin-bottom: 15px;
  }
  .main-col .a3 .a3-content article {
    float: left;
    width: 287px;
  }
  .main-col .a3 .a3-content article.even {
    clear: left;
    width: 280px;
    margin-right: 7px;
  }
  .a6 {
    margin-bottom: 12px;
  }
  .a7 .post-meta {
    position: absolute;
    top: 13px;
    right: 13px;
  }
  .a4 {
    padding: 15px 10px 0;
  }
  .a4 .author-pic {
    width: 70px;
    height: 70px;
  }
  .a4 .description {
    width: calc(100% - 95px);
    padding-left: 25px;
  }
  .main-col .a4 .desc {
    font-size: 14px;
  }
  .main-col .a4 .desc a {
    font-size: 15px;
  }
  .slider {
    width: 940px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .slider figure {
    padding-top: 447px;
  }
  .slider-caption {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 15px;
  }
  .slider-caption .title {
    margin-top: 0;
    margin-bottom: 3px;
  }
  .slick-arrow img {
    height: 42px;
  }
  .slick-next {
    right: 20px;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-dots {
    top: 426px;
    margin: 0;
  }
  .social-btn {
    margin-right: 30px;
  }
  .social-btn:last-child {
    margin-right: 0;
  }
  body > footer > div {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
  }
  body > footer .back-home {
    position: absolute;
    top: 0;
    left: 320px;
    width: 300px;
    padding: 20px 0;
  }
  body > footer .sitemap {
    float: left;
    width: 300px;
    margin-right: 20px;
  }
  body > footer .payment {
    float: right;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .notmobile {
    display: none !important;
    visibility: hidden !important;
  }
  #main-nav > div,
  #mobile-hottag > div,
  body > header,
  body > section.main,
  .main-section,
  body > footer > div {
    width: 320px;
    margin: 0 auto;
  }
  body > header {
    margin-top: 7px;
    height: 83px;
  }
  body > header > .cf {
    float: right;
    margin-right: 10px;
  }
  header .social {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #logo img {
    width: 129px;
  }
  #main-nav {
    min-width: 320px;
  }
  #main-nav > div {
    position: relative;
    height: 20px;
    padding: 11px 0 9px 0;
    z-index: 1;
  }
  #main-nav .sp-menu {
    margin-left: 24px;
    padding-left: 0;
  }
  #main-nav .sp-tag {
    margin: 0 44px 0 15px;
  }
  #main-nav .login-link,
  #main-nav .user-link {
    background: url('../images/sprite.png') no-repeat 0 0;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    background-position: 0 -320px;
    width: 21px;
    height: 21px;
  }
  #mobile-nav-item {
    /*position: absolute;
	top: 40px;
	left: 0;
	*/
    width: 100%;
    background: #b20000;
    padding: 0;
  }
  #mobile-nav-item a {
    padding: 0;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #c32a2c;
    float: left;
    color: #fff;
    line-height: 32px;
  }
  #mobile-nav-item a:nth-child(even) {
    margin-left: -1px;
    border-right: 1px solid #c32a2c;
  }
  #mobile-nav-item .sp-tooltips {
    left: 47px;
  }
  #hottag,
  #nav-item {
    display: none;
  }
  #mobile-hottag {
    background: #f6c696;
    padding: 0;
    font-size: 12px;
  }
  #mobile-hottag a {
    position: relative;
    color: #d40909;
    float: left;
    width: 120px;
    padding: 0 10px 0 20px;
    margin-left: 10px;
    line-height: 30px;
  }
  #mobile-hottag a .sp {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
  }
  #mobile-hottag .sp-tooltips {
    left: 83px;
  }
  .dialog-container {
    padding: 0;
  }
  .dialog-container .sp-tooltips {
    margin-left: -31px;
  }
  .btn_donatenow {
    display: none;
    right: 5%;
    bottom: 5%;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .btn_donatenow img {
    width: 59px;
  }
  .btn_donatenow span {
    margin-top: 7px;
    margin-left: -27px;
  }
  /*
#login-panel, , #user-panel{
	width: (@mobile_container_w - 24);
}
*/
  #user-panel .nothighres {
    margin-bottom: 9px;
  }
  #user-panel .sp-user_highres {
    margin-top: -5px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .sp-menu.active ~ #nav-item,
  .sp-tag.active ~ #hottag,
  .login-link.active ~ #login-panel,
  .user-link.active ~ #user-panel {
    display: block;
  }
  .search-form {
    margin-right: 10px;
  }
  .main-col,
  .main-aside {
    padding: 10px;
  }
  .feature {
    padding: 10px;
  }
  .feature .post-img {
    margin-bottom: 8px;
  }
  .feature aside {
    overflow: hidden;
  }
  .feature aside .remark {
    float: left;
    width: 140px;
    margin-right: 10px;
  }
  .feature aside .a6 {
    padding: 5px 15px;
    float: left;
    margin: 0;
  }
  .m1 {
    margin-bottom: 15px;
  }
  .m1 .post-cat,
  .m1 .title {
    margin: 0 9px 0 159px;
  }
  .m1 .post-cat,
  .m1 .author {
    font-size: 12px;
  }
  .m1 .date,
  .m1 .time {
    font-size: 11px;
  }
  .m1 .title,
  .m1 .week {
    font-size: 18px;
  }
  .m1 .week,
  .m1 .author {
    line-height: 25px;
  }
  .m1 .week ~ p {
    margin-left: 5px;
    line-height: 11px;
  }
  .m1 .post-meta {
    clear: left;
    overflow: hidden;
    padding: 0 8px;
  }
  .m1 .post-meta > * {
    width: 142px;
    float: left;
  }
  .m1 .post-meta > div > * {
    float: left;
  }
  .m1 .post-meta .author {
    text-align: right;
  }
  .m1 .excerpt {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 18px;
  }
  .m2 header {
    margin-bottom: 4px;
  }
  .m2 .title {
    font-size: 16px;
    margin: 0 0 4px;
  }
  .m2 .date,
  .m2 .author {
    line-height: 1em;
  }
  .m2 article .post-img ~ div {
    margin-left: 80px;
  }
  .m2 article > div {
    min-height: 70px;
    margin: 0 8px 0 0;
  }
  .m2.author_list article .post-img ~ div {
    margin-left: 129px;
  }
  .m2.author_list article > div {
    min-height: 112px;
    margin: 8px 8px 0 8px;
  }
  .m3 {
    margin-bottom: 15px;
  }
  .m3 .post-content .title {
    font-size: 18px;
  }
  .m3 .post-img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .m5 article {
    padding: 5px 10px 0 5px;
  }
  .m5 article > div {
    margin: 0 0 0 98px;
  }
  .m6 article {
    margin-bottom: 15px;
  }
  .a1,
  .a2,
  .a3 {
    margin-bottom: 15px;
  }
  .main-col .a4 {
    padding: 20px 10px 25px;
  }
  .main-col .a4 .img {
    display: none;
  }
  .main-col .a4 .author-pic {
    width: 80px;
    height: 80px;
  }
  .main-col .a4 .description {
    width: calc(100% - 95px);
    padding-left: 15px;
    font-size: 15px;
  }
  .main-col .a4 .title {
    margin-bottom: 5px;
  }
  .a6 {
    margin-right: 10px;
    margin-bottom: 14px;
  }
  .a7 .post-meta {
    margin-bottom: 5px;
  }
  .post-footer {
    overflow: hidden;
  }
  .slider figure {
    padding-top: calc(447/940 * 100%);
  }
  .slider-caption {
    padding: 13px;
  }
  .slider-caption .title {
    font-size: 20px;
    margin: 0 0 6px;
  }
  .slider-caption .date,
  .slider-caption .author {
    font-size: 14px;
  }
  .slick-arrow img {
    height: 26px;
  }
  .slick-dots {
    bottom: 13px;
    margin: 0 10px 0;
  }
  .social-btn {
    margin-right: 30px;
  }
  .social-btn:last-child {
    margin-right: 0;
  }
  body > footer > div {
    width: 300px;
    padding: 10px 10px 0;
  }
  body > footer .back-home {
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  body > footer .sitemap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
